/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: var(--grey-70);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: var(--grey-20);
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 38px;
  line-height: 46px;
}

h3 {
  font-size: 30px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 19px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3ec1d5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

body {
  color: var(--grey-70);
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  text-align: left;
  overflow-x: hidden;
  line-height: 28px;
}

:root {
  --pastels-4: #BCEBFF;
  --pastels-2:#DAE9FF;
  --grey-20: #F0F1F5;
  --grey-50:#5A5D7D;
  --grey-30: #E1E1EA;
  --grey-70: #373D73;
  --grey-80: #282626;
  --blue-50: #02B0F9;
  --blue-80: #2A62B7;
  --red-50: #F24102;
  --green-50: #02F27F;
}

.ml-4 {
  margin-left: 1.5em !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #60ccdc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3ec1d5;
  text-shadow: none;
}

::selection {
  background: #3ec1d5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar .d-flex {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #999;
}
.navbar .form-control {
  border: none;
  border-radius: 15px;
}
.navbar .btn-outline-success{
  border: none;
  border-radius: 15px;
}
.logo span {
  color: #7E7E7E;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 6px;
}

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}
#header .logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: bold;
  color: #050c50;
}
#header .logo p {
  color: #5a5d7d;
  font-size: 13px;
  line-height: 20px;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}
