/* CSS Document */

/* FONTS */


@font-face {
	font-family: 'Sabon';
	src: url(../Fonts/Sabon.woff2);
	font-style: normal;
}
@font-face {
	font-family: 'Volvo';
	src: url(../Fonts/Volvo.woff2);
	font-style: normal;
}

@font-face {
	font-family: 'Circular';
	src: url(../Fonts/Circular.woff2);
	font-style: normal;
}

@font-face {
	font-family: 'CircularBook';
	src: url(../Fonts/CircularBook.woff2);
	font-style: normal;
}





/* SITEWIDE */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	width: auto;
	height: auto;
}
body {
 background-color:;
	font-family: 'Volvo', sans-serif;
}
h1 {
	font-size: clamp(30px, 5vw, 90px);
	line-height: clamp(14px, 5vw, 80px);
	font-family: 'Volvo', sans-serif;
	color: #FFF;
}
h2 {
	font-size: clamp(20px, 3vw, 50px);
	line-height: clamp(14px, 3vw, 45px);
	font-family: 'Circular', sans-serif;
	color: #006;
}
h3 {
	font-size: clamp(20px, 1.3vw, 26px);
	line-height: clamp(26px, 1.7vw, 30px);
	font-family: 'CircularBook', sans-serif;
	color: #006;
}

h4 {
	font-size: 1.8vw;
	font-family: 'CircularBook', sans-serif;
	color: #FC3;
}
h5 {
	font-size: clamp(30px, 3vw, 50px);
	line-height: clamp(14px, 3vw, 45px);
	font-family: 'Volvo', sans-serif;
	color: #FC3;
}

p, li {
	font-size: clamp(16px, 1.1vw, 20px);
	line-height: clamp(20px, 1.5vw, 34px);
	font-family: 'Volvo', serif;
}

li a {
	color:;
}

.Blist { 
list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.7em;
}

.Slist { 
list-style-type: decimal;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.7em;
}

.Nlist { 
list-style-type: none;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.7em;
}

.W {
	color: #FFF;
}

.Y{
	color: #FC3;
}

.D{
	color: #000;
}
.L {
	text-align: left;
}
.R {
	text-align: right
}

.MW {
	max-width:40%;
	margin:0 auto;
}

/* BACKGROUNDS */

.consult{
	width:100%;
	height:100vh;
	border:none;
	margin:0 auto;
}

/* BACKGROUNDS */

.BGW {
	background: #FFF;
}

.BGL {
	background: #eff2ff;
}


.BGD {
	background: url(../Images/moroccan-flower-dark.png) repeat repeat, #AAD6D8;
	border-top:3px solid #FC3;
	border-bottom:3px solid #FC3;
}

.BGN {
	background: none;
}

.overlay {
	position: absolute;
	top: 0;
	left : 0;
	width: 100%;
	height: 100%;
	background: url(../Images/black-orchid.png) center repeat;
	z-index: -1;
}


/* ALIGNMENT */
.TAL {
	text-align:left;
}

.TAC {
	text-align:center;
}

.TAR {
	text-align:right;
}


