body{
	font-family: 'Galvji';
}

/* --- Sticky Navbar CSS --- */
header, nav.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  background-color: #fff !important; /* solid background for navbar */
  width: 100% !important;
}

/* Make sure parent containers don't break sticky */
.container {
  overflow: visible !important;
}

.section-one-banner{
	position: relative
}

.section-one-banner .section-one-title {
    position: absolute;
    top: 8%;
    left: 36%;
    width: 23%;
}

.section-one-banner .section-one-element-one {
    position: absolute;
    top: 25%;
    left: 24%;
    width: 14%;
}

.section-one-banner .section-one-element-two {
    position: absolute;
    top: 76%;
    left: 48%;
    width: 12%;
}

.section-two-banner{
	position: relative
}

.section-two-banner .section-two-title {
    position: absolute;
    top: 5%;
    left: 13%;
    width: 28%;
}

.section-three-container{
	background: url("../images/section-three/section-three-background.png");
	background-size: cover;
	text-align: center;
	overflow-x: hidden
}


.section-three-items .section-three-title{
	padding-top: 5%;
	padding-bottom: 5%;
	display: flex;
  	justify-content: center;
}

.section-three-items .section-three-intro{
	width: 80%;
    text-align: center;
    margin: 0 auto;
}

.section-three-items .section-three-detials {
    width: 69%;
    text-align: center;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

.section-four-banner{
	position: relative
}

.section-four-banner .section-four-title {
    position: absolute;
    top: 9%;
    left: 10%;
    width: 35%;
}

.section-five-banner{
	position: relative
}

.section-five-banner .section-five-title {
    position: absolute;
    top: 12%;
    left: 27%;
    width: 45%;
}

.section-five-banner .section-five-intro {
    position: absolute;
    top: 77%;
    left: 35%;
    width: 30%;
}

.section-five-banner .section-five-intro-one {
    position: absolute;
    top: 89%;
    left: 28%;
    width: 45%;
}

.section-five-banner .section-five-size {
    position: absolute;
    top: 40%;
    left: 44.9%;
    width: 10%;
}

.location-details{
	background: url(../images/location-details-background.png);
	background-size: cover;
	height: 100%
}

.location-title {
    width: 50%;
    margin: 0 auto;
    padding-top: 5%;
}

.location-show{
	    margin-left: -1%;
}

.location-map-details{
	    width: 65%;
    margin: 0 auto;padding-top: 3%;
}

.register-background{
	background: url("../images/register-background.png");
	background-size: cover;
}

.register-container {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 1%;
	position: relative;
}

.type-container{
	width: 70%;
	margin:0 auto
}

.register-title{
	text-align: center
}

.thankyou-title {
   
    padding-bottom: 3%;
}
.thankyou-title img{
	margin:0 auto
}

.margin-bottom {
    margin-bottom: 5%;
}

.agree{
	color: white;
	font-size: 6pt
}

.captcha{
	text-align: center;
	padding-top: 3%
}

.captcha-text{
	font-size: 9pt;
	color: white
}
.button-container{
	text-align: center
}

.button-submit{
	width: 25%;
	margin:0 auto;
	border: 2px solid white;
	text-align: center;
	padding: 1%;
	background: none
}

.button-submit p{
	color: white;
	margin:0
}

footer{
	background: white;
	padding: 2%
}

.logo-img img{
	width: 85% !important
}

.location-content h2{
	font-size: 13pt !important;
	text-align: center
}

.location-content h4{
	text-align: center !important
}

.location-map-conatiner{
	position: relative
}

.location-logo {
    position: absolute;
    left: 77%;
    top: 36%;
    width: 15%;
}

.footer-container h2{
	font-family: 'Galvji';
	font-weight: bold;
	margin-bottom: 0
}

.footer-container h3{
	font-family: 'Galvji';
	font-size: 8pt
}

.footer-container h4{
	font-family: 'Galvji';
	font-size: 10pt
}

.footer-container h2 {
    ffont-family: 'Galvji';
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
    font-size: 16pt;
}

.footer-container h4 {
    font-family: 'Galvji';
    font-size: 8pt;
}

.social-icon {
    display: flex;
    width: 100%;
    margin-bottom: 2%;
    justify-content: end;
    align-items: center;
}

.social-icon {
    display: flex;
    width: 100%;
    margin-bottom: 2%;
    justify-content: end;
	align-items: center
}

.social-icon .follow{
	margin-right: 3%;
	justify-content: center;
}

.follow p{
	margin: 0
}

.location-show{
	margin-left: 10%
}

.social-icon .insta{
	margin-right: 3%;
	width: 10%;
	text-align: right
}

.social-icon .facebook{
	margin-right: 3%;
	width: 10%;
	text-align: right
}



.social-icon .linkedin{
	margin-right: 3%;
	width: 10%;
	text-align: right
}


.location-icon {
    display: flex;
    justify-content: center;
    width: 28%;
    margin-bottom: 2%;
    margin-left: 37%;
}

.copy-content-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
}

