/*

1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/


/*================================= 1 Reset Css ( #res ) =================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #006db7;
    transition: all 0.5s ease 0s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ababab;
    margin: 50px auto;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

:hover {
    transition: all 0.5s ease 0s;
}

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

li {
    list-style: none;
}

#wp-toolbar ul:after {
    content: none
}

.last_li,
.last {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.first_li,
.first {
    margin-left: 0 !important;
    padding-left: 0 !important
}

.clearfix:after,
ul:after,
ol:after,
.full_row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}


/*================================= 2 Font Face ( #face ) =================================*/


/* TypoGraphy */


/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Oswald', sans-serif;
*/


/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #343434;
    font-style: normal;
}

:-moz-placeholder {
    color: #343434;
    font-style: normal;
}

::-moz-placeholder {
    color: #343434;
    font-style: normal;
}

:-ms-input-placeholder {
    color: #343434;
    font-style: normal;
}

button::-moz-focus-inner {
    border: 0
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=submit] {
    padding: 12px 20px;
    background: red;
    font-weight: normal;
    color: #fff;
    display: block;
    margin: 0 auto
}

input[type=submit],
input[type=button] {
    cursor: pointer;
    border: 0
}

input:focus {
    outline: none;
}

body textarea {
    resize: none;
    height: 270px;
    font-size: 18px;
    font-style: italic;
    color: #656565;
    line-height: 31px;
    padding: 15px 0 0 25px;
    border-color: #b7b7b7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
    background: #f8f7f7;
    border: 1px solid #d6d5d2;
    border-radius: 0;
    color: #343434;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    box-shadow: none;
    -webkit-appearance: none
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    background: #f3f3f3
}

form label {
    color: #006db7;
    font-size: 16px;
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase
}

.form_row {
    padding-bottom: 25px
}

.form_row.msg_row {
    padding-bottom: 10px
}

.form_row.submitrow {
    padding-bottom: 0
}

input:required {
    box-shadow: none
}


/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* CONTACT FORM */

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea,
select {
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 26px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: #d33730
}

textarea {}

input:required {
    box-shadow: none
}

#submit {
    float: left;
}
.error {
    margin-top: 15px;
    color: #ed1c24;
}
p.error{color: #ed1c24 !important;}
.response_msg{clear: left;display: block;padding: 15px;padding-left: 0;}
.response_msg p.success {text-align: center; border: 1px solid #034a67; margin-top: 15px; padding: 15px; font-weight: 500; }
.spinner-loader{}
#submit {
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    line-height: 13px;
    padding: 29px 60px;
    font-weight: 700;
    border: 1px solid #ed1c24;
    letter-spacing: 2px;
}

#submit:hover {
    background-image: none;
    background-color: #fff;
    color: #ed1c24;
}


.spinner-loader {
position: absolute;
    top: 120px;
    left: 210px;
  display: none;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0,109,183,.3);
  border-radius: 50%;
  border-top-color: #034a67;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}




