.h05,
.h06,
h5,
h6 {
    text-transform: uppercase
}

code,
pre {
    background: #F1F1F1
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

header .header-white-logo a @import url(font-awesome/css/font-awesome.min.css);
@import url(micons/micons.css);
@import url(fonts.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
html {
    font-size: 10px
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 9.38px
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.38px;
    }
}

body,
html {
    height: 100%
}

body {
    background: #fff;
    font-family: librebaskerville-regular, serif;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #353535;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

a,
a:visited {
    color: #07617d;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus,
a:hover {
    color: #000
}

.h01,
.h02,
.h03,
.h04,
.h05,
.h06,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat-bold, sans-serif;
    color: #151515;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem
}

abbr,
p.lead {
    color: #4f4f4f
}

.h03,
.h04,
h3,
h4 {
    margin-bottom: 1.8rem
}

.h05,
.h06,
h5,
h6 {
    margin-bottom: 1.2rem
}

.h01,
h1 {
    font-size: 3.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem
}

@media only screen and (max-width:600px) {
    .h01,
    h1 {
        font-size: 2.6rem;
        letter-spacing: -.07rem
    }
}

.h02,
h2 {
    font-size: 2.4rem;
    line-height: 1.25
}

.h03,
h3 {
    font-size: 2rem;
    line-height: 1.5
}

.h04,
h4 {
    font-size: 1.7rem;
    line-height: 1.76
}

.h05,
h5 {
    font-size: 1.4rem;
    line-height: 1.7
}

.h06,
h6 {
    font-size: 1.3rem;
    line-height: 1.85;
    letter-spacing: .2rem
}

p img {
    margin: 0
}

p.lead {
    font-family: montserrat-regular, sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3.6rem
}

@media only screen and (max-width:768px) {
    p.lead {
        font-size: 1.8rem
    }
}

b,
em,
i,
strong {
    font-size: 1.6rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: 400
}

em,
i {
    font-family: librebaskerville-italic, serif
}

b,
strong {
    font-family: librebaskerville-bold, serif
}

small {
    font-size: 1.1rem;
    line-height: inherit
}

blockquote {
    margin: 3rem 0;
    padding-left: 5rem;
    position: relative
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0;
    margin: 0;
    color: rgba(0, 0, 0, .3);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0
}

blockquote p {
    font-family: librebaskerville-italic, georgia, serif;
    font-style: italic;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.895
}

blockquote cite {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.615
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #4f4f4f;
    border: none
}

abbr {
    font-family: librebaskerville-bold, serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem
}

code,
kbd,
pre,
samp,
var {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace
}

pre {
    padding: 2.4rem 3rem 3rem
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    border: 1px solid #E1E1E1;
    border-radius: 3px
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0
}

li,
ul.disc li {
    display: list-item
}

pre.prettyprint>code {
    border: none
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

mark {
    background: #FFF49B;
    color: #000
}

hr {
    border: solid #d2d2d2;
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ol,
ul {
    margin-left: 1.7rem
}

ul li {
    padding-left: .4rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .6rem 0 .6rem 1.7rem
}

ul.disc li {
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #07617d;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle
}

.carousel,
.carousel-inner {
    position: relative
}

dt {
    margin: 0;
    color: #07617d
}

dd {
    margin: 0 0 0 2rem
}

.button,
button {
    margin-bottom: 1.2rem
}

fieldset {
    margin-bottom: 1.5rem
}

.fluid-video-wrapper,
.ss-custom-select,
blockquote,
dl,
figure,
form,
ol,
p,
pre,
select,
table,
textarea,
ul {
    margin-bottom: 3rem
}

img.pull-right {
    margin: 1.5rem 0 0 3rem
}

img.pull-left {
    margin: 1.5rem 3rem 0 0
}

.bgrid {
    padding: 0 20px
}

@media only screen and (max-width:1024px) {
    .bgrid {
        padding: 0 18px
    }
}

@media only screen and (max-width:768px) {
    .bgrid {
        padding: 0 15px
    }
}

@media only screen and (max-width:600px) {
    .bgrid {
        padding: 0 10px
    }
}

@media only screen and (max-width:400px) {
    .bgrid {
        padding: 0
    }
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: librebaskerville-regular, sans-serif
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    min-height: 300px
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 22%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carlousel-text {
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 1.2;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.no-js #preloader,
.oldie #preloader,
.oldie .ss-custom-select::after,
.pace-inactive {
    display: none
}

.success-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
    margin-top: 20px;
    vertical-align: middle;
    line-height: 1.133;
    text-transform: none!important;
    color: #0071bd;
    font-weight: 800
}

.custom-float-right {
    float: right
}

.testimonial-main {
    margin: 0;
    padding-left: 0;
    position: relative
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

#show-table{
    height: 476px;
    overflow: auto;
    margin: 60px auto;
}

#quote-carousel {
    padding: 0 10px 30px 15px;
    margin-top: 0
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-control.left {
    left: -60px
}

#quote-carousel .carousel-control.right {
    right: -60px
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -20px;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 105px;
    height: 165px;
    margin: 5px;
    cursor: pointer;
    border-radius: 0;
    opacity: .5;
    border: none;
    overflow: hidden;
    transition: all .4s
}

#quote-carousel .carousel-indicators .active {
    background: 0 0;
    width: 105px;
    height: 165px;
    border-radius: 0;
    border: none;
    opacity: 1;
    overflow: hidden
}

#preloader,
.pace .pace-progress {
    position: fixed;
    top: 0;
    width: 100%
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px
}

td,
th {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8
}

th {
    color: #151515;
    /*font-family: montserrat-bold, sans-serif*/
}

td {
    line-height: 1.5
}

/*td:first-child,*/
/*th:first-child {*/
    /*padding-left: 0*/
/*}*/

/*td:last-child,*/
/*th:last-child {*/
    /*padding-right: 0*/
/*}*/

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.highlight,
label {
    pointer-events: none
}
.intro h5{
    font-size: 20px;
    font-family: "Open Sans";
    color: rgb(0, 113, 189);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;

}
.pace .pace-progress {
    background: #0071bd;
    z-index: 900;
    right: 100%;
    height: 6px
}

#preloader {
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 800;
    height: 100%
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: #0071bd;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ss-custom-select {
    position: relative;
    padding: 0
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem
}

.ss-custom-select select::-ms-expand {
    display: none
}

.ss-custom-select::after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin-top: -10px;
    bottom: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    color: #252525
}

textarea {
    min-height: 25rem
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    color: #000
}

label,
legend {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.4rem;
    margin-bottom: .6rem;
    color: #020202;
    display: block
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

.web-hidden {
    display: none
}

.mobile-hidden,
label>.label-text {
    display: inline-block
}

label>.label-text {
    margin-left: 1rem;
    font-family: montserrat-regular, sans-serif;
    line-height: inherit
}

label>input[type=checkbox],
label>input[type=radio] {
    margin: 0;
    position: relative;
    top: .15rem
}

::-webkit-input-placeholder {
    color: #8e8e8e
}

:-moz-placeholder {
    color: #8e8e8e
}

::-moz-placeholder {
    color: #8e8e8e
}

:-ms-input-placeholder {
    color: #8e8e8e
}

.placeholder {
    color: #8e8e8e!important
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #0172bd;
    transition: background-color 5000s ease-in-out 0s
}

.button,
a.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    font-family: montserrat-bold, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: 5.4rem;
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    background: #A5A5A5;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button:focus,
.button:hover,
a.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
    background: #989898;
    color: #000;
    outline: 0
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
    background: #151515;
    color: #FFF
}

.button.button-primary:focus,
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type=submit].button-primary:focus,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=button].button-primary:focus,
input[type=button].button-primary:hover {
    background: #030303
}

.button.full-width,
button.full-width {
    width: 100%;
    margin-right: 0
}

.button.medium,
button.medium {
    height: 5.7rem!important;
    line-height: 5.7rem!important;
    padding: 0 1.8rem!important
}

.button.large,
button.large {
    height: 6rem!important;
    line-height: 6rem!important;
    padding: 0 3rem!important
}

.button.stroke,
button.stroke {
    background: 0 0!important;
    border: 3px solid #313131;
    line-height: 4.8rem
}

.button.stroke.medium,
button.stroke.medium {
    line-height: 5.1rem!important
}

.button.stroke.large,
button.stroke.large {
    line-height: 5.4rem!important
}

.button.stroke:hover,
button.stroke:hover {
    border: 3px solid #f9a828;
    color: #f9a828
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.5rem
}

.alert-box .close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer
}

.ss-error {
    background-color: #ffd1d2;
    color: #e65153
}

.ss-success {
    background-color: #c8e675;
    color: #758c36
}

.ss-info {
    background-color: #d7ecfb;
    color: #4a95cc
}

.ss-notice {
    background-color: #fff099;
    color: #bba31b
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: montserrat-bold, sans-serif;
    line-height: 6rem;
    text-indent: 0;
    background: 0 0;
    color: #151515
}

.lining dd,
.lining dt {
    display: inline;
    margin: 0
}

.lining dd+dt:before,
.lining dt+dt:before {
    content: "\A";
    white-space: pre
}

.lining dd+dd:before {
    content: ", "
}

.lining dd:before {
    content: ": ";
    margin-left: -.2em
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -.2em
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". "
}

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0
}

.pull-quote:after,
.pull-quote:before {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, .3)
}

.pull-quote:before {
    content: "\201C";
    top: 33px;
    left: 0
}

.pull-quote:after {
    content: '\201D';
    bottom: -33px;
    right: 0
}

.pull-quote blockquote {
    margin: 0
}

.pull-quote blockquote:before {
    content: none
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #ccc
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: montserrat-bold, sans-serif;
    border: none;
    color: #252525
}

.stats-tabs li a:hover {
    color: #07617d
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0;
    font-size: 1.4rem;
    font-family: montserrat-regular, sans-serif;
    color: #4f4f4f
}

.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem
}

.skill-bars li {
    height: .6rem;
    background: #a1a1a1;
    width: 100%;
    margin-bottom: 6rem;
    padding: 0;
    position: relative
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: montserrat-bold, sans-serif;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.5rem;
    line-height: 2.4rem
}

.skill-bars li .progress {
    background: #313131;
    position: relative;
    height: 100%
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: montserrat-regular, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    background: #313131;
    padding: .6rem;
    border-radius: 3px
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #313131;
    content: ""
}

.skill-bars li .percent5 {
    width: 5%
}

.skill-bars li .percent10 {
    width: 10%
}

.skill-bars li .percent15 {
    width: 15%
}

.skill-bars li .percent20 {
    width: 20%
}

.skill-bars li .percent25 {
    width: 25%
}

