@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.eot);
    src: url(../fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff"),
        url(../fonts/Poppins-Regular.ttf) format("truetype"),
        url(../fonts/Poppins-Regular.svg#Poppins-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.eot);
    src: url(../fonts/Poppins-Medium.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"),
        url(../fonts/Poppins-Medium.ttf) format("truetype"),
        url(../fonts/Poppins-Medium.svg#Poppins-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Bold.eot);
    src: url(../fonts/Poppins-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"),
        url(../fonts/Poppins-Bold.ttf) format("truetype"), url(../fonts/Poppins-Bold.svg#Poppins-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
*,
:focus,
:hover {
    outline: 0;
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-family: "Poppins";
    color: #000;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
h2 {
    font-size: 40px;
    color: #27aae1;
    font-weight: 600;
    margin-bottom: 40px;
}
h6 {
    font-size: 15px;
    color: #454c56;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.container {
    max-width: 960px;
    padding: 0;
}
.mrt {
    margin: 5px 5px 0 0;
}
.img_box {
    position: relative;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
}
.img_box::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    width: 380px;
    height: 300px;
    z-index: -1;
    border-radius: 10px;
}
.img_box.float-right::before {
    top: -5px;
    right: -5px;
}
.img_box.float-left::before {
    left: -5px;
    bottom: -5px;
}
.blue-text {
    color: #27aae1;
}
.black-text {
    color: #222;
}
.black_light-text {
    color: #454c56;
}
.b-1 {
    color: #1886d3 !important;
}
.b-2 {
    color: #0a6ed5 !important;
}
.b-3 {
    color: #004ccb !important;
}
.grd_bg {
    background: rgba(61, 89, 229, 1);
    background: -moz-linear-gradient(left, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(61, 89, 229, 1)),
        color-stop(100%, rgba(39, 169, 225, 1))
    );
    background: -webkit-linear-gradient(left, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    background: -o-linear-gradient(left, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    background: -ms-linear-gradient(left, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    background: linear-gradient(to right, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d59e5',endColorstr='#27a9e1',GradientType=1);
    position: relative;
}
.gradient-button,
.send_button {
    background: linear-gradient(0deg, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
    color: #454c56;
    font-size: 13px;
    padding: 21px 33px;
    border-radius: 60px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    transition: all 0.3s;
    display: inline-block;
}
.gradient-button:hover {
    color: #fff;
    background-color: transparent;
}
.gradient-button::after,
.send_button::after {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -2;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    transform-origin: right;
    transition: all 0.5s;
}
.gradient-button:hover::after,
.send_button:hover::after {
    transform: translate(70%, -50%);
}
.send_button {
    background: rgba(119, 160, 202, 1);
    background: -moz-linear-gradient(
        top,
        rgba(119, 160, 202, 1) 0,
        rgba(11, 51, 79, 1) 40%,
        rgba(11, 51, 79, 1) 40%,
        rgba(93, 183, 243, 1) 83%,
        rgba(16, 105, 165, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(119, 160, 202, 1)),
        color-stop(40%, rgba(11, 51, 79, 1)),
        color-stop(40%, rgba(11, 51, 79, 1)),
        color-stop(83%, rgba(93, 183, 243, 1)),
        color-stop(100%, rgba(16, 105, 165, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(119, 160, 202, 1) 0,
        rgba(11, 51, 79, 1) 40%,
        rgba(11, 51, 79, 1) 40%,
        rgba(93, 183, 243, 1) 83%,
        rgba(16, 105, 165, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(119, 160, 202, 1) 0,
        rgba(11, 51, 79, 1) 40%,
        rgba(11, 51, 79, 1) 40%,
        rgba(93, 183, 243, 1) 83%,
        rgba(16, 105, 165, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(119, 160, 202, 1) 0,
        rgba(11, 51, 79, 1) 40%,
        rgba(11, 51, 79, 1) 40%,
        rgba(93, 183, 243, 1) 83%,
        rgba(16, 105, 165, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(119, 160, 202, 1) 0,
        rgba(11, 51, 79, 1) 40%,
        rgba(11, 51, 79, 1) 40%,
        rgba(93, 183, 243, 1) 83%,
        rgba(16, 105, 165, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a0ca',endColorstr='#1069a5',GradientType=0);
    color: #fff;
    width: 140px;
    height: 56px;
    border: 0;
    transition: all 0.5s;
}
.send_button:hover {
    color: #000;
}
.send_button::after {
    background: #0b6aae;
}
.send_button:hover::after {
    transform: translate(-50%, -50%);
}
.send_button::before {
    content: "";
    background: #fff;
    position: absolute;
    left: -50%;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    transform-origin: right;
    transition: all 0.5s;
}
.send_button:hover::before {
    transform: translate(55%, -50%);
}
.banner_mt {
    margin-top: 85px !important;
}
.common_banner {
    background-color: #455069;
}
.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.common_bg {
    position: relative;
}
.common_bg::before {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(100% - 55%);
    height: 430px;
    background-image: url(../images/home/common.png);
    z-index: -9999;
    transform: translateY(-50%);
}
.common_bg.left::before {
    left: 0;
}
.common_bg.right::before {
    right: 0;
    height: 450px;
}
#home_ban {
    background-image: url(../images/home/home_ban.jpg);
    padding: 240px 0 220px;
}
#get_ban {
    background-image: url(../images/home/get_ban.jpg);
    padding: 70px 0;
}
#help_ban {
    background-image: url(../images/home/help_bg.png);
    padding: 70px 0;
    background-repeat: repeat;
    background-size: auto;
}
.experience {
    background-image: url(../images/home/bg_pattern.png);
}
.plaster_ban {
    background-image: url(../images/plastering/banner.jpg) !important;
}
.rendering_ban {
    background-image: url(../images/rendering/banner.jpg) !important;
}
.damp_proofing_ban {
    background-image: none !important;
}
.Venetian_plaster_ban {
    background-image: url(../images/venetian_plaster_effects/banner.jpg) !important;
}
.landscapes_ban {
    background-image: url(../images/landscapes/banner.jpg) !important;
}
.plaster_ban::before,
.rendering_ban::before,
.damp_proofing_ban::before,
.Venetian_plaster_ban::before,
.landscapes_ban::before {
    display: none;
}
header {
    padding: 20px 15px;
    background-color: #fff;
}
header nav .container {
    max-width: 1360px;
}
header nav ul.menu li a {
    font-size: 15px;
    padding: 0 0 0 35px;
    border: 0;
    color: #000;
    font-weight: 500;
}
header nav ul.menu li:first-child a {
    padding-left: 0;
}
header nav a.logo {
    margin: 0;
    transition: all 0.5s;
    width: 158px;
}
header nav a.logo img {
    width: 100%;
    transition: all 0.5s;
}
header nav ul.menu {
    line-height: 45px;
    float: right;
}
header.sticky .menu {
    float: right;
    line-height: 33px;
}
header.sticky {
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
header.sticky nav {
    box-shadow: none;
}
header.sticky a.logo {
    width: 110px;
}
header,
header nav,
header nav ul.menu,
header a.logo {
    transition: all 0.5s;
}
#home_ban .container {
    max-width: 1060px;
    margin: 0 auto;
}
#home_ban .container .content {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#home_ban h1,
#get_ban h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#home_ban::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/home_ban_overlay.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.home_about {
    margin: 62px 0 85px;
    padding: 50px 0 45px;
}
body.index .home_about.common_bg.right::before {
    height: 570px;
}
.home_about .text_box h6 {
    letter-spacing: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}
.home_about .text_box p {
    max-width: 380px;
}
.home_about .text_box p:last-child {
    margin-bottom: 0;
}
.home_about .text_box a {
    margin-right: 23px;
    margin-right: 19px;
}
.home_about .text_box a:last-child {
    margin: 0;
}
.home_about .img_box img {
    border-radius: 10px;
}
.home_contact {
    padding: 115px 0 75px;
}
.home_contact .social_box > p {
    color: #000;
    font-weight: 500;
}
.social {
    display: flex;
    align-items: center;
}
.social p {
    position: relative;
    margin: 0;
}
.social p::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 3px;
    background-color: #000;
    top: -11px;
    left: 0;
}
.social a {
    margin-left: 15px;
    font-size: 36px;
    position: relative;
    z-index: 0;
}
.social a:hover {
    animation: social 1s 1;
}
.social a.facebook {
    color: #3b5999;
}
.social a.twitter {
    color: #55acee;
}
.social a::before {
    position: absolute;
    width: 79%;
    height: 71%;
    background-color: #fff;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
@keyframes social {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.home_about.common_bg.right.domestic h6 {
    font-size: 13px;
    letter-spacing: 1.5px;
}
.home_contact .box h2 {
    font-size: 32px;
    margin-bottom: 40px;
}
#get_ban h2 {
    text-shadow: none;
    margin: 0;
}
#get_ban .get_in_touch {
    background: rgba(88, 148, 208, 0.95);
    background: -moz-linear-gradient(
        top,
        rgba(88, 148, 208, 0.95) 0,
        rgba(34, 90, 146, 0.97) 49%,
        rgba(13, 118, 188, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(88, 148, 208, 0.95)),
        color-stop(49%, rgba(34, 90, 146, 0.97)),
        color-stop(100%, rgba(13, 118, 188, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(88, 148, 208, 0.95) 0,
        rgba(34, 90, 146, 0.97) 49%,
        rgba(13, 118, 188, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(88, 148, 208, 0.95) 0,
        rgba(34, 90, 146, 0.97) 49%,
        rgba(13, 118, 188, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(88, 148, 208, 0.95) 0,
        rgba(34, 90, 146, 0.97) 49%,
        rgba(13, 118, 188, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(88, 148, 208, 0.95) 0,
        rgba(34, 90, 146, 0.97) 49%,
        rgba(13, 118, 188, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5894d0',endColorstr='#0d76bc',GradientType=0);
    padding: 45px 60px 35px;
    border-radius: 10px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
    height: 540px;
}
#get_ban .get_in_touch iframe {
    height: 100% !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #25aae1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0);
}
.form-control::-webkit-input-placeholder {
    font-size: 15px !important;
    color: #989898;
    font-weight: 500;
}
.form-control::-moz-placeholder {
    font-size: 15px;
    color: #989898;
    font-weight: 500;
}
.form-control:-ms-input-placeholder {
    font-size: 15px;
    color: #989898;
    font-weight: 500;
}
#homepageContactForm #strCheckCaptcha {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
}
.btn-site5.foo5.gradient-button.send_button {
    margin-top: 10px;
    width: 146px;
    height: 56px;
    padding: 0;
}
.get_in_touch iframe {
    height: 430px;
}
#help_ban {
    padding: 115px 0 100px;
}
#help_ban .col-md-6.col-lg-6 img {
    border-radius: 10px;
    width: 100%;
}
#help_ban .text_box h2 {
    color: #191919;
}
#help_ban .text_box a {
    color: #3884c3;
    background: linear-gradient(180deg, rgba(61, 89, 229, 1) 0, rgba(39, 169, 225, 1) 100%);
}
#help_ban .text_box a:hover {
    color: #fff;
}
#help_ban .container {
    max-width: 940px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#help_ban .text_box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px 0 80px;
}
.home_about.common_bg.right.domestic {
    margin: 0;
    padding: 75px 0 105px;
}
.home_about.common_bg.right.domestic::before {
    display: none;
}
.home_about.common_bg.right.domestic .text_box p {
    max-width: 397px;
}
.home_about.common_bg.right.domestic .text_box:last-child p {
    margin-bottom: 0;
}
.experience {
    padding: 0 0 100px;
    background-position: center bottom;
    background-size: auto;
}
.experience .youtube {
    height: 530px;
    margin-bottom: 116px;
}
.experience .youtube iframe {
    width: 100%;
    height: 100%;
}
.ytp-large-play-button.ytp-button {
    max-width: 130px;
    height: 90px;
}
.experience h6 {
    letter-spacing: 2px !important;
    color: #000;
    font-size: 13px;
}
.experience .text_box {
    margin-bottom: 45px;
}
.experience .text_box img {
    margin-left: 30px;
}
.experience .text_box img:first-child {
    margin-left: 0;
}
.experience ul {
    display: flex;
    justify-content: space-between;
}
.experience ul li {
    position: relative;
    margin-right: 20px;
    display: flex;
    padding-left: 20px;
    font-size: 17px;
    color: #838383;
    font-weight: 600;
}
.experience ul li:last-child {
    margin: 0;
}
.experience ul li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    color: #27aae1;
    font-family: "fontawesome";
}
footer {
    background-color: #2b2b2b;
    padding: 58px 0 45px;
}
footer h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 42px;
    font-weight: 600;
}
footer .box {
    display: flex;
}
footer ul.menu {
    margin-right: 30px;
    max-width: 140px;
}
footer ul.menu:last-child {
    margin-right: 0;
}
footer ul.menu li {
    margin-bottom: 12px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}
footer ul.menu li a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}
footer ul.menu li:hover a,
footer h4 a:hover {
    color: #27aae1;
}
footer p {
    margin-bottom: 12px;
}
footer h4 a {
    font-size: 24px;
    color: #27aae1;
    margin-bottom: 9px;
    transition: all 0.3s;
    display: block;
}
footer .social a:first-child {
    margin-left: 0;
}
#home_ban.common_banner {
    padding: 150px 0 135px;
}
#home_ban.common_banner .container {
    max-width: 960px;
}
#home_ban.common_banner .container .content {
    flex-direction: column;
    align-items: start;
}
#home_ban.common_banner .container .content p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 28px;
}
#home_ban.common_banner .container .content p a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
    margin-bottom: 28px;
}
body.rendering .plastering.home_about.common_bg.right.wall_rendering {
    padding: 100px 0 30px;
    margin: 0;
}
#home_ban.common_banner .container .content p a:hover {
    color: #27aae1;
}
#home_ban.common_banner .container .content h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: none;
}
.plastering .home_about .text_box p {
    max-width: 390px;
    margin-bottom: 20px;
}
.plastering .home_about .text_box p:last-child {
    margin-bottom: 0;
}
.plastering .common_bg::before {
    display: none;
}
.plastering .img_box {
    display: block;
    background-color: #000;
    width: 470px;
    min-height: 340px;
    border-radius: 10px;
}
.plastering .img_box img {
    width: 100%;
}
.plastering .home_about.common_bg.right.skimming::before {
    display: block;
}
.plastering .home_about {
    padding: 100px 0 80px;
    margin: 0;
}
.city_guilds {
    padding: 0 0 95px;
}
.city_guilds img:first-child {
    margin-right: 30px;
}
.home_about.common_bg.right.skimming {
    padding: 60px 0 50px;
    margin-bottom: 50px;
}
.plastering .plasterboarding::before {
    display: block;
}
.home_about.common_bg.left.plasterboarding {
    padding: 50px 0;
    margin-bottom: 120px;
}
#home_ban.rendering_ban::before {
    display: none;
}
.plastering.home_about.common_bg.right.wall_rendering::before {
    display: none;
}
.common_bg p {
    max-width: 85%;
}
.plastering.home_about.common_bg.right.wall_rendering p:last-child {
    margin-bottom: 0;
}
.plastering.home_about.common_bg.right.wall_rendering {
    padding: 100px 0 80px;
    margin: 0;
}
.why_choose_color {
    color: #1786d3;
}
.why_choose_rendering.city_guilds.p-0.mr-0 > h2:first-child {
    color: #1786d3;
}
.let_gets_color {
    color: #0a6ed5;
}
.why_choose_rendering.city_guilds.p-0.mr-0 .col-md-5.col-lg-6.offset-lg-1 h2 {
    color: #0a6ed5;
}
.for_you.city_guilds h2 {
    color: #004ccb;
}
.for_you.city_guilds a:first-child {
    margin-right: 20px;
}
.for_you.city_guilds {
    padding: 50px 0 80px;
}
.for_you.city_guilds a:last-child {
    background: linear-gradient(0deg, rgba(39, 169, 225, 1) 0, rgba(61, 89, 229, 1) 100%);
    color: #3884c3;
}
.for_you.city_guilds a:last-child:hover {
    color: #fff;
}
.why_choose_rendering.city_guilds.p-0.mr-0 h2 {
    margin-top: 0;
}
.damp.for_you {
    padding-bottom: 120px !important;
    margin-bottom: 50px !important;
}
.damp.for_you.city_guilds.plastering.home_about.common_bg.left.plasterboarding::before {
    top: 55%;
}
.plastering.home_about.common_bg.right .text_box p {
    margin-bottom: 20px !important;
}
body.damp_proofing .why_choose_rendering.city_guilds.p-0.mr-0 h2 {
    margin-top: 55px;
}
body.damp_proofing .home_about.common_bg.left.plasterboarding {
    padding: 60px 0;
    margin-bottom: 120px;
    margin-top: 0;
}
body.contact .home_about.common_bg.right.experience.banner .text_box h6 {
    letter-spacing: 5px !important;
    font-size: 15px;
    margin-bottom: 20px;
    color: #454c56;
}
body.contact .home_about.common_bg.right.experience.banner .row:last-child {
    margin-top: 70px;
}
.venetian_polished.plastering.home_about.common_bg.right::before {
    display: none;
}
.venetian_plaster_effects .venetian_polished {
    padding: 120px 0;
    margin: 0;
}
.Venetian_plaster_ban::before {
    display: none;
}
.landscapes_ban::before {
    display: none;
}
.landscapes.astroturf {
    margin: 100px 0 75px;
}
.landscapes.turfing.plastering.home_about.common_bg.right,
.landscapes.fencing.plastering.home_about.common_bg.left,
.landscapes.patios.plastering.home_about.common_bg.right {
    margin: 0 0 75px;
}
.landscapes.resin {
    margin: 0 0 95px;
}
.brickslip.wall_rendering.plastering.home_about.common_bg.right {
    padding: 135px 0 75px;
    margin: 0;
}
.brickslip.why_choose_rendering.city_guilds.p-0.mr-0 .container.text-center > img {
    margin: 80px 0;
}
body.gallery .mrt {
    margin: 0;
}
body.gallery .img_box {
    width: 100%;
    min-height: 220px;
    margin-bottom: 55px;
}
body.gallery section.gallery {
    padding: 140px 0 90px !important;
}
body.gallery .col-md-4:nth-child(1) .img_box::before {
    width: 245px;
    height: 195px;
    left: -3px;
    top: -3px;
}
body.gallery .col-md-4:nth-child(2) .img_box::before {
    width: 306px;
    height: 195px;
    left: -3px;
    top: -3px;
    right: -3px;
}
body.gallery .col-md-4:nth-child(3) .img_box::before {
    width: 245px;
    height: 195px;
    right: -3px;
    top: -3px;
}
body.gallery .col-md-4:nth-child(4) .img_box::before,
body.gallery .col-md-4:nth-child(7) .img_box::before {
    width: 245px;
    height: 226px;
    left: -3px;
    top: -3px;
    bottom: -3px;
}
body.gallery .col-md-4:nth-child(5) .img_box::before,
body.gallery .col-md-4:nth-child(8) .img_box::before {
    width: 306px;
    height: 226px;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
}
body.gallery .col-md-4:nth-child(6) .img_box::before,
body.gallery .col-md-4:nth-child(9) .img_box::before {
    width: 245px;
    height: 226px;
    right: -3px;
    top: -3px;
    bottom: -3px;
}
body.gallery .col-md-4:nth-child(10) .img_box::before {
    width: 245px;
    height: 195px;
    bottom: -3px;
    left: -3px;
    top: auto;
}
body.gallery .col-md-4:nth-child(11) .img_box::before {
    width: 306px;
    height: 195px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    top: auto;
}
body.gallery .col-md-4:nth-child(12) .img_box::before {
    width: 245px;
    height: 195px;
    right: -3px;
    bottom: -3px;
    top: auto;
}
body.contact .home_about.common_bg.right::before {
    display: none;
}
.contact_form {
    /* max-width: 460px; */
}
form#homeForm .g-recaptcha {
    transform: scale(0.87);
    transform-origin: left;
}
.contact_form form.form {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.contact_form form.form .form-group {
    max-width: 220px;
    position: relative;
    margin-bottom: 80px;
}
.contact_form form.form .form-group .inputText {
    position: absolute;
    top: 0;
    transition: all 0.5s linear;
}
.focus .inputText {
    transform: translateY(-10px);
    font-size: 11px;
    color: #545353;
    transition: all 0.5s linear;
}
.contact_form form.form .form-group .form-control {
    border-width: 0 0 1px;
    border-color: #cfcdd0;
    border-radius: 0;
    padding: 15px 0;
    background-color: transparent;
}
.contact_form form.form .form-group:nth-child(2n + 1) {
    margin-right: 20px;
}
.contact_form form.form .form-group:nth-child(5) {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
}
.contact_form #message {
    min-height: 145px;
    max-height: 145px;
}
body.contact .experience.banner .col-lg-12 {
    display: none;
}
@keyframes fade {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
#map {
    width: 450px;
    height: 370px;
}
body.contact .home_about .text_box h2 {
    width: 500px;
    color: #3e4148;
}
body.contact .col-md-6.col-lg-6.d-md-flex.justify-content-md-center.align-items-md-center {
    position: relative;
}
.map_wrap {
    /* position: absolute;
    left: 22px;
    top: 190px; */
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
}