.logo-text {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 768px) {
  #header {
    height: 64px;
    background: #f0f1f5;
  }
  #header .logo h1 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* div#hero {
  padding: 80px 0 80px;
  background: linear-gradient(180deg,rgb(0 0 0 / 75%),rgb(0 0 0 / 75%)),url(https://res.cloudinary.com/html10/image/upload/v1637812467/sillibandia/hero-img_ru2snk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero-section h5 {
  color: var(--grey-20);
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 32px;
}
.play-btn {
  margin-left: 30px;
  width: 40%;
}
.hero-section h2 {
  color: var(--pastels-4);
  margin-bottom: 3px;
}
.collects {
  padding: 0px 12px;
}
.hero-section .collects::before {
  height: 102px;
  border-left: 1px solid #373D73;
  content: '';
  left: auto;
  position: absolute;
  top: auto;
  margin-left: -10px;
}
.hero-section .collects h2 {
  color: var(--blue-50);
} */
img.cross {
  margin-left: -70px;
  display: inline-block;
}
img.subject-logo {
  width: 40%;
}
img.img-fluid.silibandia-grey-img {
  width: 58%;
  margin-bottom: 10px;
}
img.img-fluid.flag-img {
  height: 310px;
}
.linear-gradient {
  background: linear-gradient(0deg, #494D4F 0%, rgba(36, 38, 38, 0) 63.77%, rgba(0, 0, 0, 0) 100%);
  padding: 15px;
  min-height: 100px;
  padding-bottom: 1px;
  margin: 5px 0 0;
}
.linear-gradient p {
  margin: 40px 0 10px;
  color: #fff;
}
.infrastructure{
  background: #000;
  padding: 3em 0px;
}
.infrastructure p {
  color: var(--grey-30);
  padding: 60px 0 0;
  font-size: 18px;
  line-height: 1.8;
}
.infrastructure h5 {
  color: var(--grey-30);
  font-weight: 700;
  line-height: 30px;
  padding-top: 10px;
}
.infrastructure h3 {
  color: var(--grey-30);
  font-weight: 600;
  padding: 60px 0 0;
}
.great-txt{
  background:  linear-gradient(151.83deg, #282626 17.44%, #484952 82.56%);
  padding: 60px 0 240px;
}
.great-txt h3 {
  padding: 20px 0px;
}
.great-txt h2 {
  color: var(--grey-20);
  margin-bottom: 10px
}
.great-txt h5 {
  color: var(--grey-20);
  font-weight: 300;
}
.pointing-finger {
  width: 5%;
  margin-right: 15px;
}
.wait-section {
  background: linear-gradient(180deg, #5A5D7D 0%, rgba(120, 126, 179, 0) 100%);
}
.directors-box {
  position: relative;
  top: -13em;
}
/* apple box */
.apple-box .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.apple-box .grid figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.apple-box .apple-img {
  position: relative;
  opacity: 0.4;
  right: -68px;
  top: -12px;
  width: 45%;
}

/* .apple-box .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} */

.apple-box .grid figure figcaption::before,
.apple-box .grid figure figcaption::after {
	pointer-events: none;
}

.apple-box .grid figure figcaption {
  position: absolute;
  width: auto;
  height: 55%;
  background: #F0F1F5;
  padding: 8px 30px 17px;
  text-align: left;
}
.vector-box {
  text-align: left;
  padding: 30px;
  position: absolute;
  bottom: 0;
}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-zoe {
  transition: all 0.2s ease-in-out;
  background: linear-gradient(154.09deg, #494E7F 2.34%, #1B1D31 100%);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
  border-radius: 20px;
  min-height: 371px;
}
.vector-box .apple {
    transition: all 0.3s ease;
    color: var(--grey-30);
    margin-bottom: 0px;
}
.vector-box p {
  font-size: 19px;
  line-height: 28px;
  color: var(--grey-20);
}
figure.effect-zoe:hover .vector-box {
transform:translate(2px, -164px) ;
}
img.img-fluid.apple-img.meta-img {
  opacity: 0.2;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.authentiverse-txt {
  padding: 0 0 135px;
  margin-top: -165px;
}
.authentiverse-txt h5 {
  color: var(--grey-20);
  margin: 0 0 25px;
  font-weight: 300;
}
.goverence-source {
  background: var(--grey-80);
  padding: 0 0 70px;
}
.purple-rectangle {
  border-radius: 20px;
  background: linear-gradient(180deg, #65658C 0%, #594064 100%);
  position: relative;
  width: 90%;
  padding: 50px 40px;
  text-align: center;
  margin: 0 auto;
}
.purple-rectangle p {
  color: var(--grey-20);
  font-size: 18px;
}
.see-btn {
  background: #F24102;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
  color: var(--grey-20);
  padding: 15px 40px;
  font-size: 16px;
  border: none;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 10px;
}
/* .purple-rectangle h1 {
  width: 72px;
  background: #373D73;
  padding: 5px;
  font-size: 20px;
  border-radius: 50%;
  height: 72px;
  text-align: center;
  position: absolute;
  top: -33px;
  left: 45%;
} */

.casteldoor-txt .silibandia-cross {
  width: 60%;
}
#contact {
  background: var(--pastels-2);
  text-align: center;
}
#contact h3 {
  color: var(--grey-70);
}
.contact__form.php-email-form {
  width: 60%;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: var(--grey-80);
  text-align: center;
  padding: 0px 0 20px;
}
.footer-area {
  border-top: 1px solid #9B9EB9;
  padding: 40px 0;
}
.footer-logo {
  margin: 0 0 15px 0;
  border-top: 1px solid #9B9EB9;
  padding: 20px 0 0px;
}
.footer-logo a {
  text-decoration: none !important;
}
.footer-logo img {
  display: inline-block;
  margin-top: -10px;
}
.footer-logo .from-enter {
  margin-left: 58px;
  font-weight: 400;
}
.footer-logo p {
  display: inline-block;
  color: var(--grey-30);
  font-weight: bold;
  margin: 0 0 0 10px;
}
footer p {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 16px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.privacy {
  margin-left: 20px;
}
.copyright {
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--grey-30);
}

/*--------------------------------------------------------------
# Authentiverse page
--------------------------------------------------------------*/
.authentiverse-page {
  background: #fff;
}
#silibandia-authentiverse h2 {
  text-align: center;
  color: var(--blue-80);
}
#silibandia-authentiverse .text-center.silicon-valley {
    color: var(--blue-80);
}
#silibandia-authentiverse hr {
  color: #02B0F9;
  width: 483px;
  text-align: center;
  position: relative;
  opacity: 1;
  margin: 0 auto;
}
/* #silibandia-authentiverse h5 {
  text-align: center;
  color: var(--blue-80);
  font-weight: 300;
  padding: 10px 0 0;
} */
.features-wrapper h5 {
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  color: var(--blue-80);
  margin: 30px 20px 35px;
}
.hatsopoulosophy-area {
  background: linear-gradient(94.07deg, #2a62b7 0%, #050c50 100%);
}
.core-section h3 {
  font-weight: 300;
}
.apply-thought p {
  color: var(--grey-20);
}
.apply-thought h5 {
  color: var(--grey-30);
  font-weight: 300;
  padding: 30px 0 0;
  margin-bottom: 0px;
}
.core-section #email {
  height: 50px;
  border: 1px solid #02B0F9;
  background: #F0F1F5;
  border-radius: 5px;
  width: 50%;
}
/* .features-wrapper {
  width: 70%;
  margin: 0 auto;
} */
div#silibandia-authentiverse {
  background: linear-gradient(0deg, #C9EEFD 0%, rgba(222, 242, 250, 0) 63.77%, rgba(201, 238, 253, 0) 100%);
  padding: 70px 0 260px;
}
.features-wrapper li {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  background: #fff;
  padding: 25px 10px;
  transition: 0.5s all ease-in-out;
}
.features-wrapper li:hover .list-box {
  transform: scale(1.2);
  /* box-shadow: 0px 4px 10px rgb(0 0 0 / 60%);
  background: transparent; */
  position: relative;
  left: 100px;
}
.list-box img {
  padding-left: 20px;
}
.list-box p {
  margin: 0 0 0px;
  color: var(--grey-50);
}
.pkidr-section {
  border-radius: 20px;
  background: linear-gradient(94.07deg, #2A62B7 0%, #050C50 100%);
  position: relative;
  width: 65%;
  padding: 92px 40px 50px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  top: -125px;
}
.pkidr-section h2 {
  color: var(--grey-30);
}
.pkidr-section .pkidr-logo {
  width: 186px;
  height: 186px;
  position: absolute;
  top: -105px;
  right: 5%;
}
.who-we {
  padding: 0px 0px 40px;
}
.who-we h2 {
  color: var(--grey-70);
}
.who-we h5 {
  color: var(--grey-50);
  font-weight: 300;
}
.who-we .getting {
  color: var(--blue-80);
  font-weight: 300;
}
.burn-img {
  background: #DAE9FF;
  padding: 18px 93px 16px;
  text-align: center;
  margin-bottom: 10px;
}
.city-osmio {
  background: var(--pastels-2);
  padding: 40px 0px 40px;
  /* height: 350px; */
}
/* .city-osmio .wes-img {
  position: relative;
  top: -42%;
} */
.city-osmio .wes-img {
 width: 60%;
}
.city-osmio .description {
  position: relative;
  top: 12px;
}
.osmio-videos {
  background: var(--grey-70);
  padding: 20px;
}
.osmio-videos h5 {
  color: var(--pastels-4);
  font-weight: 300;
  padding: 50px 0;
}
.osmio-videos p{
  color: var(--grey-20);
}
.nutshell{
  text-align: center;
  background: #fff;
}
.nutshell h5{
  color: var(--grey-70);
  font-weight: 300;
}
.nutshell h5 span{
  font-weight: 700;
}
.burn-rate-section {
  background: linear-gradient(0deg, #C9EEFD 0%, rgba(222, 242, 250, 0) 63.77%, rgba(201, 238, 253, 0) 100%);
  padding: 70px 0px;
}
.burn-book {
  margin: 0px 40px 15px 20px;
}

/*--------------------------------------------------------------
# Cookies Message 
--------------------------------------------------------------*/
footer.withcookies {
  padding: 0px 0 125px 0 !important;
  min-height: 170px;
}
#cookie_box {
  background: #DAE9FF;
  padding: 15px;
  position: fixed;
  bottom: 0px;
  font-size: 16px;
  z-index: 1000;
  width: 100%;
  color: #ffffff;
  box-shadow:  0px 4px 20px rgba(55, 61, 115, 0.2);
  padding-bottom: 2px;
}
#cookie_box h5 {
  margin-bottom: 0px;
  align-items: center;
  color: var(--grey-70);
}
.cookie_first_msg h5 span {
  font-weight: 300;
}
a.btn.btn-primary.open_sec_msg {
 background-color: var(--blue-80);
 border-radius: 10px;
 padding: 12px 20px;
 margin: 10px;
 border: none;
 text-transform: capitalize;
 font-weight: 600;
}
a.btn.btn-danger.open_third_msg{
  background-color: transparent;
  border-radius: 10px;
  /* padding: 12px 20px;
  margin: 10px; */
  border: none;
  color: var(--grey-70);
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
}
a.btn.btn-primary.closelink {
  color: var(--blue-80);
  background: transparent;
  border: none;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
}
.cookie_third_msg .btn.btn-warning{
  background-color: var(--blue-80);
  border-radius: 10px;
  padding: 12px 20px;
  margin: 10px;
  border: none;
  color:#fff;
  text-transform: capitalize;
  font-weight: 600;
}
.cookie_third_msg .btn.btn-danger.cookie_box_close{
  background-color: transparent;
  border-radius: 10px;
  /* padding: 12px 20px;
  margin: 10px; */
  border: none;
  color: var(--grey-70);
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
}
.btn-check:focus + .btn-danger, .btn-danger:focus{
  box-shadow: none;
}
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.cookie_third_msg {
  padding-bottom: 15px;
}
.cookie_second_msg {
  padding-bottom: 15px;
}
#cookie_box p {
  font-size: 15px;
  margin: 0 0 5px 0;
}