.skill-bars li .percent30 {
    width: 30%
}

.skill-bars li .percent35 {
    width: 35%
}

.skill-bars li .percent40 {
    width: 40%
}

.skill-bars li .percent45 {
    width: 45%
}

.skill-bars li .percent50 {
    width: 50%
}

.skill-bars li .percent55 {
    width: 55%
}

.skill-bars li .percent60 {
    width: 60%
}

.skill-bars li .percent65 {
    width: 65%
}

.skill-bars li .percent70 {
    width: 70%
}

.skill-bars li .percent75 {
    width: 75%
}

.skill-bars li .percent80 {
    width: 80%
}

.skill-bars li .percent85 {
    width: 85%
}

.skill-bars li .percent90 {
    width: 90%
}

.skill-bars li .percent95 {
    width: 95%
}

.skill-bars li .percent100 {
    width: 100%
}

.section-intro {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem
}

.section-intro h1 {
    font-family: librebaskerville-bold, serif;
    font-size: 4.8rem;
    line-height: 1.375;
    color: #151515
}

.section-intro h3 {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.8rem;
    line-height: 1.667;
    color: rgba(242, 242, 242, .5);
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin-bottom: 1.2rem
}

.section-intro .lead {
    font-family: montserrat-regular, sans-serif;
    font-size: 1.8;
    line-height: 1.833
}

.button-get-in-service,
.button-get-in-touch {
    font-family: "Open Sans";
    text-transform: uppercase;
    letter-spacing: 1.2px!important
}

.section-intro.with-bottom-sep {
    padding-bottom: 4.2rem;
    position: relative
}

.section-intro.with-bottom-sep::after {
    display: inline-block;
    height: 1px;
    width: 200px;
    background-color: rgba(242, 242, 242, .1);
    text-align: center
}

@media only screen and (max-width:1024px) {
    .section-intro h1 {
        font-size: 4.4rem
    }
    .section-intro .lead {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:768px) {
    .section-intro h1 {
        font-size: 4rem
    }
    .section-intro h3 {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:600px) {
    .section-intro h1 {
        font-size: 3.4rem
    }
    .section-intro h3 {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:500px) {
    .section-intro h3 {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:400px) {
    .section-intro h1 {
        font-size: 3.1rem
    }
}

.wide {
    max-width: 1300px
}

.narrow {
    max-width: 800px
}

.js .animate-intro,
.js .animate-this {
    opacity: 0
}

.no-cssanimations .animate-intro,
.oldie .animate-intro .no-cssanimations .animate-this,
.oldie .animate-this {
    opacity: 1
}

header {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 700
}

.home-row,
.override-canvas,
canvas,
header .row {
    position: relative
}

header .row {
    height: auto;
    max-width: 1300px
}

.button-get-in-touch {
    background-color: #fff;
    font-size: 18px;
    padding: 22px 30px!important;
    color: #0071bd;
    font-weight: 700!important;
    line-height: 1.35
}

.button-get-in-touch:hover,
.get-in-touch-button:hover {
    color: #fff
}

.button-get-in-service {
    background-color: transparent;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    font-size: 16px;
    padding: 15px 30px!important;
    color: #fff!important;
    font-weight: 500!important;
    line-height: 1.4
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translate(0, -104%);
    transform: translate(0, -104%)
}

.description-bold {
    font-weight: 600;
    color: #000!important
}

.main-head-text,
.sub-text,
.sub-text-v2 {
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

.override-canvas {
    z-index: 11
}

.img-wrap-machine {
    margin-left: 30%;
    margin-top: -5%;
    animation: hue-rotate 10s linear infinite;
    -webkit-animation: rotation 5s infinite linear
}

.main-head-text {
    font-size: 61px;
    font-weight: 800;
    line-height: 1.2
}

.home-row {
    padding-top: 18.2rem;
    padding-bottom: 15rem
}

.sub-text {
    font-size: 95px;
    font-weight: 800;
    line-height: .4
}

.sub-text-v2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.826
}

header .header-logo a,
header .header-white-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    color: transparent;
    text-shadow: none
}

header .header-logo {
    position: absolute;
    left: 100px;
    top: 42px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

header .header-logo a {
    width: 207px;
    height: 78px;
    background: url(../images/logo/logo@2x.png) center no-repeat;
    background-size: 207px 78px;
    font: 0/0 a;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

header .header-white-logo {
    position: absolute;
    left: 100px;
    top: 42px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

header .header-white-logo a {
    width: 206px;
    height: 79px;
    background: url(../images/logo/white-logo@2x.png) center no-repeat;
    background-size: 206px 79px;
    font: 0/0 a;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.description-text {
    font-size: 22px;
    font-family: "Open Sans";
    color: #161616;
    line-height: 1.5;
    text-align: left;
    font-weight: 300
}

.contact-description-text,
.service-description-text {
    font-family: "Open Sans";
    color: #161616;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    font-size: 22px
}

.contact-description-text {
    margin-bottom: 6rem
}

.service-description-text {
    margin-bottom: 10rem
}

.service-description-text-service {
    font-size: 22px;
    font-family: "Open Sans";
    color: #161616;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0
}

.contact-description-text-container,
.contact-description-text-container-last {
    font-size: 18px;
    font-family: "Open Sans";
    color: #161616;
    text-align: left;
    font-weight: 400;
    line-height: 1.5
}

.contact-description-text-container {
    margin-bottom: 9rem
}

.contact-description-text-container-last {
    margin-bottom: 0
}

.des-strong {
    font-weight: 700
}

.searchInput {
    position: relative
}

.searchField_new {
    display: inline-block;
    width: 80%;
    height: 52px;
    border-left: 0!important;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: -115px;
    border-right: 0!important;
    border-top: 0!important;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb !important;
    font-size: 20px;
    outline: #ebebeb;
    padding: 5px 50px 5px 0px;
    cursor: pointer;
    color: grey;
    box-sizing: border-box;
}
.odd_th{
    background-color: #0b81d1;
}
.searchField {
    display: inline-block;
    width: 75%;
    height: 52px;
    border-left: 0!important;
    margin: 10px;
    border-right: 0!important;
    border-top: 0!important;
    box-shadow: none;
    border-bottom: 1px solid grey!important;
    font-size: 20px;
    outline: grey;
    padding: 5px 50px 5px 5px;
    cursor: pointer;
    color: grey;
    box-sizing: border-box
}

#sampleRecipientInput{
    border: none;
    outline: none;
    background-color: transparent;
}
#sampleRecipientInput2{
    border: none;
    outline: none;
    background-color: transparent;
}
.intro-sm{
    width: 100%;
    margin-left: 5%;
}
select{
    font-family: "Open Sans";
}
table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Open Sans";
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #fafafa;
}

th {
    font-weight: 500;
    background: #0071bd;
    color: white;
    border: 1px solid #fff;
    text-align: center !important;
}

td {
    font-family: "Open Sans";
    padding: 10px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 18px;
}
#normal_id{
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 0rem;

}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /*tr { border: 1px solid #ccc; }*/

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}


.searchInput .glyphicon {
    position: absolute;
    z-index: 2;
    right: 150px;
    font-size: 26px;
    left: auto;
    width: 32px;
    color: #4b4b4b;
    text-align: center;
    padding: 16px 0;
    top: 11px;
    cursor: pointer;
    background-image: url(../images/home/search_ic.png);
}

#header-menu-trigger {
    display: block;
    position: fixed;
    right: 14px;
    top: 30px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.4rem;
    background-color: #0172bd;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #0071bd;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input,
label {
    font-size: 18px;
    font-family: "Open Sans"
}

#header-menu-trigger.opaque {
    background-color: #0172bd
}

#header-menu-trigger:focus,
#header-menu-trigger:hover {
    color: #0172bd
}

#header-menu-trigger .header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -75px;
    width: 75px;
    text-align: center;
    background-color: #ececec;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header-menu-trigger .header-menu-icon {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1.5px
}

.bar,
input {
    width: 100%
}

#header-menu-trigger .header-menu-icon::after,
#header-menu-trigger .header-menu-icon::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0
}

#header-menu-trigger .header-menu-icon::before {
    top: -9px
}

#header-menu-trigger .header-menu-icon::after {
    bottom: -9px
}

.group {
    position: relative;
    margin-bottom: 55px
}

.group-last-child {
    position: relative;
    margin-bottom: 65px
}

input {
    padding: 18px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 1px solid #d7d7d7
}

input:focus {
    outline: 0
}

label {
    color: #161616;
    font-weight: 400;
    position: absolute;
    left: 5px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

#active-name:focus {
    top: -5px!important
}

input:focus~label,
input:valid~label {
    top: -5px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #0172bd
}

#menu-nav-wrap .nav-list,
#menu-nav-wrap h3 {
    font-family: montserrat-regular, sans-serif
}

.bar {
    position: relative;
    display: block
}

.bar:after,
.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0172bd;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

#com-services,
#home {
    background-repeat: no-repeat
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

input:focus~.bar:after,
input:focus~.bar:before {
    width: 50%
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    opacity: .5
}

input:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE
    }
    to {
        width: 0;
        background: 0 0
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE
    }
    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE
    }
    to {
        width: 0;
        background: 0 0
    }
}

.heart {
    padding-left: 45px
}

#menu-nav-wrap {
    background: #0071bd;
    color: rgba(255, 255, 255, .25);
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 3.6rem 3rem;
    height: 100%;
    width: 150px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 800;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bricks-wrapper .item-wrap .overlay img,
.bricks-wrapper .item-wrap .overlay::after {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

#menu-nav-wrap a,
#menu-nav-wrap a:visited {
    color: rgba(255, 255, 255, .5)
}

#menu-nav-wrap .nav-list li a:focus,
#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap a:active,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:hover,
#menu-nav-wrap h3 {
    color: #fff
}

#menu-nav-wrap h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

#menu-nav-wrap .nav-list {
    margin: 5.6rem 0 1.5rem;
    padding: 0 0 1.8rem;
    list-style: none;
    line-height: 3.6rem
}

#menu-nav-wrap .nav-list li {
    padding-left: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, .03);
    line-height: 4.2rem
}

#menu-nav-wrap .nav-list li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, .03)
}

.box-inside-mid,
.uncont {
    border-width: 1px;
    border-style: solid
}

#menu-nav-wrap .nav-list li .last-col {
    margin-bottom: 0!important
}

#menu-nav-wrap .nav-list li a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 35px
}

#menu-nav-wrap .header-social-list {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2.1rem
}

#menu-nav-wrap .header-social-list li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block
}

#menu-nav-wrap .header-social-list li a {
    color: rgba(255, 255, 255, .15)
}

