@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */



.otherpage-hero{
	width: 100%;
	height: 50vh;
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	margin: 0;
}


.otherpage-hero .slide{
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


.otherpage-hero .slidetext-inner{
	width: 80%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 17.5vh 7.5vw auto 10vw;
	color: #fff;
}



.otherpage-container{
	width: 90%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 3em 5% 30vh;
}




.otherpage-container .sh-bottom{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: none;
	margin: 0vh 0% 20vh;
	position: relative;

}

.otherpage-container .shb-left{
	margin: em 0;
	width: calc(100% - 2em);
}


.otherpage-container .shb-left .service-post{
	background-color: #f4f4f4;
	height: 25vh;
}


.otherpage-container .shb-right{
	background-color: #f4f4f4;
	background-size: cover;
	background-position: bottom left;
	margin: auto;
}


.otherpage-container section{
	margin: 0em 0;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
}


.otherpage-container section h3{
	margin: .5em 0;
}


.otherpage-container section ol{
	list-style-type: style;
	
}

.otherpage-container section li{
	font-size: 1.4em;
	font-family: "Aptos";
	margin: auto auto .5em;
	list-style-type: ;
}

.otherpage-container section li::marker {
  color: #e21010;
}













.sh-bottom.ceo-container{
	height: auto;
}

.otherpage-container .shb-right.ceo-img{
	background-image: url(../img/CEO/IMG-20250218-WA0029.jpg);
	background-position: center top;
	margin-top: 5vh;

}


.ceo-img i{
	font-size: 1.5em;
	color: #e21010;
	position: absolute;
	bottom: 1em;
	right: 1em;
	border-radius: 4em;
	padding: 1em;
	background-color: #fff;
	z-index: 10;
	transition: all .2s ease-in-out;
}


.ceo-img:hover i{
	font-size: 2em;
	color: #e21010;
	position: absolute;
	bottom: .8em;
	right: .8em;
	border-radius: 4em;
	padding: 1.2em;
	background-color: #ffffff;
	z-index: 10;
	transform-origin: center;
	-webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);

}

.ceo-text{
	display: block;
	margin: 1em 0;
	width: 100%;
}

.ceo-text section{
	width: 100%;
	margin: 3em 0 auto;
}





.workers{
	 display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."; 
	width: 100%;
	height: auto;
}


.worker{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60vh;
	border-radius: 3em;
	display: block;
	float: left;
	clear: none;
	position: relative;
	margin: auto auto 1em auto;
}


.worker-details{
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: calc(100% - 5em);
	height: calc(auto - 2em);
	background-color: white;
	border-radius: 2em;
	padding: .5em 1.5em;
}

.worker-details h4{
	margin: .3em 0;
}

.worker-details p{
	color: #e21010;
	margin: 1em auto 0;
}

section.mv h4{
	font-family: "Aptos-Light";
	letter-spacing: .2px;
	line-height: 1.1em;
}














.contact-details{
	width: calc(95% - 3em);
	height: auto;
	float: left;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 2em;
	color: #fff;
	margin: 5vh auto;
}


.cd-inner{
	height: 80vh;
	width: 100%;
	float: left;
	clear: none;
	  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."
    "."; 
}


.cdi-contact{
	width: 100%;
	height: auto;
	padding: 1em;
	float: left;
	clear: both;
	    display: grid; 
  grid-template-columns: 1fr 5fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
}


.contact-details h4{
	margin: .5em 1em 1em;
}


.cdi-contact i{
	width: 100%;
	height: auto;
	font-size: 1.4em;
	display: block;
	float: left;
	clear: none;
	text-align: center;
	opacity:1;
	color: #e21010;
}

.cdi-contact h5{
	margin: 0 0 .5em 0;
	display: block;
	float: left;
	clear: both;
}


.cdi-map{
	width: calc(100% - 0em);
	height: 65vh;
	float: right;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 0em;
	color: #fff;
	margin: 0;
	overflow: hidden;
	position: relative;
	margin: 0;
}
	

.cdi-map iframe{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	clear: both;
	
}
    
    






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
.otherpage-hero{
	width: 100%;
	height: 55vh;
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	margin: 0;
}


