@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
}

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
}

a {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.wrapper {
    max-width: 1200px;
    width: 96% !important;
    margin: 0 auto;
    float: none !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: left;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main {
    width: 100%;
    float: left;
}

.header {
    width: 100%;
    float: left;
    padding: 12px 0;
}

.row {
    width: 100%;
    float: left;
}

.p_t {
    padding-top: 60px;
}

.p_b {
    padding-bottom: 60px;
}

.center {
    text-align: center;
}

.green_bg {
    background: #526a6f;
}

.gray_bg {
    background: #f3f2f2;
}

.top_header {
    padding: 1px 0;
}

.top_header p {
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 4px;
}

.top_header .social_icon {
    float: right;
}

.social_icon li {
    float: left;
    margin: 0 5px;
}

.social_icon li a {
    color: #fff;
    font-size: 24px;
}

.social_icon li a:hover {
    color: #484848;
}

.top_header p a {
    color: #fff;
}

.logo {
    float: left;
}

.head_right {
    float: right;
    text-align: right;
}

nav {
    float: left;
    margin-top: 25px;
}

.nav li {
    float: left;
}

.nav li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #2a2a2a;
    padding: 4px 13px;
    margin: 0 1px;
    border-radius: 3px;
}

.nav li a:hover,
.nav li.current-menu-item a {
    background: #526a6f;
    color: #fff;
}

.banner {
    background: #000;
    position: relative;
}

.metaslider .caption-wrap {
    top: 0;
    background: transparent !important;
    opacity: 1 !important;
}

.banner img {
    width: 100%;
    opacity: 0.7;
}

.banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text .cont {
    display: inline-block;
    max-width: 690px;
    width: 100%;
}

.banner_text h2 {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    color: #fff;
}

.banner_text h5 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    color: #fff;
    margin: 25px 0 60px;
}

.banner_text a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    background: #526a6f;
    padding: 10px 30px;
    border-radius: 3px;
}

.banner_text a:hover {
    color: #fff;
    background: #292929;
}
.metaslider .slides img {
    width: 100%;
    display: block;
    max-height: 550px !important;
    height: auto !important;
}
.metaslider .flexslider {
    margin: 0 !important;
}

.metaslider .flex-control-nav {
    bottom: 15px !important;
}

.flex-control-paging li a {
    background: #fff !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 4px !important;
}

.flex-control-paging li a.flex-active {
    background: #526a6f !important;
}


/*respo-menu*/

.respo_menu {
    display: none;
    padding: 5px 0;
    text-align: left;
    color: #fff;
    font-size: 0;
}

.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #000;
    position: relative;
    margin: 4px 6px 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #000;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #000;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu.active span:before {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 0;
}

.respo_menu.active span:after {
    transform: rotate(-45deg);
    transform-origin: center center;
    bottom: 0;
}

.respo_menu.active span {
    background: transparent;
}

.grid {
    display: grid;
}

.grid .col,
.grid>div {
    width: 100%;
}

.grid::before,
.grid::after {
    display: none !important;
}

.row1 .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 26px;
}

.row1 .grid .col {
    border: solid 1px #eeeeee;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
    letter-spacing: 0;
    padding-bottom: 20px;
    position: relative;
    padding-bottom: 60px;
}

.row1 .grid .col .img img {
    padding: 0;
}

.row1 .grid .vc_single_image-wrapper {
    max-height: 186px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row1 h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #383838;
    margin: 20px 0 10px;
}

.row1 p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #848484;
    padding: 0 10px;
}

.row1 a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #526a6f;
    text-decoration: underline;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100px;
    margin: auto;
}

.row1 a:hover {
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: #526a6f;
    padding: 10px 38px;
    border-radius: 4px;
    letter-spacing: 0.4px;
}
.btn:hover{
	background: #333333;
}

.green_bg .btn {
    color: #526a6f;
    background: #fff;
}

.green_bg .btn:hover {
    background: #1f1f1f;
    color: #fff;
}

.row2 {
    letter-spacing: 0.4px;
}

.youtube_video{
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
    margin-top: 40px;
}
.youtube_video .col{
	width: 100%;
}
.youtube_video .col *{
	width: 100% !important;
}
.youtube_video:before,.youtube_video:after{
	display: none !important;
}
.youtube_video iframe{
	border: solid 5px #fff;
	margin-top: 40px;
	max-width: 560px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}


h2 {
    font-size: 27px;
    line-height: 37px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 20px !important;
}

.green_bg h2 {
    color: #fff;
}