#menu-nav-wrap .header-social-list li a:focus,
#menu-nav-wrap .header-social-list li a:hover {
    color: #fff
}

#menu-nav-wrap .header-social-list li:last-child {
    margin: 0
}

#menu-nav-wrap .close-button {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    top: 35px;
    right: 65px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

#menu-nav-wrap .close-button span::after,
#menu-nav-wrap .close-button span::before {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px
}

#menu-nav-wrap .close-button span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#menu-nav-wrap .close-button span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu-nav-wrap .sponsor-text {
    font-family: librebaskerville-regular, serif;
    font-size: 1.4rem;
    line-height: 3rem
}

.laundro-title,
.washing-icon-text {
    font-family: "Open Sans"
}

#menu-nav-wrap .sponsor-text span {
    color: rgba(255, 255, 255, .5)
}

.menu-is-open #menu-nav-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:768px) {
    header .header-logo a,
    header .header-white-logo a {
        width: 206px;
        height: 79px;
        background-size: 206px 79px
    }
}

#home,
#home .overlay,
.home-content-table {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:400px) {
    #header-menu-trigger .header-menu-text {
        display: none
    }
    .header-logo {
        position: absolute;
        left: 32px;
        top: 42px
    }
}

#home {
    background-color: #151515;
    background-image: url(../images/home/headern-bg.png);
    background-position: center 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 804px;
    position: relative
}

#home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background-color: #19191b
}

.home-content-table {
    display: table;
    position: relative;
    text-align: center
}

.home-content-tablecell {
    display: table-cell;
    vertical-align: middle;
    z-index: 500
}

.washing-icon-text {
    font-size: 22px;
    color: #0071bd;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.364;
    text-align: center;
    vertical-align: middle;
    padding-left: 20px
}

.washing-icon-img {
    vertical-align: middle
}

.home-content-tablecell .row-content-service-container {
    position: relative;
    padding: 6rem 12rem 8rem 10rem
}

.home-content-tablecell .row-content-service {
    position: relative;
    padding: 16.2rem 12rem 8rem 10rem
}

.home-content-tablecell .row-content {
    position: relative;
    padding: 16.2rem 12rem 5rem 10rem
}

.home-content-tablecell .row-content-home-main {
    position: relative;
    padding: 16.2rem 12rem 5rem 8rem
}

.home-content-tablecell h3 {
    font-family: montserrat-bold, sans-serif;
    font-size: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin: 0 0 .9rem
}

.home-content-tablecell h1,
.home-content-tablecell h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.133;
    text-transform: uppercase;
    color: #0071bd;
    font-weight: 800
}

.home-content-tablecell h1 {
    font-size: 86px
}

.home-content-tablecell h2 {
    font-size: 75px
}

.laundro-google-btn,
.laundro-title {
    font-weight: 700;
    text-transform: uppercase
}

.imgA1 {
    z-index: 1
}

.imgB1 {
    margin-left: -14%;
    margin-top: -70%;
    position: relative;
    z-index: 3
}

.home-content-tablecell .more {
    margin: 3.9rem 0 0
}

.home-content-tablecell .ng-more-service {
    margin: 4.8rem 0 0
}

.home-content-tablecell .more .button {
    border-color: #FFF;
    color: #FFF
}

.home-social-list {
    position: absolute;
    left: 48px;
    bottom: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center
}

.home-social-list::before {
    display: block;
    content: "";
    width: 2px;
    height: 42px;
    background-color: rgba(255, 255, 255, .3);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

.home-social-list li {
    padding-left: 0
}

.home-social-list li a,
.home-social-list li a:visited {
    color: #FFF
}

.home-social-list li a:active,
.home-social-list li a:focus,
.home-social-list li a:hover {
    color: #151515
}

@media (min-width:768px) {
    .text-element {
        padding: 6rem
    }
}

.text-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem
}

.scrolldown {
    position: absolute;
    bottom: 0;
    right: 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0;
    float: right
}

#search,
#search h3,
.scroll-icon {
    position: relative
}

.scrolldown i {
    padding-left: 9px
}

.scrolldown a:active,
.scrolldown a:focus,
.scrolldown a:hover {
    color: #151515!important
}

.oldie .scrolldown,
html[data-useragent*='MSIE 10.0'] .scrolldown {
    display: none
}

.scroll-icon {
    display: inline-block;
    font-family: montserrat-bold, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #0071bd!important;
    background: 0 0;
    top: 36px;
    right: 42px;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite
}

@-webkit-keyframes animate-it {
    0%,
    100%,
    60%,
    80% {
        -webkit-transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-5px)
    }
    40% {
        -webkit-transform: translateX(20px)
    }
}

@keyframes animate-it {
    0%,
    100%,
    60%,
    80% {
        -webkit-transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-5px)
    }
    40% {
        -webkit-transform: translateX(20px)
    }
}

@media only screen and (max-width:1200px) {
    .home-content-tablecell h3 {
        font-size: 2.1rem
    }
    .home-content-tablecell h1 {
        font-size: 7rem
    }
}

@media only screen and (max-width:1024px) {
    .home-content-tablecell h3 {
        font-size: 2rem
    }
    .home-content-tablecell h1 {
        font-size: 6rem
    }
}

@media only screen and (max-width:768px) {
    .element{
        border: 1px solid #0172bd;
        margin-bottom: 15px;
    }
    .home-content-tablecell .row-content,
    .home-content-tablecell .row-content-home-main {
        max-width: 100%
    }
    .home-content-tablecell h3 {
        font-size: 1.8rem
    }
    .home-content-tablecell h1 {
        font-size: 5.2rem
    }
    .home-content-tablecell h1 br {
        display: none
    }
    .home-social-list {
        left: 36px;
        bottom: 30px;
        font-size: 2.1rem
    }
    .home-social-list::before {
        height: 30px
    }
    .scrolldown .scroll-icon {
        font-size: 1.2rem;
        top: 24px;
        right: 10px
    }
}

@media only screen and (max-width:600px) {
    #home {
        min-height: 702px
    }
    .home-content-tablecell .row {
        max-width: 480px;
        padding-top: 12rem;
        padding-bottom: 12rem
    }
    .home-content-tablecell h3 {
        font-size: 1.7rem
    }
    .home-content-tablecell h1 {
        font-size: 4.8rem
    }
}

@media only screen and (max-width:500px) {
    .home-content-tablecell .row {
        max-width: 420px
    }
    .home-content-tablecell h3 {
        font-size: 1.5rem
    }
    .home-content-tablecell h1 {
        font-size: 4.2rem
    }
    .home-social-list {
        left: 30px;
        bottom: 30px;
        font-size: 1.8rem
    }
    .home-social-list::before {
        height: 24px
    }
}

@media only screen and (max-width:400px) {
    #home {
        min-height: 654px
    }
    .home-content-tablecell .row {
        padding-top: 4.8rem;
        padding-bottom: 10.8rem
    }
    .home-content-tablecell h3 {
        font-size: 1.4rem
    }
    .home-content-tablecell h1 {
        font-size: 3.6rem
    }
}

#search {
    padding: 0rem 0 4rem;
    background-color: #FFF;
    text-align: center
}

.footer-home {
    padding: 5.2rem 0 0
}

.sec-bar-base {
    margin-top: 0!important
}

.main-clause-map1 {
    padding: 0 40px
}

.main-clause-map-outlets {
    height: 193px;
    padding: 25px 40px 0 31px
}

.main-clause-map {
    padding: 0 40px 0 31px
}

.laundro-title {
    font-size: 18px;
    color: #0071bd;
    line-height: 1.364;
    text-align: left;
    margin-bottom: 1rem
}

.laundro-address,
.laundro-email,
.laundro-tel,
.laundro-time {
    color: #1b1b1c;
    text-align: left
}

.laundro-address,
.laundro-email,
.laundro-google-btn,
.laundro-tel,
.laundro-time {
    font-family: "Open Sans";
    line-height: 1.667
}

.laundro-address {
    font-size: 14px;
    margin-bottom: 1rem
}

.laundro-email {
    font-size: 16px;
    margin-bottom: 1rem
}

.laundro-tel {
    font-size: 14px;
    margin-bottom: 1rem
}

.laundro-time {
    font-size: 13px
}

.main-clause-button {
    background-color: #0071bd
}

.laundro-google-btn {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 6px;
    margin-bottom: 0
}

#about .lead,
#about-laundro .lead,
#about-laundro h3,
#choose .lead,
#choose h3,
#search .lead,
#search h3,
.quality-sm-text,
.quality-text {
    font-family: 'Open Sans', sans-serif
}

.uncont {
    height: 230px;
    background: #fafafa;
    padding: 0!important;
    border-color: #ebebeb
}

#search .about-wrap {
    max-width: 1180px
}

#search span {
    color: #07617d
}

#search h3 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 100px;
}

#search .lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #2e383f;
    margin-bottom: 10.6rem
}

@media only screen and (max-width:1024px) {
    #search {
        min-height: 636px
    }
    #search .about-wrap {
        max-width: 800px
    }
    #search .lead {
        font-size: 3.8rem
    }
}

@media only screen and (max-width:900px) {
    #search .about-wrap {
        max-width: 720px
    }
    #search .lead {
        font-size: 3.6rem
    }
}

@media all and (min-width:600px) and (max-width:799px) {
    .carousel-indicators {
        bottom: -10px!important;
        left: 30%!important;
        margin-bottom: -3rem
    }
    #quote-carousel .carousel-indicators .active,
    #quote-carousel .carousel-indicators li {
        width: 50px!important;
        margin: 5px;
        height: 125px
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0
    }
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding-top: 10.2rem!important;
        padding-bottom: 1rem;
        padding-left: 8rem!important;
        padding-right: 8rem!important
    }
}

#about,
#about-laundro {
    background-color: #FFF;
    position: relative;
    text-align: center
}

@media only screen and (max-width:768px) {
    #search h3 {
        font-size: 1.7rem
    }
    #search .about-wrap {
        max-width: 600px
    }
    #search .lead {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:600px) {
    #search {
        min-height: auto
    }
    #search .about-wrap {
        max-width: 500px
    }
    #search .lead {
        margin-top: 4.8rem;
        font-size: 2.8rem
    }
}

@media only screen and (max-width:500px) {
    #search h3 {
        font-size: 1.5rem
    }
    #search .lead {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:400px) {
    #search {
        padding: 4.2rem 0 9.6rem
    }
    #search .about-wrap {
        max-width: 380px
    }
    #search .lead {
        font-size: 2.3rem
    }
}

#about-laundro {
    padding: 8.2rem 0
}

#about-laundro .about-wrap {
    max-width: 1180px
}

#about-laundro span {
    color: #07617d
}

