﻿/************************************************

        EMBEDD CUSTOM FONTS

*************************************************/

body{
    font-family: 'verdana', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

a:focus {
    outline: none;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.Offpadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

::selection {
    background-color: #39386e;
    color: #fff;
}

.padding60{
    padding-top: 60px;
    padding-bottom: 60px;
}


.padding40{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*******************************************************

            HOMEPAGE STYLES

******************************************************/
.top-header{
    background:#fff;
    height: auto;
}

.logo_image{
    width: 200px;
    padding: 10px;
    margin: 0 auto;
}

.top-info p{
    text-align: right;
    font-family: 'verdana', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
        font-size: 13px;
}

.top-info p span:first-child{
    margin-right: 15px;
}

.top-info p i.fa {
    color: #39386e;
    font-size: 18px;
    border: 1px solid #39386e;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 1;
}

.banner-section{
    background: #48be44 url(../images/banner2.jpg) no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 600px;
    border-top: 5px solid #39386e;
}

.banner-inner{
    padding-top: 50px;
    width: 100%;
    max-width: 600px;
}

.banner-column h2{
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    margin-top: 0;
}

.banner-column h3{
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'verdana', sans-serif;
    font-weight: 300;
}

.menu-section{
    border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
    margin-bottom: 0;
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #333;
    font-family: 'verdana', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px;
    border-bottom: 1px solid #fafafa;
}

.navbar-menu{
    background: transparent;
    border:0;
    margin-top: 0;
    margin-bottom: 0px;
    min-height: 50px;
    border-radius: 0;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-family: 'verdana', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'verdana', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


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

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color:transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-nav>li {
    float: left;
    padding-right: 40px;
}


.navbar-nav>li:last-child {
    float: left;
    padding-right: 0;
}


.about-section{
    background:#fff;
}

.about-heading h3{
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
    color: #CCCC00;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    margin-top: 40px;
    padding-bottom: 25px;
    position: relative;
}

.about-heading h3::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background:#48be44;
    display: block;
    bottom: 0;
}

.about-text-column p{
    font-family: 'verdana', sans-serif;
    font-size: 13px;
    line-height: 2;
    color:#0000ff;
}

.industry-image-column img{
    margin:0 auto;
}

.offers-section{
    background:#f5f6fb;
}


/* Added by NFH for beverage gas section */
.offers-section2{
    background:#ffffff;
}


.offers-column{
    text-align: center;
}

.offers-column h3{
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
    color: #48be44;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    margin-top: 40px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}

.offers-column h3 span{
    color: #39386e;
}

.offers-column h3::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background:#48be44;
    display: block;
    bottom: 0;
    text-align: center;
    left:0;
    right: 0;
    margin:0 auto;
}

.offers-column p{
    font-family: 'verdana', sans-serif;
    font-size: 18px;    /* Orig value: 13 Nelson is futzing with this one. */
    line-height: 2;
    text-align: center;
    color:#0000ff;
}

.offers-text-column p{
    color:#0000ff;
}

.btn-read-more{
    font-family: 'verdana', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #39386e;
    font-size: 18px;
    border:2px solid #39386e;
    border-radius: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 30px;
}

.btn-read-more:hover,
.btn-read-more:focus{
    background: #39386e;
    color: #fff;
    border:2px solid transparent;
    transition: 0.4s ease-in;
    
}

.offers-inner{
    margin-top: 50px;
}

.offers-text-column{
    font-family: 'verdana', sans-serif;
    font-size: 13px;
    line-height: 2;
    text-align: right;
}

.ind_gas_section{
    background:url('../images/industry.png') no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 100px;
}

.cta-section {
    background: rgba(48,53,93,1) url(../images/progress.jpg) no-repeat;
    background-position: center center;
    background-blend-mode:overlay;
    background-size: cover;
    background-attachment: fixed;
}

.cta-section .about-heading h3 {
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    margin-top: 40px;
    padding-bottom: 25px;
    position: relative;
}

.cta-section .about-text-column p {
    font-family: 'verdana', sans-serif;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    /* font-weight: bold; */
    text-transform: capitalize;
}

.cta-section .about-text-column p span{
    font-family: 'verdana', sans-serif !important;
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 1px;
}

.am_red{
    color: #48be44 !important
}

.am_seafoamgreen{
    color: #48be44 !important
}


.blue{
    color: #3B39B4
    /* color: #39386e !important; */
}

.location-text-column{
    padding-top: 40px;
}

.location-text-column h3{
    font-family: 'verdana', sans-serif !important;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 0;  
}

.location-text-column p{
    font-family: 'verdana', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}

.location-text-column p i.fa {
    background: #39386e;
    color: #fff;
    font-size: 18px;
    border: 1px solid #39386e;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 1;
    margin-right: 15px;
}

.location-text-column p i.fa-map-marker{
    padding: 10px 14px;
}

.location-text-column p i.fa-phone{
    padding: 11px 12px;
}

.small_text{
    font-family: 'verdana', sans-serif !important;
    font-weight: 800;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    font-style: italic;
}

.footer-section{
    background: #30355d;
}

.footer-logo{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.footer-single-column{
    position: relative;
}

.footer-single-column p{
    color: #fff;
    font-size: 12px;
    line-height: 2;
    font-family: 'verdana', sans-serif !important;
    margin-top: 20px;
}

.social-icons{
    padding: 0;
    margin:0;
}

.social-icons li{
    float: left;
    margin-right: 15px;
    list-style-type: none;
}

.social-icons li a i.fa{
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
}

.contact-form-column {
    background: #fff;
    min-height: 400px;
    padding: 20px;
    border-top: 10px solid #39386e;
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    top: -120px;
    margin: 0 auto;
}

.contact-form-column h3{
    font-size: 35px;
    text-align: center;
    line-height: 1;
    font-family: 'verdana', sans-serif !important;
    margin-top: 0;
    font-weight: 900;
    color: #39386e;
}

.form-group label{
    font-size: 15px;
    text-align: left;
    line-height: 1;
    font-family: 'verdana', sans-serif !important;
    display: block;
    margin-bottom: 15px;
}

.form-group input[type=text], .form-group input[type=tel], .form-group input[type=email], .form-group input[type=number], .form-group input[type=search], .form-group input[type=password], .form-group select{
    border:1px solid #c9c9c9;
    height: 50px;
    border-radius: 0;
    box-shadow: none !important;
    font-family: 'verdana', sans-serif !important;
    box-shadow: none;
}

.form-group textarea {
    min-height: 240px;
    width: 100%;
    border: 1px solid #c9c9c9;
    box-shadow: none !important;
    font-family: 'verdana', sans-serif !important;
    border-radius: 0;
}

.btn-submit{
    font-family: 'verdana', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #39386e;
    font-size: 18px;
    border: 2px solid #39386e;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 30px;
    display: block;
    width: 100%;
}

.btn-submit:hover,
.btn-submit:focus{
    background: #39386e;
    color: #fff;
    border:2px solid transparent;
    transition: 0.4s ease-in;
    border: 2px solid #39386e  
}

.footer-address h3{
    color: #fff;
    line-height: 1.5;
    margin-top: 0;
    font-size: 19px;
    font-style: italic;
}

.footer-address p{
    margin-bottom: 0px;
}

.footer-address p i.fa{
    font-size: 22px; 
    margin-right: 15px;
}

.copyright-section{
    background: #1c1c1c;
}

.copyright-section p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-family: 'verdana', sans-serif;
    font-size: 14px;
}

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

.offers-column h3 {
    font-size: 25px;
}

.btn-read-more {
    font-size: 14px;
    
}

.cta-section .about-heading h3 {
    font-size: 26px;
}

.cta-section .about-text-column p {
    font-family: 'verdana', sans-serif;
    font-size: 16px;
}

.cta-section .about-text-column p span {
    font-family: 'verdana', sans-serif !important;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

.about-heading h3 {
    font-size: 25px;
}

.location-text-column h3 {
    font-family: 'verdana', sans-serif !important;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 0;
}

.navbar-nav>li {
    float: left;
    padding-right: 0;
    display: block;
    width: 100%;
}

.logo_image {
    width: 100px;
    padding: 10px;
    margin: 0 auto;
}

.top-info p {
    text-align: left;
    font-family: 'verdana', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.top-info p span:first-child {
    margin-right: 15px;
    display: block;
    margin-bottom: 10px;
}


.banner-column h2 {
    font-size: 27px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'verdana', sans-serif;
    font-weight: 800;
    margin-top: 0;
    text-shadow: 1px 1px 9px rgba(0,0,0,1);
}



.banner-section {
    height: 150px;
}

.banner-inner {
    padding-top: 10px;
    width: 100%;
    max-width: 600px;
}

.location-text-column p {
    font-family: 'verdana', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer-single-column{
    margin-bottom: 30px;
}

.contact-form-column {
    background: transparent;
    min-height: 400px;
    padding: 0;
    border-top: none;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.contact-form-column h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    font-family: 'verdana', sans-serif !important;
    margin-top: 0;
    font-weight: 900;
    color: #fff;
}

.form-group label {
    font-size: 15px;
    text-align: left;
    line-height: 1;
    font-family: 'verdana', sans-serif !important;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){

.location-text-column p {
    font-family: 'verdana', sans-serif !important;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}


.contact-form-column {
    background: #fff;
    min-height: 400px;
    padding: 20px;
    border-top: 10px solid #39386e;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.footer-single-column {
    position: relative;
    margin-bottom: 40px;
}
}