.otherpage-hero .slide{
	width: 100%;
	height: 55vh;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


.otherpage-hero .slidetext-inner{
	width: 50%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 25vh 7.5vw auto 10vw;
	color: #fff;
}



.otherpage-container{
	width: 80%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 3em 10% 30vh;
}



.otherpage-container .sh-bottom{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: none;
	margin: 5vh 0% 20vh;
	position: relative;
	
}

.otherpage-container .shb-left{
	width: calc(100% - 2em);
}


.otherpage-container .shb-left .service-post{
	background-color: #f4f4f4;
	height: 30vh;
}


.otherpage-container .shb-right{
	background-color: #f4f4f4;
	background-size: cover;
	background-position: bottom left;
	margin: 0em auto 5em;
}


.otherpage-container section{
	margin: 0em 0;
	display: block;
	clear: both;
	height: auto;
	width: 70%;
}


.otherpage-container section h3{
	margin: .5em 0;
}


.otherpage-container section ol{
	list-style-type: style;
	list-style: color:#e21010;;
}

.otherpage-container section li{
	font-size: 1.4em;
	font-family: "Aptos";
	margin: auto auto .5em;
	list-style-type: ;
}

.otherpage-container section li::marker {
  color: #e21010;
}








.otherpage-container .shb-right.ceo-img




.sh-bottom.ceo-container{
	height: auto;
}

.otherpage-container .shb-right.ceo-img{
	background-image: url(../img/CEO/IMG-20250218-WA0029.jpg);
	background-position: center top;
	margin-top: -25vh;
}


.ceo-img i{
	font-size: 2em;
	color: #e21010;
	position: absolute;
	bottom: 1em;
	right: 1em;
	border-radius: 4em;
	padding: 1em;
	background-color: #fff;
	z-index: 10;
	transition: all .2s ease-in-out;
}


.ceo-img:hover i{
	font-size: 2em;
	color: #e21010;
	position: absolute;
	bottom: .8em;
	right: .8em;
	border-radius: 4em;
	padding: 1.2em;
	background-color: #ffffff;
	z-index: 10;
	transform-origin: center;
	-webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);

}

.ceo-text{
	display: block;
	margin: auto;
	width: 70%;
	margin: 0;
}

.ceo-text section{
	width: 100%;
	margin: auto;
	margin: 0;
}





.workers{
	 display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."; 
	width: 100%;
	height: auto;
}


.worker{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60vh;
	border-radius: 3em;
	display: block;
	float: left;
	clear: none;
	position: relative;
}


.worker-details{
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: calc(100% - 5em);
	height: calc(auto - 2em);
	background-color: white;
	border-radius: 2em;
	padding: .5em 1.5em;
}

.worker-details h4{
	margin: .3em 0;
}

.worker-details p{
	color: #e21010;
	margin: 1em auto 0;
}

section.mv h4{
	font-family: "Aptos-Light";
	letter-spacing: .2px;
	line-height: 1.1em;
}














.contact-details{
	width: calc(35% - 3em);
	height: 65vh;
	float: left;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 2em;
	color: #fff;
	margin: auto auto;
}


.cd-inner{
	height: auto;
	width: 100%;
	float: left;
	clear: none;
	  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."
    "."; 
}


.cdi-contact{
	width: 100%;
	height: auto;
	padding: 1em;
	float: left;
	clear: both;
	    display: grid; 
  grid-template-columns: 1fr 5fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
}


.contact-details h4{
	margin: 1em 1em 1em;
}


.cdi-contact i{
	width: 100%;
	height: auto;
	font-size: 2em;
	display: block;
	float: left;
	clear: none;
	text-align: center;
	opacity:1;
	color: #e21010;
}

.cdi-contact h5{
	margin: 0 0 .5em 0;
	display: block;
	float: left;
	clear: both;
}




.cdi-map{
	width: calc(60% - 2em);
	height: 65vh;
	float: right;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 0em;
	color: #fff;
	margin: 0;
	overflow: hidden;
}
	

.cdi-map iframe{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	clear: both;
}
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
	
.otherpage-hero{
	width: 100%;
	height: 55vh;
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	margin: 0;
}