#about-laundro h3 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    position: relative
}

#about-laundro .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #2e383f;
    margin-bottom: 0
}

@media only screen and (max-width:1024px) {
    #about-laundro {
        min-height: 636px
    }
    #about-laundro .about-wrap {
        max-width: 800px
    }
    #about-laundro .lead {
        font-size: 26px
    }
}

@media only screen and (max-width:900px) {
    #about-laundro .about-wrap {
        max-width: 720px
    }
    #about-laundro .lead {
        font-size: 24px
    }
}

@media only screen and (max-width:768px) {
    #about-laundro h3 {
        font-size: 1.7rem
    }
    #about-laundro .about-wrap {
        max-width: 600px
    }
    #about-laundro .lead {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:600px) {
    #about-laundro {
        min-height: auto
    }
    #about-laundro .about-wrap {
        max-width: 500px
    }
    #about-laundro .lead {
        margin-top: 0;
        font-size: 1.8rem
    }
}

@media only screen and (max-width:500px) {
    #about-laundro h3 {
        font-size: 1.5rem
    }
    #about-laundro .lead {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:400px) {
    #about-laundro {
        padding: 4.2rem 0 9.6rem
    }
    #about-laundro .about-wrap {
        max-width: 380px
    }
    #about-laundro .lead {
        font-size: 2.3rem
    }
}

#about .about-wrap,
#choose .about-wrap {
    max-width: 1180px
}

#about {
    padding: 8.2rem 0 4rem;
    min-height: 696px
}

#about span {
    color: #07617d
}

#about h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    position: relative
}

#about .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #2e383f;
    margin-bottom: 10.6rem
}

.box-inside-mid {
    border-color: #e1e1e1;
    background-color: #fff;
    padding: 40px!important;
    height: 490px
}

#choose,
#choose-dgrid {
    background-color: #FFF;
    position: relative
}

.quality-text {
    font-size: 20.32px;
    color: #202020;
    line-height: 1.477;
    text-align: center;
    margin-bottom: 2rem
}

.quality-sm-text {
    color: #636363;
    font-size: 15px;
    margin: 5px 0 0
}

.arrow-cus,
.footer-no-title {
    margin-left: 10px
}

#choose {
    padding: 8.2rem 0 0;
    text-align: center
}

#choose span {
    color: #07617d
}

#choose h3 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    position: relative
}

#choose .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: none;
    color: #2e383f;
    margin-bottom: 0
}

#choose-dgrid .contacts-options,
#choose-dgrid .services-list .h05 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center
}

@media only screen and (max-width:1024px) {
    #about .about-wrap,
    #choose .about-wrap {
        max-width: 800px
    }
    #about .lead,
    #choose .lead {
        font-size: 3.8rem
    }
    #about {
        min-height: 636px
    }
}

@media only screen and (max-width:900px) {
    #about .about-wrap,
    #choose .about-wrap {
        max-width: 720px
    }
    #about .lead {
        font-size: 24px
    }
    #choose .lead {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    #about .about-wrap,
    #choose .about-wrap {
        max-width: 600px
    }
    #about h3 {
        font-size: 1.7rem
    }
    #about .lead {
        font-size: 20px
    }
    #choose h3 {
        font-size: 1.7rem
    }
    #choose .lead {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:600px) {
    #about,
    #choose {
        min-height: auto
    }
    #about .about-wrap,
    #choose .about-wrap {
        max-width: 500px
    }
    #about .lead {
        margin-top: 4.8rem;
        font-size: 2.8rem
    }
    #choose .lead {
        margin-top: 0;
        font-size: 1.8rem
    }
}

@media only screen and (max-width:500px) {
    #about h3 {
        font-size: 1.5rem
    }
    #about .lead {
        font-size: 2.5rem
    }
    #choose h3 {
        font-size: 1.5rem
    }
    #choose .lead {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:400px) {
    #about,
    #choose {
        padding: 4.2rem 0 9.6rem
    }
    #about .about-wrap,
    #choose .about-wrap {
        max-width: 380px
    }
    #about .lead,
    #choose .lead {
        font-size: 2.3rem
    }
}

#choose-dgrid {
    padding: 5.2rem 0;
    text-align: center
}

#choose-dgrid .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#choose-dgrid .section-intro .lead,
#choose-dgrid .section-intro h1 {
    color: #000
}

#choose-dgrid .services-content {
    text-align: center;
    max-width: 1480px
}

#choose-dgrid .outlet-content {
    text-align: center;
    max-width: 90%
}

#choose-dgrid .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#choose-dgrid .services-list .home-pg-item {
    margin-bottom: 0;
    padding: 0
}

#choose-dgrid .services-list {
    margin-top: 1.2rem;
    text-align: center
}

#choose-dgrid .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0
}

#choose-dgrid .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#choose-dgrid .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#choose-dgrid .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57
}

#choose-dgrid .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    margin-bottom: 1rem
}

.get-in-touch-button,
.our-outlet-sub-text,
.service-title-sub-ferro {
    font-family: "Open Sans"
}

.col-div-right-sec {
    padding: 0 30px 0 40px!important
}

.service-title-sub-ferro {
    font-size: 18px;
    color: #fff;
    line-height: 1.667;
    text-align: left
}

.get-in-touch-button {
    font-size: 18px!important;
    float: left;
    color: #098bdd;
    font-weight: 700!important;
    text-transform: uppercase;
    line-height: 1.2!important;
    padding: 13px 31px!important;
    font-style: normal!important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    border-radius: 2px;
    outline: 0;
    background-color: #fff!important;
    border-color: #fff!important;
    letter-spacing: 1px!important
}

#com-services .contacts-options,
#com-services .services-list .h05,
#our-customers .contacts-options,
#our-customers .services-list .h05 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

#com-services .services-list,
#our-customers .services-list {
    margin-top: 1.2rem;
    text-align: center
}

#com-services {
    padding: 4.2rem 0 6.2rem;
    background-image: url(http://cztsjs.ceffectz.com/laundromat/wp-content/uploads/2018/06/sec-two-bg-img.png);
    background-position: center center;
    background-attachment: scroll;
    background-size: cover
}

#com-services .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#com-services .section-intro .lead,
#com-services .section-intro h1 {
    color: #000
}

#com-services .services-content {
    text-align: center;
    max-width: 1480px
}

#com-services .outlet-content {
    text-align: center;
    max-width: 90%
}

#com-services .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#com-services .services-list .home-pg-item {
    margin-bottom: 0;
    padding: 0
}

#com-services .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 15px
}

#com-services .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#com-services .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#com-services .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57;
    text-align: center
}

#com-services .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    text-align: center;
    margin-bottom: 1rem
}

.col-div-right-sec3 {
    padding: 18px 30px 40px 40px!important
}

.col-div-right-sec2 {
    padding: 0 30px 40px 40px!important
}

#our-customers {
    position: relative;
    padding: 5.2rem 0;
    background-color: #FFF;
    text-align: center
}

#our-customers .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#our-customers .section-intro .lead,
#our-customers .section-intro h1 {
    color: #000
}

#our-customers .services-content {
    text-align: center;
    max-width: 1480px
}

#our-customers .outlet-content {
    text-align: center;
    max-width: 90%
}

#our-customers .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#our-customers .services-list .home-pg-item {
    margin-bottom: 0;
    padding: 0
}

#our-customers .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 15px
}

#our-customers .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#our-customers .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#our-customers .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57;
    text-align: center
}

#our-customers .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    text-align: center;
    margin-bottom: 1rem
}

.gmaps-outlet,
.gmaps-panaroma {
    height: 100vh;
    width: 129.6%;
    background: #f2f4f8;
    border-radius: 3px
}

.gmaps,
.gmaps-panaroma {
    height: 61vh;
    background: #f2f4f8;
    border-radius: 0
}

.our-outlet-sub-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: left
}

#bodyContent a,
#firstHeading {
    font-size: 20px
}

#bodyContent a,
#bodyContent p,
#firstHeading {
    color: #0172bd;
    font-family: "Open Sans";
    text-align: left
}

#bodyContent a {
    text-decoration: none;
    font-weight: 700
}

#bodyContent p,
.footer-no-title-bold {
    font-weight: 600
}

.phone-num {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

#bodyContent p {
    margin-bottom: 0;
    font-size: 14px;
    max-width: 400px
}

.col-div-right-outlet {
    background-color: #0071bd;
    padding: 50px 30px 60px 40px!important;
    height: 577px;
    vertical-align: middle
}

#our-outlet,
#our-services,
#services,
.services-header {
    background-color: #FFF;
    position: relative
}

.address,
.address-last,
.btn-container {
    text-align: left
}

.footer-no-title {
    font-weight: 300;
    font-family: "Open Sans";
    font-size: 16px;
    color: #fff!important
}

.foot-point-bullet {
    float: left;
    padding-top: 6px
}

.foot-point-bullet-mail {
    float: left;
    padding-top: 10px
}

.our-outlet-title {
    font-size: 35px;
    font-family: "Open Sans";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.343;
    text-align: left;
    font-weight: 900
}

#our-outlet .contacts-options,
#our-outlet .services-list .h05,
#our-services .contacts-options,
#our-services .services-list .h05 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}

#our-outlet {
    padding: 8.2rem 0 0;
    text-align: center
}

#our-outlet .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#our-outlet .section-intro .lead,
#our-outlet .section-intro h1 {
    color: #000
}

#our-outlet .services-content {
    text-align: center;
    max-width: 1480px
}

#our-outlet .outlet-content {
    text-align: center;
    max-width: 90%
}

#our-outlet .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#our-outlet .services-list .home-pg-item {
    margin-bottom: 0;
    padding: 0
}

#our-outlet .services-list {
    margin-top: 1.2rem;
    text-align: center;
    padding: 0 0 4rem
}

#our-outlet .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 15px
}

#our-outlet .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#our-outlet .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#our-outlet .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57
}

#our-outlet .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    margin-bottom: 1rem
}

#our-services {
    padding: 8.2rem 0 0;
    text-align: center
}

#our-services .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#our-services .section-intro .lead,
#our-services .section-intro h1 {
    color: #000
}

#our-services .services-content {
    text-align: center;
    max-width: 1480px
}

#our-services .outlet-content {
    text-align: center;
    max-width: 90%
}

#our-services .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#our-services .services-list .home-pg-item {
    margin-bottom: 0;
    padding: 0
}

#our-services .services-list {
    margin-top: 1.2rem;
    text-align: center
}

#our-services .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 15px
}

#our-services .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#our-services .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#our-services .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57
}

#our-services .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    margin-bottom: 1rem
}

.services-header {
    padding: 0 0 4rem
}

