/*
Theme Name: Aqua Auto Wash
Theme URI: http://www.wordpress.org
Description: Matt Gibson Theme
Version: 1.0
Author: Gibson Design.
Author URI: http://www.gibsonads.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body,
html {
    padding: 0px;
    margin: 0px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

a {
    color: #1e94a5;
    transition: all 0.5s;
    outline: none;
}

a:hover,
.wrp-footer-credit a:hover {
    text-decoration: none;
    color: #1F83C6;
    transition: all 0.5s;
}

footer a:hover {
    text-decoration: none;
    color: #f57e20;
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

p {
    font-size: 22px;
    margin-bottom: 0px;
    color: #000;
}

iframe {
    width: 100%;
    border: none;
}

.wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

.pricing-inner h2.title-pantone {
    font-size: 60px;
    color: #1e94a5;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
}

h2.title-pantone {
    font-size: 60px;
    color: #1e94a5;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 60px;
    margin: 0px;
}

h2.title-white {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 60px;
    margin: 0px;
}

h2.title-green {
    font-size: 60px;
    color: #1b8d23;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 60px;
    margin: 0px;
}


/* Header START */

.header-social {
    text-align: right;
}

.header-social ul {
    margin-bottom: 30px;
}

.header-social li {
    display: inline-block;
    list-style: none;
    padding: 0px 8px;
}


/* Slider START */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .owl-nav .owl-prev {
    background: url('images/privoius.png') no-repeat scroll center center !important;
    height: 46px;
    position: absolute;
    text-indent: -999999px;
    top: 43%;
    width: 46px;
    left: 9%;
    display: block;
    background-size: 100% !important;
    outline: none;
}

.owl-carousel .owl-nav .owl-next {
    background: url('images/next.png') no-repeat scroll center center !important;
    height: 46px;
    right: 9%;
    position: absolute;
    text-indent: -999999px;
    top: 43%;
    width: 46px;
    display: block;
    background-size: 100% !important;
    outline: none;
}


/* Work Experience Section 1 START */

.wrp-experience {
    padding: 120px 0px;
}

.wrp-experience p {
    text-align: center;
}


/* Easy as 1-2-3 Section 2 START */

.wrp-easy-as {
    background: url("images/back-easy.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrp-easy-as {
    padding: 120px 0px;
}

.wrp-easy-as p {
    text-align: center;
    color: #fff;
}


/* Eco Friendly Section 3 START */

.wrp-eco-frindly {
    background: url("images/back-eco.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrp-eco-frindly {
    padding: 120px 0px;
}

.wrp-eco-frindly p {
    text-align: center;
}


/* Showroom Shine Section 4 START */

.wrp-showroom-shine {
    background: #1e94a5;
}

.wrp-showroom-shine {
    padding: 120px 0px;
}

.wrp-showroom-shine p {
    text-align: center;
}


/* Promotion Section 5 START */

.wrp-promotions {
    background: url("images/back-promotion.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrp-promotions {
    padding: 120px 0px;
    display: none;
}

.wrp-eco-frindly p {
    text-align: center;
}


/* Package and Pricing Section 6 START */

.package-start {
    padding-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
}

.wrp-pricing {
    padding: 120px 0px;
}

.pack-selected {
    background: #f57e20 !important;
}


/* Package And Pricing */

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #777777;
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 10px;
    margin: 0px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    background: #1e94a5;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
    background: #1e94a5;
    font-size: 19px;
    margin-left: 15px;
}

.custom-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('images/li-stlye.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrp-pricing h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 5px;
}

.wrp-pricing .panel-heading {
    background: #f57e20;
    padding: 5px;
    vertical-align: middle;
    align-items: center;
}

.wrp-pricing .list-group-item {
    font-size: 16px;
    color: #fff !important;
    border: none;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    margin: 0px 0px 0px 5px;
}

.wrp-pricing .panel-body {
    text-align: center;
    border: 2px solid #1E94A5;
    margin: 15px 0px !important;
    display: block;
}

.wrp-pricing .panel-body p {
    color: #f57e20;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.wrp-pricing .panel-body h4 {
    font-size: 36px;
    color: #1e94a5;
}

.wrp-pricing .panel-footer {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    background: #1f83c6;
    padding: 20px 0px;
}

.wrp-pricing .panel-footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.wrp-pricing .panel-footer h4 {
    font-size: 36px;
}

.left-images img:first-child,
.right-images img:first-child {
    padding-bottom: 15px;
}

.middle-images img {
    height: 100%;
}


/* Footer START */

#findus {
    line-height: 0px;
    vertical-align: top;
}

.wrp-footer-content {
    background: #1e94a5;
    color: #fff;
    padding: 60px 0px;
}

.wrp-footer-content a {
    color: #Fff;
    font-size: 30px;
    font-weight: 400;
}

.wrp-footer-credit {
    background: #f57e20;
    color: #fff;
}

.wrp-footer-credit p {
    color: #fff;
}

.wrp-footer-credit a {
    color: #a9f78e;
}

.wrp-footer-credit p {
    margin-bottom: 0px;
    padding: 20px 0px;
}

footer h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-hours {
    font-size: 24px;
    text-transform: uppercase;
}

.address p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.contact,
.address {
    padding-bottom: 30px;
}


/* Back to top */

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    background: #1e94a5;
    background-color: rgb(30, 148, 165);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #f57e20;
    text-shadow: 0px 1px 4px #000;
    text-align: center;
}

