/* 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: 'Circular', sans-serif;
	color: #FFF;
	text-shadow: 2px 2px 11px rgba(128, 0, 0, 0.48);
}
h2 {
	font-size: clamp(20px, 3vw, 50px);
	line-height: clamp(14px, 3vw, 45px);
	font-family: 'Circular', sans-serif;
	color: #d2ae6d;
}
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: ;
}
h5 {
	font-size: clamp(30px, 3vw, 50px);
	line-height: clamp(14px, 3vw, 45px);
	font-family: 'Volvo', sans-serif;
	color: #d2ae6d;
}

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: #d2ae6d;
}

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

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

.FL{
	float:left;
}


.stars{height: 30px;
	margin: 0 auto;
}

.google{
	width: 100%;
	min-height: 300px;
	border-radius: 25px;
}
/* BACKGROUNDS */

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

/* BACKGROUNDS */

.BGW {
	background: #FFF;
}

.BGL {
	background: #eff2ff;
}


.BGD {
	background:#999;
	border-top:3px solid #d2ae6d;
	border-bottom:3px solid #d2ae6d;
}

.BGN {
	background: #b5abaa;
}

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

.overlayd {
	position: absolute;
	top: 0;
	left : 0;
	width: 100%;
	height: 100%;
	background: url(../Images/black-orchid_2D.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: 90%;
	max-width: 1600px;
	margin: 3% auto;
	padding: 0 5%;
	display: table;
}


/* CONTENT */


.Banner {
	display: block;
	margin:5% 5% 3% 5%;
	overflow: hidden;
	position: relative;
	height: 80vh;
	width: 90%;
	float: left;
	border-radius: 25px;
}
.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: 40%;
	max-width: 1600px;
	top: 45%;
	transform: translate(-50%, -35%);
	border: 0px solid #FFF;
	border-radius: 40px;
	padding: 2%;
}

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

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

.Banner-Symbol{
	display:table;
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	background:#0F6;
}

.Banner-Symbol img{
	width:50%;
	height:auto;
	float:left;
}

.BTR {
	left: 40%;
}


/* BOXES */


.box100Content {
	width: 96%;
	padding: 0%;
	margin: 2%;
	display:table;
}


.box100 {
	width: calc(95% - 2px);
	padding: 0%;
	margin: 2%;
	border:1px solid #d2ae6d;
	display:table;
}
.box75 {
	width: 67%;
	padding: 2%;
	margin: 2%;
}
.box66 {
	width: 58%;
	padding: 0 2%;
	margin: 0 2%;
}
.box50 {
	width: 96%;
	margin: 2%;
	border:1px solid #d2ae6d;
	height:100%;
	float:left;
}
.box25 {
	width: calc(21% - 2px);
	margin: 2%;
	border:1px solid #d2ae6d;
	transition: .5s;
}


.box33 {
	width: calc(45.5% - 2px);
	margin: 2%;
	border:1px solid #d2ae6d;
	transition: .5s;
	float: left;
}

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


.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: 40vh;
	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;
}

.boximagewide {
	width: 100%;
	height: 15vh;
	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;
	margin-bottom: 2%;
}


.boxtext{
	padding:5%;
}



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

.boxbutton:hover{
	width:auto;
	display:table;
	color:#d2ae6d;
	background:none;
	border:1px solid #d2ae6d;
}

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



.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 #d2ae6d;
}
.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 #d2ae6d;
}
.HL {
	float: left;
	padding:2% 4% 2% 0%;
}
.HR {
	float: right;
	padding:2% 0% 2% 4%;
}
.Highlight-Detail {
	width: 100%;
	display: table;
}



.testimonial-slider {
   display: table;
   width: 50%;
	margin: 20px auto;
   height: auto;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 300px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-slider q {
	color: #FFFFFF;
   display: table;
	margin: 0 auto;
   font-family: "Sabon", sans-serif;
	font-size: 40px;
	line-height: 40px;
   text-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.testimonial-slider .source {
    margin-top: 25px;
    color: #FFF;
    font: italic 400 30px / 1.35 "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}



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


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


.Content-Container {
	width: 90%;
	max-width: 1600px;
	margin: 5% 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 {
	margin:20% 5% 3% 5%;
	 }

.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:5% 2%;
}


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

.boxfooter a{
	color:#006;
}

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

}

.testimonial-slider {
   width: 80%;

}

	 
	 .testimonial-slider q {
	font-size: 30px;
		 line-height: 30px;
		 
	 }
}