#services {
    padding: 8.2rem 0 4rem;
    text-align: center
}

#services .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#services .section-intro .lead,
#services .section-intro h1 {
    color: #000
}

.wash-txt,
.washing-dummy-text {
    font-family: "Open Sans";
    color: #fff;
    text-align: left
}

.home-pg-img-div,
.home-pg-img-div-home-2 {
    float: left
}

.col-div-right {
    background-color: #0071bd;
    padding: 21px 30px 10px 40px!important
}

.wash-txt {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.364
}

.washing-dummy-text {
    font-size: 18px;
    line-height: 1.667;
    font-weight: 100;
    height: 100px;
    margin-bottom: 19.9rem
}

.customer-title-ferro,
.service-title-ferro {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900
}

.footer-social a img {
    vertical-align: middle;
    padding: 0 10px 5px 5px
}

.ul-list {
    float: left;
    list-style: none!important;
    padding: 0!important;
    margin-left: 0
}

.ul-list li {
    padding-left: 0!important
}

.customer-title-ferro {
    font-size: 50px;
    color: #000;
    line-height: 1.267;
    text-align: left
}

.customer-title-sub-ferro {
    font-size: 18px;
    font-family: "Open Sans";
    color: #000;
    line-height: 1.667;
    text-align: justify
}

.service-title-ferro {
    font-size: 50px;
    color: #fff;
    line-height: 1.267;
    text-align: left
}

#services .contacts-options,
#services .services-list .h05 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

#services .services-content {
    text-align: center;
    max-width: 1480px
}

#services .outlet-content {
    text-align: center;
    max-width: 90%
}

#services .home-pg-content {
    text-align: center;
    max-width: 100%;
    width: 100%
}

#services .services-list .home-pg-item {
    margin-bottom: 3rem;
    padding: 0
}

#services .services-list {
    margin-top: 1.2rem;
    text-align: center
}

#services .services-list .service-item {
    margin-bottom: 3rem;
    padding: 0 15px
}

#services .services-list .icon {
    display: inline-block;
    margin-bottom: 1.5rem
}

#services .services-list .icon i {
    font-size: 5.4rem;
    color: #f9a828
}

#services .contacts-options {
    font-size: 26.75px;
    color: #100f0f;
    line-height: 1.57
}

#services .services-list .h05 {
    font-size: 35px;
    color: #0071bd;
    line-height: .857;
    margin-bottom: 1rem
}

@media only screen and (max-width:1024px) {
    #services .services-list .service-item {
        padding: 0 10px
    }
    #our-service .services-list .service-item {
        padding: 0 40px
    }
}

@media only screen and (max-width:900px) {
    #services .services-list .service-item {
        padding: 0 10px
    }
    .uncont {
        height: 270px
    }
    .main-clause-map-outlets {
        height: 235px
    }
    #our-service .services-list .service-item {
        padding: 0 30px
    }
}

@media only screen and (max-width:768px) {
    #our-service .services-content,
    #services .services-content {
        max-width: 550px
    }
    #our-service .services-list .icon i,
    #services .services-list .icon i {
        font-size: 5.1rem
    }
    #services {
        padding: 12rem 0
    }
    #services .services-list .service-item {
        padding: 0 15px
    }
    #our-service {
        padding: 12rem 0
    }
    #our-service .services-list .service-item {
        padding: 0 15px
    }
}

@media only screen and (max-width:600px) {
    #our-service .services-list .service-item,
    #services .services-list .service-item {
        padding: 0 10px
    }
    #our-service .services-list .icon i,
    #services .services-list .icon i {
        font-size: 5rem
    }
}

@media only screen and (max-width:400px) {
    #our-service .services-list .service-item,
    #services .services-list .service-item {
        padding: 0
    }
}

#portfolio {
    background: #FFF;
    min-height: 800px;
    position: relative;
    padding: 0
}

#portfolio .intro-wrap {
    padding: 15rem 0 21rem;
    background: #111
}

#portfolio .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#portfolio .section-intro h1 {
    color: #FFF
}

#portfolio .section-intro .lead {
    color: rgba(242, 242, 242, .4)
}

#portfolio .portfolio-content {
    margin-top: -22.2rem
}

#portfolio .bricks-wrapper:after,
#portfolio .bricks-wrapper:before {
    content: "";
    display: table
}

#portfolio .bricks-wrapper:after {
    clear: both
}

#portfolio .bricks-wrapper .brick {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0
}

#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
    clear: both
}

.bricks-wrapper .item-wrap {
    position: relative;
    overflow: hidden
}

.bricks-wrapper .item-wrap .overlay {
    cursor: zoom-in
}

.bricks-wrapper .item-wrap .overlay img {
    vertical-align: bottom;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bricks-wrapper .item-wrap .overlay::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1
}

.bricks-wrapper .item-wrap .overlay::after {
    content: "...";
    font-family: georgia, serif;
    font-size: 3rem;
    z-index: 1;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

#lg-counter,
.bricks-wrapper .item-wrap .item-text .folio-types,
.lg-sub-html h4,
.lg-sub-html p {
    font-family: montserrat-regular, sans-serif
}

.bricks-wrapper .item-wrap .item-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.6rem 0 0 3rem;
    margin-right: 6rem;
    z-index: 3
}

.bricks-wrapper .item-wrap .item-text .folio-title {
    color: #FFF;
    font-size: 2.2rem;
    line-height: 1.364
}

.bricks-wrapper .item-wrap .item-text .folio-types {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, .7);
    display: block
}

.bricks-wrapper .item-wrap .details-link {
    display: block;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 4.6rem;
    width: 4.6rem;
    line-height: 4.6rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    top: 3.6rem;
    right: 3rem
}

.bricks-wrapper .item-wrap .details-link i {
    font-size: 2rem;
    line-height: 4.2rem
}

.bricks-wrapper .item-wrap .details-link:focus,
.bricks-wrapper .item-wrap .details-link:hover {
    background-color: #FFF;
    color: #000
}

.bricks-wrapper .item-wrap .details-link,
.bricks-wrapper .item-wrap .item-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bricks-wrapper .item-wrap:hover .overlay::before {
    opacity: 1;
    visibility: visible
}

.bricks-wrapper .item-wrap:hover .overlay::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.bricks-wrapper .item-wrap:hover .overlay img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.bricks-wrapper .item-wrap:hover .details-link,
.bricks-wrapper .item-wrap:hover .item-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.lg-sub-html {
    padding: 12px 20% 15px
}

.lg-sub-html a,
.lg-sub-html a:visited {
    color: #f9a828
}

.lg-sub-html a:focus,
.lg-sub-html a:hover {
    color: #FFF
}

@media only screen and (max-width:1024px) {
    .lg-sub-html {
        padding: 12px 15% 15px
    }
}

.lg-sub-html h4 {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.333
}

.lg-sub-html p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: .6rem 0 0;
    color: rgba(255, 255, 255, .6)
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #f9a828
}

.lg-progress-bar .lg-progress {
    background-color: #FFF
}

@media only screen and (max-width:768px) {
    .lg-sub-html {
        padding: 12px 40px 15px
    }
    #portfolio .intro-wrap {
        padding: 12rem 0 21rem
    }
}

@media only screen and (max-width:600px) {
    #portfolio .bricks-wrapper .brick {
        float: none;
        width: 100%
    }
    .bricks-wrapper .item-wrap .item-text .folio-title {
        font-size: 2rem;
        line-height: 1.5
    }
}

#testimonials {
    background: #FFF;
    padding: 12rem 0 7.8rem;
    text-align: center
}

#testimonials h2 {
    font-family: montserrat-bold, sans-serif;
    font-size: 1.8rem;
    line-height: 1.667;
    color: #07617d;
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-bottom: 4.2rem
}

#testimonials .flex-container {
    width: 80%;
    max-width: 900px;
    margin: 0 auto
}

#testimonial-slider {
    margin: 0 0 3rem;
    position: relative
}

#testimonial-slider .slides {
    padding-bottom: 3rem
}

#testimonial-slider p {
    font-family: librebaskerville-bold, serif;
    font-size: 3rem;
    line-height: 1.8;
    color: #151515
}

#testimonial-slider p::after,
#testimonial-slider p::before {
    display: inline-block;
    font-family: librebaskerville-bold, serif;
    font-size: 3.6rem;
    line-height: 1
}

#testimonial-slider p::before {
    content: '\201C'
}

#testimonial-slider p::after {
    content: '\201D'
}

#testimonial-slider .testimonial-author {
    margin-top: 4.2rem
}

#testimonial-slider .testimonial-author img {
    width: 7.4rem;
    height: 7.4rem;
    margin: 0 auto 1.2rem;
    display: block;
    border-radius: 50%;
    vertical-align: middle
}

#testimonial-slider .testimonial-author .author-info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: librebaskerville-bold, sans-serif;
    font-size: 2rem;
    margin-top: .9rem;
    margin-bottom: 3rem;
    color: #151515
}

#testimonial-slider .testimonial-author .author-info span {
    display: block;
    font-family: montserrat-bold, sans-serif;
    font-size: 1.6rem;
    line-height: 1.313;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(0, 0, 0, .5);
    margin-top: .3rem
}

#testimonials .flex-control-nav {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -1.5rem
}

#testimonials .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

#testimonials .flex-control-paging li a {
    width: 9px;
    height: 9px;
    background-color: #959595;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

#testimonials .flex-control-paging li a:hover {
    background-color: #555
}

#testimonials .flex-control-paging li a.flex-active {
    background-color: #000
}

@media only screen and (max-width:1024px) {
    #testimonial-slider p {
        font-size: 2.8rem
    }
}

@media only screen and (max-width:768px) {
    #testimonials h2 {
        font-size: 1.7rem
    }
    #testimonial-slider p {
        font-size: 2.5rem
    }
    #testimonial-slider .testimonial-author img {
        width: 6.6rem;
        height: 6.6rem
    }
    #testimonial-slider .testimonial-author .author-info {
        font-size: 1.8rem
    }
    #testimonial-slider .testimonial-author .author-info span {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:600px) {
    #testimonials .flex-container {
        width: 90%
    }
    #testimonial-slider p {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:500px) {
    #testimonials h2 {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:400px) {
    #testimonials .flex-container {
        width: 100%
    }
    #testimonial-slider p {
        font-size: 2rem
    }
}

#clients {
    background-color: #e9eaea;
    padding: 4.8rem 0
}

#clients .client-lists .owl-item {
    opacity: .6;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#clients .client-lists .owl-item:hover {
    opacity: 1
}

#clients .owl-carousel .owl-nav {
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#clients .owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-family: montserrat-regular, sans-serif;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
    margin: .6rem;
    padding: 0 10px;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