/* CONTAINERS */
.Top-Container {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.Content-Container {
	width: 84%;
	max-width: 1600px;
	margin: 3% auto;
	padding: 0 5%;
	display: table;
}


/* CONTENT */


.Banner {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
	float: left;
}
.Banner img {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: White; /* in case the video doesn't fit the whole page*/
 background-image:/* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index: -3;
}
.Banner video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: White; /* in case the video doesn't fit the whole page*/
 background-image:/* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index: -3;
}
.Banner a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin: 3% auto;
}
Banner h1 {
}
.Banner-Text {
	height: auto;
	position: absolute;
	width: 60%;
	max-width: 1600px;
	top: 45%;
	transform: translate(-40%, -35%);
	border: 0px solid #FFF;
	border-radius: 40px;
	padding: 2%;
}

.Banner-Button{
	width:auto;
	display:table;
	background:#FC3;
	padding:20px;
	margin:2% 2% 0 0;
	border-radius:20px;
	border:3px solid #FC3;
	float:left;
	color: #006;
	font-family: 'CircularBook', sans-serif;
	font-size: clamp(14px, 1.3vw, 22px);
	transition: 0.5s;
}

.Banner-Button:hover{
	width:auto;
	display:table;
	background:none;
	color:#FC3;
}


.BTR {
	left: 40%;
}


/* BOXES */

.box100 {
	width: 92%;
	padding: 2%;
	margin: 2%;
	display:table;
}
.box75 {
	width: 67%;
	padding: 2%;
	margin: 2%;
}
.box66 {
	width: 58%;
	padding: 0 2%;
	margin: 0 2%;
}
.box50 {
	width: calc(42% - 3px);
	padding: 2%;
}
.box33 {
	width: calc(45.5% - 2px);
	margin: 2%;
	border:1px solid #FC3;
	transition: .5s;
}

.box33:hover {
	border:1px solid #006;
	cursor:pointer;
}




.box25 {
	width: 21%;
	padding: 2%;
}
.box100, .box75, .box66, .box50, .box33, .box25 {
	border-radius: 20px;
	float: left;
}

.boxicon {
	width: 30px;
	height: 30px;
	margin:10px 20px -10px 0;
}

.boximage {
	width: 100%;
	height: 20vh;
	background-size: 100% 100%;
	background-color: White; /* in case the video doesn't fit the whole page*/
 background-image:/* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.boxtext{
	padding:5%;
}



.boxbutton{
	width:auto;
	display:table;
	padding:10px 20px;
	margin:5% 0;
	border-radius:15px;
	border:1px solid #FC3;
	background:#FC3;
	float:left;
	color: #006;
	font-family: 'CircularBook', sans-serif;
	font-size: clamp(14px, 1vw, 20px);
	transition: 0.5s;
}

.boxbutton:hover{
	width:auto;
	display:table;
	background:#FFF;
	border:1px solid #006;
}

  .boxfooter{
	display:table;
	float: left;
	width: 25%;
	height:100%;
	padding: 2%;
	margin: 2%;
	background:#none;
	border-left:1px solid #FC3;
}



.Highlight {
	width: 95%;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.Highlight-Heading {
	width: 100%;
	padding: 0 0 2% 0;
	display: table;
	text-align: center;
}
.Highlight-Text {
	width: 46%;
	display: table;
}
.Highlight-Image {
	width: 46%;
	display: table;
}
.Highlight-Image img {
	width: calc(100% - 2px);
	height: 55vh;
	background-size: 100% 100%;
	background-color: White; /* in case the video doesn't fit the whole page*/
 background-image:/* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	border-radius: 30px;
	border: 1px solid #FC3;
}
.Highlight-Image video {
	width: 100%;
	height: 55vh;
	background-size: 100% 100%;
	background-color: White; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	border-radius: 30px;
	border: 1px solid #FC3;
}
.HL {
	float: left;
	padding:2% 4% 2% 0%;
}
.HR {
	float: right;
	padding:2% 0% 2% 4%;
}
.Highlight-Detail {
	width: 100%;
	display: table;
}



 @media all and (max-width : 1100px) {
	 


.MW {
	max-width:90%;
	margin:0 auto;
}


.Content-Container {
	width: 84%;
	max-width: 1600px;
	margin: 10% auto;
	padding: 0 5%;
	display: table;
}



.box75, .box66, .box50, .box33, .box25 {
	width:44%;
}

  .boxfooter{

	width: 41%;
	height:100%;
	padding: 2%;
	margin: 2%;
}


.Highlight-Text {
	width: calc(100% - 2px);
	padding: 5% 0;
	margin:5% 0;
}
.Highlight-Image {
	width: calc(100% - 2px);
	float:left;
	padding: 0;
	margin:5% 0;
}

.Highlight-Image img {
	border-radius: 0px;

}
.Highlight-Image video {
	border-radius: 0px;
}



 }
 
 
 @media all and (max-width : 600px) {


	 h1 {
	font-size: 9vw;
	line-height:9vw;
}
h2 {
	font-size: 7vw;
	line-height:7vw;
}
h3 {
	font-size: clamp(18px, 4vw, 36px);
	line-height: clamp(18px, 5vw, 50px);
}

h4 {
	font-size: clamp(18px, 4vw, 36px);
	line-height: clamp(18px, 5vw, 50px);
}
p, li {
	font-size: clamp(16px, 1.8vw, 26px);
	line-height: clamp(28px, 2.5vw, 36px);
}

.Blist { 
list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1.3em;
}

.Nlist { 
list-style-type: none;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.7em;
}


.Banner-Text {
	height: auto;
	position: absolute;
	width: 70%;
	margin:0 auto;
	max-width: 1600px;
	top: 45%;
	transform: translate(-40%, -40%);
	border: 0px solid #FFF;
	border-radius: 40px;
	padding: 2%;
}

.Banner-Button{
	padding:3% 5%;
	margin:4% 5% 0 0;
	border-radius:20px;
	float:left;
	font-size:4vw;
}



 .box75, .box66, .box50, .box33, .box25 {
	width:calc(96% - 2px);
	margin:10% 2%;
}


.boxfooter{
	display:table;
	float: left;
	width: 100%;
	height:100%;
	padding: 4% 0;
	margin: 4% 0;
	background:#none;
	border-left:0px solid #FC3;
	border-bottom:1px solid #FC3;
}

.boxfooter a{
	color:#006;
}

.Highlight-Image img {
	height: 35vh;
	border-radius:20px;
	
}
.Highlight-Image video {
	height: 35vh;
	border-radius:20px;

}



}