/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*================================= 4 Global Styles (#glob) =================================*/


/* Gobal #GAB */

.x:before {
    position: absolute;
    content: ''
}


/* Vertical Middle */

.x:before
/*Parent Before*/

{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.x
/* Child class */

{
    display: inline-block;
    vertical-align: middle
}


/* HR Rules */

hr {}


/* Image Alignment */

.alignnone,
a img.alignnone {
    margin: 5px 0 50px
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 60px auto
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 60px 60px
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 60px 60px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p,
.content_row ul li,
.content_row ol li {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

p.intro {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px
}

p a {
    color: #034A67;
    font-weight: bold
}

p strong {
    font-weight: 900
}

p em {
    font-style: italic
}

p a:hover {
    text-decoration: underline;
    color: #034A67
}

.content_row ul,
.content_row ol {
    padding-bottom: 10px
}

.content_row ul li,
.content_row ol li {
    margin-bottom: 5px;
    position: relative;
    color: #343434
}

.content_row ul li {
    padding-left: 20px
}

.content_row ul li:before {
    color: #444444;
    content: "•";
    font-weight: bold;
    left: 0;
    position: absolute;
    font-size: 6px;
}

.content_row ul ul,
.content_row ol ul,
.content_row ol ol {
    padding: 5px 0
}

.content_row ol {
    counter-reset: section
}

.content_row ol li {
    padding-left: 40px
}

.content_row ol>li:before {
    color: #343434;
    content: counter(section, decimal) ".";
    counter-increment: section;
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 0
}

.content_row ol ul li {
    padding-left: 20px
}

.content_row ol ol li {
    list-style: lower-alpha outside;
    padding-left: 30px;
    margin-left: 20px
}

.content_row ol ol li:before {
    content: none
}

.content_row ol ol li {
    padding-left: 10px
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.visible_tab {
    display: none
}


/* ================================= 5 Wrappers #wrap ================================= */

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #343434
}

.container {
    max-width: 1560px;
    width: 100%
}

.full_row {
    width: 100%;
    float: none;
    margin: 0 auto
}

.small_container {
    max-width: 1180px;
    margin: 0 auto;
    float: none
}

.site_full {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

h1 {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
}

h3 {
    font-size: 48px;
    line-height: 58px;
    color: #034a67;
    font-weight: 700;
}

h4 {
    font-size: 45px;
    color: #ffffff;
    line-height: 55px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/* ================================= 6 Custom CSS #custome ================================= */


/* mobile menu */

.mo_menu {
    display: none;
}

.mo_menu {
    padding: 10px;
    position: fixed;
    top: 0;
    background-color: #ed1c24;
    z-index: 999;
    width: 100%;
}

.mo_menu ul {
    display: flex;
    align-items: center;
}

.mo_menu ul li {
    width: 50%;
    float: left;
}

.mo_menu ul li.menu {
    text-align: right;
}

.mo_menu ul li.menu a {
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding-top: 22px;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.mo_menu ul li.menu a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
    height: 9px;
    transition: all 0.5s ease 0s;
}

.mo_menu ul li.menu a::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-bottom: 3px solid #fff;
    width: 100%;
    height: 10px;
    transition: all 0.5s ease 0s;
}

.mo_menu img {
    max-width: 100px;
}

.mm-opened .mo_menu ul li.menu a {
    color: transparent;
}

.mm-opened .mo_menu ul li.menu a::before {
    border-bottom: none;
    transform: rotate(45deg);
    top: 12px;
    width: 40px;
    left: -9px;
}

.mm-opened .mo_menu ul li.menu a::after {
    transform: rotate(-45deg);
    top: 8px;
    width: 40px;
    left: -9px;
}

.mm-menu {
    background: #034a67;
}

#mm-0 .mm-navbar .mm-title {
    color: #034a67;
    font-size: 18px;
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-transform: capitalize;
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
    color: #034a67;
}

.mm-prev:before {
    color: #034a67;
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
    font-weight: 900;
}

.mm-listview .mm-next {
    width: 100%;
    right: 15px;
    text-align: right;
    display: inline-block;
}


/* sticky */

.sticky .main_page {
    padding-top: 173px;
}

.sticky .top_nav {
    padding-top: 10px;
}

.sticky .logo_col img {
    max-width: 200px;
}

.sticky .bottm_nav ul li a {
    padding: 30px 27px 31px;
}


/* mian_page */

.main_page {
    padding-top: 187px;
    transition: all 0.5s ease 0s;
}


/*HEADER*/

.main_header {
    background-color: #ed1c24;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.main_header .nav_cover {
    align-self: center;
}

.nav_cover ul {
    display: block;
    float: right;
}

.nav_cover li {
    display: inline-block;
}

.nav_cover a {
    padding: 28px 0px 13px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.nav_cover a:last-child {
    padding-right: 0;
}

.nav_cover a i {
    padding: 14px;
    /* background-color: #fff; */
    /* color: red; */
    /* color: #fff; */
    margin-right: 0px;
    margin-left: 16px;
}

.nav_cover li a:hover {
    color: #000
}

.nav_cover li:last-child a i {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
}

.logo_col img,
.nav_down .logo_col img {
    max-width: 278px;
    transition: all 0.5s ease 0s;
}

.top_nav,
.nav_down .top_nav {
    padding-top: 20px;
}

.bottm_nav {
    display: block;
}

.bottm_nav ul {
    display: inline-block;
    background-color: #0095d9;
    margin: 0 auto;
    width: 100%;
    margin-bottom: -35px;
    margin-top: 20px;
    box-shadow: 5px 8px 35px 0px rgba(90, 91, 90, 0.44);
}

.bottm_nav li {
    display: inline-block;
}

.bottm_nav ul li a,
.nav_down .bottm_nav ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 30px 27px 31px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    transition: all 0.5s ease 0s;
}

.bottm_nav ul li:hover {
    background-color: #034A67;
}

.free_quote ul li:hover {
    background-color: #034A67;
}

.free_quote ul li {
    background-color: #fff;
}

#free_quote_red:hover {
    color: #ed1c24;
}

.bottm_nav ul li.free_quote a:hover {
    color: #fff;
}

.bottm_nav ul li.sub_menu .sub_a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 5px 0 5px 5px;
}

.bottm_nav ul li.sub_menu {
    position: relative;
}

.bottm_nav ul li.sub_menu:hover .sub_menu_content {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0s;
    top: 60%;
}

.bottm_nav ul li.sub_menu .sub_menu_content {
    position: absolute;
    top: 70%;
    left: 0;
    width: 290px;
    opacity: 0;
    visibility: hidden;
}

.bottm_nav ul li.sub_menu .sub_menu_content li a,
.nav_down .bottm_nav ul li.sub_menu .sub_menu_content li a {
    /* padding: 6px 37px 8px; */
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}

.bottm_nav ul li.sub_menu ul.sub_menu_content li {
    display: block;
}


/*.bottm_nav ul li.sub_menu ul.sub_menu_content li:hover{background-color: #0775a8;}*/

.bottm_nav ul li.free_quote {
    background-color: #fff;
    color: #0095d9;
    float: right;
}

.bottm_nav ul li.free_quote a {
    color: #0095d9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    ;
}


/* .bottm_nav ul li.free_quote a:hover {
    color: #ED1C24;
} */


/* hero_band */

.hero_band video {
    height: auto;
    width: 100%;
}

img {
    max-width: 100%;
}

.btn {
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    line-height: 13px;
    padding: 29px 60px;
    font-weight: 700;
    border: 1px solid #ed1c24;
    letter-spacing: 2px;
}

.btn:hover {
    background-image: none;
    background-color: #fff;
    color: #ed1c24;
}


/* .section1 */

.big_img img {
    box-shadow: 5px 8px 35px 0px rgba(90, 91, 90, 0.44);
}


/* cta */

.cta {
    /* background-image: url(../img/cta-2.png); */
    padding: 110px 0 118px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cta .cta_text h2 {
    max-width: 420px;
    margin: 0 60px 0 auto;
}


/* cta2 */

.cta2 {
    padding-top: 67px;
    padding-bottom: 110px;
}

.cta2 .col-md-6 {
    position: relative;
}

.red_box {
    display: inline-block;
    background: #ed1c24;
    padding: 90px 40px;
    position: absolute;
    top: -140px;
    box-shadow: 5px 8px 35px 0px rgba(90, 91, 90, 0.44);
}

.red_box img {
    display: block;
    margin: 0 auto 70px;
}

.red_box p {
    max-width: 472px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}

.img_box {
    position: relative;
    margin-left: 50px;
}


/* .img_box img {width: 100%;} */

.cta2 .img_box p {
    position: absolute;
    top: 0;
    color: #fff;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    background-color: #0095d9;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 17px 10px;
}

.cta2 .img_box p a,
.cta2 .img_box p a:hover {
    color: #fff;
    text-decoration: none;
}

.cta2 .img_box p a:hover {
    color: #000;
}


/* footer */

footer {
    background-color: #034a67;
    padding-top: 155px;
    padding-bottom: 140px;
    border-top: 14px solid #ed1c24;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #0095D9;
}

footer h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer_logo address a {
    display: block;
    color: #fff;
}

.footer_logo ul {
    display: inline-block;
}

.footer_logo ul li {
    display: inline-block;
}

.footer_logo address {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.footer_logo ul li a {
    padding: 12px 10px 0 0;
    /* background-color: #fff; */
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.footer-fts {
    background-color: #034A67;
    padding-bottom: 10px;
}

.footer-fts a {
    color: #4e8094
}

.mailing_list ul {
    margin-top: 40px;
}

.mailing_list a.join_list {
    border: 1px solid #fff;
    padding: 30px 20px 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
}

.mailing_list a.join_list:hover {
    color: #034A67;
    background-color: #fff;
}

.mailing_list ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1em;
}

footer .footer_about ul li a,
.footer_oil_tanks ul li a,
.footer_remediation ul li a,
.footer_septic ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer .footer_oil_tanks,
footer .footer_septic {
    margin-top: 40px;
}


/* section1 */

.section1 {
    padding-top: 80px;
    padding-bottom: 155px;
}

.big_img {
    position: relative;
    margin-left: 140px;
}

img.small_img {
    position: absolute;
    left: -75px;
    bottom: -60px;
}

.section1 .section1_content {
    max-width: 590px;
}

.section1 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
    /* letter-spacing: 0.1em; */
}

.section1 .btn {
    margin-top: 46px;
    font-weight: 700;
}


/* Inner pages */

.inner_page {
    padding-top: 80px;
    padding-bottom: 40px;
}

.inner_page .section1_content {
    max-width: 590px;
}

.inner_page p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
    /* letter-spacing: 0.1em; */
}

.inner_page .btn {
    margin-top: 46px;
    font-weight: 700;
}

.inner_page img {
    box-shadow: 5px 8px 35px 0px rgba(90, 91, 90, 0.44);
    /* margin-left: 140px; */
    margin-bottom: 30px;
}


/* testimonials */

.testimonials {
    background-color: #034a67;
    padding: 140px 0 140px 15px;
}

.owl-carousel {
    display: block;
    position: relative;
}

.owl-controls {
    display: inline-block;
    position: absolute;
    top: -24px;
    right: 0;
}

.owl-controls .owl-dots {
    padding: 0;
}

.owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    width: 15px;
    height: 15px;
    border: 4px solid #4e626c;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 4px solid #fff;
}

.testimonials h6 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.owl-stage-outer .item p {
    color: #fff;
    font-size: 20px;
    /* letter-spacing: 0.1em; */
    line-height: 44px;
    font-weight: 500;
    margin-top: 72px;
}

.testimonials a {
    color: #fff;
    text-decoration: underline;
}

.testimonials p {
    color: #fff;
    font-size: 20px;
    /* letter-spacing: 0.1em; */
    line-height: 44px;
    font-weight: 500;
    margin-top: 72px;
}


/* section2 */

.section2 {
    margin: 0 15px;
    padding-top: 120px;
    padding-left: 15px;
}

.section2 .col-md-6 {
    padding: 0;
}

.section2 .sec2_left_text {
    max-width: 590px;
    float: right;
    padding-top: 60px;
    padding-bottom: 110px;
}

.section2 .sec2_left_text h3 {
    line-height: 62px;
}

.section2 h5 {
    font-size: 28px;
    line-height: 30px;
    color: #034a67;
    font-weight: 700;
}

.section2 p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 400;
    /* letter-spacing: 0.1em; */
    margin-top: 30px;
    margin-bottom: 0;
}