.copy-content-container p {
    color: black;
    font-family: 'Galvji';
    font-size: 9pt;
    text-align: left;
}

.copy-content-container .term {
    text-align: right;
}

/* form */
label {
	font-family: 'Galvji';
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #62654b;
	border: solid 1px #62654b;
	color: #ffffff;
	content: "\2713";
	font-family: "Font Awesome 5 Free";
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: white;
	content: "";
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
	font-size: 10pt;
	    border: 2px solid black;
}

input[type="checkbox"] {
	appearance: none;
	display: block;
	float: left;
	opacity: 0;
	width: 0em;
	z-index: -1;
	border: solid 1px #306e64;
}

input[type="checkbox"] + label,
[type="radio"] + label {
	font-family: 'Galvji';
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11pt;
	padding-left: 2em;
	position: relative;
	padding-bottom: 10px
}

.label-title{
	text-align: center;
	color: white;
	padding-top: 1%;
	padding-bottom: 2%;
}

/* 1. Make input placeholders a medium gray */
  .form-control::placeholder {
    color: #6c757d;  /* same as Bootstrap’s default placeholder color */
  }

  /* 2. Make selects show that same gray when no value is chosen */
  select.form-control:invalid {
    color: #6c757d; 
  }

  /* 3. Once the user picks a real option, show regular text color */
  select.form-control {
    color: #495057; /* same as Bootstrap’s default input text color */
  }

  /* 4. Ensure all actual <option> items render in black */
  select.form-control option {
    color: #000;
  }

.mobile-show{
		display: none 
	}
	
/* Mobile Portrait */
@media screen and (max-width: 768px) and (orientation: portrait) {
.popup-box {
    position: relative;
    max-width: 100% !important;
    max-height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.content-1 {
    padding: 0px 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 2px solid #fff;
}
.gen-logo {
    width: 50% !important;
    margin: 0 auto;
    padding-top: 65% !important;
}
.thankyou-container {
    height: 100vh;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
}
.back-to-home {
    width: 53%  !important;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
    padding: 3%;
    margin-bottom: 10%;
}
.location-map-details {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10%;
}
.section-three-items .section-three-intro{
	width: 85%;
    text-align: center;
    margin: 0 auto;
padding-bottom: 9%;
}
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    top: 0;
    /* width: 100%; */
    padding: 4%;
    position: fixed;
    right: 0;
}
.mobile-logo {
        width: 55% !important;
        margin: 0px 0 0px 15%;
    }
.section-five-banner .section-five-intro-one {
    position: absolute;
    top: 80%;
    left: 12%;
    width: 80%;
}
.section-five-banner .section-five-intro {
    position: absolute;
    top: 64%;
    left: 21%;
    width: 60%;
}
    .section-five-banner .section-five-size {
        position: absolute;
        top: 40%;
        left: 36%;
        width: 27%;
    }
.section-four-banner .section-four-title {
    position: absolute;
    top: 7%
64.5px
;
    left: 9%;
    width: 80%;
}
.section-three-container-mobile{
	background: url("../images/section-three/section-three-background-mobile.png");
	background-size: cover;
	text-align: center;
	overflow-x: hidden
}
	.section-two-background-mobile{
		background: url("../images/section-two/section-two-background-mobile.png");
		background-size: cover
	}
    .section-two-detials-mobile {
        width: 77%;
        margin: 0 auto;
        padding-top: 6%;
        padding-bottom: 15%;
    }
    .section-two-banner .section-two-title {
        position: absolute;
        top: 5%;
        left: 15%;
        width: 70%;
    }
.section-one-banner .section-one-title {
    position: absolute;
    top: 1%;
    left: 12%;
    width: 75%;
}
.section-one-banner .section-one-element-one {
    position: absolute;
   top: 35%;
    left: 20%;
    width: 55%;
}
    .section-one-banner .section-one-element-two {
        position: absolute;
        top: 66%;
        left: 18%;
        width: 50%;
    }
.location-title {
    width: 50%;
    margin: 0 auto;
    padding-top: 9%;
    padding-bottom: 5%;
}
    .section-three-items .section-three-title {
        padding-top: 5%;
        padding-bottom: 11%;
        display: flex;
        justify-content: center;
        width: 75% !important;
        margin: 0 auto;
    }
    .copy-content-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5%;
    }
