@charset "UTF-8";



html {
	scroll-behavior: smooth;
}
body {
	background-color: #BBA186;
	-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,30%,28%,0.50);
	box-shadow: inset 2px 2px 20px 0px hsla(19,30%,28%,0.50);
}
      
      nav li {
	/* [disabled]display: inline-block; */
	/* [disabled]margin: 0 10px; */
	padding: 10px;
      }

.navbar {
	background-color: #C3AE9A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 100px;
	padding-right: 100px;
	-webkit-box-shadow: 2px 2px 5px 0px hsla(20,30%,28%,0.30);
	box-shadow: 2px 2px 5px 0px hsla(20,30%,28%,0.30);
}
.navbar-brand {
	width: 80px;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: medium;
}
.navbar-brand:hover {
	opacity: 0.5;
}
.navbar-brand-left:hover {
	opacity: 0.5;
	color: hsla(353,100%,15%,1.00);
}
.nav-link {
	color: #4D0009;
	font-size: medium;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
}
.nav-link:hover {
	opacity: 0.5;
	color: #4D0009;
}
.banner {
    background-color: hsla(352,68%,12%,0.80);
    margin-top: 70px;
    z-index: 9;
    position: fixed;
    width: 100%;
}
.banner-content {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-text {
    flex-grow: 1;
    line-height: 1.4px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
}
.banner-close {
    border: none;
    background: none;
    cursor: pointer;
    color: white;
}
.hero-video-container {
	overflow-y: hidden;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: relative;
	width: 100%;
	height: 800px;
}
.hero-video-container video {
  	width: 100%;
  	height: 100%;
 	object-fit: cover; /* Adjust the object-fit property based on your needs */
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(77,0,9,0.90);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 28px;
	color: #D6BBA3;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #A3815D;
}

.overlay .closebtn {
	position: absolute;
	right: 50px;
	font-size: 80px;
	top: 0%;
	margin-top: -36px;
}
.mobile-only-768 {
	display: none;
}
.desktop-only-1000 {
	display: block;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

#myVideo {
    /* [disabled]margin-top: 70px; */
}
.circle {
	height: 725px;
	width: 725px;
	background-color: hsla(354,100%,15%,0.80);
	border-radius: 50%;
	position: absolute;
	/* [disabled]z-index: 1; */
	left: 3%;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	top: 35%;
}
circle {
	transform: rotate(90deg);
	transform-origin: center;
	animation: line-to-circle 2s linear forwards;
	position: absolute;
	transition: ease-in-out;
}

.fill {
	stroke-dashoffset: 0;
	stroke: transparent;
	animation: fill-circle 2s linear forwards;
	transition: ease-in-out;
}

@keyframes line-to-circle {
  0% {
    stroke-dashoffset: 70.65;
  }
  100% {
    stroke-dashoffset: 360;
  }
}

@keyframes fill-circle {
  0% {
    stroke-dashoffset: 141.3;
	stroke: hsla(31,28%,63%,0.70);
    
  }
  100% {
    stroke-dashoffset: 0;
    stroke: transparent;
  }
}
.hero-video-container .content {
	position: absolute; /* Set the position of the content vertically */
	left: 0;
	; /* Set the position of the content horizontally */
	float: none;
	width: 725px;
	bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	z-index: 2;
}
.logo   {
	width: 250px;
}
.vert-center {
	display: flex;
	align-items: center; /* Align items vertically */
	justify-content: center; /* Align items horizontally */
}
.circle-orange  {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 925px;
	height: 925px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: 2px 2px 25px 13px hsla(21,30%,28%,0.23);
	box-shadow: 2px 2px 25px 13px hsla(21,30%,28%,0.23);
	opacity: 1;
	z-index: 0;
	/* [disabled]margin-top: -119px; */
	top: 55%;
	left: -3%;
	/* [disabled]border: thick outset hsla(19,29%,28%,0.40); */
}
.container-fluid.about {
	padding-left: 200px;
	padding-right: 200px;
	position: relative;
}
.container-fluid.facilities {
	padding-left: 200px;
	padding-right: 200px;
}
.container-fluid.paddingr {
	padding-left: 100px;
	padding-right: 100px;
}
.circle-orange2  {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 600px;
	height: 600px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: 2px 2px 30px 15px hsla(21,30%,28%,0.23); */
	/* [disabled]box-shadow: 2px 2px 30px 15px hsla(21,30%,28%,0.23); */
	opacity: 1;
	left: 10%;
	z-index: 0;
}
.circle-orange3  {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 600px;
	height: 600px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	left: 15%;
	z-index: 0;
}
.card2text {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	position: relative;
	/* [disabled]transform: translate(0%, 25%); */
}
.card-images {
	/* [disabled]padding-top: 3%; */
	/* [disabled]padding-bottom: 3%; */
}
.card3text {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	position: relative;
	/* [disabled]transform: translate(0%, 25%); */
	padding-top: 5%;
	padding-bottom: 5%;
}
.circle-brown  {
	border-radius: 50%;
	background-color: hsla(29,23%,72%,0.62);
	width: 750px;
	height: 750px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	left: 5%;
	/* [disabled]-webkit-box-shadow: 2px 2px 30px 15px hsla(21,30%,28%,0.23); */
	/* [disabled]box-shadow: 2px 2px 30px 15px hsla(21,30%,28%,0.23); */
}
.btn.btn-lg {
    border: thin solid #FFFFFF;
    border-radius: 75px;
    color: #FFFFFF;
    font-size: 20px;
}
.btn.btn-lg:hover {
    border: thin solid #FFFFFF;
    border-radius: 75px;
    color: #3F7373;
    font-size: 20px;
    background-color: #FFFFFF;
}
.btn.btn-sm {
    color: #3F7373;
    border: medium solid #3F7373;
    border-radius: 75px;
    font-size: 18px;
    background-color: hsla(0,0%,100%,0.90);
    font-weight: 600;
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn.btn-sm:hover {
    color: #3F7373;
    border: medium solid #3F7373;
    border-radius: 75px;
    font-size: 16px;
    background-color: hsla(0,0%,100%,0.90);
    font-weight: 600;
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.75;
}
h1 {
    color: #FFFFFF;
    font-size: 142px;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-top: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 99px;
}
h2 {
    color: hsla(0,0%,100%,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-size: 48px;
    position: relative;
    font-weight: 600;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.c1 {
	padding-left: 275px;
	padding-right: 275px;
	padding-top: 25px;
}
.highlight-lg {
	border-radius: 25px;
	background-color: #3F7373;
	/* [disabled]position: relative; */
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	display: flex;
	align-items: center; /* Align items vertically */
	justify-content: center; /* Align items horizontally */
	-webkit-box-shadow: 0 1px 10px 5px hsla(21,30%,28%,0.23);
	box-shadow: 0 1px 10px 5px hsla(21,30%,28%,0.23);
}
.highlight-links {
	background-color: hsla(22,40%,46%,1.00);
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.highlight-md {
	border-radius: 15px;
	background-color: #3F7373;
	margin-right: 200px;
	margin-left: 200px;
	/* [disabled]position: relative; */
}
img.rounded {
	border-radius: 15px;
}
h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
a h4 {
	color: #FFFFFF;
}
a h4:hover {
	opacity: 0.75;
	color: hsla(0,0%,100%,0.75);
	text-decoration: underline;
}
p1 {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	position: relative;
}
p1 a {
	color: #FFFFFF;
}
p1 a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	opacity: 0.7;
}
p2 {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: relative;
	font-size: 22px;
}
p3 {
	color: #363336;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
}
a p3 {
	color: #3F7373;
}
p3 a {
	color: #3F7373;
}
a p3:hover  {
	color: #3F7373;
	font-weight: 600;
	text-decoration: underline;
}
p3 a:hover  {
	color: #3F7373;
	font-weight: 600;
	text-decoration: underline;
}
p4 {
	color: hsla(300,3%,21%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
p5 {
    font-family: "Bebas Kai", "Helvetica Neue Condensed Bold";
    font-size: 30px;
}

.center-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a .img-fluid.link {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 25px;
    margin-left: 0px;
}
a .img-fluid.link:hover {
	opacity: 0.75;
	color: hsla(0,0%,100%,0.75);
	text-decoration: underline;
}
.card2img {
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 200px;
	padding-right: 200px;
	-webkit-box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
	box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
	margin-top: 200px;
	background-color: hsla(29,24%,68%,1.00);
}
.desktop-only {
}
.mobile-only {
	display: none;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}

@media (max-width:768px){
.desktop-only {
	display: none;
}
.mobile-only {
	display: block;
}
.toggle {
	margin-top: -40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	color: hsla(353,100%,15%,1.00);
	font-size: 60px;
	margin-bottom: -32px;
}
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 70px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.circle {
	height: 400px;
	width: 400px;
	background-color: hsla(354,100%,15%,0.60);
	border-radius: 50%;
	position: absolute;
	left: -3%;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	top: 10%;
}
.logo {
	width: 175px;
	left: -5%;
	position: relative;
	top: 0%;
	display: none;
}
.mobile-content {
	width: 325px;
	z-index: 1;
	position: absolute;
	margin-left: 0px;
	padding-left: 40px;
	padding-right: 0px;
	top: 15%;
}
circle {
	transform: rotate(90deg);
	transform-origin: center;
	animation: line-to-circle 2s linear forwards;
	position: absolute;
	transition: ease-in-out;
}
.circle-orange {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 576px;
	height: 576px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	top: 45%;
}
p5 {
    font-size: 20px;
}
p2 {
    position: relative;
    font-size: 18px;
}
h2 {
    font-size: 24px;
    position: relative;
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
}
.circle-orange2 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 450px;
	height: 450px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	left: 3%;
	z-index: 0;
	margin-top: -30px;
}
.circle-orange3 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 450px;
	height: 450px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	margin-top: -20px;
	right: 3%;
}
a .img-fluid.link {
	padding-bottom: 20px;
}
.circle-brown {
	border-radius: 50%;
	background-color: hsla(29,37%,74%,0.70);
	width: 550px;
	height: 550px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	/* [disabled]box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	z-index: 0;
	margin-left: 0px;
	padding-left: 0px;
	left: -3%;
}
.c1 {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h1 {
	font-size: 80px;
	line-height: 70px;
	padding-left: 50px;
}
.row.margin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.p11 {
    font-size: 17px;
    position: relative;
    width: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
.p11 a {
	color: #FFFFFF;
	padding-left: 0px;
}
.container-fluid.about {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.p11 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity: 0.7;
	margin-right: 0px;
}
.container-fluid.facilities {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}
.btn.btn-md {
    color: #FFFFFF;
    border: thin solid #FFFFFF;
    border-radius: 75px;
}
footer {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	margin-top: 150px;
}
.hero-video-container {
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 690px;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: block;
}
.highlight-lg {
	border-radius: 25px;
	background-color: #3F7373;
	/* [disabled]position: relative; */
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}
.hero-video-container .content {
    position: absolute; /* Set the position of the content vertically */
    left: 0;
    ; /* Set the position of the content horizontally */
    float: none;
    width: 530px;
    bottom: 0;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    z-index: 2;
    border-radius: 54px;
}
.mobile-only-768 {
    display: block;
}
.desktop-only-1000 {
	display: none;
}
}

@media (min-width:1200px) and (max-width:1350px){
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 100px;
	padding-right: 100px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
}
.container-fluid.about {
	padding-left: 150px;
	padding-right: 150px;
}
.container-fluid.facilities {
	padding-left: 110px;
	padding-right: 110px;
}
h1 {
	font-size: 130px;
}
p2 {
	font-size: 18px;
}
.c1 {
	padding-left: 200px;
	padding-right: 200px;
}
h2 {
    font-size: 48px;
    position: relative;
    padding-top: 15px;
}
.card2text {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	position: relative;
	/* [disabled]transform: translate(0%, 25%); */
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
.mobile-only-768 {
	display: none;
}
.desktop-only-1000 {
	display: block;
}
}

@media (min-width:1000px) and (max-width:1199.99px){
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 50px;
	padding-right: 50px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
}
.nav-link {
	color: #4D0009;
	font-size: small;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: small;
}
.circle {
	height: 650px;
	width: 650px;
	background-color: hsla(354,100%,15%,0.80);
	border-radius: 50%;
	position: absolute;
	/* [disabled]z-index: 1; */
	left: 0%;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	top: 23%;
}
p1 {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	position: relative;
}
.container-fluid.about {
	padding-left: 100px;
	padding-right: 100px;
}
.container-fluid.facilities {
	padding-left: 100px;
	padding-right: 100px;
}
.c1 {
	padding-left: 130px;
	padding-right: 130px;
}
h1 {
	font-size: 120px;
}
p5 {
	font-size: 25px;
}
.container-fluid.paddingl {
}
.container-fluid.paddingr {
	padding-left: 0px;
	padding-right: 0px;
}
p2 {
	font-size: 18px;
}
a .img-fluid.link {
	padding-bottom: 20px;
}
h2 {
    color: hsla(0,0%,100%,1.00);
    font-size: 48px;
    position: relative;
    padding-top: 30px;
    text-align: center;
}
footer {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 100px;
	padding-right: 100px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	margin-top: 200px;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
.mobile-only-768 {
	display: none;
}
.desktop-only-1000 {
	display: block;
}
}

@media (min-width:768px) and (max-width:1000px){
.navbar {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    /* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
    /* [disabled]box-shadow: inset 2px 2px 20px 0px hsla(19,29%,28%,0.50); */
    padding-top: 0px;
}
nav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
      }
.navbar-brand {
	width: 75px;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: small;
	display: none;
}
.toggle {
	margin-top: -40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	color: hsla(353,100%,15%,1.00);
	font-size: 62px;
	margin-bottom: -27px;
}
.circle {
	height: 500px;
	width: 500px;
	background-color: hsla(354,100%,15%,0.60);
	border-radius: 50%;
	position: absolute;
	left: -5%;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(19,29%,28%,0.81); */
	top: 7%;
}
.mobile-content {
	width: 400px;
	z-index: 1;
	position: absolute;
	margin-left: 0px;
	/* [disabled]padding-left: 50px; */
	/* [disabled]padding-right: 0px; */
	top: 20%;
}
p1 {
    font-size: 20px;
    position: relative;
}
.desktop-only {
	display: none;
}
.mobile-only {
	display: block;
}
.hero-video-container {
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
}
.container-fluid.about {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 50px;
}
.container-fluid.facilities {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 50px;
}
.c1 {
	padding-left: 150px;
	padding-right: 150px;
}
h1 {
    font-size: 80px;
    line-height: 55px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    position: relative;
}
.p11 {
    font-size: 20px;
    position: relative;
}
.p11 a {
    font-size: 20px;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
}
p5 {
	font-size: 23px;
}
p1 {
	font-size: 18px;
}
p2 {
	font-size: 17px;
}
h2 {
    font-size: 36px;
    position: relative;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}
.card2text {
    text-align: left;
    position: relative;
    /* [disabled]transform: translate(0%, 25%); */
}
.highlight-lg {
	border-radius: 5px;
	background-color: #3F7373;
	/* [disabled]position: relative; */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a .img-fluid.link {
    border-radius: 25px;
    padding-bottom: 20px;
}
.circle-orange {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 650px;
	height: 650px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	margin-top: 0px;
	top: 50%;
}
.circle-orange2 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 500px;
	height: 500px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	left: 10%;
	z-index: 0;
	margin-top: 20px;
}
.circle-orange3 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 500px;
	height: 500px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	z-index: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	left: 10%;
}
.circle-brown {
	border-radius: 50%;
	background-color: hsla(29,37%,74%,0.70);
	width: 600px;
	height: 600px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	/* [disabled]box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	padding-top: 0px;
	margin-top: 0px;
}
footer {
	position: relative;
	padding-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 200px;
}
.p11 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	opacity: 0.7;
}
.mobile-only1 {
	display: block;
}
.mobile-only2 {
	display: none;
}
.hero-video-container {
	height: 750px;
	overflow-y: hidden;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-top: -24px;
}
.hero-video-container .content {
	position: absolute; /* Set the position of the content vertically */
	left: 0;
	; /* Set the position of the content horizontally */
	float: none;
	width: 570px;
	bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
}
.mobile-only-768 {
	display: none;
}
.desktop-only-1000 {
	display: block;
}
.banner {
    margin-top: 79px;
    z-index: 9;
    position: fixed;
}
}

@media (max-width:576px){
.hero-video-container {
    height: 430px;
    overflow-y: visible;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: url(img/mobile-hero.jpg);
    background-size: cover;
    margin-top: 69px;
}
.hero-video-container .content {
    position: absolute; /* Set the position of the content vertically */
    left: 0;
    ; /* Set the position of the content horizontally */
    float: none;
    width: 100%;
    bottom: -15px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    z-index: 2;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.logo {
	width: 150px;
	position: relative;
	z-index: 1;
}
.mobile-content {
	width: 300px;
	top: 30.5%;
	padding-left: 25px;
}
.p11 {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	position: relative;
	width: auto;
	left: 0%;
}
h1 {
	font-size: 60px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 0px;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
    color: hsla(0,0%,100%,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 28px;
    position: relative;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}
.rounded.img-fluid {
	position: relative;
	/* [disabled]z-index: 2; */
}
p1 {
    font-size: large;
    line-height: normal;
}
p2 {
    z-index: 2;
    position: relative;
    font-size: large;
    line-height: normal;
}
p5 {
	font-family: "Bebas Kai", "Nexa Bold";
	font-size: 16px;
	text-align: center;
}
.container-fluid.about {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-top: 0px;
}
.c1 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	text-align: center;
}
.container-fluid.facilities {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: block;
}
.circle-brown {
	border-radius: 50%;
	background-color: hsla(29,37%,74%,0.70);
	width: 425px;
	height: 425px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	/* [disabled]box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
	z-index: 0;
	opacity: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	left: -20%;
	right: 0%;
	float: left;
	margin-top: 0px;
}
.circle-orange {
    border-radius: 50%;
    background-color: hsla(20,60%,50%,0.70);
    width: 450px;
    height: 450px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    /* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
    /* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
    opacity: 1;
    z-index: 1;
    margin-bottom: 0px;
    padding-bottom: 0px;
    top: 40%;
    right: 0%;
    float: left;
    left: -20%;
}
.circle-orange2 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 300px;
	height: 300px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	left: 3%;
	z-index: 0;
	margin-top: -50px;
	display: none;
}
.circle-orange4 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 250px;
	height: 250px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	z-index: 0;
	right: 5%;
	margin-top: 250px;
	display: none;
}
.circle-orange3 {
	border-radius: 50%;
	background-color: hsla(20,60%,50%,0.70);
	width: 300px;
	height: 300px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 122px 10px hsla(20,30%,28%,0.50); */
	opacity: 1;
	z-index: 0;
	margin-top: -50px;
	right: 0%;
	left: 3%;
	display: none;
}
footer {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	/* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	/* [disabled]box-shadow: inset 2px 2px 20px 0 hsla(19,29%,28%,0.50); */
	margin-top: 100px;
}
.highlight-lg {
	border-radius: 5px;
	background-color: #3F7373;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.container-fluid.mobile-only2.about .row.highlight-lg {
	position: relative;
	z-index: 1;
}
.img-top {
	position: relative;
	z-index: 2;
}
.mobile-only-768 {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.desktop-only-1000 {
	display: none;
}
}