.section2 .btn {
    margin-top: 55px;
}

.section2 iframe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    float: right;
}

.section2 .sec2_img {
    background-image: url(../img/index1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 10%);
    height: 100%;
    float: right;
}

.section2 .sec2_img img {
    display: none;
}

.section2 .sec2_text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 10%);
}

.section2 .sec2_text a {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 33px;
    background-color: #ed1c24;
    padding: 41px 20px 35px;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    position: absolute;
    height: 100%;
}

.section2 .sec2_text a:hover {
    color: #000;
}

.section2 .sec2_text h3 {
    font-weight: 500;
    color: #fff;
    background-color: #0095d9;
    padding: 100px 35px 100px 118px;
    text-align: left;
}


/* CTA IMAGES */

.about1_img {
    background-image: url(../img/about2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 10%);
    height: 100%;
    float: right;
}


/* cta-parallax */

.cta-parallax {
    /* background-image: url(../img/cta-paralax.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    color: #fff;
    padding: 160px 0 180px;
}

.cta-parallax .business {
    text-align: left;
}

.cta-parallax .service {
    text-align: right;
}

.cta-parallax .tanks {
    text-align: center;
}

.cta-parallax .business .b_text,
.cta-parallax .service .s_text {
    text-align: center;
    display: inline-block;
}

.cta-parallax h5,
.cta-parallax h3 {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

.cta-parallax h5 {
    font-size: 72px;
}

.cta-parallax h3 {
    font-size: 48px;
}


/* .cta-parallax .b_text {
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
} */


/* parallax */

.parallax_inner {
    /* padding: 90px 0; */
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}

.parallax_index {
    background-image: url(../img/cta-2.jpg);
}

.parallax_index2 {
    background-image: url(../img/cta-paralax.jpg);
    border-bottom: 5px solid #034A67;
}


/* COUNTER */

#counter {
    /* -moz-border-radius: 50px; */
    /* -webkit-border-radius: 50px; */
    /* border-radius: 50px; */
    /* float: left; */
    /* margin: 5px; */
}