#clients .owl-carousel .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    text-decoration: none
}

#clients .owl-carousel .owl-nav .disabled {
    background: rgba(0, 0, 0, .2);
    cursor: default
}

#clients .owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 1.8rem
}

#clients .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#clients .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

#clients .owl-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #959595;
    margin: 6px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%
}

#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #000
}

#contact {
    background-color: #111;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 12rem 0;
    position: relative
}

#contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #000
}

#contact form .form-field,
.contact-content {
    position: relative
}

#contact .section-intro h1 {
    color: #fff
}

#contact .section-intro h3 {
    color: rgba(242, 242, 242, .5)
}

#contact .section-intro p.lead {
    color: rgba(242, 242, 242, .4)
}

.contact-content {
    max-width: 1024px;
    margin-top: 3rem;
    color: #FFF;
    z-index: 600
}

.contact-content h5 {
    color: #FFF;
    margin-bottom: 5.4rem
}

.contact-content h6 {
    color: #555;
    font-size: 1.4rem
}

.contact-info .cinfo {
    margin-bottom: 4.2rem
}

#contactForm .error {
    top: -18px
}

#contact form {
    margin-top: 0;
    margin-bottom: 3rem
}

#contact form .form-field:after,
#contact form .form-field:before {
    content: "";
    display: table
}

#contact form .form-field:after {
    clear: both
}

#contact form .form-field label {
    font-family: montserrat-bold, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    text-transform: uppercase;
    letter-spacing: .05rem;
    padding: .6rem 2rem;
    margin: 0;
    color: #000;
    background: #f9a828;
    border-radius: 3px
}

#contact form .form-field label::after {
    position: absolute;
    right: 15px;
    top: 1px;
    margin-top: -6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f9a828;
    content: ""
}

#contact form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form:-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

#contact form .placeholder {
    color: rgba(255, 255, 255, .3)!important
}

#contact input[type=email],
#contact input[type=text],
#contact input[type=password],
#contact textarea {
    width: 100%;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 3.6rem;
    background: rgba(255, 255, 255, .1)
}

#contact input[type=email]:focus,
#contact input[type=text]:focus,
#contact input[type=password]:focus,
#contact textarea:focus {
    color: #FFF
}

#contact textarea {
    min-height: 21rem;
    padding: 1.8rem 2rem
}

#contactForm button.submitform {
    font-size: 18px;
    display: block;
    letter-spacing: .1rem;
    height: 6rem;
    line-height: 5rem;
    float: right;
    font-weight: 400;
    font-family: "Open Sans";
    padding: 0 6rem;
    text-transform: none;
    border-width: 0;
    border-color: #d7d7d7;
    border-style: solid;
    background-color: #0071bd;
    color: #fff;
    margin-top: .6rem
}

#go-top a,
footer h4.h05 {
    text-transform: uppercase
}

#contact button.submitform:focus,
#contactForm button.submitform:hover {
    background-color: #0071bd
}

#message-success,
#message-warning {
    display: none;
    background: #000;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%
}

#message-warning {
    color: #D32B2E
}

#message-success {
    color: #f9a828
}

#message-success i,
#message-warning i {
    margin-right: 10px
}

#submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 4.2rem
}

#submit-loader .text-loader {
    display: none;
    font-family: montserrat-bold, sans-serif;
    font-size: 1.4rem;
    color: #0172bd;
    letter-spacing: .2rem;
    text-transform: uppercase
}

.oldie #submit-loader .s-loader {
    display: none
}

.oldie #submit-loader .text-loader {
    display: block
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(.45rem);
    -ms-transform: translateX(.45rem);
    transform: translateX(.45rem)
}

.s-loader>div {
    width: 9px;
    height: 9px;
    background-color: #0172bd;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.s-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.s-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-device-width:800px) and (max-device-width:1280px) {
    #home {
        height: 75%!important
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 103.6%;
        background: #f2f4f8;
        border-radius: 3px
    }
}

@media (max-device-width:800px) and (orientation:portrait) {
    .main-head-text,
    .more,
    .our-outlet-sub-text,
    .service-title-sub-ferro,
    .sub-text,
    .sub-text-v2,
    .wash-txt,
    .washing-dummy-text {
        text-align: center
    }
    .address,
    .service-title-ferro {
        margin-bottom: 1rem!important
    }
    .col-1-2,
    .col-six,
    .col-sixpoints {
        width: 100%
    }
    .col-2-1,
    .col-half,
    .col-half-half {
        width: 100%!important
    }
    #search {
        min-height: 200px
    }
    .block-1-3 .bgrid {
        width: 100%
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 100%!important;
        background: #f2f4f8;
        border-radius: 3px
    }
    .home-content-tablecell .row-content-service {
        position: relative;
        padding: 22.2rem 12rem 16rem 10rem
    }
    .home-content-tablecell .row-content,
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding: 14.2rem 4rem 8rem
    }
    .sub-text {
        font-size: 35px!important
    }
    .bgrid {
        float: none
    }
    .imgA1 {
        display: none
    }
    .quality-sm-text {
        font-size: 14px!important
    }
    .image-element {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .service-title-ferro {
        font-size: 35px!important;
        margin-top: 2rem;
        text-align: center
    }
    .washing-dummy-text {
        height: auto!important
    }
    .block-1-2 .bgrid {
        width: 100%;
        max-width: 100%
    }
    .col-div-right-sec2 {
        padding: 0 40px 40px 55px!important
    }
    .col-div-right-sec3 {
        padding: 5px 80px 40px!important
    }
    .address,
    .address-last {
        text-align: center!important
    }
    .foot-point-bullet {
        float: none;
        padding-top: 6px
    }
    .foot-point-bullet-mail {
        float: none!important;
        padding-top: 10px
    }
    .address-last {
        float: none!important
    }
    .btn-container,
    .customer-title-ferro,
    .customer-title-sub-ferro,
    .our-outlet-title {
        text-align: center
    }
    .get-in-touch-button {
        font-size: 18px!important;
        float: none;
        text-align: center
    }
}

#go-top a,
.footer-bottom,
.footer-copy,
.footer-main .social-icon,
footer h4.h05 {
    text-align: center
}

@media only screen and (max-width:900px) {
    .contact-info {
        width: 38%
    }
}

@media only screen and (max-width:768px) {
    .contact-content {
        max-width: 600px;
        text-align: center
    }
    .contact-info {
        width: 100%;
        margin-top: 3.6rem
    }
}

@media only screen and (max-width:600px) {
    .contact-content {
        max-width: 480px
    }
}
@media only screen and (max-width:360px) {
    .searchField_new {
        display: inline-block;
        width: 94%;
        height: 52px;
        border-left: 0 !important;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: -18px;
        border-right: 0 !important;
        border-top: 0 !important;
        box-shadow: none;
        border-bottom: 1px solid #ebebeb !important;
        font-size: 20px;
        outline: #ebebeb;
        padding: 5px 50px 5px 0px;
        cursor: pointer;
        color: grey;
        box-sizing: border-box;
    }
    .intro-sm {
        width: auto;
        margin-left: 5%;
    }
}
@media only screen and (max-width:400px) {
    .contact-info {
        width: 100%!important;
        float: none!important;
        clear: both!important;
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }
    .intro-sm {
        width: auto;
        margin-left: 5%;
    }
}

footer {
    padding: 0;
    font-size: 1.5rem;
    color: #000
}

footer a,
footer a:visited {
    color: #FFF
}

footer a:focus,
footer a:hover {
    color: #f9a828
}

footer .row {
    max-width: 1024px
}

footer h4.h05 {
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    line-height: 1.343;
    position: relative;
    letter-spacing: 0;
    font-weight: 800;
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem
}

.copyright-laundromat,
.copyright-laundromat-com-dev {
    color: #a4a4a4!important
}

footer h4.h05::after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    left: 0
}

.copyright-laundromat {
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 2.465;
    text-align: center
}

.footer-copy,
.footer-copy #footer-li-sec-mob a {
    color: #73b3e2;
    font-family: 'Open Sans', sans-serif
}

.footer-copy {
    font-size: 14px!important;
    margin-bottom: 0
}

.footer-copy #footer-li-sec-mob a {
    padding-left: 14px
}

.footer-bottom,
.footer-main #mc-form label {
    font-family: montserrat-regular, sans-serif
}

.footer-main ul {
    font-size: 1.5rem;
    margin-left: 0
}

.footer-main ul li {
    list-style: none;
    padding-left: 0
}

.footer-main ul a,
.footer-main ul a:visited {
    color: rgba(255, 255, 255, .4)
}

.footer-main ul a:focus,
.footer-main ul a:hover {
    color: #FFF
}

.footer-main .subscribe-form {
    position: relative
}

.footer-main #mc-form {
    margin: 0;
    padding: 0
}

.footer-main #mc-form input[type=email] {
    height: 6rem;
    padding: 1.5rem 8rem 1.5rem 2rem;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .9)
}

.footer-main #mc-form button {
    background-color: #f9a828;
    color: #000;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.footer-main #mc-form button:hover {
    background-color: #f89e0f
}

.footer-main #mc-form button i {
    font-size: 2.6rem;
    line-height: 6rem;
    margin: 0;
    position: relative;
    left: .2rem
}

.footer-main #mc-form label {
    color: #f9a828
}

.footer-bottom {
    margin-top: 3rem;
    font-size: 1.4rem
}

.footer-bottom .copyright span {
    display: inline-block
}

.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, .1)
}

#go-top,
.footer-bottom .copyright span:last-child::after {
    display: none
}

#go-top {
    position: fixed;
    bottom: 15px;
    right: 44px;
    z-index: 700
}

#go-top a {
    text-decoration: none;
    border: 0;
    display: block;
    height: 63px;
    width: 60px;
    line-height: 63px;
    background-color: #032447;
    color: #fff;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#go-top a i {
    font-size: 1.7rem;
    line-height: inherit
}

#go-top a:visited {
    background: #032447;
    color: #fff
}

#go-top a:focus,
#go-top a:hover {
    background: #000;
    color: #FFF
}

@media screen and (max-width:1680px) {
    .washing-dummy-text {
        font-size: 15px
    }
    .img-wrap-machine {
        margin-left: 8%;
        margin-top: -5%;
        animation: hue-rotate 10s linear infinite;
        -webkit-animation: rotation 5s infinite linear
    }
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 25%;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none
    }
    #quote-carousel .carousel-indicators li {
        width: 90px;
        height: 165px;
        margin: 5px;
        cursor: pointer;
        border-radius: 0;
        opacity: .5;
        border: none;
        overflow: hidden;
        transition: all .4s
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0;
        width: 90px;
        height: 165px;
        border-radius: 0;
        border: none;
        opacity: 1;
        overflow: hidden
    }
}

