@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#dscf7_refresh_captcha{display:inline-block}img.dscf7_captcha_reload_icon{display:none}.dscf7-captcha-container *{box-sizing:border-box}.dscf7-captcha-container .wpcf7-not-valid-tip{font-size:16px;margin-top:5px}.dscf7-captcha-container{width:240px;background:#f7f7f7;border-radius:10px;padding:15px}.dscf7-captcha-container span.dscf7_lt{display:block;position:relative;font-size:18px}.dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center;width:25px}.dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha img{width:100%}.dscf7-captcha-container span.wpcf7-form-control-wrap{width:100%;display:block}.dscf7-captcha-container span.wpcf7-form-control-wrap input{width:100%;box-sizing:border-box;height:30px;padding:10px;border-radius:5px;border:1px solid #eee;margin-top:10px}
 *, ::after, ::before {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
p {
margin: 0 0 10px 0;
padding: 0;
font-size: 15px;
}
img {
max-width: 100%;
}
body {
background: #eee;
font-size: 14px;
font-family: Raleway,"Raleway Fallback";
padding: 0px;
margin: 0px;
}
.site_container {
max-width: 960px;
margin: 0px auto;
position: relative;
} #masthead {
position: fixed;
width: 100%;
background: #252525;
box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
display: block;
z-index: 9999;
}
.logoinfo_bar .site_container
{
display: flex;
} 
.logo {
position: relative;
width: 33.33333%;
padding-left: 10px;
padding-right: 30px;
}
.logo a {
display: block;
margin: 10px 10px 10px 0;
}
.contactinfo {
position: relative;
width: 66.66667%;
padding-right: 10px;
margin: 26px 0 8px auto;
text-align: right;
}
.logoinfo_bar {
padding-right: 10px;
}
.contactinfo_list a {
color: rgb(255, 194, 12);
font-weight: 700;
font-size: 20px;
}
.contactinfo_title {
color: #fff;
font-size: 20px;
}
.contactinfo_list a::after {
content: "|";
color: #fff;
padding-left: 10px;
padding-right: 10px;
}
.contactinfo_list a:last-child::after {
display: none;
}
.menu_bar
{
background: #1a1a1a;
position: relative;
padding-right: 10px;
}
.menu-button-container {
display: none;
}
#primary-menu-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
justify-content: end;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
display: flex;
}
#primary-menu-list li {
padding: 0px;
position: relative;
}
#primary-menu-list a {
font-size: 12px;
color: #fff;
font-weight: 400;
text-decoration: none;
position: relative;
font-weight: 700;
padding: 10px 23px 0 7px;
letter-spacing: .03em;
}
#primary-menu-list > li > a::after {
content: '';
width: 100%;
height: 0;
border: 0 solid transparent;
border-top-width: 0px;
border-top-color: transparent;
border-top-color: #ffc20c;
display: block;
transition: transform .2s ease-out,opacity .2s ease-out;
margin-top: .2em;
transform: scaleX(0);
opacity: 0;
border-top-width: 5px;
}
#primary-menu-list li a:hover::after, #primary-menu-list li.current-menu-item a::after, #primary-menu-list li.current_page_ancestor a::after {
transform: scaleX(1);
border-top-color: #ffc20c;
opacity: 1;
border-top-width: 5px;
transform-origin: left;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle span {
display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
left: 6px;
right: auto;
margin: 0;
min-width: max-content;
position: absolute;
top: 100%;
padding-top: 3px;
z-index: 88888;
transition: transform .4s ease-out,opacity .1s ease-out;
background-color: #252525;
padding: 0;
list-style: none;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu li a {
padding: 8px 10px;
display: block;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu li a:hover
{
background: #ffc20c;
color: #000;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu li.current-menu-item a {
background: #ffc20c;
color: #000;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
display: flex;
padding: 0;
justify-content: center;
align-items: center;
background: transparent;
color: currentColor;
border: none;
transition: transform .25s ease;
width: auto;
margin-left: 0px;
position: relative;
}
.primary-menu-container .sub-menu-toggle::before {
content: "\f107";
font-family: FontAwesome;
right: 5px;
position: absolute;
top: 12px;
transition: transform .25s ease;
font-size: 9px;
color: #fff;
padding: 0 2px 0 0px;
}
.primary-navigation li:hover .sub-menu-toggle::before {
transform: rotate(180deg);
}
.stickyHeaderSpacer {
height: 136px;
}  .cta_banner {
position: relative;
padding-top: 98.5px;
padding-bottom: 98.5px;
text-align: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
}
.cta_banner::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
border-radius: inherit;
background-color: rgba(0,0,0,1);
opacity: 0.55;
}
.cta_title {
font-size: 30px;
color: #fff;
font-weight: 400;
margin: 10px 0;
position: relative;
width: 66.66667%;
text-align: left;
padding-left: 20px;
padding-right: 20px;
}
.cta_wrap {
display: flex;
}
.cta_btnwrap
{
padding-left: 20px;
padding-right: 20px;
position: relative;
width: 33.33333%;
}
.btncta {
background: #ffc20c;
font-size: 14px;
color: #000;
text-decoration: none;
font-weight: 700;
padding: 12px 7px;
transition: color .2s ease;
border-radius: 50px;
width: 250px;
display: block;
margin: 0px auto;
}
.btncta:hover {
background: #414345;
color: #ffc20c;
}
#colophon {
position: relative;
background: #1a1a1a;
color: #fff;
}
.footerwidgets {
padding: 45px 0;
}
.footerwidgets .site_container
{
display: flex;
}
.footerwidget1, .footerwidget2, .footerwidget3 {
position: relative;
width: 33.33333%;
padding-right: 35px;
padding-left: 35px;
}
.footerwidgets h4
{
font-size: 20px;
font-weight: 700;
padding: 10px 0;
position: relative;
}
.footerwidgets h4::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
.open-hours-data dt {
width: 40%;
text-align: left;
position: relative;
}
.open-hours-data dd {
position: relative;
text-align: right;
width: 59%;
margin-left: 0;
}
.open-hours-data {
display: flex;
}
.footerwidget3{
text-align: right;
}
.site_address {
line-height: 25px;
padding-top: 30px;
}
.footer-logo {
max-width: 190px;
margin: 0px auto;
padding-bottom: 10px;
}
.footerwidget2
{
text-align: center;
}
.footerwidget2 .footerphone a {
color: rgb(255, 194, 12);
font-weight: 700;
}
.footerwidget2 .footerphone
{
margin-bottom: 15px;
}
.footer_social a {
margin-right: 4px;
position: relative;
display: inline-block;
}
.footer_social a i {
font-size: 20px;
line-height: 30px;
border-radius: 50%;
text-align: center;
width: 40px;
height: 40px;
color: #fff;
padding: 1px;
border: 3px solid #fff;
font-family: FontAwesome;
}
.footerwidget3 h4::after {
position: absolute;
margin-top: 13px;
margin-bottom: 30px;
right: 0;
}
.footer_copyright {
text-align: center;
background: #666666;
padding: 14px 0;
font-size: 16px;
}
.footer_copyright span 
{
cursor: pointer;
}
.site-info
{
display: none;
}
.fancybox__container {
z-index: 99999;
}
.privacypopup_data h3 {
text-align: center;
font-size: 20px;
font-weight: 400;
color: #000;
margin-bottom: 10px;
}
.text-center{
text-align: center;
}
.privacypopup_data p
{
color: #000;
}
.privacypopup_datawrap {
background-color: rgba(243,243,243,1);
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding: 25px;
}
.privacypopup_datawrap h4 {
color: rgb(155, 9, 9);
font-size: 18px;
font-style: italic;
margin-bottom: 10px;
}
.privacypopup_datawrap p
{
color: #000;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
}
.privacypopup_datawrap h5 {
color: rgb(155, 9, 9);
font-weight: bold;
font-size: 15px;
margin-bottom: 10px;
}
.privacypopup_datawrap ul li
{
color: #000;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
margin-bottom: 5px;
}
.privacypopup_datawrap ul {
margin-top: 0;
padding-left: 30px;
}
.privacypopup_datawrap h6 {
font-size: 18px;
font-weight: 700;
color: #000;
font-style: italic;
}
.privacypopup_datawrap a
{
color: #000;
}
#primary-menu-list li#menu-item-203 a
{
padding-right: 10px;
}  .inner_banner {
position: relative;
padding-top: 85px;
padding-bottom: 130px;
text-align: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
}
.inner_banner::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
border-radius: inherit;
background-color: rgba(0,0,0,1);
opacity: 0.5;
}
.inner_banner h1 {
color: #fff;
font-size: 45px;
font-weight: 700;
margin: 10px 0;
}
.inner_banner p {
font-size: 20px;
color: #fff;
font-weight: 400;
margin: 10px 0;
}
.afterbanner_heading {
display: flex;
}
.afterbanner_headinginner {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(26,26,26,1);
border-right-style: solid;
border-right-width: 10px;
border-right-color: rgba(187,188,192,1);
box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
position: relative;
width: 75%;
}
.afterbanner_headinginner h5, .afterbanner_headinginner h4 {
font-size: 25px;
text-align: right;
color: #ffc20c;
font-weight: 700;
font-style: italic;
}  .page_wrap {
position: relative;
margin-top: 80px;
padding-bottom: 60px;
}
.boxes_withintro {
margin-top: 80px;
}
.boxesintro_section
{
padding-bottom: 60px;
}
.boxes_introtext {
padding: 0 20px;
}
.boxes_withintro h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 20px;
}
.boxes_withintro h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
#main {
background: #fff;
}
.boxes_withintro p {
line-height: 150%;
font-size: 15px;
margin-bottom: 20px;
}
.boxesintro_wrap {
display: flex;
flex-wrap: wrap;
}
.boxesintro_list {
padding-right: 20px;
padding-left: 20px;
position: relative;
width: 33.33333%;
margin-bottom: 15px;
}
.boxesintro_list h3 {
font-size: 18px;
font-style: italic;
color: #000;
margin: 10px 0;
}
.boxesintro_list p a{
color: #8a8a8a;
}
.imgbox img
{
width: 100%; 
}
.page-id-33 .boxes_withintro h2::after {
display: none;
}
.boxes_withintro.vehicle-signs {
margin-top: 0px;
margin-bottom: 100px;
}
h3.post-type {
font-size: 20px;
font-style: italic;
color: #000;
margin-bottom: 20px;
padding-top: 10px;
}
.sitemap-item.page_item {
line-height: 35px;
}
.sitemap-item.page_item a {
color: #000;
text-decoration: none;
font-size: 16px;
}
.sitemap-item.page_item a:hover {
text-decoration: underline;
}
.page-id-340 .page_wrap, .error404  .page_wrap {
text-align: center;
}
.page-id-340 .boxes_withintro h2::after, .error404 .boxes_withintro h2::after {
margin: 20px auto 0;
}  .home_banner {
position: relative;
padding: 400px 0 0;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}	
.home_caption {
position: relative;
padding: 40px 0;
background-color: #1a1a1a;
text-align: center;
}
.home_caption h1 {
font-size: 45px;
color: #fff;
margin-top: 30px;
margin-bottom: 10px;
}
.home_caption p {
font-size: 20px;
color: #fff;
padding-bottom: 10px;
}
.home_welcome {
position: relative;
padding: 60px 0;
}
.home_welcomewrap {
display: flex;
}
.home_welcomeleft {
position: relative;
width: 66.66667%;
padding: 0 20px;
}
.home_welcomeright {
position: relative;
width: 33.33333%;
background-color: #252525;
box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
padding: 20px 25px 10px 25px;
margin: 0 20px 0 10px;
color: #fff;
}
.home_welcomeleft h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 20px;
}
.home_welcomeleft h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
.home_welcomeleft h3 {
font-size: 18px;
font-style: italic;
margin-bottom: 15px;
}
.home_welcomeleft p{
line-height: 1.5;
}
.home_welcomeright p {
font-size: 18px;
font-style: italic;
font-weight: 700;
}
.home_welcomeright ul {
padding-left: 17px;
}
.home_welcomeright ul li {
font-size: 15px;
line-height: 1.5;
}
.afterbanner_headinginner h5 span, .afterbanner_headinginner h4 span{
color: #fff;
}
.home_reviews {
position: relative;
background-attachment: fixed;
padding: 180px 0;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
.home_reviews::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
border-radius: inherit;
background-color: #000;
opacity: .6;
}
.reviews_quote svg {
fill: #000;
width: 50%;
color: #000;
}
.home_reviews_outer {
text-align: center;
max-width: 880px;
margin: 0px auto;
}
.reviews_quote {
height: 60px;
width: 60px;
display: flex;
margin: 0px auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background-color: #ffc20c;
justify-content: center;
}
.home_reviewstitle {
font-size: 30px;
color: #fff;
margin-bottom: 15px;
margin-top: 15px;
}
.home_reviewstitle::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin: 20px auto 0;
}
.testimonial-list {
padding-top: 60px;
}
.testimonial-item p {
font-size: 16px;
color: #fff;
font-family: Raleway;
margin-bottom: 15px;
}
.testimonial-item p.auth {
font-weight: 700;
}
.home_reviews .owl-theme .owl-nav {
top: 30%;
position: absolute;
width: 100%;
transition: all .3s ease;
}
.home_reviews .owl-theme .owl-nav .owl-prev {
float: left;
height: 3rem;
width: 3rem;
left: 0px;
margin: 0;
position: relative;
}
.home_reviews .owl-theme .owl-nav .owl-next {
height: 3rem;
width: 3rem;
margin: 0;
position: relative;
float: right;
right: 0px;
}
.home_reviews .owl-theme .owl-nav .owl-prev, .home_reviews .owl-theme .owl-nav .owl-next {
font-size: 65px;
color: #fff;
opacity: 0.8;
transition: all .3s ease;
}
.home_reviews .owl-prev span, .home_reviews .owl-next span {
transition: background .2s ease;
height: 3rem;
width: 3rem;
display: -webkit-flex;
justify-content: center;
align-items: center;
border: none;
}
.testimonial-item {
padding: 0 130px;
}
.home_reviews .owl-theme .owl-nav .owl-prev, .home_reviews .owl-theme .owl-nav .owl-next {
background: none;
border: none;
}
.home_reviews .owl-theme .owl-nav .owl-prev:hover, .home_reviews .owl-theme .owl-nav .owl-next:hover {
opacity: 1;
}
.home_reviews_outer .item {
min-height: 190px;
justify-content: center;
align-items: center;
display: flex;
}
.custom_testimonials {
margin-top: 70px;
}
.home_serviceintro {
position: relative;
padding: 30px 0 80px;
text-align: center;
}
.home_serviceintro h2 {
font-size: 30px;
color: #8a8a8a;
margin-bottom: 15px;
font-weight: 400;
margin-top: 15px;
}
.home_serviceintro h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin: 20px auto 0;
}
.home_serviceintro p {
max-width: 680px;
margin: 0px auto;
padding-top: 12px;
}
.home_servicesection {
background-color: #f1f2f6;
position: relative;
padding-top: 80px;
padding-bottom: 80px;
}
.home_servicelist {
display: flex;
flex-wrap: wrap;
}
.home_serviceimg {
position: relative;
width: 50%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.home_servicecontent {
position: relative;
width: 50%;
padding: 40px 35px;
background-color: #fff;
}
.home_servicecontent h3 {
font-size: 18px;
font-style: italic;
color: #000;
margin: 10px 0;
}
.home_servicecontent p a {
color: #8a8a8a;
}
.home_servicelist:nth-child(even) .home_serviceimg {
order: 2;
}
.home_servicelis:nth-child(even) .home_servicecontent {
order: 1;
}
.home_serviceouter {
padding: 0 20px;
}
body.home .afterbanner_heading {
top: -50px;
position: relative;
}  .teamlist_wrap h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 20px;
}
.teamlist_wrap h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
.teamlist_outer {
display: flex;
flex-wrap: wrap;
}
.teamlist_list {
padding-right: 20px;
padding-left: 20px;
position: relative;
width: 33.33333%;
margin-bottom: 20px;
}
.teamlist_list h3 {
font-size: 18px;
font-style: italic;
margin: 10px 0 15px;
}
.teamlist_list h4 {
margin-bottom: 30px;
}
.teamlist_list p {
line-height: 1.5;
margin-bottom: 20px;
}  .aboutpage_wrap h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 20px;
}
.aboutpage_wrap h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
.row_m {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}
.col6_m {
width: 50%;
padding-right: 10px;
}
.col6_m:nth-child(even) {
padding-right: 0px;
padding-left: 10px;
}
.row_m h3 {
font-style: italic;
font-size: 18px;
margin-bottom: 15px;
}
.yellowwrap {
background-color: rgba(0,0,0,0);
box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
-moz-box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
-webkit-box-shadow: rgba(0,0,0,0.25) 0px 3px 11px 0px;
}
.yellowwrap_top {
background-color: rgba(255,194,12,1);
padding: 20px 20px 15px 20px;
}
.yellowwrap_top h4 {
font-size: 18px;
font-style: italic;
margin-bottom: 15px;
}
.yellowwrap_bottom ul {
display: flex;
flex-wrap: wrap;
margin: 15px 0;
padding-bottom: 10px;
padding-left: 50px;
}
.yellowwrap_bottom ul li {
width: 50%;
line-height: 1.5;
margin-bottom: 11px;
}
.aboutpage_wrap {
padding: 0 20px;
}  .col4_m {
position: relative;
width: 33.33333%;
padding-left: 20px;
padding-right: 20px;
}
.contact_svg {
background: rgba(255,194,12,1);
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
margin-bottom: 15px;
}
.contact_svg svg {
width: 50%;
color: rgba(0,0,0,1);
fill: rgba(0,0,0,1);
height: 100%;
}
.contactpage_wrap a {
color: #8a8a8a;
}
.contactpage_wrap p {
line-height: 1.5;
}
.map_title h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 20px;
}
.map_title h2::after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 20px;
}
.map_title {
margin-bottom: 30px;
}
.cta_contactt .cta_wrap {
display: block;
}
.cta_contactt .wpcf7-form {
text-align: left;
color: #fff;
}
.cta_contactt label {
display: block;
margin-bottom: 5px;
text-align: left;
}
.cta_contactt .wpcf7 .wpcf7-form-control.wpcf7-text {
padding: 0 10px;
height: 40px;
width: 100%;
color: rgba(0,0,0,1);
border: none;
}
.col12_m {
width: 100%;
padding: 0 20px;
}
.cta_contactt .wpcf7 textarea {
padding: 10px;
width: 100%;
border: none;
}
.cta_contactt .wpcf7 .wpcf7-submit {
background: #ffc20c;
font-size: 14px;
color: #000;
text-decoration: none;
font-weight: 700;
padding: 10px 7px;
transition: color .2s ease;
border-radius: 50px;
width: 250px;
display: block;
margin: 0px auto;
display: inline-block;
cursor: pointer;
border: none;
}
.cta_contactt .wpcf7 .wpcf7-submit:hover {
background: #414345;
color: #ffc20c;
}
.cta_contactt .col6_m {
padding-right: 20px;
padding-left: 20px;
}
.cta_contactt.cta_banner {
padding-top: 50px;
padding-bottom: 50px;
}
.cta_contactt .wpcf7 form .wpcf7-response-output {
margin-left: 20px;
margin-right: 20px;
}  .page-id-176 .cta_title {
padding-right: 110px;
}
.page-id-55 .cta_title, .page-id-57 .cta_title, .page-id-81 .cta_title, .page-id-71 .cta_title {
padding-right: 140px;
}
.page-id-63 .cta_title, .page-id-65 .cta_title, .page-id-67 .cta_title, .page-id-69 .cta_title, .page-id-73 .cta_title {
padding-right: 190px;
}
.page-id-86 .cta_title {
padding-right: 220px;
}
.page-id-145 .cta_title {
padding-right: 130px;
}
.page-template-flexible_services_inner_tpl .cta_wrap {
align-items: center;
}
.servicesingle_wrap {
margin-top: 90px;
margin-bottom: 90px;
}
.boxes8 h2, .boxes12 h2 {
font-size: 30px;
font-weight: 400;
padding: 10px 0;
position: relative;
color: #8a8a8a;
margin-bottom: 15px;
}
.boxes8 h2::after, .boxes12 h2:after {
width: 25px;
height: 2px;
background: #ffc20c;
display: block;
position: relative;
content: '';
margin-top: 15px;
}
.boxes8by4 {
display: flex;
align-items: center;
}
.boxes8 {
padding-left: 20px;
padding-right: 20px;
position: relative;
width: 66.66667%;
}
.boxes12
{
padding-left: 20px;
padding-right: 20px;
position: relative;	
}
.boxes8 p, .boxes12 p
{
line-height: 1.5;
}
.boxes4 {
position: relative;
width: 33.33333%;
padding-left: 20px;
padding-right: 20px;
}
.boxes4 img {
width: 100%;
}
.servicegallery_section {
position: relative;
}
.servicegallery_section {
position: relative;
margin: 20px 0;
}
.servicegallery {
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
.servicegallerylist {
width: 31.33%;
margin: 1%;
position: relative;
overflow: hidden;
cursor: pointer;
}
.servicegalleryimg {
background-size: cover;
padding-top: 100%;
transition: all .2s ease-out;
background-repeat: no-repeat;
background-position: center;
}
.servicegallerylist:hover .servicegalleryimg {
transform: scale(1.06);
}
.boxes12_section h3 {
font-size: 30px;
font-weight: 400;
color: #8a8a8a;
margin-bottom: 20px;
margin-top: 30px;
}
.hidden-item {
display: none;
}
#read-more-btn {
color: #8a8a8a;
text-decoration: underline;
padding-left: 10px;
margin-top: 15px;
margin-bottom: 15px;
cursor: pointer;
display: block;
width: 100%;
}
.boxes1by11_section {
position: relative;
margin: 30px 0;
}
.boxes1by11_section h4 {
font-size: 18px;
font-style: italic;
margin-bottom: 15px;
}
.boxes1by11 {
position: relative;
padding: 25px 30px;
box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
border-left: 75px solid rgb(255, 194, 12);
margin: 0 20px;
}
.boxes1by11 p
{
line-height: 1.5;
}
.boxes3by4_section {
padding: 15px 0;
}
.boxes3by4wrap {
position: relative;
}
.boxes3by4wrap {
display: flex;
flex-wrap: wrap;
}
.boxes3by4list {
position: relative;
width: 25%;
padding: 0 20px;
}
.boxes3by4list h3
{
font-size: 18px;
font-style: italic;
margin-bottom: 15px;
}
.boxes12 h5
{
font-size: 18px;
font-style: italic;
margin-bottom: 10px;
margin-top: 20px;
}
.boxes12 p a
{
color: #8a8a8a;
}
.boxes12 ul li {
line-height: 1.5;
margin-bottom: 3px;
}
.boxes12 ul li {
line-height: 1.5;
margin-bottom: 5px;
}
.boxes12 ul.customlist li::before {
content: "✓";
transform: scale(.8);
transform-origin: center right;
font-weight: 700;
margin-right: 5px;
}
ul.customlist li {
margin-right: 5px;
}
ul.customlist {
list-style: none;
padding-left: 22px;
}
.reverseorder {
margin-top: 30px;
margin-bottom: 30px;
}
.reverseorder .boxes8 {
order: 2;
}
.boxes8by4 ol li, .boxes8by4 ul li {
line-height: 1.5;
margin-bottom: 5px;
}
.boxes8by4 ol, .boxes8by4 ul {
padding-left: 20px;
}
.page-id-116 .boxes3by4list {
width: 50%;
}
.page-id-84 .boxes3by4list {
width: 33.33%;
}
.page-template-flexible_services_inner_tpl .yellowwrap {
margin: 30px 20px;
}
.page-template-flexible_services_inner_tpl .yellowwrap_top h4 {
margin-bottom: 0;
}
.page-template-flexible_services_inner_tpl .yellowwrap_top p {
margin-top: 10px;
}
.boxes8by4 .service_gallery .item {
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
}
.boxes8by4  .service_gallery .owl-nav {
top: 35%;
position: absolute;
width: 100%;
opacity: 0;
transition: all .3s ease;
}
.boxes8by4  .service_gallery:hover .owl-nav{
opacity: 1;
transition: all .3s ease;
}
.boxes8by4  .service_gallery .owl-nav .owl-prev, .boxes8by4 .service_gallery .owl-nav .owl-next {
font-size: 30px;
color: #fff;
background: transparent;
}
.boxes8by4 .service_gallery .owl-nav .owl-prev {
left: 10px;
position: relative;
float: left;
}
.boxes8by4 .service_gallery .owl-nav .owl-next {
right: 10px;
position: relative;
float: right;
}
.page-id-76 .boxes8by4 .service_gallery .item {
height: 400px;
background-position: 50% 0% !important;
}
.page-id-76 .boxes8by4 .service_gallery .owl-nav {
top: 40%;
}  .blog_banner {
position: relative;
height: 233px;
text-align: center;
display: flex;
align-items: center;
}
.page-template-blog_tpl #main
{
background: none;
}
.blog_banner::before {
background-color: rgba(0, 0, 0, 1);
opacity: 0.2;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
border-radius: inherit;
}
.blog_banner h1 {
color: #fff;
font-size: 45px;
font-weight: 400;
}
.blog_wrap {
padding: 40px 0;
background: #fff;
}
.blogslistinner {
display: flex;
flex-direction: column;
background-color: #fff;
border-radius: 4px;
box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.no_imglink {
height: 190px;
width: 100%;
display: block;
overflow: hidden;
border-radius: 4px 4px 0 0;
}
.blogimg {
transition: all .2s ease-out;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
}
.no_imglink:hover .blogimg {
transform: scale(1.06);
}
.blogpost_content {
padding: 15px;
display: flex;
flex-direction: column;
flex: 1 1 auto;
justify-content: stretch;
}
.blogpost_content h2 a {
font-size: 18px;
font-style: italic;
color: #000;
text-decoration: none;
display: block;
line-height: 1.5;
font-weight: bold;
}
.bloglist_outer {
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
.blogslist {
position: relative;
width: 33.33%;
padding: 0 10px 20px;
display: flex;
}
.blogdate {
font-size: 12px;
margin-bottom: 15px;
}
.blogpost_content p {
font-size: 15px;
color: #747474;
line-height: 1.4em;
margin-bottom: 15px;
flex: 1;
}
.postlink a {
color: #2f2f2f;
text-decoration: none;
position: relative;
display: inline-block;
margin-bottom: 5px;
}
#load-more {
background: #ffc20c;
font-size: 14px;
color: #000;
text-decoration: none;
font-weight: 700;
padding: 10px 7px;
transition: color .2s ease;
border-radius: 50px;
width: 240px;
display: block;
border: none;
margin-left: 20px;
box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
cursor: pointer;
}
#load-more.all-loaded {
opacity: 0.5;
cursor: not-allowed;
}  body.single #main {
background: none;
}
body.single .blog_banner {
height: 490px;
justify-content: center;
}
body.single .blog_banner .site_container {
position: relative;
}
body.single .blog_banner h1 {
color: #fff;
font-size: 35px;
font-weight: 400;
}
.single_date {
color: #fff;
font-size: 16px;
margin-top: 20px;
}
.site_blogwrap {
background: #fff;
padding: 50px 0;
}
.singlepage_content {
padding: 0 20px;
}
.singlepage_content p {
line-height: 1.5;
margin-bottom: 20px;
}
body.single .navigation .nav-links {
display: block;
padding: 0 15px;
}
body.single .navigation .nav-links .nav-previous {
float: left;
}
.navigation .nav-links .nav-next a, .navigation .nav-links .nav-previous a {
display: flex;
flex-direction: column;
color: #6d6d6d;
}
.navigation .nav-previous .svg-icon, .navigation .prev .svg-icon, .navigation .nav-next .svg-icon {
top: 6px;
position: relative;
}
body.single .navigation .nav-links .nav-next {
float: right;
}
.nav-links::after {
content: "";
clear: both;
display: table;
}
.custom_share {
margin: 30px 0 60px;
}
.relatedlist_wrap {
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}h2 {
font-size: 30px;
font-weight: 400;
color: #8a8a8a;
margin-bottom: 20px;
}
.singlepage_content h2 {
font-size: 30px;
font-weight: 400;
color: #8a8a8a;
margin-bottom: 20px;
}
.singlepage_content p a {
color: #8a8a8a;
}
.singlepage_content h3 {
margin-bottom: 10px;
font-size: 18px;
font-style: italic;
}
.singlepage_content ul li {
line-height: 1.5;
margin-bottom: 5px;
}
.singlepage_content h2 img {
float: right;
padding-left: 15px;
}
.searchblog .search-form {
position: relative;
max-width: 320px;
margin: 0px auto;
}
.searchblog .search-form label {
display: none;
}
.searchblog .search-form input {
color: #333;
height: 43px;
background: #fff;
padding: 0 37px 0 15px;
font-size: 14px;
border: none;
width: 100%;
opacity: 1;
text-transform: capitalize;
border: 1px solid rgba(224,224,224,1);
border-radius: 30px;
}
.searchblog .search-form button {
position: absolute;
right: 15px;
border: none;
font-size: 16px;
background: transparent;
top: 10px;
cursor: pointer;
}
.searchblog {
margin-bottom: 40px;
}
.searchwrap
{
padding: 30px 0px;
}
.searchwrap .site_container
{
padding: 0px 20px;
}
.searchwrap article {
margin-top: 30px;
}
.searchwrap article h2 a {
font-size: 25px;
font-style: italic;
color: #000;
}
.searchwrap .post-taxonomies .cat-links {
display: none;
}
.search-no-results .no-results.not-found {
text-align: center;
padding: 50px 0 100px;
} .contactinfo_list i {
display: none;
}
.logoinfo_bar .button {
display: none;
}
.cta_contactt .wpcf7 .mathcaptcha-449 .wpcf7-text {
width: auto !important;
}
.dscf7-captcha-container span.dscf7_lt {
color: #000;
}
@media(min-width: 768px) and (max-width: 1024px) {
.site_container {
padding: 0 15px;
}	
.footerwidget1, .footerwidget2, .footerwidget3 {
padding-right: 15px;
padding-left: 15px;
}
.page_wrap {
margin-top: 40px;
padding-bottom: 20px;
}
.boxes_withintro {
margin-top: 40px;
}
.footerwidgets .site_container {
padding: 0;
}
.boxes_introtext {
padding: 0;
}
.logo {
padding-left: 0;
}	
.contactinfo {
padding-right: 0;
margin: 17px 0 8px auto;
}
.logoinfo_bar {
padding-right: 0;
}
.menu_bar {
padding-right: 0;
}
#primary-menu-list a {
padding: 10px 20px 0 4px;
letter-spacing: 0;
}
.stickyHeaderSpacer {
height: 129px;
}
.cta_wrap {
align-items: center;
}
.btncta {
width: auto;
display: inline-block;
padding: 12px 15px;
}	
.cta_title {
font-size: 27px;
}
.afterbanner_headinginner {
width: 93%;
}
.boxes1by11 {
border-left: 35px solid rgb(255, 194, 12);
}	
.boxes3by4list {
width: 50%;
}	
.page-id-55 .cta_title, .page-id-57 .cta_title, .page-id-81 .cta_title, .page-id-71 .cta_title {
padding-right: 40px;
}
.page-id-63 .cta_title, .page-id-65 .cta_title, .page-id-67 .cta_title, .page-id-69 .cta_title, .page-id-73 .cta_title {
padding-right: 40px;
}
.page-id-86 .cta_title {
padding-right: 40px;
}
.home_banner {
padding: 350px 0 0;
}
.home_welcomeright {
padding: 20px 15px 10px 15px;
margin: 0 20px 0 0;
}	
.home_reviews {
padding: 90px 0;
}	
.home_serviceintro {
padding: 50px 0 70px;
}
body.single .blog_banner {
height: 410px;
}
.singlepage_content h2 {
font-size: 27px;
}	
}
@media(min-width: 768px) and (max-width: 890px) {
.logoinfo_bar .site_container {
display: flex;
align-items: center;
justify-content: center;
}
.logo {
position: relative;
width: 100%;
padding-left: 0px;
padding-right: 40px;
}	
.menu-button-container {
display: flex;
width: 100%;
}
.button {
width: 43px;
height: 41px;
position: absolute;
left: 10px;
top: 18px;
cursor: pointer;
z-index: 12;
padding: 6px;
display: flex;
align-items: center;
justify-content: center;
background: none;
}
.button::before {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 11px;
display: block;
height: 2px;
width: 20px;
background: #ffc20c;
content: '';
}
.button::after {
position: absolute;
top: 20px;
display: block;
height: 10px;
width: 20px;
border-top: 2px solid #ffc20c;
border-bottom: 2px solid #ffc20c;
content: '';
}
.button.menu-opened::before {
background: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 20px;
}
.button.menu-opened::after {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
top: 20px;
border: 0;
height: 2px;
width: 20px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.primary-menu-container.open, .nav_cta.open {
display: block;
width: 100%;
position: relative;
}
.primary-menu-container {
display: none;
}
.primary-menu-container.open, .nav_cta.open {
display: block;
width: 100%;
position: relative;
}
#primary-menu-list {
flex-direction: column;
padding-left: 5px;
}
.logoinfo_bar .button {
display: block;
}	
.contactinfo_list i {
display: block;
}
.contactinfo_title, .contactinfo_list a span, .contactinfo_list a::after, .onlinenew {
display: none;
}
.contactinfo_list a {
text-decoration: none;
margin-left: 20px;
}	
.contactinfo_list {
display: flex;
margin-right: 15px;
}
.contactinfo {
width: auto;
margin: 0;
position: absolute;
text-align: right;
right: 0;
}
.logo a {
display: block;
margin: 10px auto;
max-width: 170px;
}	
.stickyHeaderSpacer {
height: 75px;
}
#primary-menu-list a {
font-size: 16px;
padding: 10px 0px 10px 7px;
}
.primary-menu-container .sub-menu-toggle::before {
font-size: 14px;
right: 0px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item, .primary-navigation .primary-menu-container ul  .menu-item.current-page-ancestor, #primary-menu-list li.parentMenuActive  {
background: #ffc20c;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu li.current-menu-item a {
background: none;
color: #ffc20c;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
left: 0;
}  	
#masthead.heightfull {
height: 100%;
background: #1a1a1a;
}
#primary-menu-list li.parentMenuActive .sub-menu {
display: block;
margin: 0;
width: 100%;
}
#primary-menu-list li.parentMenuActive .sub-menu-toggle::before {
transform: rotate(180deg);
}		
#primary-menu-list .sub-menu a {
font-size: 13px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu
{
background: #1a1a1a;
}
#primary-menu-list li.parentMenuActive .sub-menu {
display: block;
margin: 0;
width: 100%;
}
#primary-menu-list li .sub-menu {
display: none;
}	
#primary-menu-list li.parentMenuActive .sub-menu {
display: block;
margin: 0;
width: 100%;
overflow-y: scroll;
}
#primary-menu-list > li > a {
width: 90%;
}
#primary-menu-list li a:hover::after, #primary-menu-list li.current-menu-item a::after, #primary-menu-list li.current_page_ancestor a::after, #primary-menu-list > li > a::after {
display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle{
width: 25px;		
}	
}
@media (max-width: 767px) {
#primary-menu-list > li > a {
width: 90%;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle{
width: 25px;		
}	
#primary-menu-list li a:hover::after, #primary-menu-list li.current-menu-item a::after, #primary-menu-list li.current_page_ancestor a::after, #primary-menu-list > li > a::after {
display: none;
}	
#scrollTopBtn {
position: fixed;
bottom: 6px;
right: 7px;
z-index: 999;
width: 34px;
height: 34px;
border: none;
border-radius: 0;
background: #000;
color: #fff;
font-size: 20px;
cursor: pointer;
display: none;
opacity: 1;
text-align: center;
padding-top: 8px;
border: 1px solid #fff;
}
#scrollTopBtn:active {
opacity: 1;
}
.footer_copyright {
font-size: 14px;
}	
.site_container {
padding: 0 15px;
}	
.footerwidgets {
padding: 35px 0;
text-align: center;
}
.footerwidget1, .footerwidget2, .footerwidget3 {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.footerwidgets .site_container {
flex-direction: column;
}
.footerwidget2 {
padding-top: 30px;
padding-bottom: 30px;
}
.footerwidget3 {
text-align: center;
}
.footerwidgets h4::after, .footerwidget3 h4::after {
text-align: center;
margin: 10px auto;
position: relative;
}	
.site_address {
padding-top: 0;
}
.open-hours-data {
margin: 0px auto;
line-height: 1.5;
max-width: 250px;
}
.boxes_withintro {
margin-top: 40px;
}
.page_wrap {
margin-top: 20px;
padding-bottom: 20px;
}
.boxes_introtext {
padding: 0;
}
.inner_banner h1, .blog_banner h1 {
font-size: 30px;
}
.inner_banner {
padding-top: 65px;
padding-bottom: 90px;
}
.logoinfo_bar .site_container {
display: flex;
align-items: center;
justify-content: center;
}
.logo {
position: relative;
width: 100%;
padding-left: 0px;
padding-right: 40px;
}	
.menu-button-container {
display: flex;
width: 100%;
}
.button {
width: 43px;
height: 41px;
position: absolute;
left: 10px;
top: 18px;
cursor: pointer;
z-index: 12;
padding: 6px;
display: flex;
align-items: center;
justify-content: center;
background: none;
}
.button::before {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 11px;
display: block;
height: 2px;
width: 20px;
background: #ffc20c;
content: '';
}
.button::after {
position: absolute;
top: 20px;
display: block;
height: 10px;
width: 20px;
border-top: 2px solid #ffc20c;
border-bottom: 2px solid #ffc20c;
content: '';
}
.button.menu-opened::before {
background: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 20px;
}
.button.menu-opened::after {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
top: 20px;
border: 0;
height: 2px;
width: 20px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.primary-menu-container.open, .nav_cta.open {
display: block;
width: 100%;
position: relative;
}
.primary-menu-container {
display: none;
}
.primary-menu-container.open, .nav_cta.open {
display: block;
width: 100%;
position: relative;
}
#primary-menu-list {
flex-direction: column;
padding-left: 5px;
}
.logoinfo_bar .button {
display: block;
}	
.contactinfo_list i {
display: block;
}
.contactinfo_title, .contactinfo_list a span, .contactinfo_list a::after, .onlinenew {
display: none;
}
.contactinfo_list a {
text-decoration: none;
margin-left: 20px;
}	
.contactinfo_list {
display: flex;
}
.contactinfo {
width: auto;
margin: 0;
position: absolute;
text-align: right;
right: 0;
}
.logo a {
display: block;
margin: 10px auto;
max-width: 170px;
}	
.stickyHeaderSpacer {
height: 75px;
}
#primary-menu-list a {
font-size: 16px;
padding: 10px 0px 10px 7px;
}
.primary-menu-container .sub-menu-toggle::before {
font-size: 14px;
right: 0px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item, .primary-navigation .primary-menu-container ul  .menu-item.current-page-ancestor, #primary-menu-list li.parentMenuActive  {
background: #ffc20c;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu li.current-menu-item a {
background: none;
color: #ffc20c;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
left: 0;
}	
#masthead.heightfull {
height: 100%;
background: #1a1a1a;
}
#primary-menu-list li.parentMenuActive .sub-menu {
display: block;
margin: 0;
width: 100%;
}
#primary-menu-list li.parentMenuActive .sub-menu-toggle::before {
transform: rotate(180deg);
}		
#primary-menu-list .sub-menu a {
font-size: 13px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu
{
background: #1a1a1a;
}
.afterbanner_headinginner h5, .afterbanner_headinginner h4 {
font-size: 20px;
}
.afterbanner_headinginner {
padding-left: 30px;
padding-right: 30px;
padding-top: 25px;
padding-bottom: 25px;
width: 90%;
}
.boxesintro_wrap {
flex-direction: column;
}
.boxesintro_list {
padding-right: 0;
padding-left: 0;
width: 100%;
margin-bottom: 20px;
}	
.boxesintro_section {
padding-bottom: 40px;
}
.boxes_withintro.vehicle-signs {
margin-bottom: 40px;
}
.cta_wrap {
flex-direction: column;
justify-content: center;
align-items: center;
}	
.cta_title {
font-size: 22px;
width: 100%;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.cta_btnwrap {
padding-left: 20px;
padding-right: 20px;
width: 100%;
margin-top: 15px;
}
.cta_banner {
padding-top: 70px;
padding-bottom: 70px;
}
.servicesingle_wrap {
margin-top: 30px;
margin-bottom: 40px;
}	
.boxes8by4 {
align-items: flex-start;
flex-direction: column;
}
.boxes8 {
padding-left: 0;
padding-right: 0;
width: 100%;
margin-bottom: 15px;
}	
.boxes8 h2, .boxes12 h2 {
font-size: 24px;	
}
.boxes12_section h3 {
font-size: 22px;	
}	
.boxes4 {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.boxes12_section {
margin-top: 15px;
}
.boxes12 {
padding-left: 0;
padding-right: 0;
}	
.servicegallery {
padding: 0;
}	
.servicegallerylist {
width: 48%;
}
.page-template-flexible_services_inner_tpl .yellowwrap {
margin: 30px 0;
}
.yellowwrap_bottom ul li {
width: 100%;
margin-bottom: 11px;
}
.yellowwrap_bottom ul {
padding-left: 40px;
}	
.boxes1by11 {
padding: 25px 20px;
border-left: 15px solid rgb(255, 194, 12);
margin: 0;
}
.reverseorder .boxes8 {
order: 0;
}	
.boxes3by4wrap {
flex-direction: column;
}
.boxes3by4list {
width: 100%;
padding: 0;
margin-bottom: 10px;
}
.page-id-116 .boxes3by4list {
width: 100%;
}
.page-id-55 .cta_title, .page-id-57 .cta_title, .page-id-81 .cta_title, .page-id-71 .cta_title {
padding-right: 0;
}	
.page-id-63 .cta_title, .page-id-65 .cta_title, .page-id-67 .cta_title, .page-id-69 .cta_title, .page-id-73 .cta_title {
padding-right: 0;
}
.boxes8by4 .service_gallery .item {
height: 280px;
}
.page-id-84 .boxes3by4list {
width: 100%;
}
.page-id-86 .cta_title {
padding-right: 0;
}
.inner_banner p {
font-size: 16px;
}	
.aboutpage_wrap {
padding: 0;
}
.col6_m {
width: 100%;
padding-right: 0;
}
.col6_m:nth-child(2n) {
padding-right: 0px;
padding-left: 0;
margin-top: 10px;
}
.teamlist_outer {
flex-direction: column;
}
.teamlist_list {
padding-right: 0;
padding-left: 0;
width: 100%;
text-align: center;
}
.row_m {
flex-direction: column;
}
.col4_m {
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
}	
.contact_svg {
margin: 10px auto;
}	
.cta_contactt .col6_m, .col12_m {
padding-right: 0;
padding-left: 0;
}
.home_banner {
padding: 280px 0 0;
}
.home_caption h1 {
font-size: 33px;
margin-top: 0px;
margin-bottom: 10px;
}
.home_caption .btncta {
width: auto;
display: inline-block;
padding: 12px 20px;
}
.home_welcome {
padding: 30px 0;
}
.home_welcomewrap {
flex-direction: column;
}
.home_welcomeleft {
width: 100%;
padding: 0;
margin-bottom: 20px;
}
.home_welcomeright {
width: 100%;
margin: 0;
}	
.home_reviews {
padding: 50px 0;
}
.boxes_withintro h2, .aboutpage_wrap h2, .teamlist_wrap h2, .home_welcomeleft h2, .home_reviewstitle, .home_serviceintro h2 {
font-size: 24px;
margin-bottom: 10px;
}
.testimonial-item {
padding: 0 40px;
}
.home_reviews .owl-theme .owl-nav .owl-prev, .home_reviews .owl-theme .owl-nav .owl-next {
font-size: 35px;
color: #fff;
}
.custom_testimonials {
margin-top: 30px;
}	
.home_serviceintro {
padding: 30px 0 40px;
}
.home_servicesection {
padding-top: 50px;
padding-bottom: 20px;
}
.home_serviceouter {
padding: 0;
}
.home_servicelist {
flex-direction: column;
margin-bottom: 30px;
}
.home_serviceimg {
width: 100%;
height: 200px;
}
.home_servicecontent {
width: 100%;
padding: 20px 20px;
}
.home_servicelist:nth-child(2n) .home_serviceimg {
order: 0;
}
.bloglist_outer {
padding: 0;
flex-direction: column;
}
.blogslist {
width: 100%;
padding: 0;
margin-bottom: 40px;
}
.blogpost_content h2 a {
margin-bottom: 0;
}
#load-more {
margin-left: 0;
}
.blogpost_content {
min-height: auto;
}	
body.single .blog_banner {
height: 290px;
}
body.single .blog_banner h1 {
font-size: 27px;
}
.site_blogwrap {
padding: 30px 0;
}
.singlepage_content, body.single .navigation .nav-links {
padding: 0;
}
.singlepage_content h2 {
font-size: 22px;
}
.singlepage_content h2 img {
float: none;
padding-left: 0;
padding-top: 10px;
padding-bottom: 10px;
display: block;
margin: 0px auto;
}	
.singlepage_content ul {
padding-left: 25px;
}
.page-id-176 .cta_title {
padding-right: 0;
}
.page-id-145 .cta_title {
padding-right: 0;
}
#primary-menu-list li .sub-menu{
display: none;		
}	
}
@media (min-width: 890px) {
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded="false"] ~ ul, .footer-navigation > .footer-navigation-wrapper > li .sub-menu-toggle[aria-expanded="false"] ~ ul {
display: none;
}	
}
@media (min-width: 768px) {
#scrollTopBtn {
display: none !important;
}
}
@supports (-webkit-touch-callout: none) {
.home_reviews, .cta_banner, .inner_banner {
background-attachment: scroll;
}
}