@charset "UTF-8";
/* CSS Document */

/*

Red #701313
White #efefef
Black #333333

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #4a5a4f;	
	margin: 20px 0 20px 0;
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #000000;
	padding: 5px 0 5px 0;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#topBar p {
	float: left;
	color: white;
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
}

#topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: white;
	font-size: 130%;
	display: inline;
	margin-left: 10px;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#topBar i.fab:hover {
	color: #701313;
}

/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	padding: 7px 0 7px 0;
}

#headerBackground header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 20px 0 10px 0;
}

#logo:hover {
	cursor: pointer;	
}


#logo img {
	max-width: 100%;
	height: auto;
}

#contactHeader {
	float: right;	
	margin-top: 20px;
}

#contactHeader p {
	color: #701313;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 130%;
	text-align: right;
}

#contactHeader ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 5px 0;
	text-align: right;
}

#contactHeader li {
	font-size: 110%;
	display: block;
	color: #333333;
	line-height: 30px;
	font-weight: 600;
}	

#contactHeader li span {
	margin-left: 7px;
}

#contactHeader li .fas {
	margin-left: 10px;
}


#contactHeader a {
	font-size: 110%;
	float: right;
	color: #333333;
	text-decoration: none;
	font-weight: 600;
	margin-left: 7px;
}	

#contactHeader a:hover {
	color: #333333;
	text-decoration: underline;
}	

#social {
	float: right;
	margin: 10px 0 15px 0;
}	


#social img {
	float: right;
	margin-left: 10px;
}	

/*										Nav								*/

#navOuter {
	float: left;
	width: 100%;	
	background-color: #701313;
	padding-bottom: 5px;
}

nav {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 5px;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 5px 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 100%;
	margin: 0 3px 0 3px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

nav li a:hover {
	background-color: white;
	color: #333333;
	text-decoration: none;
}

nav li a.active {
	background-color: white;
	color: #333333;
	text-decoration: none;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
}

.accordionButton h4 img {
	float: left;
}

.accordionButton h4 span {
	float: left;
	margin: 5px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #efefef;
	cursor: pointer;
}

.accordionContent {
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	margin: 0;
	padding: 5px;
	float: none;
	color: white;
}

#accordionSection .accordionContent li a:hover {
	background-color: white;
	color: #333333;
}

#accordionSection .accordionContent li a.active {
	background-color: white;
	color: #333333;
}


/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #333333;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	border-top: 3px solid #701313;
}

#footerBackground footer {
	width: 1200px;
	margin: 0 auto;
}

#footerBackground footer p {
	color: white;
	font-size: 75%;
}

#footerBackground footer p a {
	color: white;
	text-decoration: none;
}

#footerBackground footer p a:hover {
	color: white;
	text-decoration: underline;
}

footer .contact {
	color: #fff;
	margin: 10px 0;
	font-size: 75%;
}

footer .contact a {
	color: #fff;
}

p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}



/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
	background-color: #efefef;
	padding: 10px 0 10px 0;
}

#banner {
	margin: 0 auto;
	width: 1200px;	
}

/*#banner img {
	max-width: 100%;
	height: auto;
}*/

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 180%;
	color: #701313;
	font-family: 'Allura', cursive;
	margin-bottom: 10px;
}

#mainBody h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #701313;	
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: #333333;
}

#mainBody p span {
	color: #701313;
	font-style: italic;
	font-weight: bold;
}	

#mainBody p a {
	color: #701313;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #701313;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: #333333;
}

#mainBody li a {
	color: #701313;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #701313;
	text-decoration: underline;
}

#mainBody .head {
	font-weight: 700;
	font-size: 100%;
	color: #701313;
}

#logosOuter {
	float: left;
	width: 100%;
	background-color: white;	
}

#logosInner {
	margin: 0 auto;
	width: 1200px;	
	padding: 10px 0 10px 0;
}

#logosInner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#slogan {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-top: 2px dotted #701313;	
	border-bottom: 2px dotted #701313;	
}

#slogan p.head {
	text-align: center;
	font-family: 'Allura', cursive;
	margin: 15px 0 15px 0;
	font-size: 210%;
}	


#mainBody img.insuranceImage {
	float: right;
	margin-top: 10px 0 10px 20px;
}


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
}