.row2 p {
    max-width: 870px;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.row2 a {
    margin-top: 35px;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.gallery li {
    width: 100%;
    background: #fff;
    padding: 6px;
    border-radius: 3px;
}

.gallery li img {
    width: 100%;
}

.row4 {
    background: url('../images/row4-bg.jpg') center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.row4::before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(82, 106, 111, 0.85);
    z-index: -1;
}

.row4 form {
    max-width: 525px;
    width: 100%;
    margin: auto;
    text-align: left;
}

.form_div {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.row4 form label {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
}

.row4 form input,
.row4 form textarea {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #131313;
    letter-spacing: 0.3px;
}

.row4 form textarea {
    height: 100px;
}

.row4 form input[type="submit"] {
    float: none;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #526a6f;
    padding: 9px 45px;
    border-radius: 3px;
    margin-top: 25px;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.row4 form input[type="submit"]:hover {
    background: #1f1f1f;
    color: #fff;
}

.wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 10px 0 0 0 !important;
    font-size: 14px!important;
    text-align: center;
}

.testimonial .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 28px;
}

.row5 h2 {
    margin-bottom: 35px !important;
}

.testimonial .style-default_style .testimonial_body {
    width: 100%;
    float: left;
    border: solid 1px #e6e6e6;
    padding: 16px 12px;
	margin-bottom: 10px;
}

.testimonial p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #707070;
    font-style: italic;
    letter-spacing: 0;
}

.testimonial .testimonial-client {
    width: 100%;
    float: left;
    margin: 10px 0 0 12px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #526a6f;
}

blockquote.easy_testimonial * {
    box-sizing: border-box !important;
}

blockquote.easy_testimonial {
    margin: 0 !important;
    padding: 0 !important;
}

.row6 {
    padding: 30px 0;
}

.row6 h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    word-wrap: break-word;
}

.row6 h3 a {
    color: #fff;
}

.footer {
    background: #484848;
}

.foot_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 15px;
}

.foot_grid .col:first-child {
    padding-right: 9%
}

.foot_social_icon {
    margin-top: 15px;
}

.foot_social_icon h3 {
    display: inline-block;
    vertical-align: middle;
}

.foot_social_icon .social_icon {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.foot_social_icon .social_icon li {
    width: auto;
}

.foot_social_icon .social_icon li a:hover {
    color: #526a6f;
}

.foot_grid .col {
    width: 100%;
}

.foot_grid h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.foot_grid ul {
    width: 100%;
    float: left;
}

.foot_grid ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}

.foot_grid ul li a {
    color: #fff;
}

.foot_grid p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0;
}

.foot_grid p a {
    color: #fff;
}

.foot_grid a:hover {
    text-decoration: underline;
}

.foot_grid .fb_logo {
    margin-top: 25px;
    display: inline-block;
}

.footer2 {
    border-top: solid 1px #535353;
    padding: 22px 0;
    background: #484848;
}

.footer2 .left {
    float: left;
}

.footer2 .right {
    float: right;
}

.footer2 p {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}

.footer2 p a {
    color: #fff;
    text-decoration: underline;
}

.footer2 p a:hover {
    text-decoration: none;
}

.title {
    background: #eaeaea;
    padding: 60px 0;
}

.title h1 {
    color: #2d3095;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #343434;
}
p a{
	color: #526a6f;
}

h3 {
    color: #2d3095;
    font-size: 24px;
}