#cookie_box p span {
  font-weight: bold;
  font-size: 20px;
  color: #f73649;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
  font-size: 18px;
}

.cookie_third_msg input {
  display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
  display: none;
}
.whynot {
  color: #fde910;
  font-size: 16px;
  position: absolute;
  left: 81px;
  top: 35px;
  font-weight: 700;
  text-decoration: underline;
}
.whynot:hover {
  color: #fff;
  text-decoration: underline !important;
}

.george.float-right {
  margin: 0 0 60px 10px;
}

.insp-name {
  position: absolute;
  top: 337px;
  right: 38px;
  text-align: center;
}

.insp-name h2 {
  font-size: 18px;
  margin: 0;
}

.hist_img img {
  width: 100%;
}

.hist-link a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.hist-link {
  position: absolute;
  top: 205px;
  right: 30px;
}
#cookie_box .form-control {
  display: block;
  width: 50%;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#cookie_box .cookie_third_msg input {
  display: inline-block !important;
}

/*--------------------------------------------------------------
# Privacy policy 
--------------------------------------------------------------*/
.privacy-page {
  background: #fff;
}
.privacy-page h2 {
  color: var(--blue-80);
}
.privacy-page h4 {
  color: var(--blue-80);
  margin-top: 30px;
  margin-bottom: 8px;
}
.privacy-page p {
  text-align: justify;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#hero .map-img {
  width: 75%;
  margin: 0 auto;
  margin-top: -45px;
}
#hero h3 {
  color: #9EC874;
  margin-top: -7em;

}
#hero h1 {
  color: #9EC874;
  text-transform: uppercase;
  margin-top: 2.5em;
  margin-bottom: 5px;
}
.links {
 margin-bottom: 15px; 
} 
.links li {
  display: inline-block;
}
.links li a {
  padding: 20px;
  color:#9EC874;
  text-transform: uppercase;
  font-size: 20px;
}
.links li:not(:last-child):after {
  content: ' | ';
  color:#9EC874;
  font-weight:bold;
}
button.village-btn {
  color: #b7b7b7;
  background: transparent;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 15px;
  margin-bottom: 2em;
}
.explore-village {
margin-bottom: 2em;
}
/********** Enrollment page **********/
/************************************/