.count {
    /* color: white; */
}


/* flex */

@media (max-width: 360px) {
    .flex-next {
        display: none;
    }
    .flex-item {
        width: 100%;
    }
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.flex-item {
    background: #034A67;
    border: 3px solid #034A67;
    width: 275px;
    height: 150px;
    margin: 5px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 20px 30px 20px;
}

.flex-item a {
    color: #fff;
}

ul.flex-container {
    margin-bottom: 20px;
}

.col-md-12.resultBox {
    margin-bottom: 20px;
}

ul.flex-container li.flex-item:hover {
    font-size: 20px;
}

ul.flex-container li.flex-item:hover {
    background: #0095D9;
    border: #0095D9;
    color: #fff;
}

ul.flex-container li.flex-item span {
    display: inline-block;
    vertical-align: middle;
}

ul.flex-container li.flex-item::before {
    content: "";
    height: 100%;
    margin-right: -0.25em;
    display: inline-block;
    vertical-align: middle;
}

ul.flex-container li.flex-item {
    padding: 10px;
    list-style: none;
}


/* FAQS */

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: #f5f5f5;
}

.accordion .btn-link {
    color: #000;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.card-body {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    /* margin-bottom: 20px */
}

.accordion,
#accordionExample,
.card {
    border-color: #fcfcfc;
    border-radius: none;
}