.list {
    width: 100%;
    float: left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.list li {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #252525;
    margin: 4px 0;
    background: url(../images/list-icon.png) left 8px no-repeat;
    padding-left: 16px;
}


/* inner-css */

.entry-header,
.page-header {
    width: 100%;
    float: left;
    text-align: center;
    background: url('../images/banner1.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.entry-header::before,
.page-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.entry-header h1,
.page-header h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

.contact_row1 {
    padding: 30px 0;
}

.contact_row1 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.contact_row1 p a {
    color: #526a6f;
}

.contact_row1 .social_icon {
    margin-top: 15px;
    text-align: center;
}

.contact_row1 .social_icon li {
    float: none;
    display: inline-block;
}

.contact_row1 .social_icon li a {
    color: #484848;
}

.contact_row1 .social_icon li a:hover {
    color: #526a6f;
}

.contact_map {
    padding: 50px 0;
}

.contact_map iframe {
    width: 100%;
    vertical-align: middle;
    height: 400px;
    border: solid 3px #444 !important;
}

.category .entry-header {
    background: none;
    padding: 0 10px;
    text-align: center;
    margin: 12px 0 !important;
}

.category .entry-header::before {
    display: none;
}

.category .entry-content {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.category .post_date {
    font-weight: 600;
    color: #565656;
}

.archive_row {
    padding: 50px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: center;
}

.archive_row>article {
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.archive_row .post-thumbnail img {
    width: auto;
    height: auto;
}

.archive_row h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.archive_row h2 a {
    color: #526a6f;
}

.page_not_found {
    padding: 40px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}

.entry-content h3 {
    margin-bottom: 10px;
}

.about_row2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.about_row2 .col {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-bottom: 30px;
}

.about_row2 .col h3 {
    margin: 15px 0 6px;
}

.g-recaptcha>div {
    margin: auto;
}

.logo_row ul li{
	display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.logo_row ul li img{
    max-width: 200px;
    width: 100%;
}

.ullist{
	width: 100%;
	float: left;
	padding-left: 20px;
	margin: 15px 0 !important;
}
.ullist li{
	width: 100%;
	float: left;
	font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #343434;
    list-style: disc;
    margin: 5px 0;
}
.green_bg .ullist li{
	color: #fff;
}

.about_row1 .btn{
    margin-top: 15px !important;
}
.about_row2 h2{
    margin-bottom: 5px !important;
}

.service_row h2{
	margin-bottom: 10px !important;
}
.service_row .btn{
	margin-top: 18px;
	padding: 6px 22px;
	font-size: 14px;
}
.service_row{
	margin: 15px 0;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    display: grid;
    grid-template-columns: auto 25%;
    grid-gap: 20px;
}
.service_row > div{
	width: 100% !important;
}
.service_row:before,.service_row:after,.about-row1:before,.about-row1:after{
	display: none !important;
}
.about-row1{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 20px;
}
.about-row1 > div{
	width: 100%;
}
.about-row1 .wpb_single_image{
	display: inline-block;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding: 6px;
}
.checkatrade_logo{
	display: inline-block;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	padding: 10px;
	border-radius: 4px;
	background: #fff;
}
.contact_row1 .checkatrade_logo{
	margin-top: 20px;
}
.footer .checkatrade_logo{margin-top: 10px;}
.footer .checkatrade_logo img{
	max-width: 180px;
    width: 100%;
}

@media (max-width: 1024px) {
    .nav li a {
        font-size: 15px;
        padding: 4px 8px;
    }
}

@media (max-width: 980px) {
    .header {
        text-align: center;
        padding: 10px 0;
    }
    .logo {
        float: none;
    }
    .head_right {
        text-align: center;
        width: 100%;
        margin-top: -30px;
    }
    .respo_menu {
        display: inline-block;
        float: left;
        margin-top: -32px;
    }
    nav {
        position: relative;
    }
    .nav {
        display: none;
        width: 250px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 99;
        background: #fff;
        left: 0;
        top: 10px;
    }
    .nav li {
        width: 100%;
    }
    .nav li a {
        width: 100%;
        border-radius: 0;
        margin: 0 0 1px 0;
    }
    .p_b {
        padding-bottom: 40px;
    }
    .p_t {
        padding-top: 40px;
    }
    .row1 .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .row1 .grid .col .img img {
        width: 100%;
    }
    .archive_row {
        grid-template-columns: 1fr 1fr;
    }
	.about-row1{
		grid-template-columns: auto;
	}
	.about-row1 .col:first-child{
		grid-row-start: 2;
	}
}

@media (max-width: 800px) {
    .banner_text h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 5px !important;
    }
    .banner_text h5 {
        font-size: 17px;
        line-height: 27px;
        margin: 5px 0 15px;
    }
    .banner_text a {
        font-size: 18px;
        padding: 8px 15px;
        border-radius: 3px;
    }
    .testimonial .wpb_wrapper {
        grid-template-columns: 1fr;
    }
    .testimonial .testimonial-client {
        margin: 5px 0 0 2px;
    }
    .footer {
        text-align: center;
    }
    .foot_grid .col:first-child {
        padding-right: 0;
    }
    .foot_grid {
        grid-template-columns: auto;
        grid-gap: 25px;
    }
    .foot_grid ul li {
        line-height: 24px;
    }
    .foot_social_icon {
        margin-top: 15px;
    }
    .footer2 {
        padding: 10px 0;
    }
    .footer2 p {
        width: 100%;
        text-align: center;
    }
    .about_row2 {
        grid-template-columns: auto;
    }
    .grid .col,
    .grid>div {
        margin: auto;
        max-width: 400px;
    }
	.service_row{
		grid-template-columns: auto;
		text-align: center;
	}
	.service_row > div:first-child{
		grid-row-start: 2;
	}
	.youtube_video{grid-template-columns: 1fr;}
	.youtube_video .col{max-width: 540px; margin: auto;}
}

@media (max-width: 600px) {
    .row2 h2 {
        margin-bottom: 10px;
    }
    .row2 a {
        margin-top: 15px;
    }
    .gallery {
        grid-template-columns: 1fr 1fr;
    }
    .archive_row {
        grid-template-columns: 1fr;
    }
    .archive_row>article {
        max-width: 400px;
        margin: auto;
    }
    .entry-header,
    .page-header {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    /*     .logo img {
        max-width: 280px;
        width: 100%;
    } */
    .head_right {
        margin-top: 0;
    }
    nav {
        width: 100%;
        margin-top: 5px;
    }
    .nav {
        top: 41px;
        width: 100%;
    }
    .respo_menu {
        margin-top: 0;
        width: 100%;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        padding: 10px 5px;
        color: #000;
    }
    .banner_text h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .banner_text h5 {
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0 8px;
    }
    .banner_text a {
        font-size: 15px;
        padding: 4px 15px;
    }
    .row1 .grid {
        grid-template-columns: 1fr;
    }
    .row1 .grid .col {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 360px) {
    .top_header {
        display: none;
    }
    .gallery {
        grid-template-columns: 1fr;
    }
    .banner_text h5 {
        font-size: 13px;
    }
}