@media screen and (max-width:1440px) {
    .gmaps-outlet,
    .gmaps-panaroma {
        width: 125.6%;
        background: #f2f4f8;
        border-radius: 3px
    }
    .row-content-custom {
        position: relative;
        padding-top: 14.2rem!important;
        padding-bottom: 1rem;
        padding-left: 10rem!important;
        padding-right: 10rem!important
    }
    .col-div-right {
        background-color: #0071bd;
        padding: 0 30px 4px 40px!important
    }
    .gmaps,
    .gmaps-panaroma {
        height: 90.8vh;
        background: #f2f4f8;
        border-radius: 0
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 80vh
    }
    .img-wrapped {
        width: 80%!important
    }
    .footer-main {
        padding: 3.2rem 0 0
    }
    .footer-home {
        padding: 3.2rem 0!important
    }
    #quote-carousel .carousel-indicators li {
        width: 84px;
        margin: 5px;
        height: 125px
    }
    .service-title-sub-ferro {
        font-size: 17px
    }
    #our-outlet {
        padding: 3.2rem 0 0
    }
    .washing-dummy-text {
        font-size: 13px
    }
    .customer-title-sub-ferro {
        font-size: 17px
    }
    .customer-title-ferro {
        font-size: 30px
    }
    .col-div-right-outlet {
        background-color: #0071bd;
        padding: 30px 0 60px 40px!important;
        height: 547px;
        vertical-align: middle
    }
    .address {
        text-align: left;
        margin-bottom: 1rem
    }
    .address-last {
        text-align: left;
        margin-bottom: 6rem
    }
    .button-get-in-service {
        background-color: transparent;
        border-width: 1px;
        border-color: #fff;
        border-style: solid;
        font-size: 14px;
        padding: 15px 20px!important;
        font-family: "Open Sans";
        color: #fff!important;
        font-weight: 500!important;
        text-transform: uppercase;
        line-height: 1.7;
        letter-spacing: 1.2px!important
    }
    .home-content-tablecell h1,
    .home-content-tablecell h2,
    .washing-icon-text {
        text-transform: uppercase;
        color: #0071bd
    }
    .footer-no-title {
        font-size: 14px
    }
    .our-outlet-title {
        font-size: 28px
    }
    .row-home-pg {
        width: 85%
    }
    .carousel-inner {
        min-height: 257px
    }
    .washing-dummy-text {
        margin-bottom: 0
    }
    .col-sm-offset-2 {
        width: 100%!important
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0;
        width: 84px;
        margin: 5px;
        height: 125px
    }
    .carousel-indicators {
        bottom: 0!important;
        left: 28%;
        margin-bottom: -3rem
    }
    .service-title-ferro {
        font-size: 35px;
        margin-bottom: 4rem
    }
    .sub-text {
        font-size: 85px
    }
    .sub-text-v2 {
        font-size: 22px
    }
    .imgA1 {
        z-index: 1;
        width: 88%!important
    }
    .imgB1 {
        margin-left: -14%;
        margin-top: -94%;
        position: relative;
        z-index: 3
    }
    .img-wrap-machine {
        margin-left: 0;
        margin-top: 0
    }
    #menu-nav-wrap .nav-list li a {
        margin-bottom: 22px
    }
    .home-content-tablecell .ng-more-service {
        margin: 0
    }
    .row-main .row-main {
        width: 100%;
        max-width: none;
        margin: 0 auto
    }
    .home-content-tablecell h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 55px;
        line-height: 1.133;
        font-weight: 800
    }
    .home-content-tablecell .row-content-service {
        position: relative;
        padding: 16.2rem 12rem 5rem 10rem
    }
    .washing-icon-text {
        font-size: 18px;
        font-family: "Open Sans";
        font-weight: 700;
        line-height: 1.364;
        text-align: center;
        vertical-align: middle;
        padding-left: 20px
    }
    .home-content-tablecell h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 55px;
        line-height: 1.133;
        font-weight: 800
    }
    #services .services-list .h05 {
        font-size: 25px
    }
    #services .contacts-options {
        font-size: 21px
    }
    .contact-description-text,
    .description-text {
        font-size: 18px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: left
    }
    .description-text {
        font-weight: 300
    }
    .contact-description-text {
        font-weight: 400;
        margin-bottom: 3rem
    }
    .service-description-text {
        font-size: 16px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: left;
        font-weight: 400;
        margin-bottom: 0
    }
    .contact-description-text-container,
    .contact-description-text-container-last {
        font-size: 14px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: left;
        font-weight: 400
    }
    .contact-description-text-container-last {
        margin-bottom: 0
    }
    .contact-description-text-container {
        margin-bottom: 2rem
    }
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding: 11.2rem 4rem 1rem 8rem
    }
    .home-content-tablecell .row-content {
        position: relative;
        padding: 15.2rem 4rem 1rem 10rem
    }
    .visilibity-email {
        visibility: hidden;
        font-size: 0;
        margin-bottom: -17px
    }
}

@media screen and (max-width:1366px) {
    .visilibity-email {
        visibility: hidden;
        font-size: 0;
        margin-bottom: -17px
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 115%;
        background: #f2f4f8;
        border-radius: 3px
    }
    .quality-sm-text {
        color: #636363;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin: 5px 0 0
    }
    .img-wrapped {
        width: 95%!important
    }
    .imgA1 {
        z-index: 1;
        width: 75%!important
    }
    .img-wrap-machine {
        margin-left: -10%;
        margin-top: -13%
    }
    .imgB1 {
        margin-left: -14%;
        margin-top: -94%;
        position: relative;
        z-index: 3
    }
    #home {
        width: 100%;
        height: 100%;
        background-color: #151515;
        background-image: url(../images/home/headern-bg.png);
        background-repeat: no-repeat;
        background-position: center 30%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        min-height: 690px;
        position: relative
    }
    .gmaps,
    .gmaps-panaroma {
        height: 90.8vh;
        background: #f2f4f8;
        border-radius: 0
    }
    .col-div-right-outlet {
        background-color: #0071bd;
        padding: 30px 0 60px 40px!important;
        height: 505px;
        vertical-align: middle
    }
    .sec-bar-base {
        margin-top: 35px!important
    }
    .our-outlet-title {
        font-size: 25px
    }
    .footer-no-title {
        font-size: 13px
    }
    #menu-nav-wrap .nav-list li a {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.75
    }
    #quote-carousel .carousel-indicators li {
        width: 75px;
        margin: 5px;
        height: 125px
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0;
        width: 75px;
        margin: 5px;
        height: 125px
    }
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding: 8.2rem 4rem 1rem 8rem
    }
    .home-content-tablecell .row-content {
        position: relative;
        padding: 15.2rem 4rem 1rem 10rem
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:1280px) {
    .gmaps,
    .gmaps-panaroma {
        height: 63vh;
        background: #f2f4f8;
        border-radius: 0
    }
}

@media only screen and (min-device-width:950px) and (max-device-width:1280px) {
    .gmaps,
    .gmaps-panaroma {
        height: 63vh;
        background: #f2f4f8;
        border-radius: 0
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 104%;
        background: #f2f4f8;
        border-radius: 3px
    }
}

@media screen and (max-width:1280px) {
    .laundro-title {
        font-size: 16px
    }
    .home-content-tablecell .row-content {
        position: relative;
        padding: 18.2rem 4rem 1rem 10rem
    }
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding: 2.2rem 4rem 1rem 8rem
    }
    .sub-text {
        font-size: 45px
    }
    .col-div-right {
        background-color: #0071bd;
        padding: 31px 30px 0 40px!important
    }
    .imgA1 {
        z-index: 1;
        width: 88%!important
    }
    .img-wrapped {
        width: 75%!important
    }
    .imgB1 {
        margin-left: -14%;
        margin-top: -94%;
        position: relative;
        z-index: 3
    }
    .img-wrap-machine {
        margin-left: -5%;
        margin-top: -3%
    }
    .carousel-indicators {
        bottom: -10px!important;
        left: 23%;
        margin-bottom: -3rem
    }
    .service-title-ferro {
        font-size: 26px;
        margin-bottom: 1rem
    }
    #quote-carousel .carousel-indicators li {
        width: 65px;
        margin: 5px;
        height: 125px
    }
    .main-clause-map1 {
        padding: 0 40px 0 28px
    }
    .col-div-right-outlet {
        background-color: #0071bd;
        padding: 30px 0 60px 40px!important;
        height: 504px;
        vertical-align: middle
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0;
        width: 65px;
        margin: 5px;
        height: 125px
    }
    .footer-no-title {
        font-size: 12px
    }
    .quality-sm-text {
        color: #636363;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin: 5px 0 0
    }
    .main-clause-map-outlets {
        padding: 25px 10px 0 20px
    }
    .main-clause-map {
        padding: 0 10px 0 20px
    }
    .mini-laptop-media {
        padding: 25px 60px 0 20px
    }
}