.map_wrap iframe {
    height: 400px;
    margin-bottom: -4px;
}
.con-page-sec {
    margin-bottom: 0 !important;
    margin-top: 60px !important;
}
#contact_form .form-group.captcha_wrap {
    height: auto !important;
}
body.contact .gradient-button {
    border: 0;
    width: 160px;
    height: 56px;
    margin-top: 10px;
}
body.contact .experience {
    padding: 100px 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}
.contact_social {
    background-color: #e6e9ec;
    padding: 60px 0;
}
.contact_social .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-btn {
    transition: all 0.5s;
    position: fixed;
    top: 60%;
    z-index: 9999;
    cursor: pointer;
    right: -100%;
}
#contact-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    background-color: #3d66e5;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    display: none;
    line-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn-site5.foo5 #btnSubmit {
    border: 0;
}
label#Message-error {
    bottom: -80px;
}
.btn-site5.foo5 {
    position: relative;
    z-index: 0;
}
.contact_form iframe {
    /* height: 700px !important; */
}
#contact_form {
    margin-bottom: 60px;
}
#homepageContactForm .form-group {
    margin-bottom: 20px;
}
.gallery_preview {
    background-color: #1c1c1c;
}
#photo-slider {
    margin: 90px 0;
}
#photo-slider .slider-for {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#photo-slider img {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
}
#photo-slider .slider-nav {
    width: 640px;
    margin: auto;
}
#photo-slider .slider-nav .slick-track {
    height: 160px;
    margin: 25px 0 0;
    transform: translate3d(0px, 0px, 0px);
}
#photo-slider .slider-nav .item {
    margin: 0 10px;
    opacity: 0.25;
    width: 140px;
    height: 90px;
}
#photo-slider .slider-nav .item img {
    width: 100%;
}
#photo-slider .slider-nav .item.slick-current {
    opacity: 1;
}
#photo-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
#photo-slider .slick-prev {
    left: 0;
}
#photo-slider .slick-next {
    right: 0;
}
#photo-slider .slider-for .slick-arrow {
    font-size: 0;
    box-shadow: none;
    background: transparent;
    width: 60px;
    height: 60px;
    margin-top: -40px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 2px solid #ffff;
    transition: all 0.5s;
}
#photo-slider .slider-for .slick-arrow:hover,
#photo-slider .slider-for .slick-arrow:focus {
    outline: 0;
    padding: 0;
    background-color: #fff;
}
#photo-slider .slider-for .slick-arrow:after {
    content: "";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 35px;
    transition: all 0.5s;
}
#photo-slider .slider-for .slick-arrow:hover:after {
    color: #000;
}
#photo-slider .slider-for .slick-arrow.slick-next:hover::after,
#photo-slider .slider-for .slick-arrow.slick-prev:hover::after {
    transform: rotate(360deg);
}
#photo-slider .slider-for .slick-arrow.slick-prev {
    left: 360px;
}
#photo-slider .slider-for .slick-arrow.slick-next {
    right: 360px;
}
#photo-slider .slider-for .slick-arrow.slick-prev:after {
    content: "\f104";
}
#photo-slider .slider-for .slick-arrow.slick-next:after {
    content: "\f105";
}
body.contact #contact-btn {
    display: none;
}
.contact-us #homepageContactForm .form-group {
    width: 100%;
}
.captcha_wrap {
    width: 100%;
    position: relative;
}
#strCaptcha {
    width: 48%;
    text-align: center;
    font-size: 24px;
    border: 0;
}
.captach-text {
    width: 48%;
}
.captcha_box {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#strCheckCaptcha {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
}
.send_button {
    width: 140px;
    height: 56px;
    position: relative;
}
label#strCheckCaptcha-error {
    bottom: 2px;
}
#homepageContactForm #strCheckCaptcha .send_button::after {
    content: "";
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -2;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    transform-origin: right;
    transition: all 0.5s;
    display: none;
}
#contactHomePage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    cursor: pointer;
    transition: all 0.5s;
    border: 0;
}
#contactHomePage:hover {
    color: #000;
}
#homepageContactForm #MessageHomePage {
    max-height: 145px;
    min-height: 145px;
}
#resultconatctFormHome p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
#contact_form .form-control {
    border: 0;
    border-bottom: 1px solid #cfcdd0;
    border-radius: 0;
}
#contact_form .form-group {
    height: 110px;
     width: 100% !important;
    display: block !important; 
}
#contact_form .form-group.com-mar {
    margin-right: 3%;
}
#contact_form .form-group.textarea {
    width: 100% !important;
    margin-bottom: 5px;
    margin-bottom: 65px;
    min-height: 110px;
    max-height: 110px;
}
#contact_form textarea {
    min-height: 145px;
    max-height: 145px;
    width: 100%;
}
#contact_form #strCheckCaptcha {
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 5px;
    border: 0;
    border-bottom: 1px solid #cfcdd0;
}
#btnSubmit {
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    background-color: transparent;
    font-size: 14px;
    color: #454c56;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