/* six boxes */

.six_box {
    padding: 100px 0;
    text-align: center;
}

.six_box .col-md-4 {
    padding: 50px 0;
}

.six_box h6 {
    text-align: center;
    padding-bottom: 10px;
}

.six_box img {
    padding: 10px;
    /* box-shadow: 5px 8px 35px 0px rgba(90, 91, 90, 0.44); */
}

.six_box p {
    padding-top: 10px;
}

.six_box .btn {}


/* BACKGROUND COLOR */

#page {
    background-color: #FAFAFA;
}


/* img.no-shadow {
    box-shadow: 0px 0px 0px 0px #fff;
} */


/* IE SUCKS */

.show_ie {
    display: none;
}


/* ================================= 7 Media Query #media ================================= */


/********************************* Mobile Potrait #MP ********************************/

@media screen and (max-width: 320px) and (orientation: portrait) {}


/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 480px) and (orientation: portrait) {}


/********************************* Mobile landscape ********************************/

@media screen and (max-width: 480px) and (orientation: landscape) {}


/* ================================= Common For All mobile definitions #mx ================================= */

@media all and (max-width: 767px) {
    .main_header {
        display: none;
    }
    .mo_menu {
        display: block;
    }
    .main_page {
        padding-top: 55px;
    }
    .small_container {
        margin: 0 15px;
    }
    .btn {
        display: block;
        padding: 22px 60px;
    }
    /* hero_band */
    .hero_band {
        /* height: 240px; */
    }
    .hero_band video {
        height: 100%;
        object-fit: cover;
    }
    /* section1 */
    .section1 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .big_img {
        margin-left: 80px;
    }
    .section1 .section1_content {
        margin-top: 80px;
        max-width: 100%;
    }
    .section1 p {
        margin-top: 20px;
        letter-spacing: 0.05em;
        font-size: 15px;
        line-height: 26px;
    }
    /* cta */
    .cta {
        padding: 70px 0;
    }
    .cta .cta_text h2 {
        font-size: ;
    }
    /* cta2 */
    .cta2 {
        padding: 70px 0;
    }
    .red_box {
        padding: 60px 20px;
        position: relative;
        top: 0;
    }
    .red_box img {
        margin: 0 auto 50px;
    }
    .red_box p {
        max-width: 100%;
        font-size: 26px;
        line-height: 31px;
    }
    .img_box {
        margin-left: 0;
    }
    .cta2 .img_box p {
        font-size: 20px;
    }
    .img_box img {
        width: calc(100% - 75px);
    }
    /* testimonials */
    .testimonials {
        padding: 70px 0;
    }
    .testimonials h6 {
        font-size: 15px;
        line-height: 23px;
    }
    .testimonials h4 {
        font-size: 28px;
        line-height: 42px;
    }
    .owl-stage-outer .item p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.05em;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        border: 3px solid #fff;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 3px solid #4e626c;
        margin: 5px 3px;
    }
    /* section2 */
    .section2 {
        padding: 70px 15px;
    }
    .section2 .sec2_left_text {
        padding-top: 0;
        max-width: 100%;
        padding-bottom: 70px;
    }
    .section2 .sec2_left_text h3 {
        line-height: 50px;
    }
    .section2 h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .section2 p {
        margin-top: 25px;
        letter-spacing: 0.05em;
        font-size: 15px;
        line-height: 26px;
    }
    .section2 .sec2_img {
        background-image: none;
        width: 100%;
        float: none;
    }
    .section2 .sec2_img img {
        display: block
    }
    .section2 .sec2_text {
        position: relative;
        width: 100%;
    }
    .section2 .btn {
        margin-top: 40px;
    }
    .section2 .sec2_text a {
        font-size: 19px;
        padding: 19px 15px 10px;
        line-height: 24px;
    }
    .section2 .sec2_text h3 {
        padding: 64px 23px 64px 95px;
    }
    /* cta-parallax */
    .cta-parallax {
        padding: 70px 0;
    }
    .cta-parallax .col-md-4 {
        margin: 15px 0;
    }
    .cta-parallax h5 {
        font-size: 44px;
    }
    .cta-parallax h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .cta-parallax .business,
    .cta-parallax .service {
        text-align: center;
    }
    /* footer */
    footer {
        padding: 70px 0;
    }
    footer .footer_logo img {
        max-width: 120px;
    }
    .footer_logo address {
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
        letter-spacing: 0.05em;
    }
    .footer_logo ul li a {
        padding: 8px 13px;
        font-size: 20px;
    }
    .mailing_list a.join_list {
        text-align: center;
        padding: 14px;
        font-size: 14px;
        margin-top: 15px;
        letter-spacing: 0.05em;
    }
    .mailing_list ul {
        margin-top: 20px;
    }
    .mailing_list ul li a {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.05em;
    }
    footer .footer_about {
        margin-top: 20px;
    }
    footer h5 {
        font-size: 12px;
        line-height: 22px;
    }
    footer .footer_about ul li a,
    .footer_oil_tanks ul li a,
    .footer_remediation ul li a,
    .footer_septic ul li a {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.05em;
    }
    footer .footer_oil_tanks,
    footer .footer_septic {
        margin-top: 20px;
    }
    html * {
        max-height: 1000000px
    }
    .x {
        display: none
    }
    h1 {
        font-size: 28px;
        line-height: normal
    }
    h2 {
        font-size: 30px;
        line-height: 50px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    h4 {
        font-size: 18px
    }
    p,
    .content_row ul li,
    .content_row ol li {
        font-size: 18px;
        line-height: 24px
    }
    p.intro {
        font-size: 20px;
        line-height: 30px
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none
    }
}


