@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic,300italic");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent;
    cursor: pointer
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

* input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none
}

ul {
    padding: 0px;
    margin: 0px
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    color: #909090;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased
}

.wrap {
    min-height: calc(100vh - 20px)
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #E8E8E8 inset;
    -webkit-text-fill-color: #333
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: , 0 0 0 50px #E8E8E8 inset;
    -webkit-text-fill-color: #333
}

.Button {
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #2b2f38;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    display: inline-block
}

.Button:hover {
    background: green
}

nav ul li {
    display: inline-block;
    margin: 0px 10px
}

nav ul li a {
    text-transform: uppercase
}

.lowerFooter__obm {
    float: right;
    margin-top: 13px;
    color: #909090;
    font-size: 14px
}

.lowerFooter__obm span {
    font-weight: bold;
    color: teal;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.lowerFooter__obm span:hover {
    color: #00b3b3
}

.mobile_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #27282d;
    z-index: 9999
}

.mobile_nav {
    background-color: #99e5fe;
    text-align: center;
    padding: 25px 0;
    position: fixed;
    width: 100%;
    border-radius: 0 0 0 0;
    bottom: calc(0% + 59px);
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease
}

.mobile_nav ul {
    position: relative
}

.mobile_nav ul li {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 16px
}

.mobile_nav ul li a {
    color: #515254;
    font-weight: bolder
}

.hidden {
    border-radius: 225px 225px 0 0;
    opacity: 0;
    background-color: #e8e8e8;
    bottom: -100%;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease
}

.mobile_sub-nav {
    display: none;
    padding: 25px 0;
    position: absolute!important;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: #99e5fe
}

.mobile_sub-nav i {
    font-size: 25px!important
}

.mobile_sub-nav li {
    margin-top: 0!important
}

#nav-icon {
    width: 45px;
    height: 29px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ff4974;
    border-radius: 2.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 6px
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 6px
}

@font-face {
    font-family: 'Raleway_Bold';
    src: url("../raleway-bold-webfont.woff2") format("woff2"), url("../raleway-bold-webfont.woff") format("woff"), url("../Raleway-Bold.ttf") format("truetype")
}

html {
    overflow-x: hidden;
    max-width: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    margin: 0 auto
}

body h1,
body h2,
body h3 {
    font-family: 'Raleway_Bold';
    margin: 0;
    color: #303030;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 4px
}

body h1,
body h2 {
    font-size: 40px;
    font-family: 'Raleway_Bold', sans-serif;
    word-spacing: 5px;
    letter-spacing: 4px;
    line-height: 47px
}

body h3 {
    word-spacing: 2px;
    letter-spacing: 2.5px
}

body p {
    color: #303030;
    font-size: 24px;
    opacity: 0.85;
    margin: 0
}