.details-content {
        margin-left: 0%;
        border-right: 0px solid #000000;
        padding-top: 5%;
        padding-bottom: 0%;
    }
    .social-icon .insta {
        margin-right: 3%;
        width: 25%;
        text-align: right;
    }
	    .social-icon .facebook {
        margin-right: 3%;
        width: 25%;
        text-align: right;
    }
	    .social-icon .linkedin {
        margin-right: 3%;
        width: 25%;
        text-align: right;
    }
.button-submit {
    width: 50%;
    margin: 0 auto;
    border: 2px solid white;
    text-align: center;
    padding: 1%;
    background: none;
    margin-bottom: 7%;
}
.type-container {
    width: 90%;
    margin: 0 auto;
}
input[type="checkbox"] + label, [type="radio"] + label {
    font-family: 'Galvji';
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-left: 2em;
    position: relative;
    padding-bottom: 10px;
}
.register-title {
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.register-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    padding-bottom: 1%;
    position: relative;
}
	.location-content h2{
		text-align: right !important;
		font-size: 10pt !important;
	}
	.location-content h4{
		text-align: right !important
	}
    .location-icon .google {
        width: 25%;
    }
    .location-icon .waze {
        width: 25%;
    }
    .social-icon {
        display: flex;
        width: 100%;
        margin-bottom: 2%;
        justify-content: start;
        align-items: center;
		
    }
.follow {
        text-align: left;
    }
    .location-icon {
        display: flex
;
        width: 100%;
        margin-bottom: 2%;
        /* justify-items: end; */
        justify-content: end;
        align-items: center;
        padding-top: 5%;
		margin-left: 0 !important
    }
    .contact-image {
        width: 60%;
        padding-top: 7%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    .logo-img img {
        width: 60% !important;
        padding-top: 5%;
    }
.copy-content-container p {
    color: black;
    font-family: 'Galvji';
    font-size: 9pt;
    text-align: center;
}
.copy-content-container .term {
    text-align: center;
}
    .icon-bar-register {
        list-style: none;
        display: block;
        z-index: 10;
        position: fixed;
        right: 5% !important;
        top: 10% !important;
        width: 17% !important;
    }

.mobile-container {
    width: 45% !important;
    margin: 0 auto;
}
.navbar-nav {
    display: flex
;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.mobile-show{
	display: block
}
.desktop-show {
  display: none;
}
.footer-container h2 {
    font-family: 'Galvji';
    font-weight: bold;
    margin-bottom: 0;
    font-size: 17pt;
}

.footer-container{
		text-align: center
}
.footer-container h3 {
    font-family: 'Galvji';
    font-size: 5pt;
}

}

/* Mobile & Tablet Landscape */
@media screen and (max-width: 1024px) and (orientation: landscape) {
.back-to-home {
    width: 30% !important;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
    padding: 1%;
    margin-bottom: 10%;
}
input[type="checkbox"] + label, [type="radio"] + label {
    font-family: 'Galvji';
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 9pt;
    padding-left: 3em;
    position: relative;
    padding-bottom: 10px;
}
.register-title {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}
	
.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 3% !important;
    top: 15% !important;
    width: 10% !important;
}
.nav-item {
    font-size: 7pt !important;
    margin-right: 18px !important;
    margin-left: 18px !important;
    color: black;
    text-transform: uppercase;
    font-family: 'Galvji';
}
.register-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    padding-bottom: 1%;
	}