@media only screen and (max-width:480px) {
    .mobile_tbl_hid{
        display: none;
    }
    .searchField_new {
        display: inline-block;
        width: 94%;
        height: 52px;
        border-left: 0 !important;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: -18px;
        border-right: 0 !important;
        border-top: 0 !important;
        box-shadow: none;
        border-bottom: 1px solid #ebebeb !important;
        font-size: 20px;
        outline: #ebebeb;
        padding: 5px 50px 5px 0px;
        cursor: pointer;
        color: grey;
        box-sizing: border-box;
    }
    .contact-description-text-container,
    .contact-description-text-container-last {
        font-size: 14px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: left;
        font-weight: 400
    }
    .mob-menu-img {
        width: 55px
    }
    .foot-point-bullet-mail {
        float: none!important;
        padding-top: 0
    }
    .sec-bar-base {
        margin-top: 15px!important;
        margin-bottom: 15px!important
    }
    .footer-main [class*=col-] {
        margin-bottom: 0!important
    }
    .home-pg-img-div-home-2 {
        float: none
    }
    .col-div-right-sec {
        padding: 0 0 0 30px!important
    }
    .box-inside-mid {
        height: 400px
    }
    .carousel-inner {
        min-height: 500px
    }
    .img-mob-pad {
        padding-bottom: 10px
    }
    .contact-description-text-container {
        margin-bottom: 2rem
    }
    .contact-description-text-container-last {
        margin-bottom: 0
    }
    #about .lead,
    #about h3,
    .home-content-tablecell h1,
    .quality-text {
        font-family: 'Open Sans', sans-serif
    }
    .address {
        margin-bottom: 1rem
    }
    .mobile-hidden {
        display: none
    }
    .searchField,
    .web-hidden {
        display: inline-block
    }
    header .header-logo a {
        width: 180px;
        height: 70px;
        background-size: 180px 70px
    }
    #header-menu-trigger {
        right: 22px
    }
    header .header-logo {
        position: absolute;
        left: 25px!important;
        top: 34px!important;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }
    .no-padding {
        margin-top: 15rem;
        padding: 0!important
    }
    header .header-white-logo {
        position: absolute;
        left: 25px;
        top: 34px;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }
    .service-title-ferro {
        font-size: 30px;
        margin-bottom: 5rem;
        text-align: center
    }
    #menu-nav-wrap .close-button {
        top: 18px;
        right: 65px
    }
    #menu-nav-wrap .nav-list li a {
        margin-bottom: 15px
    }
    .washing-dummy-text {
        font-size: 14px;
        text-align: center
    }
    .wash-txt {
        margin-top: 35px;
        font-size: 15px;
        text-align: center
    }
    .main-clause-map,
    .main-clause-map-outlets,
    .main-clause-map1 {
        padding: 0
    }
    #quote-carousel .carousel-indicators li {
        width: 65px;
        margin: 5px;
        height: 110px
    }
    #quote-carousel .carousel-indicators .active {
        background: 0 0;
        width: 65px;
        margin: 5px;
        height: 110px
    }
    .carousel-indicators {
        left: 30%;
        top: 280px!important
    }
    #menu-nav-wrap .nav-list {
        margin: 3rem 0 1.5rem
    }
    #menu-nav-wrap .nav-list li a {
        font-size: 11px;
        line-height: 1.75
    }
    .quality-text {
        font-size: 18px;
        color: #202020;
        line-height: 1.477;
        text-align: center;
        margin-bottom: 3px
    }
    .quality-sm-text {
        font-size: 12px
    }
    .box-inside-mid {
        padding: 20px!important
    }
    .row {
        padding-left: 0;
        padding-right: 0
    }
    #about-laundro {
        padding: 4.2rem 0
    }
    .col-div-right {
        background-color: #0071bd;
        padding: 21px 15px 10px!important;
        height: 870px
    }
    #choose-dgrid {
        padding: .2rem 0 0
    }
    #choose {
        padding: 5.2rem 0 1.6rem
    }
    .col-div-right-sec2 {
        padding: 18px 30px 40px!important
    }
    .col-div-right-sec3 {
        padding: 0 30px 40px!important
    }
    .col-div-right-outlet {
        background-color: #0071bd;
        padding: 30px 0 60px 40px!important;
        height: 440px;
        vertical-align: middle
    }
    .col-1-3,
    .col-2-3,
    .col-eight,
    .col-four,
    .col-lg-4 {
        width: 100%
    }
    .col-2-1,
    .col-half,
    .col-half-half {
        width: 100%!important
    }
    .customer-title-sub-ferro {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0
    }
    .customer-title-ferro {
        font-size: 28px;
        text-align: center
    }
    #our-customers {
        position: relative;
        padding: 1rem 0 0
    }
    #about-laundro .lead,
    #choose .lead {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center
    }
    #choose h3 {
        font-size: 30px!important
    }
    .get-in-touch-button {
        width: 100%;
        font-size: 14px!important
    }
    #choose .lead {
        margin-top: 1rem!important;
        font-size: 14px!important
    }
    #about-laundro .lead {
        margin-top: .6rem;
        font-size: 14px!important
    }
    .home-content-tablecell .row-content {
        position: relative;
        padding-top: 4.8rem!important;
        padding-bottom: .8rem;
        padding-left: 25px!important;
        padding-right: 25px!important
    }
    .home-content-tablecell .row-content-home-main {
        position: relative;
        padding-top: 18.8rem!important;
        padding-bottom: .8rem;
        padding-left: 25px!important;
        padding-right: 25px
    }
    .home-content-tablecell h1 {
        font-size: 35px;
        text-align: center
    }
    #about {
        padding: 2.2rem 0 .2rem
    }
    #about .lead {
        font-size: 14px!important;
        padding-left: 15px;
        margin-top: 1.8rem;
        padding-right: 15px;
        margin-bottom: 7rem
    }
    #about h3 {
        font-size: 35px!important
    }
    .description-text {
        font-size: 14px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: center;
        font-weight: 400
    }
    #search h3,
    .home-content-tablecell h2 {
        font-family: 'Open Sans', sans-serif
    }
    #our-outlet .services-list {
        margin-top: 1.2rem;
        text-align: center;
        padding: 0
    }
    .copyright-laundromat {
        font-size: 15px;
        padding: 0 15px
    }
    footer h4.h05 {
        padding-bottom: 3rem;
        margin-bottom: 0!important
    }
    #our-services {
        padding: 4.2rem 0 0
    }
    .button-get-in-touch {
        background-color: #fff;
        font-size: 12px;
        padding: 15px 20px!important
    }
    .home-row {
        position: relative;
        padding-top: 14.2rem;
        padding-bottom: 6rem
    }
    .home-content-tablecell .more {
        margin: 3.8rem 0 0;
        text-align: center
    }
    .sub-text {
        font-size: 45px;
        text-align: center
    }
    .sub-text-v2 {
        font-size: 18px;
        text-align: center
    }
    .main-head-text {
        font-size: 35px;
        text-align: center
    }
    .service-description-text {
        font-size: 14px;
        text-align: center
    }
    .searchField {
        width: 75%
    }
    #services {
        padding: 4rem 0 2rem
    }
    .searchInput .glyphicon {
        position: absolute;
        z-index: 2;
        right: 55px;
        top: 15px
    }
    .home-content-tablecell .row-content-service {
        position: relative;
        padding: 4.2rem 3rem 5rem
    }
    #search {
        min-height: auto;
        padding: 1rem 0
    }
    header .header-white-logo a {
        width: 206px;
        height: 79px;
        background-size: 206px 79px
    }
    #search h3 {
        font-size: 18px!important
    }
    .mob-main-clause {
        padding: 30px 40px 0
    }
    .laundro-address {
        margin-bottom: 1rem
    }
    .group {
        position: relative;
        margin-bottom: 0
    }
    .laundro-title {
        margin-bottom: 2rem
    }
    .laundro-email,
    .laundro-tel {
        margin-bottom: 1rem
    }
    .washing-icon-text {
        font-size: 14px;
        padding-left: 15px
    }
    .home-content-tablecell h2 {
        text-align: center;
        font-size: 30px;
        line-height: 1.133;
        text-transform: uppercase;
        color: #0071bd;
        font-weight: 800
    }
    .washing-icon-img {
        width: 65px;
        vertical-align: middle
    }
    .home-content-tablecell .row-content-service-container {
        position: relative;
        padding: 6rem 3rem 1rem
    }
    .contact-description-text {
        font-size: 18px;
        font-family: "Open Sans";
        color: #161616;
        line-height: 1.5;
        text-align: center;
        font-weight: 400;
        margin-bottom: 3rem
    }
    .group-mob {
        margin-bottom: 30px
    }
    #contactForm button.submitform {
        font-size: 18px;
        display: block;
        width: 100%;
        border-width: 0;
        letter-spacing: .1rem;
        height: 6rem;
        line-height: 5rem;
        float: none
    }
    #services .contacts-options {
        font-size: 15px
    }
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1px;
    padding: 0
}

.grid-container>div {
    text-align: center;
    font-size: 30px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .home-pg-img-div {
        float: left
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .home-pg-img-div {
        float: left
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 117%;
        background: #f2f4f8;
        border-radius: 3px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .home-pg-img-div {
        float: left
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .sec-bar-base,
    .service-title-ferro,
    .wash-txt,
    .washing-dummy-text {
        text-align: center
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: visible
    }
    .cid-qJ2W2aVLLb .text-element {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10rem 10px
    }
    .col-2-1,
    .col-half {
        width: 100%!important
    }
    #search {
        min-height: 240px
    }
    .row-content-custom {
        position: relative;
        padding-top: 24.2rem!important;
        padding-bottom: 1rem;
        padding-left: 10rem!important;
        padding-right: 10rem!important
    }
    .block-1-3 .bgrid,
    .col-1-2,
    .col-six,
    .col-sixpoints {
        width: 100%
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 100%;
        background: #f2f4f8;
        border-radius: 3px
    }
    .home-content-tablecell .row-content-service {
        position: relative;
        padding: 22.2rem 12rem 15rem 10rem
    }
    .sec-bar-base {
        margin-top: 35px!important
    }
    .home-content-tablecell h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 32px;
        line-height: 1.133;
        text-transform: uppercase;
        color: #0071bd;
        font-weight: 800
    }
    .col-2-1,
    .col-half-half {
        width: 100%!important
    }
    .home-pg-img-div {
        float: left
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .home-pg-img-div {
        float: left
    }
    .gmaps-outlet,
    .gmaps-panaroma {
        height: 100vh;
        width: 117%;
        background: #f2f4f8;
        border-radius: 3px
    }
}

@media only screen and (min-width:1224px) {
    .home-pg-img-div {
        float: left;
        height: auto
    }
    .col-div-right {
        background-color: #0071bd;
        padding: 21px 30px 10px 40px!important;
        height: auto
    }
}


/*!* Large screens ----------- *!*/

@media only screen and (min-device-width:1900px) and (max-device-width:1920px) {
    .service-title-ferro {
        font-size: 48px
    }
    .col-div-right {
        background-color: #0071bd;
        padding: 0 30px 0 40px!important;
        height: 672px
    }
    .home-pg-img-div {
        height: 672px
    }
    .col-div-right-outlet {
        background-color: #0071bd;
        padding: 10px 30px 10px 40px!important;
        height: 530px;
        vertical-align: middle
    }
    .gmaps,
    .gmaps-panaroma {
        height: 63.2vh;
        background: #f2f4f8;
        border-radius: 0
    }
}


/*!* Styles *!*/

@media only screen and (max-width:768px) {
    #go-top {
        bottom: 0;
        right: 0
    }
    .footer-main {
        text-align: center
    }
    .footer-main .row {
        max-width: 480px
    }
    .footer-main [class*=col-] {
        margin-bottom: 3.6rem
    }
    footer h4.h05 {
        padding-bottom: 3rem;
        margin-bottom: 3rem
    }
    footer h4.h05::after {
        left: 50%;
        margin-left: -50px
    }
}

@media only screen and (max-width:600px) {
    header .header-logo {
        position: absolute;
        left: 32px;
        top: 42px;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }
    .footer-bottom {
        padding-bottom: .6rem
    }
    .footer-bottom .copyright span {
        display: block
    }
    .footer-bottom .copyright span::after {
        display: none
    }
}