@charset "utf-8";
html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


/*
Colour Theme
Red: #781C29
Orange: #DD723C
*/



/*Hero Section-------------------------------------------------------------------------------*/

.catherobg {
	width: 100%;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#catherobg {
	background-image: url("/IMG/ABOUT IMG/abouthero_bg.png");
	background-position: bottom;
	background-size: cover;
	z-index: -1;
	padding-top: 80px;
}

.cathero {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80%;
}

.catabout, .catus {
	font-size: 200px;
	font-weight: thin;
	background-image: url("/IMG/ABOUT IMG/title_mask2.png");
	background-size: cover;
	background-position: bottom right;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.catabout {
	margin-right: -25px;
}

.catus {
	margin-left: -25px;
}

.cathero img {
	width: 400px;
	z-index: 10;
}



/*About Quote Section--------------------------------------------------------------------*/

#aboutquote {
	width: 100%;
	height: 20vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

#aboutquote img {
	width: 30px;
}

#aboutquote p {
	font-size: 36px;
	font-weight: normal;
	font-family: Quattrocento;
	text-align: center;
	width: 60%;
}



/*Core Values Section--------------------------------------------------------------------*/

#corevalues {
	width: 100%;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cvtitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	margin-left: 50px;
	width: 950px;
}

.cvboxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 60vh;
	gap: 20px;
	margin-top: -30px;
	z-index: 10;
}

.cvboxes h1 {
	font-family: Quattrocento Sans;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px rgba(61,61,61,0.5);
	color: white;
}

.cvboxes p {
	font-family: Quattrocento Sans;
	font-size: 18px;
	font-weight: thin;
	text-align: center;
	text-shadow: 0 0 5px rgba(61,61,61,0.5);
	color: white;
	line-height: 30px;
	margin: 30px 0;
}

.cvborder {
	border-top: white thin solid;
	width: 80px;
}


.cv1, .cv2, .cv3 {
	border-radius: 27px;
	padding: 0 40px;
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.cv1 {
	background-image: url("/IMG/ABOUT IMG/cv1_bg.png");
}

.cv2 {
	background-image: url("/IMG/ABOUT IMG/cv2_bg.png");
}

.cv3 {
	background-image: url("/IMG/ABOUT IMG/cv3_bg.png");
}

.cvicon1, .cvicon2, .cvicon3 {
	background-color: #fff;
	border-radius: 1000px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cvicon1 img {
	width: 30px;
}

.cvicon2 img {
	width: 25px;
	margin-left: 2px;
}

.cvicon3 img {
	width: 30px;
	margin-left: 1px;
	margin-bottom: 3px;
}



/*Our Story Section--------------------------------------------------------------------*/

#ourstory {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5% 0;
}

.ostitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-left: 300px;
}