/********************************* ipad portrait #ip ********************************/

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    h1 {
        font-size: 38px
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 21px
    }
    p,
    .content_row ul li,
    .content_row ol li {
        font-size: 18px
    }
    p.intro {
        font-size: 20px
    }
    .hidden-tab {
        display: none
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none
    }
    .visible_tab {
        display: block !important
    }
}


/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 1001px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_header {
        display: none;
    }
    .mo_menu {
        display: block;
    }
    .main_page {
        padding-top: 55px;
    }
    .small_container {
        margin: 0 15px;
    }
    .section1 {
        padding: 80px 0;
    }
    .section1 p {
        margin-top: 25px;
        line-height: 20px;
    }
    .section1 .btn {
        margin-top: 30px;
        padding: 23px 60px;
    }
    .big_img {
        margin-left: 75px;
    }
    .cta {
        padding: 110px 0px 160px;
    }
    .cta .cta_text h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .cta_text {
        max-width: 290px;
        float: right;
    }
    .red_box {
        top: -70px;
        padding: 50px 20px;
    }
    .red_box p {
        font-size: 25px;
        line-height: 31px;
    }
    .cta2 {
        padding-top: 37px;
        padding-bottom: 80px;
    }
    .img_box {
        margin-left: 0;
    }
    .img_box img {
        width: calc(100% - 75px);
    }
    .cta2 .img_box p {
        padding: 38px 17px 51px;
        font-size: 19px;
    }
    .testimonials {
        padding: 80px 0;
    }
    .owl-stage-outer .item p {
        margin-top: 50px;
        font-size: 17px;
        line-height: 33px;
    }
    .section2 {
        padding: 80px 15px;
    }
    .section2 p {
        line-height: 20px;
        margin-top: 25px;
    }
    .section2 .sec2_text h3 {
        padding: 70px 9px 70px 47px;
        font-size: 28px;
        line-height: 36px;
    }
    .section2 .sec2_text a {
        padding: 17px 8px 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .section2 .btn {
        padding: 20px 60px;
    }
    .cta-parallax {
        padding: 100px 0;
    }
    .cta-parallax h5 {
        font-size: 43px;
    }
    .cta-parallax h3 {
        font-size: 30px;
        line-height: 37px;
    }
    footer {
        padding: 80px 0;
    }
    .mailing_list a.join_list {
        padding: 17px 17px 13px;
        font-size: 16px;
    }
    .footer_logo address {
        font-size: 16px;
        line-height: 24px;
    }
    .mailing_list ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    footer .footer_about ul li a,
    .footer_oil_tanks ul li a,
    .footer_remediation ul li a,
    .footer_septic ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    footer .footer_oil_tanks,
    footer .footer_septic {
        margin-top: 20px;
    }
    footer h5 {
        font-size: 12px;
    }
    .footer_logo ul li a {
        font-size: 26px;
        padding: 7px 14px;
    }
    h2 {
        font-size: 35px;
        line-height: 46px;
    }
    h3 {
        font-size: 35px;
        line-height: 46px;
    }
    h4 {
        font-size: 30px
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1190px) {
    .bottm_nav ul li a {
        padding: 21px 20px 20px;
    }
    .bottm_nav ul li.free_quote a {
        padding: 22px 18px 20px 20px;
    }
    .nav_cover a i {
        padding: 11px;
    }
    .top_nav {
        padding-top: 10px;
    }
    .bottm_nav ul {
        margin-top: 10px;
    }
    header .logo_col img {
        max-width: 230px;
    }
    .main_page {
        padding-top: 137px;
    }
    .section1 {
        padding-bottom: 80px;
    }
    .section2 {
        padding-left: 15px;
    }
    .cta-parallax {
        padding: 130px 0 150px;
    }
    .cta-parallax h5 {
        font-size: 65px;
    }
    .cta-parallax h3 {
        font-size: 40px;
    }
    .small_container {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1365px) {
    .section2 .sec2_text h3 {
        font-size: 43px;
        padding: 100px 15px 100px 78px;
    }
}


/* ================================= Small Computer #Sc ================================= */

@media only screen and (min-width: 1300px) {
    .first_col,
    .first_li {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
    .last_col,
    .last_li {
        padding-right: 0 !important;
        margin-right: 0 !important
    }
}


/* ================================= Large Computer #lc ================================= */

@media screen and (min-width: 1450px) {}


/* IE10 Only CSs */

@media screen and (min-width:0\0) {}


/* ie10, ie11+ */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cta2 .img_box p,
    .section2 .sec2_text a {
        display: none;
    }
    .show_ie {
        display: block;
        font-size: 30px;
        padding-top: 0px;
        margin-top: 0px;
        color: #000;
    }
}