#btnSubmit:hover {
    color: #fff;
}
.error_phone {
    font-size: 12px;
    color: red;
    margin: 0;
    padding: 0;
}
.video {
    width: 410px;
    height: 225px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 40px 0 0;
}
.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete video {
    background-color: transparent !important;
    padding: 0 !important;
    width: 90%;
}
.video img {
    width: 100%;
    height: 100%;
}
.video i.fa.fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
}
.video:hover i.fa.fa-play-circle {
    opacity: 0;
}
.video i.fa.fa-pause-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
.video:hover i.fa.fa-pause-circle {
    opacity: 1;
}
label.error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 25px;
    left: 0;
}
.form-group {
    position: relative;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
form#contact_form > span {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 3px;
}
form#contact_form > span#sucss_msg {
    background-color: #9fe6ff52;
    color: #086991;
    border: 1px solid #8ae0ff;
    font-size: 15px;
    padding: 0;
    line-height: 33px;
    width: 100%;
}
form#contact_form > span#sucss_msg::before {
    content: "\f00c";
    font-family: "fontawesome";
    width: 20px;
    margin-right: 5px;
}
.captcha_wrap .form-group {
    width: 100% !important;
    height: 70px !important;
}
span.error {
    font-size: 12px;
    color: #d70000;
}
#homepageContactForm .captcha_wrap {
    margin-bottom: 0;
}
header nav a.logo {
    float: none;
    display: block;
}

header nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav a.logo + a {
    text-align: center;
    display: block;
    padding: 5px;
    margin: 10px 0 0;
    color: #1c1c1c;
}

header {
    padding: 15px 15px 10px;
}

header .toggle-blk {
    display: none;
}
@media (max-width: 1280px) {
    .common_bg::before {
        width: calc(100% - 58%);
    }
    header nav a.logo {
        width: 120px;
    }
    header nav ul.menu li a {
        padding: 0 0 0 25px;
    }
}
@media (max-width: 1200px) {
    header a.logo img {
        width: 75%;
    }
    header nav ul.menu li a {
        font-size: 14px;
        padding: 0 0 0 20px;
    }
}
@media (max-width: 1060px) {
    header.sticky {
        padding: 10px 15px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }
    #home_ban .container {
        max-width: 97%;
        margin: 0 auto;
    }
    header nav a.logo {
        width: 110px;
    }
    .banner_mt {
        margin-top: 60px !important;
    }
    header {
        padding: 10px;
    }
    header nav ul.menu li:first-child a {
        padding-left: 15px;
    }
    header nav ul.menu li a {
        padding: 0 0 0 15px;
        color: #fff;
        font-size: 12px;
    }
    header nav ul.menu {
        padding-left: 25px;
        color: #2b2b2b;
        line-height: 30px;
        float: right;
    }
    header nav ul.menu li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background-color: #25aae1;
        top: 50%;
        left: -30px;
        opacity: 0;
        transition: all 0.5s;
    }
    header nav ul.menu li:hover::before,
    header nav ul.menu li.active::before {
        opacity: 1;
        left: 0;
    }
    header nav a.logo + a {
        display: none;
    }
    header .toggle-blk {
        display: flex;
        align-items: center;
    }
    header .toggle-blk a {
        padding: 10px 15px;
        display: block;
        color: #000;
    }

    #nav-icon {
        top: 2px;
    }
}
@media (max-width: 1024px) {
    label#strCheckCaptcha-error {
        bottom: -35px;
    }
    body.gallery .col-md-4:nth-child(11) .img_box::before {
        width: 102%;
        height: 80%;
    }
    #contact-btn {
        transform: scale(0.8) translateX(30px);
        right: -100%;
    }
    #help_ban .text_box {
        padding: 10px;
    }
    #help_ban .container {
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
    }
    #help_ban .text_box {
        padding: 20px;
    }
    .contact_form {
        max-width: 100%;
    }
    .contact_form iframe {
        /* padding: 0 0 0 5px; */
    }
    body.contact .home_about.common_bg.right.experience.banner .row:last-child {
        margin-top: 30px;
    }
    body.contact .home_about.common_bg.right.experience.banner {
        padding-top: 60px !important;
    }
    body.contact .home_about.common_bg.right.experience.banner .row:last-child {
        margin-top: 50px;
    }
    .contact_form form.form .form-group {
        margin-bottom: 40px;
    }
    #home_ban.common_banner .container .content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gallery.wall_rendering.plastering.home_about.common_bg.right {
        padding: 50px 0 0 !important;
    }
    #home_ban h1,
    #get_ban h2 {
        font-size: 32px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .home_contact .box h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    h6 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
    }
    #home_ban {
        padding: 120px 0 !important;
    }
    #home_ban .container .content {
        justify-content: space-between;
    }
    #home_ban .container .content img {
        width: 30%;
    }
    #get_ban h2 br {
        display: none;
    }
    body section {
        padding: 60px 0 !important;
        margin: 0 !important;
    }
    .home_about.common_bg.left.m-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .experience.banner {
        padding-top: 0 !important;
    }
    .experience .youtube {
        height: 350px;
        margin-bottom: 80px;
    }
    footer h5 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    body.plastering section.city_guilds {
        padding: 0 0 50px !important;
    }
    .plastering.home_about.common_bg.right {
        padding: 50px 0 !important;
        margin: 0 !important;
    }
    #home_ban.common_banner .container .content h1 {
        font-size: 46px;
    }
    body.rendering .for_you.city_guilds {
        padding-top: 20px !important;
    }
    body.damp_proofing .why_choose_rendering.city_guilds.p-0.mr-0 h2 {
        margin-top: 10px;
    }
    .damp.for_you.city_guilds.plastering.home_about.common_bg.left.plasterboarding {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .damp.for_you.city_guilds.plastering.home_about.common_bg.left.plasterboarding::before {
        top: 45%;
    }
    .landscapes.astroturf {
        margin: 0;
        padding: 45px 0 !important;
    }
    .landscapes.resin {
        margin: 0 0 95px;
        padding-bottom: 40px !important;
    }
    .brickslip.why_choose_rendering.city_guilds.p-0.mr-0 .container.text-center > img {
        margin: 0;
    }
    #contact_form .form-group {
        height: 70px;
    }
    #contact_form .form-group.textarea {
        margin-bottom: 100px;
    }
    label.error {
        bottom: -10px;
    }
}
@media (max-device-width: 991px) {
    #get_ban .get_in_touch {
        height: 540px;
    }
    body.contact .home_about.common_bg.right.experience.banner {
        margin-bottom: 0 !important;
    }
    .contact_form form.form .form-group {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .contact_form form.form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact_form {
        max-width: 100%;
        padding-top: 10px;
    }
    .contact_form form.form .form-group:nth-child(2n + 1) {
        margin-right: 0;
    }
    .map_wrap {
        width: 90%;
    }
    #map {
        width: 100%;
        height: 370px;
    }
    body.contact .home_about .text_box h2 {
        width: auto;
    }
    #home_ban.common_banner .container .content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .form-control {
        font-size: 14px;
    }
    #get_ban .get_in_touch {
        padding: 40px;
    }
    .home_contact .box h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .experience .youtube {
        height: 450px;
        margin-bottom: 50px;
    }
    .home_contact .social_box > p {
        max-width: 100% !important;
        text-align: start;
    }
    #home_ban {
        padding: 80px 0 !important;
    }
    .container {
        padding: 0 15px;
    }
    p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    h2 br {
        display: none;
    }
    body section {
        padding: 60px 0 !important;
        overflow: hidden;
    }
    .gradient-button,
    .send_button {
        font-size: 12px;
        padding: 18px 27px;
    }
    .common_bg::before {
        width: 43%;
    }
    .img_box::before {
        width: 90%;
        height: 93%;
    }
    .home_about {
        margin-bottom: 40px !important;
    }
    .home_contact .box h2 {
        font-size: 26px;
    }
    #home_ban h1,
    #get_ban h2 {
        font-size: 32px;
    }
    .home_about.common_bg.left.m-0 {
        margin-bottom: 0 !important;
        padding: 60px 0 !important;
    }
    .home_about.common_bg.right.domestic {
        margin-bottom: 0 !important;
    }
    .experience .youtube {
        height: 300px;
    }
    .experience ul li {
        font-size: 15px;
    }
    footer h5 {
        font-size: 22px;
        margin-bottom: 26px;
    }
    footer ul.menu {
        margin-right: 10px;
        max-width: 100%;
    }
    footer {
        background-color: #2b2b2b;
        padding: 60px 0;
    }
    .plastering .img_box {
        width: 100%;
        min-height: inherit;
    }
    #home_ban.common_banner .container .content h1 {
        font-size: 36px;
    }
    .plastering.home_about.common_bg.right.wall_rendering {
        padding: 40px 0 !important;
    }
    .damp .img_box.float-left.mlb img {
        margin: 0 !important;
    }
    .damp.for_you.city_guilds.plastering.home_about.common_bg.left.plasterboarding::before {
        top: 48%;
        height: 70%;
    }
    .damp.for_you {
        margin-bottom: 0 !important;
    }
    .brickslip.wall_rendering.plastering.home_about.common_bg.right.m-0.p-0 {
        padding-top: 0 !important;
    }
    .col-md-6.col-lg-6.d-md-flex.align-items-md-end.pr-0 {
        padding-right: 15px !important;
    }
    body.gallery .img_box {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
    }
    body.gallery .col-md-4:nth-child(1) .img_box::before,
    body.gallery .col-md-4:nth-child(3) .img_box::before,
    body.gallery .col-md-4:nth-child(7) .img_box::before,
    body.gallery .col-md-4:nth-child(9) .img_box::before {
        width: 80%;
        height: 80%;
    }
    body.gallery .col-md-4:nth-child(2) .img_box::before {
        width: auto;
        height: 80%;
    }
    body.gallery .col-md-4:nth-child(8) .img_box::before {
        width: auto;
        height: 80%;
    }
    body.gallery .col-md-4:nth-child(4) .img_box::before {
        width: 80%;
        height: 104%;
    }
    body.gallery .col-md-4:nth-child(5) .img_box::before {
        width: auto;
        height: auto;
    }
    body.gallery .col-md-4:nth-child(6) .img_box::before {
        width: 80%;
        height: auto;
    }
    #contact_form .form-group {
        height: 40px;
    }
    #contact_form .form-group.textarea {
        margin-bottom: 40px;
    }
    label.error {
        bottom: -35px;
    }
}
@media (max-width: 991px) {
    label#strCheckCaptcha-error {
        bottom: -62px;
    }
    #contact_form .form-group.com-mar {
        margin-right: 2%;
    }
    #contact_form textarea {
        min-height: 105px;
        max-height: 105px;
    }
    .inputText {
        font-size: 14px;
    }
    body.contact .gradient-button {
        width: 135px;
        height: 45px;
    }
    #contact_form .form-group {
        margin-bottom: 45px;
        width: 48%;
        display: inline-block;
    }
    #btnSubmit {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    #homepageContactForm .form-group {
        margin-bottom: 15px;
    }
    label#strCheckCaptcha-error {
        bottom: -25px;
    }
    #contact_form .form-group {
        height: 80px;
    }
    #help_ban .container {
        max-width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    #contact-btn {
        transform: scale(0.6) translateX(90px);
        right: -100%;
    }
    .contact_form {
        max-width: 100%;
        padding-top: 10px;
        /* height: 630px; */
    }
    .contact_form iframe {
        /* height: 650px !important; */
    }
    #get_ban .col-sm-12.col-md-6.col-lg-5 {
        display: flex;
        justify-content: center;
    }
    #get_ban .get_in_touch {
        width: 350px;
    }
    body.index .home_about.common_bg.right::before {
        height: 80%;
        top: 100%;
    }
    p {
        max-width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    footer {
        padding: 50px 0;
    }
    footer ul.menu li {
        font-size: 12px;
    }
    footer ul.menu li a {
        font-size: 12px;
    }
    header {
        padding: 10px 15px;
    }
    .banner_mt {
        margin-top: 60px !important;
    }
    footer h4 a {
        font-size: 22px;
        display: block;
    }
    footer ul.menu {
        margin-right: 20px;
        max-width: 100%;
    }
    footer h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    footer .box {
        display: flex;
        margin-bottom: 30px;
    }
    .experience ul li {
        margin-right: 10px;
        padding-left: 16px;
        font-size: 14px;
    }
    .experience .youtube {
        margin-bottom: 50px;
    }
    h6 {
        text-align: center;
    }
    .home_about.common_bg.right.domestic .text_box {
        margin-bottom: 40px;
    }
    h2 {
        max-width: 400px;
        margin: 0 auto 30px;
        text-align: center;
    }
    .home_contact .box h2 {
        font-size: 22px;
        float: left;
        text-align: start;
    }
    #help_ban .container {
        max-width: 96%;
    }
    #help_ban .col-md-6.col-lg-6 {
        padding: 0 15px 50px;
        justify-content: center;
        display: flex;
    }
    #help_ban .col-md-6.col-lg-6 img {
        border-radius: 10px;
    }
    #help_ban .text_box {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 0 0;
        text-align: center;
    }
    #get_ban .row {
        display: flex;
        justify-content: center;
    }
    #get_ban .col-md-6.col-lg-7.d-flex.align-items-center {
        justify-content: center;
        text-align: center;
    }
    #get_ban h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #get_ban h2 br {
        display: block;
    }
    .home_contact .social_box {
        margin-bottom: 30px;
    }
    .home_about.common_bg.left.m-0 .order-2 {
        order: inherit;
    }
    .home_about .text_box a {
        margin-right: 15px;
        margin-bottom: 0;
    }
    .home_about .text_box p {
        max-width: 100%;
        text-align: center;
    }
    .home_about .text_box {
        margin-bottom: 40px;
    }
    .home_about {
        margin-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .home_about .text_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .common_bg::before {
        top: 100%;
        height: 80%;
        width: 100% !important;
    }
    .img_box {
        margin: 0 auto;
        float: none !important;
        max-width: 380px;
    }
    #home_ban h1,
    #get_ban h2 {
        font-size: 28px;
        font-size: 28px;
        text-align: center;
    }
    #home_ban {
        padding: 80px 0 !important;
    }
    #home_ban .container .content {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #home_ban .container .content img {
        width: 40%;
        margin-bottom: 30px;
    }
    body.plastering .city_guilds .text_box {
        margin-bottom: 30px;
        justify-content: center !important;
    }
    .plastering.home_about.common_bg.right.skimming {
        padding-top: 0 !important;
    }
    .plastering.home_about.common_bg.left.plasterboarding .order-2 {
        order: inherit;
    }
    #home_ban.common_banner .container .content p {
        margin: 0 0 10px;
    }
    .social_box p {
        text-align: start;
    }
    p {
        text-align: center;
    }
    .wrap_button {
        display: flex;
        justify-content: center;
    }
    h2 {
        max-width: 100%;
    }
    .home_about .text_box {
        margin-bottom: 30px;
    }
    #home_ban.common_banner .container .content h1 {
        font-size: 28px;
    }
    #home_ban.common_banner .container .content p {
        font-size: 14px;
    }
    .damp.for_you.city_guilds.plastering.home_about.common_bg.left.plasterboarding::before {
        top: 100%;
        height: 80%;
    }
    .damp.for_you {
        padding-bottom: 60px !important;
    }
    .landscapes.astroturf.plastering.home_about.common_bg.left::before {
        top: 100%;
        height: 70%;
    }
    section .order-2 {
        order: inherit;
    }
    .landscapes .text_box.float-right {
        margin-bottom: 0;
    }
    .brickslip .col-md-6.col-lg-6.d-md-flex.align-items-md-end.pr-0 {
        margin-bottom: 50px;
    }
    .gallery.wall_rendering.plastering.home_about.common_bg.right .col-md-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body.gallery .img_box {
        margin-bottom: 30px;
        min-height: auto;
        width: 100%;
    }
    body.gallery .col-md-4:nth-child(2) .img_box::before {
        width: 102.5%;
    }
    body.gallery .col-md-4:nth-child(4) .img_box::before {
        height: auto;
    }
    body.gallery .col-md-4:nth-child(5) .img_box::before {
        width: auto;
        height: auto;
    }
    body.gallery .col-md-4:nth-child(6) .img_box::before {
        height: auto;
    }
    body.gallery .col-md-4:nth-child(8) .img_box::before {
        width: auto;
    }
    body.contact .text_box.d-flex.align-items-center.justify-content-center {
        flex-direction: row;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    body.contact .experience ul li br {
        display: none;
    }
    body.contact .experience .text_box {
        margin-bottom: 15px;
    }
    .contact_form #message {
        min-height: 105px;
        max-height: 105px;
    }
    body.contact .gradient-button {
        width: 140px;
        height: 46px;
    }
    .social {
        justify-content: start;
    }
    .home_contact .social_box > p {
        text-align: center;
    }
    .home_contact .social_box {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .home_contact .social_box > p {
        text-align: start;
        margin: inherit;
        margin-bottom: 0;
    }
    .home_contact .box h2 {
        float: none;
        text-align: center;
    }
    .home_contact .box {
        text-align: center;
    }
    label.error {
        bottom: 5px;
    }
    #contact_form .form-group {
        margin-bottom: 10px;
    }
    label#Message-error {
        bottom: -40px;
    }
    iframe.contact-us {
        height: 100% !important;
    }
    #get_ban .get_in_touch {
        height: 530px;
    }
    .gallery.wall_rendering.plastering.home_about.common_bg.right .row {
        justify-content: center;
        display: flex;
    }
    .content-wraper > .btn-group.top > .btn {
        font-size: 16px !important;
        padding: 6px 27px;
        width: 120px;
    }
    .photo-top-sec h3 {
        display: none;
    }
    .photo-top-sec .photo-view ul li,
    .photo-top-sec .photo-sort ul li {
        font-size: 14px;
        margin-left: 5px;
    }
    .photo-top-sec .photo-view ul li a,
    .photo-top-sec .photo-sort ul li a {
        font-size: 18px;
    }
    #photo-slider .slider-for .slick-arrow {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    #photo-slider .slider-for .slick-arrow::after {
        font-size: 28px;
    }
    #photo-slider .slider-for .slick-arrow.slick-prev {
        left: 10px;
    }
    #photo-slider .slider-for .slick-arrow.slick-next {
        right: 10px;
    }
    body.contact .col-md-6.col-lg-6.d-md-flex.justify-content-md-center.align-items-md-center {
        max-width: 94%;
        margin: 0 auto;
    }
    .map_wrap {
        width: 100%;
        position: static;
    }
    #contact_form {
        margin-bottom: 40px;
    }
    .map_wrap {
        margin: 0;
    }
    .map_wrap iframe {
        height: 340px;
    }
    
    .map_wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 640px) {
    header nav ul.menu {
        height: 100vh;
        overflow-y: scroll !important;
    }
}
@media (max-width: 575px) {
    .captcha_wrap {
        margin-bottom: 5px;
    }
    .captcha_wrap .form-group #strCheckCaptcha-error {
        bottom: -28px;
    }
    label#Message-error {
        bottom: -20px;
    }
    label.error {
        bottom: -5px;
    }
    span#sucss_msg {
        padding: 5px;
        line-height: 20px;
    }
    .social a::before {
        height: 69%;
    }
    .home_about .text_box h6 {
        letter-spacing: 5px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    iframe.contact-us {
        height: 100% !important;
    }
    #get_ban .get_in_touch {
        height: 520px;
    }
    #contact-btn span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #contact-btn img {
        display: none;
    }
    #contact-btn {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    #contact-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #3d66e5;
        z-index: 0;
        transform: scale(0.9);
        border-radius: 50%;
    }
    #contact-btn:hover::before {
        animation: fade 1s infinite linear;
    }
    .send_button {
        width: 130px;
        height: 40px;
        position: relative;
    }
    .video {
        width: 100%;
        height: auto;
    }
    .home_contact .social_box {
        flex-direction: column;
    }
    #contact-btn {
        transform: scale(1) translateX(0px);
    }
    .contact_form {
        /* height: 710px; */
    }
    .get_in_touch iframe {
        height: 400px;
    }
    .contact_form iframe {
        /* height: 720px !important; */
    }
    .contact_form form.form .form-group .inputText {
        font-size: 14px;
    }
    .contact_social .container {
        flex-direction: column;
    }
    .contact_social .container img {
        margin-bottom: 30px;
    }
    .contact_social .container img:last-child {
        margin-bottom: 0;
    }
    .col-md-6.col-lg-6.d-md-flex.justify-content-md-center.align-items-md-center.pl-0 {
        padding-left: 15px !important;
    }
    #home_ban.Venetian_plaster_ban h1 {
        text-align: start;
    }
    .why_choose_rendering.city_guilds.p-0.mr-0 .pr-0 {
        padding-right: 15px !important;
    }
    .plastering.home_about.common_bg.left.plasterboarding .text_box {
        margin: 0;
    }
    h2 {
        max-width: 100%;
    }
    .plastering.home_about.common_bg.right {
        padding: 50px 0 !important;
    }
    #home_ban.common_banner .container .content h1 {
        font-size: 26px;
    }
    #home_ban.common_banner .container .content p {
        margin-bottom: 5px !important;
        font-size: 14px;
    }
    .experience ul li br {
        display: none;
    }
    #help_ban .col-md-6.col-lg-6 {
        padding: 0 15px 50px !important;
    }
    body.index .home_about.common_bg.right::before {
        height: 50%;
        top: 100%;
    }
    .social p {
        margin-bottom: 0 !important;
    }
    .experience .youtube {
        margin-bottom: 30px;
    }
    .form-control::-webkit-input-placeholder {
        font-size: 12px;
    }
    footer h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    footer ul.menu li {
        margin-bottom: 5px;
    }
    .experience .text_box {
        margin-bottom: 35px;
    }
    .experience ul li br {
        display: none;
    }
    .experience ul li {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .experience ul {
        flex-direction: column;
    }
    .experience .text_box img {
        width: 80px;
    }
    .home_about.common_bg.left.m-0 {
        padding: 50px 0 !important;
    }
    body section {
        padding: 50px 0 !important;
    }
    .experience .youtube {
        height: auto;
    }
    h2 {
        font-size: 22px;
    }
    .send_button {
        width: 120px;
        height: 40px;
        line-height: 40px;
        padding: 0 !important;
    }
    #get_ban .get_in_touch {
        padding: 30px;
    }
    .home_contact .box h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .common_bg::before {
        height: 43%;
    }
    .gradient-button,
    .send_button {
        font-size: 11px;
        padding: 15px 20px;
    }
    p {
        font-size: 12px;
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
    #home_ban {
        padding: 50px 0 !important;
    }
    #home_ban .container .content img {
        width: 60%;
    }
    #home_ban h1,
    #get_ban h2 {
        font-size: 22px;
    }
    .plastering.home_about.common_bg.right.skimming {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    #homepageContactForm #MessageHomePage {
        max-height: 125px;
        min-height: 125px;
    }
    #contact_form .form-group.com-mar {
        margin-right: 0;
    }
    #contact_form .form-group {
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }
    #contact_form textarea {
        min-height: 90px;
        max-height: 90px;
    }
    body.contact .gradient-button {
        width: 130px;
        height: 40px;
    }
    #btnSubmit {
        font-size: 12px;
    }
    .captcha {
        width: 45% !important;
    }
    #contact_form .form-group {
        height: 70px;
    }
    #contact_form .form-group.textarea {
        margin-bottom: 25px;
    }
    header .toggle-blk a {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #1a2f49;
        color: #fff;
        text-align: center;
    }

    header {
        padding-top: 42px !important;
    }

    .banner_mt {
        margin-top: 92px !important;
    }
}
@media (max-width: 400px) {
    iframe.contact-us {
        height: 100% !important;
    }
    #get_ban .get_in_touch {
        height: 520px;
    }
}
@media screen and (min-device-width: 611px) and (max-device-width: 767px) {
    .contact_form iframe {
        /* height: 620px !important; */
    }
}
@media screen and (min-device-width: 576px) and (max-device-width: 610px) {
    .contact_form iframe {
        /* height: 720px !important; */
    }
    .contact_form {
        /* height: 630px; */
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    #contact_form .form-group {
        margin-bottom: 20px;
        width: 100%;
    }
    #contact_form .form-group.com-mar {
        margin-right: 0;
    }
}
section.wall_rendering.plastering.home_about.common_bg.right.damp_1 {
    padding-bottom: 40px;
}
.img_box::before {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    body.gallery .col-md-4:nth-child(10) .img_box::before {
        width: 80%;
        height: 80%;
    }
    body.gallery .col-md-4:nth-child(11) .img_box::before {
        width: 103%;
        height: 80%;
    }
    body.gallery .col-md-4:nth-child(12) .img_box::before {
        width: 80% !important;
        height: 80% !important;
    }
}
section.home_about.service-gal .img_box {
    width: 100%;
}