body a,
body button,
body i,
body input[type="submit"] {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

body button,
body input[type="submit"] {
    border: none;
    background-color: #ff4974;
    color: #fff;
    border-radius: 5px;
    padding: 15px 17.5px;
    font-family: 'Raleway_Bold', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    word-spacing: 2.5px;
    letter-spacing: 2.5px
}

body button:hover,
body input[type="submit"]:hover {
    background-color: #27282d
}

body button {
    min-width: 215px
}

body .nav__item--active {
    color: #27282d
}

.content_wrap span {
    font-size: 42px;
    line-height: 47px;
    font-weight: bold;
    color: #515254!important;
    display: inline-block
}

.content_wrap span b {
    color: #ff4974
}

.padding_bottom {
    padding-bottom: 50px
}

.margin_bottom {
    margin-bottom: 50px
}

.no_back {
    background-image: none!important
}

header .upper_header,
header nav {
    height: 100px;
    text-align: center
}

header .upper_header {
    background-color: #27282d;
    width: 100%;
    position: relative
}

header .upper_header img {
    max-width: 225px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

header nav {
    font-size: 14px;
    line-height: 100px
}

header nav a {
    color: #929292
}

header nav a:hover {
    color: #27282d
}

header nav span {
    font-size: 16px;
    color: #27282d;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

header nav span a {
    color: #27282d
}

header nav span a:hover {
    color: #99e5fe
}

.social_icons {
    text-align: center;
    padding-bottom: 75px
}

.social_icons h3 {
    font-size: 19px
}

.social_icons i {
    color: #303030;
    margin: 0 15px;
    margin-top: 20px;
    font-size: 45px!important
}

.social_icons i:hover {
    color: #ff4974
}

footer {
    background-image: url(../images/Home/Footer.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative
}

footer a {
    color: #fff;
    opacity: 0.75
}

footer a:hover {
    opacity: 1
}

footer .footer_tint {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-color: #27282d;
    top: 0
}

footer .grid-container {
    max-width: 1000px;
    padding-top: 125px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1
}

footer .grid-container .grid-6:nth-child(odd) {
    background-color: #27282d;
    padding: 75px;
    margin-left: 1%
}

footer .grid-container .grid-6:nth-child(odd) p {
    margin-top: 25px
}

footer .grid-container .grid-6:nth-child(odd) span {
    font-size: 42px;
    font-family: 'Raleway_Bold', sans-serif;
    color: #fff
}

footer .grid-container .grid-6:nth-child(odd) i {
    color: #fff;
    font-size: 65px!important;
    margin-right: 25px
}

footer .grid-container .grid-6:nth-child(odd) p,
footer .grid-container .grid-6:nth-child(odd) ul {
    color: #fff;
    opacity: 0.75;
    font-size: 20px
}

footer .grid-container .grid-6:nth-child(even) {
    background-color: rgba(39, 40, 45, 0.75);
    padding: 50px;
    padding-bottom: 0;
    min-height: 467px;
    float: left;
    margin-left: 0
}

footer .grid-container .grid-6:nth-child(even) form {
    font-family: 'Raleway_Bold', sans-serif
}

footer .grid-container .grid-6:nth-child(even) form input,
footer .grid-container .grid-6:nth-child(even) form textarea {
    border: none;
    border-radius: 5px;
    padding-left: 25px;
    width: 100%;
    font-size: 15px;
    color: #929292;
    text-transform: uppercase;
    line-height: 50px;
    margin: 7.5px 0
}

footer .grid-container .grid-6:nth-child(even) form input {
    height: 50px
}

footer .grid-container .grid-6:nth-child(even) form textarea {
    max-height: 175px
}

footer .grid-container .grid-6:nth-child(even) form input[type="tel"],
footer .grid-container .grid-6:nth-child(even) form input[name="email"] {
    display: inline-block;
    width: calc(50% - 7.5px)
}

footer .grid-container .grid-6:nth-child(even) form input[name="email"] {
    float: right
}

footer .grid-container .grid-6:nth-child(even) form input[type="submit"] {
    max-width: 225px;
    color: #fff;
    line-height: inherit;
    padding-left: 17.5px
}

.top_slider {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 600px;
    max-height: calc(100vh - 100px);
    width: 100%
}

.top_slider img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 150%;
    width: 150%
}

.top_slider .top_slider_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 535px;
    text-align: center
}

.top_slider .top_slider_caption p {
    font-size: 18px;
    color: #605e5e;
    line-height: 24px;
    margin: 15px 0
}

.top_slider .top_slider_caption button {
    margin-top: 20px
}

.about_slider {
    height: 350px;
    background-image: url(../images/Home/About/Header_about.jpg);
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: 50% 95%
}

.about_slider .top_slider_caption {
    max-width: 550px
}

.about_slider .top_slider_caption p {
    margin-top: 30px
}

.about_slider .top_slider_caption button {
    margin-top: 25px
}

.contact_slider,
.gallery_slider {
    height: 400px
}

.contact_slider,
.gallery_slider,
.testimonials_slider,
.plastering_slider,
.other-services_slider {
    background-size: cover;
    background-position: 50%
}

.contact_slider {
    background-image: url(../images/Header_contact.jpg)
}

.gallery_slider {
    background-image: url(../images/Gallery/Header.jpg)
}

.testimonials_slider {
    background-image: url(../images/Testimonials/Testimonial_Header.jpg)
}

.testimonials_slider .top_slider_caption {
    top: 47.5%;
    max-width: 450px
}

.plastering_slider {
    background-image: url(../images/Plastering/Header_Plastering.jpg)
}

.other-services_slider {
    background-image: url(../images/Other-Services/Header.jpg)
}

.section_1 a,
.section_2 a,
.section_3 a,
.section_4 a,
.section_5 a,
.section_6 a {
    color: #b2b2b2
}

.section_1 a:hover,
.section_2 a:hover,
.section_3 a:hover,
.section_4 a:hover,
.section_5 a:hover,
.section_6 a:hover {
    opacity: 0.5
}

.section_1 {
    max-width: 2000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/Home/Blue_Roller_Paint_2.jpg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 0 -25px;
    background-position-x: -0.75%;
    margin-top: -7px
}

.section_1 p {
    margin: 50px auto;
    max-width: 900px
}

.section_1 h2 {
    line-height: 30px
}

.section_1 .section_1-box {
    vertical-align: top
}

.section_1 .section_1-box img {
    height: 50px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_1 .section_1-box h3 {
    margin: 10px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_1 .section_1-box p {
    font-size: 19px;
    margin: 0
}

.section_1 .section_1-box a:hover {
    opacity: 1
}

.section_1 .section_1-box a:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.section_1 .section_1-box a:hover h3 {
    color: #ff4974
}

.section_1 .section_1-box:nth-child(even) a:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg)
}

.section_1 .section_1-box:nth-child(even) a:hover h3 {
    color: #99e5fe
}

.section_2 .grid-6:nth-child(even) a:hover {
    opacity: 1
}

.section_2 .grid-6:nth-child(even) a:hover .message_box {
    -webkit-box-shadow: 6px 6px 0px 0px #ff4974;
    -moz-box-shadow: 6px 6px 0px 0px #ff4974;
    box-shadow: 6px 6px 0px 0px #ff4974;
    padding-bottom: 55px;
    padding-right: 55px
}

.section_2 .grid-6:nth-child(even) a:hover .message_box::before {
    bottom: 6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.section_2,
.section_5 {
    background-color: #27282d;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    max-width: 1200px!important
}

.section_2 p:nth-child(even),
.section_5 p:nth-child(even) {
    margin-top: 50px
}

.section_2 p,
.section_5 p {
    color: #b2b2b2;
    font-size: 18px;
    margin-top: 20px;
    line-height: 23px
}

.section_2 .grid-6:nth-child(odd),
.section_5 .grid-6:nth-child(odd) {
    padding: 0 7%
}

.section_2 .grid-6:nth-child(odd) span,
.section_5 .grid-6:nth-child(odd) span {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 46px
}

.section_2 .grid-6:nth-child(even),
.section_5 .grid-6:nth-child(even) {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 50vw;
    padding: 0;
    overflow: hidden;
    background-image: url(../images/Home/Before-and-after.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center
}

.section_2 .grid-6:nth-child(even) span,
.section_5 .grid-6:nth-child(even) span {
    color: #fff;
    font-size: 31px
}

.section_2 .grid-6:nth-child(even) span b,
.section_5 .grid-6:nth-child(even) span b {
    color: #ff4974;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_2 .grid-6:nth-child(even) p,
.section_5 .grid-6:nth-child(even) p {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_2 .grid-6:nth-child(even) .message_box,
.section_5 .grid-6:nth-child(even) .message_box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #27282d;
    padding: 50px;
    border-radius: 20px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_2 .grid-6:nth-child(even) .message_box p:nth-child(even),
.section_5 .grid-6:nth-child(even) .message_box p:nth-child(even) {
    margin-top: 10px
}

.section_2 .grid-6:nth-child(even) .message_box::before,
.section_5 .grid-6:nth-child(even) .message_box::before {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 25px);
    background-color: #27282d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.section_2 .free_Quote-alt,
.section_5 .free_Quote-alt {
    background-image: url(../images/Painting-Decorating/Free%20quote%20pic.jpg) !important
}

.section_2 .free_Quote-alt_2,
.section_5 .free_Quote-alt_2 {
    background-image: url(../images/Plastering/Plastering%20with%20hand.jpg) !important
}

.section_2 .free_Quote-alt_3,
.section_5 .free_Quote-alt_3 {
    background-image: url(../images/Testimonials/Free%20quote.jpg) !important
}

.section_2 .free_Quote-alt_4,
.section_5 .free_Quote-alt_4 {
    background-image: url(../images/Other-Services/Patio.jpg) !important
}

.paint_brush {
    padding-top: 100px;
    margin-bottom: 75px
}

.paint_brush img {
    width: initial;
    width: auto;
    vertical-align: middle;
    margin-right: 25px
}

.section_3 {
    padding-top: 100px;
    background-image: url(../images/Home/Colour_Sample_fan.jpg);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 95% 20%;
    max-width: 1375px;
    margin: 0 auto
}

.section_3 span {
    font-size: 42px;
    line-height: 47px;
    font-weight: bold;
    color: #515254;
    margin-bottom: 50px;
    margin-left: 50%;
    -webkit-transform: translate(-75%, 0%);
    -moz-transform: translate(-75%, 0%);
    -ms-transform: translate(-75%, 0%);
    transform: translate(-75%, 0%);
    display: inline-block
}

.section_3 span b {
    color: #ff4974
}

.section_3 .grid-container {
    max-width: 1200px!important;
    padding: 0;
    position: relative
}

.section_3 .grid-container .grid-6:nth-child(odd) {
    padding: 0
}

.section_3 .grid-container .grid-6:nth-child(odd) img {
    width: 100%;
    vertical-align: bottom
}

.section_3 .grid-container .grid-6:nth-child(even) {
    padding: 0 25px;
    padding-right: 140px;
    position: absolute;
    bottom: 75px;
    right: 0
}

.section_3 p,
.section_4 p {
    color: #7f7e7e;
    font-size: 14px
}

.section_3 p b,
.section_4 p b {
    color: #ff4974;
    text-transform: uppercase;
    font-size: 12px
}

.section_4 {
    max-width: 1000px!important
}

.section_4 .grid-6:nth-child(odd) {
    padding-top: 50px;
    padding-bottom: 75px
}

.section_4 .grid-6:nth-child(odd) span {
    color: #ff4974
}

.section_4 .grid-6:nth-child(odd) p i {
    color: #7f7e7e;
    font-weight: bold
}

.section_4 .grid-6:nth-child(even) {
    max-height: 400px;
    overflow: hidden;
    text-align: right
}

.section_4 .grid-6:nth-child(even) img {
    height: 100%;
    max-height: 100%;
    width: initial;
    width: auto
}

.section_4 .adding_padding {
    padding-top: 75px!important
}

.section_4 .no_max-height {
    max-height: inherit!important
}

.section_5 {
    max-width: 1100px!important;
    padding-bottom: 125px!important
}

.section_5 span img {
    width: initial;
    width: auto;
    vertical-align: middle;
    margin-right: 25px
}

.section_5 p {
    margin-top: 15px!important;
    color: #fff;
    line-height: 28px
}

.section_5 a {
    font-family: 'Raleway_Bold', sans-serif;
    color: #ff4974;
    font-size: 10px;
    text-transform: uppercase;
    word-spacing: 2.5px
}

.section_5 a b {
    color: #fff;
    font-weight: normal
}

.section_5 i {
    color: #ff4974;
    font-size: 15px!important;
    vertical-align: middle;
    margin-right: 7.5px
}

.section_5 .grid-6:nth-child(odd) {
    padding: 0 5%!important
}

.section_5 .grid-6:nth-child(even) {
    background-image: url(../images/Home/plastering-blue.jpg);
    text-align: left;
    padding: 0 6%!important;
    padding-top: 150px!important;
    padding-bottom: 125px!important
}

.testimonials {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 75px
}

.testimonials h2 {
    font-size: 19px
}

.testimonials h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 75px;
    word-spacing: inherit;
    letter-spacing: inherit
}

.testimonials p {
    color: #303030;
    font-size: 19px
}

.testimonials p span {
    color: #ff4974;
    font-weight: bold
}

.testimonials .sssnext,
.testimonials .sssprev {
    display: none
}

.testimonials_page {
    max-width: 1000px;
    padding-bottom: 100px
}

.testimonials_page h2 {
    color: #ff4974;
    font-size: 25px
}

.testimonials_page h3 {
    padding-top: 100px;
    padding-bottom: 50px
}

.buckets_back {
    background-image: url(../images/Home/paint_buckets.jpg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 100% 47.5%;
    max-width: 2000px;
    margin: 0 auto
}

.recent_projects {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px
}

.recent_projects .grid-container {
    max-width: 1000px!important;
    margin: 0 auto
}

.recent_projects .grid-container h3 {
    font-size: 19px;
    margin-top: 50px
}

.recent_projects .grid-container h3:nth-child(1) {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 70px;
    margin-top: 0
}

.recent_projects .grid-container .image_boxes {
    display: inline-block;
    width: 32.3333%;
    vertical-align: top;
    height: 425px;
    overflow: hidden;
    position: relative;
    padding: 10px
}

.recent_projects .grid-container .image_boxes .gallery__item {
    position: relative
}

.recent_projects .grid-container .image_boxes .gallery__item .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: #fff;
    text-align: left;
    padding: 50px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.recent_projects .grid-container .image_boxes .gallery__item .hover p {
    font-size: 14px;
    color: #fff
}

.recent_projects .grid-container .image_boxes .gallery__item:hover .hover {
    opacity: 1
}

.recent_projects .grid-container .image_boxes .gallery__item:nth-child(2) {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: calc(100% - 20px);
    margin-bottom: 8px
}

.other-projects {
    padding-top: 75px;
    padding-bottom: 150px
}

.other-projects .gallery__item {
    width: 32.3333%;
    display: inline-block;
    padding: 0 15px!important;
    height: 280px!important;
    overflow: hidden
}

.other-projects .gallery__item .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: #fff;
    text-align: left;
    padding: 50px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.other-projects .gallery__item .hover p {
    font-size: 14px;
    color: #fff
}

.other-projects .gallery__item:hover .hover {
    opacity: 1
}

.gallery_wrap {
    padding-top: 50px
}

.gallery_wrap .gallery {
    padding-bottom: 50px
}

.gallery_wrap .gallery .grid-container:nth-child(2),
.gallery_wrap .gallery .grid-container:nth-child(3) {
    margin-top: calc(2% + 10px)
}

.gallery_wrap .gallery .gallery__item {
    position: relative;
    overflow: hidden
}

.gallery_wrap .gallery .gallery__item .hover {
    opacity: 0;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #27282d;
    z-index: 1;
    color: #fff;
    text-align: left;
    padding: 14px 35px;
    line-height: 24px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.gallery_wrap .gallery .gallery__item .hover p {
    font-size: 14px;
    color: #fff
}

.gallery_wrap .gallery .gallery__item #zoom {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: calc(50% - 37.5px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

.gallery_wrap .gallery .gallery__item:hover .hover,
.gallery_wrap .gallery .gallery__item:hover #zoom {
    opacity: 1
}

.gallery_wrap .gallery span {
    font-size: 42px;
    line-height: 47px;
    font-weight: bold;
    color: #515254!important;
    display: inline-block;
    margin-bottom: 50px
}

.section_Page,
.section_Page-alt {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 70px
}

.section_Page span,
.section_Page-alt span {
    padding: 0 20px;
    opacity: 0.75
}

.section_Page p,
.section_Page-alt p {
    max-width: 400px;
    text-align: left
}

.section_Page .section_4 .image_page,
.section_Page-alt .section_4 .image_page {
    padding-top: 0
}

.section_Page .section_4 .text_page,
.section_Page-alt .section_4 .text_page {
    padding-top: 50px;
    padding-left: calc(50px - 2%)
}

.contact_page {
    padding-bottom: 30px;
    margin-top: 70px;
    padding-top: 0;
    overflow: hidden
}

.contact_page iframe {
    float: right;
    width: 50%;
    border: none;
    max-height: 100%;
    margin-top: -46px
}

.section_Page-alt p {
    max-width: 425px
}

.about_back {
    max-width: 1750px;
    margin: 0 auto;
    background-image: url(../images/Home/About/Picture_frames.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 97.5% 75px
}

.page-slider .top_slider_caption {
    max-width: 600px
}

.happy_position {
    padding: 0 10px!important;
    padding-left: 75px!important;
    margin-top: -5.25%;
    margin-bottom: -11%
}

.advice_position {
    padding-top: 0!important;
    margin-top: -5.25% !important
}

.frames_1 {
    background-image: url(../images/Painting-Decorating/Splash-2.jpg);
    background-repeat: no-repeat;
    background-position-y: 70%;
    background-position-x: 75%
}

.frames_1 img {
    margin: -10% 0
}

.frames_2 {
    margin-bottom: 12.5%;
    background-image: url(../images/Painting-Decorating/Splash-1.jpg);
    background-repeat: no-repeat;
    background-position-y: 110%
}

.frames_1,
.frames_2 {
    height: 500px;
    max-height: 100vh;
    padding: 0 20px;
    text-align: center
}

.frames_1 img,
.frames_2 img {
    height: 125%;
    width: initial;
    width: auto
}

.section_1-other {
    padding-bottom: 75px
}

.section_1-other .grid-container {
    padding-top: 50px
}

.section_1-other .grid-container .grid-6 {
    min-height: 250px
}

.section_1-other .grid-container .grid-6 .star {
    max-width: 50px;
    margin-right: 25px;
    vertical-align: top
}

.section_1-other .grid-container .grid-6 h3 {
    font-size: 39px;
    text-transform: none;
    letter-spacing: 0.5px
}

.section_1-other .grid-container .grid-6 img,
.section_1-other .grid-container .grid-6 h3 {
    display: inline-block
}

.section_1-other .grid-container .grid-6 p {
    font-size: 20px;
    color: #27282d;
    opacity: 0.7;
    margin-top: 15px
}

.section_1-other .grid-container .grid-6 img {
    max-height: 300px;
    width: auto
}

.grid-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto
}

img {
    width: 100%
}

@media (min-width: 1px) and (max-width: 767px) {
    .grid-container>[class^="grid-"] {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .hide-mobile {
        display: none
    }
}

@media (min-width: 768px) {
    .grid-container>[class^="grid-"] {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 2%
    }
    .grid-container>[class^="grid-"]:first-child {
        margin-left: 0
    }
    .grid-container>[class^="grid-"]:last-child {
        float: right
    }
    .grid-1 {
        width: 6.5%
    }
    .grid-2 {
        width: 15%
    }
    .grid-3 {
        width: 23.5%
    }
    .grid-4 {
        width: 32%
    }
    .grid-5 {
        width: 40.5%
    }
    .grid-6 {
        width: 49%
    }
    .grid-7 {
        width: 57.5%
    }
    .grid-8 {
        width: 66%
    }
    .grid-9 {
        width: 74.5%
    }
    .grid-10 {
        width: 83%
    }
    .grid-11 {
        width: 91.5%
    }
    .grid-12 {
        width: 100%
    }
    .grid-container:after,
    .group:after {
        content: " ";
        display: table;
        clear: both
    }
}

@media (min-width: 1200px) {
    .grid-container {
        max-width: 1100px
    }
}

@media (max-width: 1025px) {
    nav {
        display: none
    }
}

@media (max-width: 958px) {
    footer .grid-container {
        padding-top: 75px;
        padding-bottom: 134px;
        overflow: overlay
    }
    footer .grid-6 {
        width: 98%;
        margin-left: 1%!important
    }
    footer .grid-6:nth-child(even) {
        padding-bottom: 50px!important
    }
}

@media (max-width: 550px) {
    footer .grid-container .grid-6 {
        padding: 25px!important
    }
    footer .grid-container .grid-6:nth-child(even) form input[type="tel"],
    footer .grid-container .grid-6:nth-child(even) form input[name="email"] {
        width: 100%
    }
}

@media (max-width: 550px) {
    footer .grid-6:nth-child(odd) i {
        margin-right: 10px!important
    }
    footer .grid-6:nth-child(odd) span {
        font-size: 32px!important
    }
    footer .grid-6:nth-child(odd) li,
    footer .grid-6:nth-child(odd) p {
        font-size: 15px!important;
        padding: 0
    }
}

@media (max-width: 1160px) {
    .paint_slider {
        background-image: url(../images/Painting-Decorating/header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }
    .paint_slider img {
        display: none
    }
}

@media (max-width: 1050px) {
    body h1,
    body h2 {
        font-size: 32px;
        line-height: inherit
    }
}

@media (max-width: 875px) {
    .top_slider .top_slider_caption {
        max-width: 100%;
        width: 82.5%
    }
}

@media (max-width: 770px) {
    .include_slider {
        background-image: url(../images/Home/Header_home_page.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }
    .include_slider img {
        display: none
    }
}

@media (max-width: 760px) {
    .about_slider {
        background-size: inherit;
        background-position: 25% 100%
    }
    .other-services_slider {
        background-size: cover
    }
    .contact_slider,
    .gallery_slider {
        height: 350px
    }
}

@media (max-width: 525px) {
    body h1,
    body h2 {
        font-size: 25px
    }
    body button,
    body input[type="submit"] {
        padding: 12.5px 15px;
        font-size: 14px
    }
    .top_slider .top_slider_caption {
        width: calc(100% - 30px)
    }
    .top_slider .top_slider_caption p {
        font-size: 16px
    }
    .top_slider .top_slider_caption button {
        margin-top: 12.5px
    }
}

@media (max-width: 420px) {
    .top_slider .top_slider_caption p {
        font-size: 14px
    }
}

@media (max-width: 1190px) {
    .section_2 .grid-6:nth-child(even) .message_box {
        padding: 25px
    }
    .section_2 .grid-6:nth-child(even) span {
        font-size: 30px
    }
}

@media (max-width: 1135px) {
    .plastering_1 .grid-6:nth-child(even) {
        padding-right: 75px!important
    }
}

@media (max-width: 1075px) {
    .plastering_1 .grid-6:nth-child(even) {
        padding-right: 50px!important
    }
}

@media (max-width: 1050px) {
    body p {
        font-size: 20px
    }
    .section_1 .section_1-box p {
        font-size: 17.5px
    }
}

@media (max-width: 1005px) {
    .plastering_1 .grid-6:nth-child(even) {
        padding-right: 15px!important
    }
}

@media (max-width: 1000px) {
    .section_1 .section_1-box h3 {
        font-size: 15px
    }
}

@media (max-width: 950px) {
    .section_2 {
        padding: 0
    }
    .section_2 .grid-6 {
        width: 100%;
        max-width: 100%!important;
        display: block
    }
    .section_2 .grid-6:nth-child(odd) {
        padding: 50px 7%
    }
    .section_2 .grid-6:nth-child(even) {
        position: inherit!important;
        height: 500px!important;
        max-height: 100vh
    }
}

@media (max-width: 930px) {
    .section_Page .section_4 .text_page {
        padding-top: 25px;
        padding-left: 10px
    }
}

@media (max-width: 900px) {
    body p {
        font-size: 18px;
        padding: 0 10px
    }
    .section_1 {
        background-image: url()
    }
    .section_1 .section_1-box h3 {
        font-size: 11.5px
    }
    .section_1 .section_1-box p {
        font-size: 12px
    }
    .section_1,
    .section_3,
    .section_4,
    .recent_projects {
        padding-top: 75px
    }
    .section_1,
    .section_4,
    .section_Page {
        padding-bottom: 75px
    }
    .section_4-alt {
        padding-bottom: 0;
        padding-top: 75px
    }
    .section_4-alt .grid-6 p {
        padding: 0
    }
    .section_3 .grid-6,
    .section_4 .grid-6 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .section_2 .grid-6 .message_box {
        height: 130px
    }
    .plastering_1 .grid-6:nth-child(even) {
        bottom: 0!important
    }
    .contact_page iframe {
        display: none
    }
    .contact_page .section_4 {
        padding-bottom: 0
    }
    .contact_page .section_4 .grid-6 {
        width: 100%
    }
    .contact_page .section_4 .grid-6 p {
        max-width: inherit;
        padding: 0
    }
}

@media (max-width: 830px) {
    .early_max {
        width: 100%
    }
    .early_max p {
        max-width: inherit
    }
    .frames_1 img,
    .frames_2 img {
        height: inherit;
        margin: 0
    }
    .happy_position {
        padding: inherit!important;
        padding-left: inherit!important;
        margin-top: 25px;
        margin-bottom: 25px
    }
    .remove_response {
        margin-bottom: 0!important
    }
}

@media (max-width: 767px) {
    .section_1 .section_1-box h3,
    .section_1 .section_1-box p {
        font-size: 19px
    }
    .section_1 .section_1-box:nth-child(even) {
        margin: 50px 0
    }
    .section_3 .grid-6:nth-child(even),
    .section_4 .grid-6:nth-child(even) {
        margin-top: 50px!important;
        margin-bottom: 15px!important
    }
    .section_4 {
        padding-top: 0px!important
    }
    .section_4 .grid-6:nth-child(even) {
        margin-bottom: 0!important
    }
    .about_back {
        background-image: none
    }
    .section_Page span {
        padding: 10px;
        margin-bottom: 50px
    }
    .section_Page p,
    .section_Page-alt p {
        max-width: inherit
    }
    .section_1-other .grid-container {
        padding-top: 0
    }
    .section_1-other .grid-container .grid-6 {
        padding: 25px 10px;
        height: inherit
    }
    .section_1-other .grid-container .grid-6 p {
        padding: 0
    }
}

@media (max-width: 630px) {
    .frames_1,
    .frames_2 {
        height: inherit
    }
}

@media (max-width: 550px) {
    .frames_1,
    .frames_2 {
        background-size: 50%
    }
    .frames_2 {
        background-position-y: 75%
    }
}

@media (max-width: 459px) {
    .section_2 .grid-6:nth-child(even) {
        display: none
    }
}

@media (max-width: 420px) {
    .section_2 .grid-6 b:nth-child(2) {
        font-size: 13px
    }
}

@media (max-width: 1075px) {
    .section_3 .grid-container .grid-6:nth-child(even) {
        bottom: 50px
    }
}

@media (max-width: 1030px) {
    .section_3 .grid-container .grid-6:nth-child(even) {
        padding-right: 115px
    }
}

@media (max-width: 1010px) {
    .section_3 span {
        margin-left: 45%
    }
}

@media (max-width: 1010px) {
    .section_3 span {
        font-size: 35px;
        margin-bottom: 30px
    }
    .section_3 .grid-container .grid-6:nth-child(even) {
        padding-right: 7.5%;
        bottom: 25px
    }
}

@media (max-width: 910px) {
    .section_3 .grid-container .grid-6:nth-child(even) {
        padding: 0;
        padding-right: 15px;
        bottom: 10px
    }
}

@media (max-width: 767px) {
    .section_3 {
        background-image: none
    }
    .section_3 span {
        width: 100%;
        margin-left: 55%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    .section_3 .grid-container .grid-6:nth-child(even) {
        position: inherit;
        padding: 50px 10px;
        padding-bottom: 0
    }
    .section_4 .grid-6:nth-child(odd) {
        padding-bottom: 25px
    }
    .section_4 .grid-6:nth-child(even) {
        text-align: center;
        margin-bottom: 50px
    }
    .section_4 .grid-6:nth-child(even) img {
        max-height: inherit;
        height: inherit
    }
}

@media (max-width: 500px) {
    .section_3 span {
        font-size: 32px;
        line-height: inherit;
        padding-right: 5%
    }
}

@media (max-width: 1050px) {
    .section_5 .grid-6:nth-child(odd) span {
        font-size: 35px
    }
}

@media (max-width: 900px) {
    .section_5 .grid-6 span {
        font-size: 27.5px!important
    }
}

@media (max-width: 767px) {
    .section_5 {
        padding: 0!important
    }
    .section_5 .grid-6:nth-child(even),
    .section_5 .grid-6:nth-child(odd) {
        padding: 50px 5%!important
    }
    .section_5 .grid-6:nth-child(even) {
        position: inherit;
        max-width: 100%
    }
}

@media (max-width: 400px) {
    .section_5 .grid-6 span {
        font-size: 25px!important
    }
}

@media (max-width: 950px) {
    .testimonials {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .testimonials h3 {
        font-size: 27.5px;
        line-height: inherit
    }
}

@media (max-width: 800px) {
    .buckets_back {
        background-image: none
    }
}

@media (max-width: 1010px) {
    .recent_projects .grid-container .image_boxes {
        vertical-align: middle;
        height: inherit
    }
    .recent_projects .grid-container .image_boxes .gallery__item:nth-child(2) {
        display: none
    }
}

@media (max-width: 650px) {
    .recent_projects .grid-container .image_boxes {
        display: block;
        width: inherit
    }
    .recent_projects .grid-container h3:nth-child(1) {
        margin-bottom: 40px
    }
    .other-projects {
        padding-bottom: 75px
    }
    .other-projects .image_boxes {
        margin-bottom: 15px
    }
    .other-projects .image_boxes img {
        min-height: 100%
    }
}

@media (min-width: 1025px) {
    .mobile_menu {
        display: none
    }
}

@media (max-height: 450px) {
    .wrap,
    footer {
        width: calc(100% - 75px)
    }
    .mobile_menu {
        left: calc(100% - 75px);
        width: 75px;
        height: 100%;
        padding-top: 25%
    }
    #nav-icon {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
    .mobile_nav {
        padding: 25px;
        width: 50%;
        height: 100%;
        bottom: 0;
        right: 75px;
        padding-top: 25%
    }
    .mobile_nav ul {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
    .hidden {
        bottom: 0;
        right: -100%;
        border-radius: 225px 0 0 250px
    }
    .mobile_sub-nav {
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important
    }
    .top_slider {
        max-height: 150vh
    }
}

p.error {
    color: #fe2121;
    font-size: 14px;
}
p.sent {
    color: #05d200;
    font-size: 14px;
}