.features-wrapper .list-box img {
  padding-left: 20px;
}
.features-wrapper .list-box p {
  margin: 0 0 0px;
  color: var(--grey-50);
}
button.visitor-btn {
  background: #31AB86;
  border: none;
  color: #fff;
  padding: 20px 52px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}
button.osmio-btn {
  background: #9F2348;
  border: none;
  color: #fff;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}
.visitor-center li{
  margin-top: 4em;
}
.join-section h2 {
  color: #000;
}
/********** Room Section ******/
.room-section{
  background-image: url(../images/visitors-center-revised.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
}
.left-side {
  width: 46%;
  float: left;
  padding-left: 6rem;
  padding-top: 12rem;
}
.left-side li {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  /* font-size: 10px; */
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 4px;
  min-height: 87px;
}
.box1 h1 {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 0px;
  text-align: center;
}
.right-side {
  width: 46%;
  float: right;
  padding-right: 6.9rem;
  padding-top: 12rem;
}
.right-side li {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  /* font-size: 10px; */
  margin-bottom: 10px;
  margin-left: 1px;
  min-height: 90px;
}
/***   Join ***/
video#vid {
  position: relative;
  height: 100vh;
}
.turn_on.img-fluid {
  width: 6%;
  position: absolute;
  /* bottom: 80px; */
  bottom: 62px;
  right: 130px;
  z-index: 999999;
}
.join-section {
  background: #000;
}