.footer-container h4 {
   font-family: 'Galvji';
    font-size: 5pt;
}
.footer-container h2 {
    font-family: 'Galvji';
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
    font-size: 10pt;
}
}

#button {
  display: inline-block;
  background-color: #808285;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 10%;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	cursor: pointer
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

a#button:hover{
	text-decoration:none !important
}

.mobile-container {
    width: 20% 
}

.navbar-nav{
	padding-top: 1%;
	padding-bottom: 1%;
}

.nav-item {
    font-size: 10pt;
    margin-right: 50px;
    margin-left: 50px;
    color: black;
    text-transform: uppercase;
    font-family: 'Galvji';
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
   color: #2E3192 !important;
	font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
    color: #2E3192 !important;
}


#popup {
    background: none;
    border: none;
}

/* collapsible */
.collapsible {
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  padding: 1.5%;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 10pt;
  text-transform: uppercase;
}

.active-1, .collapsible:hover {
  background-color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	font-size: 12pt;
}

.collapsible-iris:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	font-size: 13pt
}

.active-1:after {
  content: "\2212";
}

.collapsible-content{
	border-bottom: 2px solid #fff;
	
}

.content-1 {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	border-bottom: 2px solid #fff;
}

.content-1 p{
	color: #fff;
	margin-top: 1%;
	margin-bottom: 2%;
	font-size: 10pt;
	font-family: 'Galvji';
	text-align: left
}

.zoomin {
    animation: zoomin 1.5s cubic-bezier(.36,.07,.57,.99) infinite;
}
@keyframes zoomin {
        0% {
            transform: scale(0.9);
        }
        20% {
            transform: scale(1);
        }
        30% {
            transform: scale(0.9);
        }
        40% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.9);
        }
        }

/* pop up */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80% !important;
	display: revert !important; 
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#popup{
	background: none;
	border: none
}

#popup1{
	background: none;
	border: none
}
/* pop up */

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.term a{
	color: black !important;
	text-decoration: none
}

.term a:hover{
	text-decoration: underline!important
}

#popup:hover{
text-decoration: underline!important
}

#popup1:hover{
text-decoration: underline!important
}

.icon-bar-register {
    list-style: none;
    display: block;
       z-index: 1031;

    position: fixed;
    right: 1%;
   top: 10%;

    width: 8%;
}

.navbar-nav {
    display: flex
;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	align-items: center
}

.back-to-home{
	width: 20%;
    color: white;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
	padding: 1%;
	margin-bottom: 10%
}
.back-to-home p{
	margin: 0;
	
}

.thankyou-container a{
	text-decoration: none
}

.thankyou-container{
	height: 100vh;
	width: 75%;
    margin-left: auto;
    margin-right: auto;
	overflow-y: hidden
}

.gen-logo{
	    width: 33%;
    margin: 0 auto;
	 padding-top: 15%;
}

.text-end {
    text-align: right !important;
    height: 0;
}

/* pop up */
 /* Dark overlay background */
    .popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px; /* ensures spacing on landscape mobile */
    }

    /* Popup container */
    .popup-box {
      position: relative;
      max-width: 60%;
      max-height: 100%;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0,0,0,0.4);
    }

    /* Image inside popup */
    .popup-image {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 28px;
      width: 38px;
      height: 38px;
		background: none !important;
      color: #fff;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      line-height: 34px;
      text-align: center;
    }

    /* Optional smooth fade-in */
   /* .fade-in {
      animation: fadein 0.4s ease-out;
    }

    @keyframes fadein {
      from { opacity: 0; transform: scale(0.95); }
      to   { opacity: 1; transform: scale(1); }
    }*/