#contactFormArea #submit.formButton:hover {
	background-color: #701313;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #333333;
	font-weight: 300;
}	

#contactFormArea input {
	color: #333333;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #333333;
	margin-top: 10px;
}

#contactFormArea textarea {
	color: #333333;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #333333;
	margin-top: 10px;
}



#testimonialCommercial {
	float: left;
	background-color: #701313;
	padding: 1% 2% 1% 2%;	
	width: 96%;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#testimonialCommercial p {
	color: white;	
	font-style: italic;
}

#testimonialCommercial p span {
	color: white;	
	font-weight: bold;
}

#testimonialCommercial p a {
	color: white;	
	font-style: italic;
}

#testimonialCommercial p a:hover {
	color: white;	
	text-decoration: none;
}



#vacancy {
	background-color: #701313;
	padding: 5px 10px 5px 10px;	
	border-radius: 10px;
	text-align: center;
	margin-top: 10px;
}

#vacancy p {
	color: white;	
	font-style: italic;
	font-size: 120%;
}



/*Home*/

#homeLeft {
	float: left;
	width: 73%;	
}

#homeRight {
	float: right;
	width: 25%;	
	margin-top: 10px;
}

#homeRight img {
	float: right; 
	margin: 10px 0 20px 0; 
	max-width: 100%;
	height: auto;
}


#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #701313;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #000000;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 10px;
}




/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}					 
					 
#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

#headerBackground header {
	width: 100%;	
}					 

			 
#footerBackground footer {
	width: 100%;	
}

#banner {
	width: 100%;	
}
					 
#mainBody {
	width: 95%;	
	padding: 1%;
}

#aboutInner {
	width: 95%;	
	padding: 1%;
}
					 
#timetableInner {
	width: 95%;	
	padding: 1%;
}
					 
					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}			 
	
#copyright {
	width: 95%;	
	padding: 1%;
}

#icons {
	width: 95%;	
	padding: 1%;
}
#logosInner {
	width: 100%;	
}

#logosInner img {
	max-width: 90%;	
	height: auto;
}				 
	
}




/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
		
			
#accordionSection {
	display: block;
	margin-left: 10px;
}

nav ul.mainNav {
	display: none;
}	

#navOuter {
	padding-bottom: 5px;
}
					 
#contactHeader {
	margin-right: 10px;	
}
		
#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}


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


					 
}




 /* 780*/
@media only screen 
and (max-width : 780px) 
				 {
					


#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	
#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 95%;
	height: auto;
}

#contactHeader {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}						 
					 
#contactHeader p {	
	text-align: center;
}

#contactHeader ul {
	text-align: center;
}

#contactHeader li {
	text-align: center;
}
					 
#contactHeader li a {
	text-align: center;
	float: none;
}

#social {
	float: left;
	width: 100%;
	text-align: center;	
	margin-bottom: 0;
}

#social li {
	display: inline;
	text-align: center;	
}

#social li a {
	float: none;
	text-align: center;	
}

#social img {
	float: none;
}
			
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

p.copyRight {
	float: left;	
}


#homeLeft {
	float: left;
	width: 100%;	
}

#homeRight {
	float: left;
	width: 100%;	
	margin-top: 10px;
}

#homeRight img {
	float: left; 
	margin: 10px 20px 10px 0; 
	max-width: 100%;
	height: auto;
}
				
 }
 
 

/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
		
#homeRight img {
	float: none; 
	margin: 10px 0 10px 0; 
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainBody img.insuranceImage {
	float: none; 
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
	
					 
/*Top Bar*/



#topBar p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 5px 0;
}

#topBar ul {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#topBar li {
	color: white;
	font-size: 130%;
	display: inline;
	margin: 0 10px 0 10px;
	text-align: center;
	float: none;
}

				 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
#contactHeader {
	font-size: 90%;
}
		
	
}




.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	color: #000000  !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #000000  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 0 !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #701313;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #333333 !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #000000 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 40px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #efefef !important;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #000000 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid white;
	margin-top: 0;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #000000;	
	float: left;
	width: 100%;
	height: 250px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: black !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #000000 !important;
	border: #000000 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}



.iris input::placeholder { 
    color: #000000 !important;
	font-size: 130% !important; 
}

				 