.otherpage-hero .slide{
	width: 100%;
	height: 55vh;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


.otherpage-hero .slidetext-inner{
	width: 50%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 25vh 7.5vw auto 10vw;
	color: #fff;
}



.otherpage-container{
	width: 80%;
	height: auto;
	display: block;
	float: left;
	clear: both;
	margin: 3em 10% 30vh;
}



.otherpage-container .sh-bottom{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	clear: none;
	margin: 5vh 0% 20vh;
	position: relative;
	
}

.otherpage-container .shb-left{
	width: calc(55% - 2em);
}


.otherpage-container .shb-left .service-post{
	background-color: #f4f4f4;
	height: 30vh;
}


.otherpage-container .shb-right{
	background-color: #f4f4f4;
	background-size: cover;
	background-position: bottom left;
	margin: auto;
}


.otherpage-container section{
	margin: 0em 0;
	display: block;
	clear: both;
	height: auto;
	width: 90%;
}


.otherpage-container section h3{
	margin: .5em 0;
}


.otherpage-container section ol{
	list-style-type: style;
	list-style: color:#e21010;;
}

.otherpage-container section li{
	font-size: 1.4em;
	font-family: "Aptos";
	margin: auto auto .5em;
	list-style-type: ;
}

.otherpage-container section li::marker {
  color: #e21010;
}








.otherpage-container .shb-right.ceo-img




.sh-bottom.ceo-container{
	height: auto;
}

.otherpage-container .shb-right.ceo-img{
	background-image: url(../img/CEO/IMG-20250218-WA0029.jpg);
	background-position: center top;
	margin-top: -25vh;
}


.ceo-img i{
	font-size: 2em;
	color: #e21010;
	position: absolute;
	bottom: 1em;
	right: 1em;
	border-radius: 4em;
	padding: 1em;
	background-color: #fff;
	z-index: 10;
	transition: all .2s ease-in-out;
}


.ceo-img:hover i{
	font-size: 2em;
	color: #e21010;
	position: absolute;
	bottom: .8em;
	right: .8em;
	border-radius: 4em;
	padding: 1.2em;
	background-color: #ffffff;
	z-index: 10;
	transform-origin: center;
	-webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);

}

.ceo-text{
	display: block;
	margin: auto;
	width: 50%;
	margin: 0;
}

.ceo-text section{
	width: 100%;
	margin: auto;
	margin: 0;
}


.workers{
	 display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". . ."; 
	width: 100%;
	height: auto;
}


.worker{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60vh;
	border-radius: 3em;
	display: block;
	float: left;
	clear: none;
	position: relative;
}


.worker-details{
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: calc(100% - 5em);
	height: calc(auto - 2em);
	background-color: white;
	border-radius: 2em;
	padding: .5em 1.5em;
}

.worker-details h4{
	margin: .3em 0;
}

.worker-details p{
	color: #e21010;
	margin: 1em auto 0;
}

section.mv h4{
	font-family: "Aptos-Light";
	letter-spacing: .2px;
	line-height: 1.1em;
}














.contact-details{
	width: calc(35% - 3em);
	height: 65vh;
	float: left;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 2em;
	color: #fff;
	margin: auto auto;
}


.cd-inner{
	height: auto;
	width: 100%;
	float: left;
	clear: none;
	  display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    "."
    "."
    "."
    "."; 
}


.cdi-contact{
	width: 100%;
	height: auto;
	padding: 1em;
	float: left;
	clear: both;
	    display: grid; 
  grid-template-columns: 1fr 5fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
}


.contact-details h4{
	margin: 1em 1em 1em;
}


.cdi-contact i{
	width: 100%;
	height: auto;
	font-size: 2em;
	display: block;
	float: left;
	clear: none;
	text-align: center;
	opacity:1;
	color: #e21010;
}

.cdi-contact h5{
	margin: 0 0 .5em 0;
	display: block;
	float: left;
	clear: both;
}




.cdi-map{
	width: calc(60% - 2em);
	height: 65vh;
	float: right;
	clear: none;
	border-radius: 3em;
	background-color: #000000;
	padding: 0em;
	color: #fff;
	margin: 0;
	overflow: hidden;
}
	

.cdi-map iframe{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	clear: both;
}
    





    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
	
	
	
	
	
	
	
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}