#back2Top:hover {
    background-color: #f57e20;
    color: #000;
}

.wrp-topbar {
    position: relative;
    z-index: 2;
    background: #1E94A5;
    margin-bottom: 0px;
}

.slr-marq {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 10px 20px;
}

.wrp-header {
    padding: 30px 0px;
}

.slr-marq p {
    color: #fff;
    font-weight: normal;
}

.wrp-footer-two {
	background-image: url('./images/back-amp.png');
	background-size: cover;
}

.blue-new-text h2 {
	font-size: 53px;
	line-height: 66px;
	color: #1b6eb9;
	font-weight: 500;
	margin: 20px 0px;
	padding-bottom: 60px;
}
.newxt-text h3 {
	color: #f57e20;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 32px;
	margin: 20px 0px;
	padding-bottom: 30px;
}

.valid-through p {
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 36px;
	color: #1a8394;
	font-weight: 500;
}
.wrp-header-two {
	padding: 60px 0px;
}
.barcode {
	margin: 60px 0px;
}
.wrp-footer-two {
	background-image: url('./images/back-amp.png');
	background-size: cover;
	padding: 80px 0px;
}

.page-template-tpl-special .wrp-header-two {
	padding: 60px 0px;
	max-width: 350px;
}

.inner-special p{
    padding-bottom:60px;
}

.page-template-tpl-special {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	font-family: "Barlow Semi Condensed";
	text-align: center;
}

.gform_description {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Barlow Semi Condensed";
	text-align: center;
	margin-bottom: 50px !important;
	display: inline-block;
}
#gform_submit_button_1 {
	background-color: #f57f20;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 40px;
	color: #fff;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	text-align: center;
}

.wrp-footer-spec h4 {
	font-size: 24px;
	line-height: 30px;
	color: #1e94a5;
	font-weight: 400;
	font-family: "Barlow Semi Condensed";
	text-align: center;
	margin: 0;
	padding: 50px 0px;
}

.wrp-newback {
	background-color: #1e94a5;
	padding: 60px 0px 50px;
	color: #fff;
}
ul#menu-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.wrp-innerpage-title {
    background: #1E94A5;
    text-transform: uppercase;
    padding: 10px 0px;
}
.wrp-innerpage-title h1 {
    margin: 0px;
    color: #fff;
}
.wrp-default-page {
    padding: 60px 0px;
}