.osbox1, .osbox2, .osbox3 {
	width: 80%;
	height: 500px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.osbox1 {
	margin-top: -35px;
}

.osbox2 {
	margin-top: -150px;
}

.osbox3 {
	flex-direction: column;
	height: 700px;
	gap: 0px;
	margin-top: -30px;
}

.osimg1, .osimg2 {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.osimg2 {
	align-items: flex-start;
}

.osimg3 {
	width: 100%;
	height: 370px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.os1, .os2, .os3 {
	border-radius: 27px;
	width: 85%;
	height: 100%;
	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
}

.os2 {
}

.os1 {
	background: url("/IMG/ABOUT IMG/os1_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.os2 {
	background: url("/IMG/ABOUT IMG/os2_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.os3 {
	background: url("/IMG/ABOUT IMG/os3_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70%;
}

.year2012, .year2014, .present {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	mix-blend-mode: color-dodge;
	width: 100%;
	margin-top: -45px;
}


.year2012 {
	text-align: left;
	mix-blend-mode: color-dodge;
}

.year2014 {
	text-align: right;
}

.osdes1, .osdes2, .osdes3 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 40%;
	height: 100%;
}

.osdes1 {
	justify-content: flex-start;
	margin-top: 150px;
}

.osdes2 {
	align-items: flex-end;
	margin-bottom: 150px;
}

.osdes3 {
	width: 80%;
	height: 27%;
}

.ossubtitle1, .ossubtitle2, .ossubtitle3 {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.ossubtitle1 {
	align-items: flex-start;
}

.ossubtitle2 {
	align-items: flex-end;
}

.ossubtitle3 {
	align-items: center;
}


.ossubtitle1 h1, .ossubtitle2 h1, .ossubtitle3 h1 {
	font-family: Quattrocento Sans;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #3d3d3d;
}

.osdes1 p, .osdes2 p, .osdes3 p {
	font-family: Quattrocento Sans;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	color: #3d3d3d;
	line-height: 30px;
	margin-top: 15px;
}

.osdes2 p {
	text-align: right;
}

.osdes3 p {
	text-align: center;
} 

.osborder {
	border-top: #3d3d3d thin solid;
	width: 200px;
	margin-top: 20px;
}




/*Services Section--------------------------------------------------------------------*/

#services {
	width: 100%;
	height: 85vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.stitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("/IMG/HOME IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.simgbg {
	width: 80%;
	height: 100%;
	background-image: url("/IMG/ABOUT IMG/servicesbg.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -45px;
	z-index: 10;
}

.simgbgM {
	width: 80%;
	height: 100%;
	background-image: url("/IMG/ABOUT IMG/mobile_servicesbg.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -45px;
	z-index: 10;
}

.ssubtitle1M, .ssubtitle2M, .ssubtitle3M {
	width: 50%;
	font-family: Quattrocento;
	font-size: 32px;
	font-weight: thin;
	color: #fff;
}

.sbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 29%;
	gap: 50px;
}

.sblank {
	width: 50%;
}

.ssubtitle1, .ssubtitle2, .ssubtitle3 {
	width: 50%;
	font-family: Quattrocento;
	font-size: 32px;
	font-weight: thin;
	color: #fff;
}

.ssubtitle1, .ssubtitle3 {
	text-align: left;
}

.ssubtitle2 {
	text-align: right;
}




@media screen and (max-width: 1350px) {
	
    /*Hero Section-------------------------------------------------------------------------------*/
    
    .catherobg {
    	width: 100%;
    	height: 800px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    
    #catherobg {
    	background-image: url("/IMG/ABOUT IMG/abouthero_bg.png");
    	background-position: bottom;
    	background-size: cover;
    	z-index: -1;
    	margin-top: -80px;
    }
    
    .cathero {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 80%;
    	margin-top: 50px;
    }
    
    .catabout, .catus {
    	font-size: 120px;
    	font-weight: thin;
    	background-image: url("/IMG/ABOUT IMG/title_mask2.png");
    	background-size: cover;
    	background-position: bottom right;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	z-index: 5;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: flex-end;
    }
    
    .catabout {
    	margin-right: 0;
    }
    
    .catus {
    	margin-left: 0;
    	margin-top: -50px;
    }
    
    .cathero img {
    	width: 400px;
    	z-index: 10;
    	margin-top: -50px;
    }
    
    
    
    /*About Quote Section--------------------------------------------------------------------*/
    
    #aboutquote {
    	width: 100%;
    	height: 200px;
    	display: flex;
    	justify-content: center;
    	align-items: flex-start;
    	gap: 30px;
    }
    
    #aboutquote img {
    	width: 30px;
    }
    
    #aboutquote p {
    	font-size: 24px;
    	font-weight: normal;
    	font-family: Quattrocento;
    	text-align: center;
    	width: 60%;
    }
    
    
    
    /*Core Values Section--------------------------------------------------------------------*/
    
    #corevalues {
    	width: 100%;
    	height: 90vh;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }

    .cvtitle {
    	font-family: Quattrocento;
    	font-size: 100px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: center;
    	margin-left: 50px;
    	width: 950px;
    }
    
    .cvboxes {
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	width: 90%;
    	height: 60vh;
    	gap: 20px;
    	margin-top: -30px;
    	z-index: 10;
    }
    
    .cvboxes h1 {
    	font-family: Quattrocento Sans;
    	font-size: 35px;
    	font-weight: bold;
    	text-align: center;
    	text-shadow: 0 0 5px rgba(61,61,61,0.5);
    	color: white;
    }
    
    .cvboxes p {
    	font-family: Quattrocento Sans;
    	font-size: 18px;
    	font-weight: thin;
    	text-align: center;
    	text-shadow: 0 0 5px rgba(61,61,61,0.5);
    	color: white;
    	line-height: 30px;
    	margin: 30px 0;
    }
    
    .cvborder {
    	border-top: white thin solid;
    	width: 80px;
    }
    
    
    .cv1, .cv2, .cv3 {
    	border-radius: 27px;
    	padding: 0 40px;
    	width: 30%;
    	height: 100%;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 10px;
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
    }
    
    .cv1 {
    	background-image: url("/IMG/ABOUT IMG/cv1_bg.png");
    }
    
    .cv2 {
    	background-image: url("/IMG/ABOUT IMG/cv2_bg.png");
    }
    
    .cv3 {
    	background-image: url("/IMG/ABOUT IMG/cv3_bg.png");
    }
    
    .cvicon1, .cvicon2, .cvicon3 {
    	background-color: #fff;
    	border-radius: 1000px;
    	width: 60px;
    	height: 60px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    
    .cvicon1 img {
    	width: 30px;
    }
    
    .cvicon2 img {
    	width: 25px;
    	margin-left: 2px;
    }
    
    .cvicon3 img {
    	width: 30px;
    	margin-left: 1px;
    	margin-bottom: 3px;
    }   
   
    
    
    /*Our Story Section--------------------------------------------------------------------*/
    
    #ourstory {
    	width: 100%;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin: 100px 0;
    }
    
    .ostitle {
    	font-family: Quattrocento;
    	font-size: 80px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: right;
    	margin-left: 0;
    	width: 80%;
    	height: auto;
    }
    
    .osbox1, .osbox2, .osbox3 {
    	width: 80%;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 10px;
    }
    
    .osbox1 {
    	margin-top: -20px;
    	z-index: 20;
    }
    
    .osbox2 {
    	margin: auto auto;
    	flex-direction: column-reverse;
    	margin-top: 60px;
    }
    
    .osbox3 {
    	flex-direction: column;
    	gap: 0px;
    	margin-top: 60px;
    }
    
    .osimg1, .osimg2 {
    	width: 100%;
    	height: 300px;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	align-items: flex-end;
    }
    
    .osimg2 {
    	align-items: flex-start;
    }
    
    .osimg3 {
    	width: 100%;
    	height: 300px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }
    
    .os1, .os2, .os3 {
    	border-radius: 27px;
    	width: 100%;
    	height: 300px;
    	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
    }
    
    .os1 {
    	background: url("/IMG/ABOUT IMG/os1_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
    
    .os2 {
    	background: url("/IMG/ABOUT IMG/os2_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
    
    .os3 {
    	background: url("/IMG/ABOUT IMG/os3_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
    	height: 300px;
    }
    
    .year2012, .year2014, .present {
    	font-family: Quattrocento;
    	font-size: 100px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: center;
    	mix-blend-mode: color-dodge;
    	width: 100%;
    	margin-top: -45px;
    }
    
    .year2012 {
    	text-align: center;
    	mix-blend-mode: color-dodge;
    }
    
    .year2014 {
    	text-align: center;
    }
    
    .osdes1, .osdes2, .osdes3 {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 100%;
    	height: auto;
    }
    
    .osdes1 {
    	align-items: center;
    	margin-top: 0;
    }
    
    .osdes2 {
    	align-items: center;
    	margin-top: 0;
    	margin-bottom: 0;
    }
    
    .osdes3 {
    	width: 100%;
    	height: auto;
    }
    
    .ossubtitle1, .ossubtitle2, .ossubtitle3 {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
    	justify-content: center;
    }
    
    .ossubtitle1 {
    	align-items: center;
    }
    
    .ossubtitle2 {
    	align-items: center;
    }
    
    .ossubtitle3 {
    	align-items: center;
    }
    
    
    .ossubtitle1 h1, .ossubtitle2 h1, .ossubtitle3 h1 {
    	font-family: Quattrocento Sans;
    	font-size: 28px;
    	width: 100%;
    	font-weight: bold;
    	text-align: center;
    	color: #3d3d3d;
    }
    
    .osdes1 p, .osdes2 p, .osdes3 p {
    	font-family: Quattrocento Sans;
    	font-size: 18px;
    	font-weight: normal;
    	text-align: center;
    	color: #3d3d3d;
    	line-height: 30px;
    	margin-top: 15px;
    }
    
    .osdes2 p {
    	text-align: center;
    }
    
    .osdes3 p {
    	text-align: center;
    } 
    
    .osborder {
    	border-top: #3d3d3d thin solid;
    	width: 200px;
    	margin-top: 10px;
    }
    
    
    
    
    /*Services Section--------------------------------------------------------------------*/
    
    #services {
    	width: 100%;
    	height: 480px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin-bottom: 100px;
    }
    
    .stitle {
    	font-family: Quattrocento;
    	font-size: 70px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: center;
    }
    
    .simgbg {
    	width: 80%;
    	height: 100%;
    	background-image: url("/IMG/ABOUT IMG/servicesbg.png");
    	background-position: center;
    	background-size: contain;
    	background-repeat: no-repeat;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin-top: -35px;
    	z-index: 10;
    }
    	
    .simgbgM {
    	width: 90%;
    	height: 500px;
    	background-image: url("/IMG/ABOUT IMG/servicesbg.png");
    	background-position: center;
    	background-size: contain;
    	background-repeat: no-repeat;
    	display: none;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin-top: -30px;
    	z-index: 10;
    }
    
    .ssubtitle1, .ssubtitle2, .ssubtitle3 {
    	width: 200px;
    	font-family: Quattrocento;
    	font-size: 24px;
    	font-weight: thin;
    	color: #fff;
    }
    
    .sbox {
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	width: 400px;
    	height: 27%;
    	gap: 50px;
    }
    
    .sblank {
    	width: 50%;
    }
    
    
    .ssubtitle2M {
    	text-align: right;
    }
}

@media screen and (max-width: 850px) {
    /*Hero Section-------------------------------------------------------------------------------*/
    
    .catherobg {
    	width: 100%;
    	height: 500px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    
    #catherobg {
    	background-image: url("/IMG/ABOUT IMG/abouthero_bg.png");
    	background-position: bottom;
    	background-size: cover;
    	z-index: -1;
    	margin-top: -80px;
    }
    
    .cathero {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 80%;
    	margin-top: 50px;
    }
    
    .catabout, .catus {
    	font-size: 80px;
    	font-weight: thin;
    	background-image: url("/IMG/ABOUT IMG/title_mask2.png");
    	background-size: cover;
    	background-position: bottom right;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	z-index: 5;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: flex-end;
    }
    
    .catabout {
    	margin-right: 0;
    }
    
    .catus {
    	margin-left: 0;
    	margin-top: -50px;
    }
    
    .cathero img {
    	width: 200px;
    	z-index: 10;
    	margin-top: -50px;
    }
    
    
    
    /*About Quote Section--------------------------------------------------------------------*/
    
    #aboutquote {
    	width: 100%;
    	height: 200px;
    	display: flex;
    	justify-content: center;
    	align-items: flex-start;
    	gap: 30px;
    }
    
    #aboutquote img {
    	width: 20px;
    }
    
    #aboutquote p {
    	font-size: 18px;
    	font-weight: normal;
    	font-family: Quattrocento;
    	text-align: center;
    	width: 60%;
    }
    
    
    
    /*Core Values Section--------------------------------------------------------------------*/
    
    #corevalues {
    	width: 100%;
    	height: 1400px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }
    
    .cvtitle {
    	font-family: Quattrocento;
    	font-size: 70px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: left;
    	margin-top: 0;
    	width: 80%;
    	height: auto;
    	margin-left: 0;
    }
    
    .cvboxes {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 80%;
    	height: auto;
    	gap: 20px;
    	margin-top: -20px;
    	z-index: 10;
    }
    
    .cvboxes h1 {
    	font-family: Quattrocento Sans;
    	font-size: 26px;
    	font-weight: bold;
    	text-align: center;
    	text-shadow: 0 0 5px rgba(61,61,61,0.5);
    	color: white;
    	margin-left: 0;
    }
    
    .cvboxes p {
    	font-family: Quattrocento Sans;
    	font-size: 18px;
    	font-weight: thin;
    	text-align: center;
    	text-shadow: 0 0 5px rgba(61,61,61,0.5);
    	color: white;
    	line-height: 30px;
    	margin: 30px 0;
    	width: 250px;
    }
    
    .cvborder {
    	border-top: white thin solid;
	    width: 80px;
    }
    
    
    .cv1, .cv2, .cv3 {
    	border-radius: 27px;
    	box-sizing: border-box;
    	padding: 20px 20px;
    	width: 100%;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 20px;
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
    }
    
    .cv1 {
    	background-image: url("/IMG/ABOUT IMG/cv1_bg.png");
    }
    
    .cv2 {
    	background-image: url("/IMG/ABOUT IMG/cv2_bg.png");
    }
    
    .cv3 {
    	background-image: url("/IMG/ABOUT IMG/cv3_bg.png");
    }
    
    .cvicon1, .cvicon2, .cvicon3 {
    	background-color: #fff;
    	border-radius: 1000px;
    	width: 50px;
    	height: 50px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	box-sizing: border-box;
    }
    
    .cvicon1 img {
    	width: 30px;
    }
    
    .cvicon2 img {
    	width: 25px;
    	margin-left: 2px;
    }
    
    .cvicon3 img {
    	width: 30px;
    	margin-left: 1px;
    	margin-bottom: 3px;
    }
    
    
    
    /*Our Story Section--------------------------------------------------------------------*/
    
    #ourstory {
    	width: 100%;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin: 100px 0 50px;
    }
    
    .ostitle {
    	font-family: Quattrocento;
    	font-size: 70px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: right;
    	margin-left: 0;
    	width: 80%;
    	height: auto;
    }
    
    .osbox1, .osbox2, .osbox3 {
    	width: 80%;
    	height: auto;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	gap: 10px;
    }
    
    .osbox1 {
    	margin-top: -20px;
    	z-index: 20;
    }
    
    .osbox2 {
    	margin: auto auto;
    	flex-direction: column-reverse;
    	margin-top: 60px;
    }
    
    .osbox3 {
    	flex-direction: column;
    	gap: 0px;
    	margin-top: 60px;
    }
    
    .osimg1, .osimg2 {
    	width: 100%;
    	height: 300px;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	align-items: flex-end;
    }
    
    .osimg2 {
    	align-items: flex-start;
    }
    
    .osimg3 {
    	width: 100%;
    	height: 300px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }
    
    .os1, .os2, .os3 {
    	border-radius: 27px;
    	width: 100%;
    	height: 300px;
    	box-shadow: 0 0 6px 1px rgba(61,61,61,0.5);
    }
    
    .os1 {
    	background: url("/IMG/ABOUT IMG/os1_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
    
    .os2 {
    	background: url("/IMG/ABOUT IMG/os2_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    }
    
    .os3 {
    	background: url("/IMG/ABOUT IMG/os3_img.png");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 100%;
    	height: 300px;
    }
    
    .year2012, .year2014, .present {
    	font-family: Quattrocento;
    	font-size: 70px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: center;
    	mix-blend-mode: color-dodge;
    	margin-top: -35px;
    }
    
    .year2012 {
    	text-align: center;
    	mix-blend-mode: color-dodge;
    }
    
    .year2014 {
    	text-align: center;
    }
    
    .osdes1, .osdes2, .osdes3 {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	width: 100%;
    	height: auto;
    }
    
    .osdes1 {
    	align-items: center;
    	margin-top: 0;
    }
    
    .osdes2 {
    	align-items: center;
    	margin-top: 0;
    	margin-bottom: 0;
    }
    
    .osdes3 {
    	width: 100%;
    	height: auto;
    }
    
    .ossubtitle1, .ossubtitle2, .ossubtitle3 {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
    	justify-content: center;
    }
    
    .ossubtitle1 {
    	align-items: center;
    }
    
    .ossubtitle2 {
    	align-items: center;
    }
    
    .ossubtitle3 {
    	align-items: center;
    }
    
    
    .ossubtitle1 h1, .ossubtitle2 h1, .ossubtitle3 h1 {
    	font-family: Quattrocento Sans;
    	font-size: 26px;
    	width: 100%;
    	font-weight: bold;
    	text-align: center;
    	color: #3d3d3d;
    }
    
    .osdes1 p, .osdes2 p, .osdes3 p {
    	font-family: Quattrocento Sans;
    	font-size: 18px;
    	font-weight: normal;
    	text-align: center;
    	color: #3d3d3d;
    	line-height: 25px;
    	margin-top: 15px;
    }
    
    .osdes2 p {
    	text-align: center;
    }
    
    .osdes3 p {
    	text-align: center;
    } 
    
    .osborder {
    	border-top: #3d3d3d thin solid;
    	width: 200px;
    	margin-top: 10px;
    }
    
    
    
    
    /*Services Section--------------------------------------------------------------------*/
    
    #services {
    	width: 100%;
    	height: 700px;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin-bottom: 0;
    }
    
    .stitle {
    	font-family: Quattrocento;
    	font-size: 70px;
    	font-weight: thin;
    	background-image: url("/IMG/HOME IMG/title_mask.png");
    	background-size: auto;
    	background-position: center;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	text-align: center;
    }
    
    .simgbg {
    	display: none;
    }
    	
    .simgbgM {
    	width: 90%;
    	height: 500px;
    	background-image: url("/IMG/ABOUT IMG/mobile_servicesbg.png");
    	background-position: center;
    	background-size: contain;
    	background-repeat: no-repeat;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	margin-top: -30px;
    	z-index: 10;
    }
    
    .ssubtitle1M, .ssubtitle2M, .ssubtitle3M {
    	width: 200px;
    	font-family: Quattrocento;
    	font-size: 16px;
    	font-weight: thin;
    	color: #fff;
    }
    
    .sbox {
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	width: 350px;
    	height: 29%;
    	gap: 50px;
    }
    
    .sblank {
    	width: 50%;
    }
    
    
    .ssubtitle2M {
    	text-align: right;
    }
}


	
