/*!
* Theme Name: SWP HTML5 Blank
* Theme URI: http://html5blank.com
* Description: HTML5 Blank WordPress Starter Theme
* Version: 1.5.0
* Author: Robert DeVore
* Author URI: http://robertdevore.com
* Tags: HTML5, CSS3, starter, framework
*
* License: MIT
* License URI: http://opensource.org/licenses/mit-license.php
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldIt.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldCond.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldCondIt.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-BoldCondIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Cond.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Light.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-CondIt.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-CondIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('https://ontariomould.ca/wp-content/themes/sampletheme_seo/fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:root {
  --main-color: #4C4B4B;
  --secondary-color: #9B9B9B;
  --accent-color: #ee2a30;
  --dark-color: #444444;
  --white: #ffffff;
	--main-font: 'Open Sans','PT Sans';
	--secondary-font: 'Open Sans';
}


html {
	font-size: 62.5%;
}

body {
	font: 300 16px/1.4 var(--main-font), Helvetica, Arial, sans-serif;
	color: var(--dark-font-color);
}

.title-font,h1,h2,h3,h4,h5,h6{
	font-family: "Open Sans", var(--secondary-font), serif;
}
p{
	color:#053878;
	font-family: "Open Sans",sans-serif;
    line-height: 1.5;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;

}
::placeholder{
	color:#053878;
	opacity:1;
}
h1{
	color:#053878;
}
ul li{
	color:#333;
	font-family: "Open Sans",sans-serif;
    line-height: 1.5;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
ol li{
	color:#333;
	font-family: "Open Sans",sans-serif;
    line-height: 1.5;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
h3{
	color:#053878;
	font-family: "Open Sans",sans-serif;
	font-size: 23px;
}
h5{
	font-family: "Open Sans",sans-serif;
    font-size: 22px;
    color: #053878;
}
.white{
	color:white;
}
.yellow{
	color:#f1c40f;
}
.logo, .menu-area{
	    position: relative;
    z-index: 100;
}
.hamburger-menu{
	display: none;
}
/* ////48 locations section/////// */
.location-left-col{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.location-right-col{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
	margin-top:-30px;
}
.location-list{
	min-width:150px;
}
.location-list li>a{
	font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #053878;
    font-weight: 600;
}
.location-list li{
	list-style-image: url(/wp-content/uploads/2020/12/Map-Pin-Filed.png);
	padding: 5px;
}
.all-location-list{
		background-color: #f6f6f6;
    margin-top: -20px;
    padding-top: 20px;

	}

.new-award{
	display: block;
    margin: 0 auto;
}
/* //// Finish 48 locations section/////// */

/*CONTACT FORM*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	border:none;
	padding:10px;
	background-color:#f1c40f73;
		width:100%;
	color: #053878;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
border: 1px solid #f1c40f;
    font-size: 15px;
    margin: 14px 0 0;
    padding: 10px 30px 8px;
    text-align: center;
    letter-spacing: 0.038em;
    background: #f1c40f;
    color: #053878;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    -webkit-border-radius: 500px;
    transition: all 0.2s linear;
     margin-top:30px;
}

/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
	clear: both;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
/* links */
a {
	color: #222222;
	font-weight:bold;
	text-decoration: none;
}
.transtion,
.sub-menu,
.nav,
.likebtn,
.nav ul li,
a *,
a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a:hover {
/* 	color: white; */
	color: #053878;
	text-decoration:underline;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}


/* buttons */
.likebtn,
.btn {
	display: inline-block;
	padding: 12px 25px;
	text-transform:  uppercase;
	letter-spacing: 1px;
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
	cursor: pointer;
}
.banner-btn{
padding:10px 30px;}

.likebtn:hover,
.btn:hover {
	background: var(--dark-color);
	color: var(--white);
	border-color: var(--dark-color)
}

.css3btn1 {
	background: var(--secondary-color);
	color: var(--white);
	border-color: var(--secondary-color);
}

.css3btn1:hover {
	background: transparent;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.css3btn2-bg,
.css3btn2 {
	border-color: var(--dark-color);
	color: var(--dark-color)
}

.css3btn2-bg:hover,
.css3btn2:hover,
.active-cat {
	background: var(--dark-color);
	color: var(--white);
	border-color: var(--dark-color);
}

.css3btn3 {
	border-color: var(--white);
	color: var(--white)
}
.css3btn3:hover {
	background: var(--white);
	color: var(--main-color);
	border-color: var(--white);
}
.css3btn4 {
	background: var(--dark-color);
	color: var(--white);
	border-color: var(--dark-color);
}
.css3btn4:hover {
	background: transparent;
	color: var(--dark-color);
	border-color: var(--dark-color);
}
.center-text {
	text-align: center
}
.left-text{
	text-align:left;
}
/* FORMS--------------------------*/
.center-text .form-group .control-label {
	color: #d5d5d5;
	width: 100%;
	left: 0;
}
.form-radio, .form-group {
	position: relative;
	margin-bottom: 3rem;
}
.form-inline > .form-group, .form-inline > .btn {
	display: inline-block;
	margin-bottom: 0;
}
.form-help {
	margin-top: 0.125rem;
	margin-left: 0.125rem;
	color: #a5a5a5;
	font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
	position: absolute;
	width: 100%;
}
.checkbox .form-help {
	position: relative;
	margin-bottom: 1rem;
}
.form-radio .form-help {
	padding-top: 0.25rem;
	margin-top: -1rem;
}
.form-group input {
	height: 35px;
}
.form-group textarea {
	resize: vertical;
	height: 150px;
}
.form-group select {
	width: 100%;
	padding: 0.125rem 0.125rem 0.0625rem;
	background: none;
	border: none;
	line-height: 1.6;
	box-shadow: none;
	height: 35px;
}
.form-group .control-label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color: #a5a5a5;
	font-weight: normal;
	transition: all 0.3s ease;
}
.home-form-wrapper .form-group .control-label {
	color: #d5d5d5;
	width:100%;
	left: 0;
}
.form-group .control-label.required::after {
	content: ' *';
	color: #c62828;
}
.form-group .bar {
	position: relative;
	border-bottom: 2px solid var(--main-color);
	display: block;
}
.form-group .bar::before {
	content: '';
	height: 2px;
	width: 0;
	left: 50%;
	bottom: -2px;
	position: absolute;
	background: #ffd23f;
	transition: left 0.3s ease, width 0.3s ease;
	z-index: 2;
}
.form-group input, .form-group textarea {
	display: block;
	background: none;
	padding: 0.125rem 0.125rem 0.0625rem;
	/* font-size: 1rem; */
	border-width: 0;
	border-color: transparent;
	border-bottom: none !important;
	/* line-height: 1.4; */
	width: 100%;
	color: black;
	transition: all 0.3s ease;
	box-shadow: none;
}
.form-group input[type="file"] {
	line-height: 1;
}
.form-group input[type="file"] ~ .bar {
	display: none;
}
.form-group input, .form-group textarea {
	color: #c62828;
}
.form-group select, .form-group input:focus, .form-group input:valid, .form-group input.form-file, .form-group input.has-value, .form-group textarea:focus, .form-group textarea:valid, .form-group textarea.form-file, .form-group textarea.has-value {
	color: black;
}
.home-form-wrapper div.wpcf7-response-output,.home-form-wrapper .form-group select,.home-form-wrapper .form-group input:focus,.home-form-wrapper .form-group input:valid,.home-form-wrapper .form-group input.form-file,.home-form-wrapper .form-group input.has-value,.home-form-wrapper .form-group textarea:focus,.home-form-wrapper .form-group textarea:valid,.home-form-wrapper .form-group textarea.form-file,.home-form-wrapper .form-group textarea.has-value {
	color: white;
}
.form-group select option {
	color: black;
}
.home-form-wrapper .form-group .bar{
	border-color:var(--white);
}
.form-group .control-label.active, .form-group select ~ .control-label, .form-group input:focus ~ .control-label, .form-group input ~ .control-label.active, .form-group input.form-file ~ .control-label, .form-group input.has-value ~ .control-label, .form-group .your-resume ~ .control-label, .form-group textarea:focus ~ .control-label, .form-group textarea ~ .control-label.active, .form-group textarea.form-file ~ .control-label, .form-group textarea.has-value ~ .control-label {
	/* font-size: 14px; */
	color: #a5a5a5;
	top: -17px;
	left: 0;
}
.form-group select:focus, .form-group input:focus, .form-group textarea:focus {
	outline: none;
}
.form-group .control-label.active, .form-group select:focus ~ .control-label, .form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label,.form-label {
	color: var(--main-color);
}
.home-form-wrapper .form-group .control-label.active,.home-form-wrapper  .form-group select:focus ~ .control-label,.home-form-wrapper  .form-group input:focus ~ .control-label,.home-form-wrapper .form-group textarea:focus ~ .control-label {
	color: #878787;
}
.form-group .bar.active::before, .form-group select:focus ~ .bar::before, .form-group input:focus ~ .bar::before, .form-group textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
}
.wpcf7-form-control-wrap {
	position: static;
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -17px;
	font-size: 13px !important;
	left: 0;
}
.checkbox label, .form-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2rem;
	text-align: left;
	color: #a5a5a5;
	display: block;
}
.checkbox input, .form-radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
}
.radio {
	margin-bottom: 1rem;
}
.radio .helper {
	position: absolute;
	top: -0.25rem;
	left: -0.25rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #a5a5a5;
}
.radio .helper::before, .radio .helper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0.25rem;
	width: 1rem;
	height: 1rem;
	transition: transform 0.3s ease;
	border-radius: 50%;
	border: 0.125rem solid currentColor;
}
.radio .helper::after {
	transform: scale(0);
	background-color: #ffd23f;
	border-color: #ffd23f;
}
.radio label:hover .helper {
	color: #ffd23f;
}
.radio input:checked ~ .helper::after {
	transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
	color: #ffd23f;
}
.checkbox {
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.checkbox .helper {
	color: #a5a5a5;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	z-index: 0;
	border: 0.125rem solid currentColor;
	border-radius: 0.0625rem;
	transition: border-color 0.3s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0.2rem;
	background-color: #ffd23f;
	display: block;
	transform-origin: left top;
	border-radius: 0.25rem;
	transition: opacity 0.3s ease, height 0s linear 0.3s;
	opacity: 0;
}
.checkbox .helper::before {
	top: 0.65rem;
	left: 0.38rem;
	transform: rotate(-135deg);
	box-shadow: 0 0 0 0.0625rem #f5f5f5;
}
.checkbox .helper::after {
	top: 0.3rem;
	left: 0;
	transform: rotate(-45deg);
}
.checkbox label:hover .helper {
	color: #ffd23f;
}
.checkbox input:checked ~ .helper {
	color: #ffd23f;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
	opacity: 1;
	transition: height 0.3s ease;
}
.checkbox input:checked ~ .helper::after {
	height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
	height: 1.2rem;
	transition-delay: 0.3s;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: 1rem;
}
/* Contact Form 7 Override */
.wpcf7-form fieldset p, .wpcf7-form br {
	display: none;
}

input[type='submit'] {
	display: inline-block;
	background: var(--accent-color);
	color: var(--white);
	border: 1px solid var(--accent-color);
	padding: 12px 30px;
	font-size:20px;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
input[type='submit']:hover {
	background: var(--white);
	color: var(--accent-color);
}

.required,
.error_message {
	color: red;
}
::-webkit-input-placeholder {
	color: grey;
}
/* gray80 */
:-moz-placeholder {
	color: #dddddd;
}
/* Firefox 18- (one color)*/
::-moz-placeholder {
	color: #dddddd;
}
/* Firefox 19+ (double colons) */
:-ms-input-placeholder {
	color: #dddddd;
}
.site_wrapper{
	overflow:hidden
}
.wrapper {
	position:relative;
}
.header-wrapper,.wrapper {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}
.home-padded {
	padding: 120px 0;
}
.padded {
	position: relative;
	margin: 50px auto;
}
.header{
    z-index: 100;
    background-color:#5085C1;
}
.nav ul {
	padding: 0;
	margin: 0;
	
}
.nav ul li {
	list-style: none;
}
.nav ul li a {
	display: block;
	background-color:none;
}

.footer {
	padding: 5px;
	color: #f6f6f6;
	background: #003272;
	font-size: 14px;
}
.footerNav{
	display: flex;
    margin: 0 auto;
    justify-content: center;
}
.footer h3 {
	margin-top:0;
	color: var(--secondary-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
}
.footer a {
	color: white;
	font-size:12px;
}
.footer a:hover {
	color: var(--secondary-color);
}
.footer  ul{
	padding:0;
	list-style:none;
	display: inline-flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.footer .logo-section{
	text-align:center

}

.footer .social-links{
	padding: 10px 0 0;
}
.footer .social-links a{
	display:inline-block;
	font-size:20px;
	padding:10px 10px
}


.footer  ul li a{
	display:block;
	padding:10px;
}
.copyright {margin: 0;padding: 15px;background: #003272;color: var(--white);font-size: 14px;padding-bottom:50px;}
.copyright a{color:var(--white);}
.flexy-box-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-center{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-end{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.space-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.vertical-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.vertical-stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.vertical-end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.row,.two-col {width: 100%;}
.three-col {width: 100%;}
.four-col {width: 50%;}
.row,.two-col,.three-col,.four-col {-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;padding: 10px 0;}
.fixed-width {-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;}
/*------------------------------------*\
	PAGES
\*------------------------------------*/
/*HOMEPAGE*/
h2{
	font-size:36px;
	line-height: 1.2;
	font-weight: bold;
	color:#f1c40f;
}

#header{
	background-color: #053878;
	text-transform:uppercase;
	height:200px;
	    width: 100%;
}
.heroSection{
	background-color: #053878;
    color: white;
    justify-content: center;
    text-align:center;
}
.heroContent{
	padding:1em;
	padding-bottom: 3em;

}
.primaryButton{
	border: 1px solid #f1c40f;
    font-size: 15px;
    margin: 14px 0 0;
    padding: 10px 30px 8px;
    text-align: center;
    letter-spacing: 0.038em;
    background: #f1c40f;
    color: #053878;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    -webkit-border-radius: 500px;
    transition: all 0.2s linear;
     margin-top:30px;

}
.secondaryButton:hover{
	background-color:#f1c40f;
	color:#053878;
	transition: all 0.2s linear;
}
.secondaryButton{
	border: 2px solid #f1c40f;
    font-size: 15px;
    margin:;
    padding: 10px 30px 8px;
    text-align: center;
    letter-spacing: 0.038em;
    background: transparent;
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    -webkit-border-radius: 500px;
    transition: all 0.2s linear;
}
.blueBackgroundButton{
	border: 1px solid transparent;
    font-size: 15px;
    margin:;
    padding: 10px 30px 8px;
    text-align: center;
    letter-spacing: 0.038em;
    background:#053878 ;
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    -webkit-border-radius: 500px;
    transition: all 0.2s linear;
}
.aboutUsSection{
	background-color: #f1c40f;
	padding:1em;
}
.aboutUsSectionIMG img{
	-webkit-border-radius: 500px;
    border: 4px solid #053878;
    width: 100px;
    margin-top:30px;
}
.workWithUs{
	justify-content: center;
	text-align:center;
	padding-bottom: 4em;
}
.request-assessment{
	justify-content: center;
	text-align:center;
	 padding-bottom: 4em;
}
.weServeSection{
	color: white;
    background-color: #053878;
    padding: 1em;
    justify-content: center;
    text-align: center;
}
.weServeContent{
	padding-bottom:4em;
}
.weServeContent p{	
    margin-bottom: 40px;
}
.mouldProblemSection{
	background-color: #f1c40f;
	padding:1em;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  padding-top:10px;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mouldProblemSectionContent h2{
 font-size: 36px;
 line-height: 1.2;
 font-weight: 600;
 color: #053878;
 margin: 30px 0 10px 0;
 font-family: "Poppins",sans-serif;	
}
h5{
	font-family: "Open Sans",sans-serif;
    font-size: 22px;
    color: #053878;
    font-weight: normal;
    margin: 0 0 1em 0;
    line-height: 1.5;
}
.informationSection{
	padding:1em;
	background-color:#f8f8f8;
}
.newsAndUpdate{
	background-color: white;
    padding: 1em;
    box-shadow: 1px 1px 10px #e0dede;
}
.frequentlyQuestion{
	padding:1em;
	margin-bottom:4em;
}
.frequentlyQuestion ul li{
	padding: 0 0 15px 45px;
    background: url(/wp-content/uploads/2020/06/conversation-questions.png) no-repeat;
    background-size: 28px 28px;
    list-style-type: none;
    margin: 0 0 .5em 0;
}
.frequentlyQuestion ul{
	padding:0;
	font-weight: 500;
}

.frequentlyQuestion ul li a{
	color: #053878;
    font-size: 18px;
    font-family: "OpenSans",sans-serif;
}
.lookingSignOfMould{
	 background-color: white;
    padding: 1em;

}
.lookingSignOfMould .wpcf7 .wpcf7-form{
	width: 220px;!important;
}
.get-free-guide-form input{
	padding: 10px !important;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    margin-top: 10px;
}
.mouldCertificate{
	justify-content: center;
    text-align: center;
    padding: 1em;
    background: #f1c40f url(/wp-content/uploads/2020/06/dash-line.png) 50% -10px no-repeat;
    padding-bottom:4em;
}
.mouldCertificate img{
	width: 100px;
    height: auto;
    margin-top: 40px;
}
.mouldCertificate h2{
	font-size:25px;
}
.contactSection{
	background-color: #053878;
    padding: 1em;
    justify-content: center;
    text-align: center;
    padding-bottom: 4em;
}
.contactSectionContent img{
	margin-bottom:-15px;
}

.socialMediaContact a{
	padding:5px;
}
.activeRed{
		background-color:#3880c4;
	}
.lookingSignOfMould{
	box-shadow: 1px 1px 10px #9999;
	justify-content: center;
	text-align: center;
	/*background: url(/wp-content/uploads/2021/07/info-bg-img01.jpg) 50% center no-repeat;*/
	background: url(/wp-content/uploads/2020/06/info-bg-img.jpg) 50% center no-repeat;
	background-size: cover;
	width:70%!important;
	
}
.pageTitle{
	background: url(/wp-content/uploads/2020/06/tittle-bg-e1591906655488.jpg) center no-repeat;
    padding: 30px;
    margin-top: -50px;
    margin-bottom: 50px;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-bottom:10px;

}

.blog-post-section{
	display:flex;
	flex-direction: row;
	    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;

}
.thumb-nail-img{
	width:150px;
}
.view-article{
	font-size: 14px;
	color:#053878;
	font-weight: 600;
	margin-top:10px;
}
.blog-post-content{
	width:80%;
	margin-left: 20px;
	 font-family: "Open Sans",sans-serif;
    line-height: 1.5;
    color: #333;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
.blog-post-content h2{
	margin:0;
}
.blog-post-content h2 a{
	    color: #b08f0c;
    text-decoration: none;
    font-size: 20px;
}

.date, .author, .comments{
	font-size: 12px;
}

#comments{
	display: none;
}

.pageTitle h2{
	color:#053878;
	margin-left:10px;
}
.testimonial p{
	 background-color: #f1c40f;
    padding: 50px;
    font-style: italic;
}
.topbar{
	 display: flex;
    flex-direction: column;
    background-color: #053878;
    width: 100%;
    justify-content: space-between;
    text-align: center;    
}
.phoneAndAddress img {
	width: 15px;
}
.phoneAndAddress{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
     font-size: 14px;
    font-weight: 600;
}
.socialAndQuote{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.topbarButton{
	border: 1px solid #f1c40f;
    font-size: 15px;

    text-align: center;
    letter-spacing: 0.038em;
    background: #f1c40f;
    color: #053878;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    transition: all 0.2s linear;
}
.sidebarMenu, .widget_nav_menu{
	justify-content: center;
	text-align: center;
}
.widget_nav_menu ul{
	list-style: none;
	padding:0;
}
.widget_nav_menu ul li{
	line-height: 40px;
    font-size: 14px;
    color: #555;
    font-family: "Open Sans",sans-serif;
}
.widget_nav_menu ul li a{
	text-decoration: none;
    /* -webkit-transition: all 0.2s ease-out; */
    transition: all 0.2s ease-out;
}
.sidebarMenu ul{
	list-style: none;
	padding:0;
}
.sidebarMenu ul li{
	line-height: 40px;
    font-size: 14px;
    color: #555;
    font-family: "Open Sans",sans-serif;

}
.current-menu-parent{
	  background-color: transparent!important;
    border: none!important;
}
/*.current-menu-parent  a{
	color:#f1c40f!important;
}*/

.current-menu-item{
	background-color: white;
    border-top: 2px solid #f1c40f;
}
.current-menu-item a{
	color:#053878;
	/*font-weight: 600;*/
}
.sidebarMenu ul li a{
	text-decoration: none;
    /* -webkit-transition: all 0.2s ease-out; */
    transition: all 0.2s ease-out;

}
#custom_html-2 h3{
	    color: #444444;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    text-align: center;
}

/*ABOUTPAGE*/
.nameListInfo{
	display: flex;
	flex-direction: row;
}
/*CONTACT PAGE*/
.googleMap{
	 overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin:50px 0;
}

.googleMap iframe{
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.phoneAndAddress, .socialMediaContact{
		display: none;
	}
.topbarButton{
	padding-bottom:2px;
}
.topbar{
	background-color: #f1c40f;
}
.mobile-call-email{
	display: flex;
	flex-direction: row;
    position: fixed;
    bottom: 0;
        width: 100%;
    justify-content: space-around;
    background-color: #f1c40f;
	z-index:100;
}
.mobile-email-button{
	width: 50%;
    background: #053878;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.mobile-call-button{
	width: 50%;
    background: #f1c40f;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.sidebarCustom{
	    background: #f9f9f9;
}

.service-page-container {
  position: relative;

}

.sub-option-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-detail-name{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.service-page-container:hover .sub-option-img {
  opacity: 0.3;
}

.service-page-container:hover .middle-detail-name {
  opacity: 1;
}

.sub-title-name {
  background-color: #f1c40f;
  color: #053878;
  font-size: 16px;
  padding: 16px 32px;
}
.service-two-column{
	background: #f6f6f6;
    margin-left: -3%;
    margin-right: -3%;
    padding-left:3%;
    margin-top:10%;
}
.service-two-column-reverse{
    margin-top:8%;
}
.get-a-free-quotes-section{
		position: relative;
	    top: 220px;
	    left: 10px;
}
.service-column-1{
	margin-bottom:40px;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 800px){
	.ms-fade-view{
		height:300px !important;
	}
	#responsive-menu-button{
		    top: 100px!important;
		        background: #053878;
	}
}
@media only screen and (max-width: 390px) {

	.nameListInfo{
	display: flex;
	flex-direction: column;
	}


	.footer ul {
		display: inline;
	}
	.hero-button{
		display: flex;
		flex-direction: column;
	}
	.hero-button a{
		margin-bottom:10px;
	}
	.aboutUsSectionContent a{
		font-size: 3vw;
	}
	.mouldProblemSectionContent a{
		font-size: 3vw;
	}
	.frequentlyQuestion a{
		font-size: 3vw;
	}
	.mouldCertificate a{
		font-size: 3vw;

	}
	.longButton{
		font-size: 3vw;
	}

}
@media only screen and (max-width: 1022px) {
	.get-a-free-quotes-banner{    margin-top: -100px;}
	.no-mobile {display:none!important;}
	.hamburger-menu label {
		display: inline-block;
		padding: 25px 9px 25px 20px;
		vertical-align: middle;
		cursor: pointer;
		z-index: 111;
		position: relative;
	}
	.hamburger-menu label span {
		position:relative;
		display: block;
		height: 2px;
		width: 38px;
		background: #ffd23f;
		-webkit-box-shadow: 0 12px 0 0 #ffd23f, 0 -12px 0 0 #ffd23f;
		box-shadow: 0 12px 0 0 #ffd23f, 0 -12px 0 0 #ffd23f;
	}
	.hamburger-menu label span:before,
	.hamburger-menu label span:after{
		content:'';
		position:absolute;
		height: 2px;
		width: 40px;
		left:0;
		top:0;
		background: var(--dark-color);
	}
 	.nav{
 		z-index:105;
 		display:block;
 		position:fixed;
 		background:#00000069;
 		top:0;
 		left:0;
 		right:0;
 		bottom:0;
 		width:100%;
 		transition: 0.5s;
 		overflow: hidden;
 		min-height: 100vh;
 		transform: translate(100vw, 0);
 	}
 	.nav > ul{
 		background:var(--white);
 		padding: 90px 0 80px;
 		height: 100vh;
 		position:absolute;
 		top:0;
 		right:0;
 		bottom:0;
 		overflow-y: auto;
 		width:333px;
 	}
 	.nav ul li a{
 		position:relative;
 		padding: 15px 50px;
 		/*display: block;
 		color: var(--dark-color);*/
 		border-bottom: 1px solid var(--secondary-color);
		
 	}

 	.nav ul li.menu-item-has-children > a:after{
		font-family:"airdesign";
		content: "\e812";
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		opacity: .5;
		vertical-align: top;
		float: right;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -9px;
		height: 20px;
		line-height: 20px;
	}
	.nav ul li.menu-item-has-children.open-sub-menu > a:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.nav ul li .sub-menu{
		overflow:hidden;
		max-height: 0;
		background: var(--secondary-color);
	}
	.nav ul li .sub-menu.show{
		max-height: 1200px;
	}
	.nav ul li .sub-menu li a {
		padding-left: 70px;
		position:relative;
		border-color: var(--white);
	}
	.nav ul li .sub-menu li:first-child a{
		border-top: 4px solid var(--main-color);
	}
	.nav ul li .sub-menu li a:before{
		content: '';
		height: 1px;
		display: block;
		position: absolute;
		opacity: .3;
		width: 7px;
		left: 50px;
		background-color: var(--dark-color);
		top: 50%;
 	}
 	#mobile-menu:checked ~ .header /*> .header-right */> .menu-area > .nav{
 		transform: translate(0px);
 	}
 	#mobile-menu:checked ~ .header > .hamburger-menu label span{
 		background:transparent;box-shadow:none;
 	}
	.hamburger-menu label span:before {
		transform: translateY(-50%) rotate(45deg) scale(0);
	}
	.hamburger-menu label span:after {
		transform: translateY(-50%) rotate(-45deg) scale(0);
	}
	#mobile-menu:checked ~ .header > .hamburger-menu > label > span:before {
		transform: translateY(-50%) rotate(45deg) scale(1);
	}
	#mobile-menu:checked ~ .header > .hamburger-menu > label > span:after {
		transform: translateY(-50%) rotate(-45deg) scale(1);
	}
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:600px) {}

@media only screen and (min-width: 643px) {
	.all-location-list{

		    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	}
	.location-left-col{
		width:50%;
	}
	.location-right-col{
		margin-top:0px;
		width:50%;
	
	}
	.four-col {
		width: 50%;
		min-width: 200px;
	}
	.row,
	.two-col,
	.three-col,
	.four-col,
	.flex-image,
	.no-col-width {
		padding:0 20px
	}
	.flexy-box-row{
		margin: 0 -20px;
	}
	.no-padding{
		margin:0;
	}
	.home-three-col {
		padding:0;
	}
}
@media only screen and (min-width: 800px) {
	.new-award{
		    display: block;
    margin: 0 auto;
    position: absolute;
    right: -40px;
    bottom: -115px;
	}	
	.headerContent{
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    z-index: 100;
    position: fixed;
    /*background: #1e7fca6e;*/
    padding: 20px;7fca;
    padding: 20px;
	
	}
	.socialMediaContact{display: flex;}
	.mobile-call-email{display: none;}
	.topbarButton{
	border: 1px solid #f1c40f;
    font-size: 15px;
    padding: 13px 40px 13px;
    text-align: center;
    letter-spacing: 0.038em;
    background: #f1c40f;
    color: #053878;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    transition: all 0.2s linear;
}
	
	.ms-slide-info{
		top:150px !important;
		position: absolute !important;
	}
	.ms-info{
		position: absolute;
    opacity: 1;
    left: 50px;
    text-align: left;
	}
	.logo{
		margin-left:50px;
	}
	.menu-area{
		margin-right:50px;
		
	}
	.aboutUsSection{
		display: flex;
		flex-direction: row;
	}
	.workWithUs{
		display: flex;
		flex-direction: row;
	}
	.aboutUsSectionIMG{
		background: url(/wp-content/uploads/2020/06/dash-line.png) 50% 0 no-repeat;
	}
	.aboutUsSectionIMG img{
		margin-top: 80px;
	}

	.aboutUsSectionContent{
		width: 70%;
  		margin-left: 30px;
  		text-align: left;
	}
	.aboutUsSectionContent h3{
		font-size: 32px;
	}
	.aboutUsSectionContent h6{
		font-weight: 400;
    	font-size: 15px;
	}
	.request-assessment{
		display: flex;
		flex-direction: row;
	}
	.weServeSection{
		display: flex;
		flex-direction: row;
	}
	.weServeSectionContent{
		display: flex;
		flex-direction: row;
		max-width: 1200px;
	}
	.weServeContent{
		padding: 4em 1em;
	}
	.mouldProblemSection{
		display: flex;
		flex-direction: row;
	}
	.mouldProblemSectionContentAll{
		display: flex;
		flex-direction: row;
	}
	.mouldProblemSectionContent{
		width:50%;
	}
	.iframe-container{
		position: relative;
	    width: 50%;
	    padding-bottom: 10px;
	    height: auto;
	}
	.iframe-container iframe{
		position: relative;
	    top: 0;
	    left: 0;
	    width: 560px;
	    height: 314px;
	}
	.informationSection{
		display: flex;
		flex-direction: row;
	}
	.informationSectionContent{
		display: flex;
		flex-direction: row;
	}
	.lookingSignOfMould{
		box-shadow: 1px 1px 10px #9999;
		justify-content: center;
    	text-align: center;
	}	
	.lookingSignOfMould form{
		 width: 50%;
   		 margin: 0 auto;
	}
	.lookingSignOfMould  p{
		width:70%;
		margin: 0 auto;
	}
	.mouldCertificate h2{
		font-size:32px;
	}
	.contactSection{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.lookingSignOfMould{
		 padding-bottom:4em;
	}
	#header{
		background-color:#3880c4;

	}
	.pageTitle{
		background-color: #f1c40f;
	    padding: 30px;
	    margin-left: 0;
   		margin-right: 0;
   		margin-top: -100px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}

	.pageContent{
		 padding: 1em 30px 4em 30px;
	}
	.mainContent{
		box-shadow: 1px 1px 5px #e1e1e1;
	}
	.twoCertificates{
		margin: 1em;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	}
	.topbar{
		display: flex;
	    flex-direction: row;
	    position: fixed;
	    top: 0;
	    background-color: #053878;
	    width: 100%;
	    justify-content: space-between;
	    z-index: 1000;
	}
	.phoneAndAddress{
		display: flex;
		flex-direction: row;
	}
	.socialAndQuote{
		display: flex;
		flex-direction: row;
	}
	.pageTitle{
	background-color: #f1c40f;
    padding: 30px;
    margin-top: -100px;
    margin-bottom: 50px;
	}
	/*CONTACT PAGE*/
	.contactUsSection{
		display:flex;
		flex-direction:row;
	}
	.contactInfo{
		margin-right:50px;
	}
	.heroContent{
		
	    margin-left:5%;
	}
	.heroSection{
		/*height:600px;*/
		 margin-top: -155px;

	}
	.heroText h2{
		font-size: 60px;
	}
	.heroIMG img{
		display:none;
	}
	.contactForm{
		width:100%;
	}
	.sub-services-content{
		display: flex;
		flex-direction: row;
	}
	.sub-services-detail{
		margin:2%;
		width:50%;
	}








	.four-col {
		width: 25%;
		min-width: 200px;
	}
	.two-col {
		width: 50%;
	}
	.three-col {
		width: 30%;
		min-width: 300px;
	}
}
@media only screen and (min-width: 900px) {
	.three-col {
		width: 33.3%;
	}

}
@media only screen and (min-width: 1023px) {
	body {font: 400 18px/1.4 'Noto Sans', Helvetica, Arial, sans-serif;}
	.mobile-only,.mobile-menu,.hamburger-menu {display: none !important;}
	.nav ul,.nav ul li {display: inline-block;position: relative;    background: none;
    border: none;     margin-left: 5px;}
	.nav ul:not(.sub-menu) > li > a{
		color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.018em;
    text-transform: uppercase;
    line-height: 70px;
    padding: 0 10px;
	}
	/*.nav ul:not(.sub-menu){
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}
	.nav ul:not(.sub-menu) > li > a:after{
	  content: '';
	  height: 3px;
	  position: absolute;
	  bottom: 3px;
	  left: 0;
	  width: 0%;
	  background: var(--main-color);
	}
	.nav ul:not(.sub-menu) > li:hover > a:after{
	  width: 100%;
	}*/
	.nav ul:not(.sub-menu) > li > a:hover{
		color:#f1c40f;
	}
	.nav ul:not(.sub-menu) > li:first-child > a{
		padding-left:0;
	}
	.nav ul:not(.sub-menu) > li:last-child > a{
		padding-right:0;
	}
	.nav ul:not(.sub-menu) > li:not(:last-child) > a:after{
		content:'';
		position:absolute;
		left:100%;
		width:1px;
		height: 42px;
		top: calc(50% - 22px);
		background:none;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.nav ul li ul.sub-menu {
		position: absolute;
		white-space: nowrap;
		top: 120%;
		left: 0;
		opacity: 0;
		text-align: left;
		z-index: 10;
		visibility: hidden;
	}
	.nav ul li:hover > .sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}
	.nav ul li ul.sub-menu li {
		display: block;
		background:#f1c40f;
		    min-width: 260px;
	}
	.nav ul li ul.sub-menu li a {
		position: relative;
		display: block;
		padding: .6rem 1rem;
		color: #053878;
		min-width: 120px;
		font-size:15px;
		text-transform: capitalize;
		padding:10px;
	}
	.nav ul li ul.sub-menu li:hover > a {
		background: #f2cd39;
		color:#053878;
		font-weight: bold;
	}
	.sub-menu li ul li a{
		font-weight: 500!important;
	}
	.sub-menu li ul li a:hover{
		font-weight: bold!important;
	}

	.sub-menu li ul li{		
		background-color:#f2cd39!important;
		position: relative!important;
    	top: -42px!important;
    	border-bottom:0.5px solid #ededed!important;		
	}
	.sub-menu li ul {		
		left: 220px!important		
	}
	.nav ul li ul.sub-menu li ul li:hover > a {
		background: #f2cd39;
		color:#053878;
		font-weight: bold;
	}
	.service-two-column{
		display: flex;
		flex-direction: row;
		margin-top:5%;
	}	
	.service-column-1,.service-column-2{
		width:50%;
		margin:5% 2%;
		padding:0;
	}
	.service-two-column-reverse{
		display: flex;
		flex-direction: row-reverse;
		margin-top:5%;
	}
	.service-one-column{
		text-align: center;
	}
	.service-one-column h5{
		margin-top:2%;
	}
	.service-one-column p{
		width:89%;
		margin: 0 auto;
	}
	.get-a-free-quotes-section{
		position: relative;
	    top: 200px;
	    left: 50px;
	}
}
@media only screen and (min-width:1070px) {}
@media only screen and (min-width:1140px) {

	.pageContentAndSideBar{
		display: flex;
		flex-direction: row;
	}
	.sidebarCustom{
		width: 400px;
	    padding: 20px;
	    background: #f9f9f9;
	    margin-top: -50px;
	    text-align: center;
	}
	.pageContent{
		width:100%;
	}


}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}
::selection {
	background: var(--accent-color);
	color: var(--white);
	text-shadow: none
}
::-webkit-selection {
	background: var(--accent-color);
	color: var(--white);
	text-shadow: none
}
::-moz-selection {
	background: var(--accent-color);
	color: var(--white);
	text-shadow: none
}
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
@media print {* {background: transparent!important;color: #000!important;box-shadow: none!important;text-shadow: none!important}a,a:visited {text-decoration: underline}a[href]:after {content: " (" attr(href) ")"}abbr[title]:after {content: " (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: ""}pre,blockquote {border: 1px solid #999;page-break-inside: avoid}thead {display: table-header-group}tr,img {page-break-inside: avoid}img {max-width: 100%!important}@page {margin: .5cm}p,h2,h3 {orphans: 3;widows: 3}h2,h3 {page-break-after: avoid}}

.informationSection .yellow{
	color:#053878;
}

.post a {
	color: #8d730a;
	text-decoration: underline;
}

.date {
	color: #555 !important;
}

.socialMediaContact-title img {
	margin: 0 5px;
}


/* FOOTER CSS START */

@media screen and (min-width: 1401px) and (max-width: 6000px){
.footer-logo {
    text-align: none!important;
    width: 25%;
    padding-left: 33px;
}

.footer h3{
    color: #f1c40f!important;
    text-align: center!important;
    margin-top: -40px!important;
    width: 50%;
    margin-left: 25%;
	 color: #f1c40f!important;       
}	

.newbb-logo{
    width: 25%!important;
    text-align: center;
    margin-top: -74px;
    max-width: 160px;
    margin-left: 40%;
}
}

@media screen and (min-width: 1251px) and (max-width: 1400px){
.footer-logo {
    text-align: none!important;
    width: 25%;
    padding-left: 33px;
}

.footer h3{
    color: #f1c40f!important;
    text-align: center!important;
    margin-top: -40px!important;
    width: 50%;
    margin-left: 25%;
}	
	
.newbb-logo{
    width: 25%!important;
    text-align: center;
    margin-top: -74px;
    max-width: 160px;
    margin-left: 39%;}
}

@media screen and (min-width: 1024px) and (max-width: 1250px){
.footer-logo {
    text-align: none!important;
    width: 25%;
    padding-left: 33px;
}

.footer h3{
    color: #f1c40f!important;
    text-align: center!important;
    margin-top: -40px!important;
    width: 50%;
    margin-left: 30%;
	font-size:15px;
}		

.newbb-logo{
    width: 25%!important;
    text-align: center;
    margin-top: -74px;
    max-width: 160px;
    margin-left: 39%;}
}

@media screen and (min-width: 160px) and (max-width: 1023px){
.footer {
    text-align: center;
}

.footer h3{
    text-align: center!important;
    margin-top: 50px!important;
	color: #f1c40f!important;
	font-size:15px;
}	

.newbb-logo{
    margin-top: 50px;
    max-width: 160px;}
}

@media screen and (min-width: 1024px) and (max-width: 1599px){
.custom-text-footer{
	line-height: 25px!important; F
	font-size: 18px!important; 
	font-weight: 400!important; 
	text-transform: inherit!important; 
	letter-spacing: 0px!important; 
	margin-top: 0px!important;
    color: #f1c40f!important;
    text-align: center!important;
    width: 50%!important;
    margin-left: 25%!important;}
}

@media screen and (min-width: 1600px) and (max-width: 6000px){
.custom-text-footer{
	line-height: 25px!important; 
	font-size: 22px!important; 
	font-weight: 600!important; 
	text-transform: inherit!important; 
	letter-spacing: 0px!important; 
	margin-top: 0px!important;
    color: #f1c40f!important;
    text-align: center!important;
    width: 50%!important;
    margin-left: 25%!important;}
}


@media screen and (min-width: 551px) and (max-width: 1023px){
.custom-text-footer{
	line-height: 25px!important; 
	font-size: 18px!important; 
	font-weight: 400!important; 
	text-transform: inherit!important; 
	letter-spacing: 0px!important; 
	margin-top: 0px!important;
	color: #f1c40f!important;
    text-align: center!important;
    width: 50%!important;
    margin-left: 25%!important;
}
.lookingSignOfMould {
    height: 980px!important;}
}

@media screen and (min-width: 160px) and (max-width: 550px){
.custom-text-footer{
	line-height: 25px!important; 
	font-size: 18px!important; 
	font-weight: 400!important; 
	text-transform: inherit!important; 
	letter-spacing: 0px!important; 
	margin-top: 0px!important;
	color: #f1c40f!important;
    text-align: center!important;
    width: 100%!important;
    margin-left: 0%!important;
}
.lookingSignOfMould {
    height: 980px!important;
}
.frequentlyQuestion {
    margin-left: 0px!important;
}

.home-section {
    margin-left: 0px!important;}
	
#header {
height: 100px!important;}
}

/* FOOTER CSS END */

.title-color-blue{
	color: #053878;
}



.service-two-column{
	padding-right: 3%;
}

.service-one-column p a:hover{
	color: #000;
	text-decoration: underline;
}

.ms-info{
	top: -20px;
}


@media screen and (max-width: 1024px){

	body .sidebarCustom {
/* 		margin-top: 20px !important; */
	}

	body .mobmenur-container{
		top: 75px !important;
		position: fixed;
	}
	.mob-menu-header-holder {
		width: 60px !important;
	}

}

@media screen and (max-width: 800px) {
	.activeRed {
		background-color: transparent;
	}
}


@media only screen and (max-width: 1024px) and (min-width: 800px) {
	.topbarButton{
		padding-bottom: 11px;
	}
	#header {
		margin-top: -7px;
	}
}

@media only screen and (max-width: 800px) and (min-width: 575px) {
	/* body .mobmenur-container {
		top: 5px !important;
		position: absolute;
	} */
}



@media only screen and (max-width: 575px) {
	.heroText p br{display: none;}
	.heroSection .ms-slide-info.ms-dir-h {width: 90%;padding: 0 5%;}
	.nameListInfo {align-items: center;flex-direction: column;}
	.topbar {z-index: 99 !important;}	
	body .mobmenur-container {
		top: 115px !important;
	}

	.blog-post-section{
		flex-direction: column;
		gap: 15px;
	}
	.blog-post-content{margin-left: 0;width: 100%;}

	.single-post .alignright {
		float: none;
		margin: 10px 0 0 !important;
	}

}

@media only screen and (max-width: 480px) {

	.logo {
		width: 70%;
		margin-left: 10px;
	}	
}



@media only screen and (max-width: 800px){

	body .mobmenur-container {
			top: 115px !important;
		}
	
	 #header {
		position: fixed;
		top: 85px;
	}
	.topbar {
		position: fixed;
		height: 85px;
		z-index: 99 !important;
	}
	main {
		margin-top: 185px;
	}
}

.service-column-1 a:hover{
	color:#222;
	text-decoration:underline;
}



/* home page banner */
.sec2-new-banner-blk {
        background: url("/wp-content/uploads/2024/04/today_bg.jpg") no-repeat;
        background-size: cover;
        padding: 4rem 3rem;
        display: grid;
        gap: 15px;
        justify-items: center;
        align-items: center;
        text-align: center;
        background-position: center;
        width: 100%;
        
    }

    .sec2-new-banner-blk h2 {
        margin: 0;
        font-size: 50px;
        line-height: 70px;
        color: white;
    }

    .sec2-new-banner-blk p {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
        color: white;
    }

    .sec2-new-banner-text {
        position: relative;
        display: grid;
        margin-top: 15px;
        justify-items: center;
    }

    .sec2-new-banner-text .blueBackgroundButton {
        background: #f1c40f;
        color: #053878;
        display: inline-block;
        margin-top: 25px;
    }

    .sec2-new-banner-text .blueBackgroundButton:hover {
        color: #053878 !important;
    }
    @media screen and (min-width: 992px) {
         .sec2-new-banner-blk{
            margin: 100px auto;
         }
    }
    @media screen and (max-width: 700px) {
        .sec2-new-banner-blk h2{
            font-size: 40px;
            line-height: 55px;
        }
    }
    @media screen and (max-width: 500px) {
        .sec2-new-banner-blk h2{
            font-size: 30px;
            line-height: 45px;
        }
		
    }

.primaryButton,
.blueBackgroundButton{
	display:inline-block;
}

.project-gallery h5 a,
.project-gallery h5 a:hover{
	color: #053878;
}
