/**
* Template Name: Maundy - v4.3.0
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@font-face { font-family: 'PlaywriteGBS-Regular'; src: url("PlaywriteGBS/PlaywriteGBS-Regular.ttf") format("truetype"), url("PlaywriteGBS/PlaywriteGBS-Regular.ttf") format("truetype"); font-weight: bold; font-display: swap; font-style: normal; }

body {
   font-family: "Roboto", sans-serif;     /*    background: #faf1c4; */
}

body::before {
  /*content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(49, 71, 89, 0.6);*/
}

.banner, .grid_sec, .table_sec   { padding: 30px 0 !important; }
.cont_form { padding: 0px 0 !important;    min-height: 90vh;    display: flex;    align-items: center; }
.cont_form h4 { padding-bottom: 20px;    font-family: Roboto; }
.cont_form img { width:100%; }
.banner img, .service_sec img, .cont_form img  { width:100%;border-radius: 15px;border: 1px solid #efefef;  }
.service_sec {min-height:90vh;display:flex;align-items:center;    padding: 0 !important; }
.service_sec h3 { font-weight: 600;    font-size: 26px; font-family: 'Roboto'; }
.grid_sec img { max-width:100%;max-height: 230px;    border-radius: 15px;    width: 100%;  }
.grid_sec h3 { font-weight: 600;    font-size: 26px;    text-align: center;    padding: 20px;    font-family: 'Roboto'; }
.grid_sec .col-md-4:hover h3 { color:#f00; }

.service_sec ul { line-height: 34px; }
.service_sec ul li { position:relative;    list-style: none; }
.service_sec ul li:before {
    content: "\f26e";
    font-family: bootstrap-icons !important;
    font-size: 26px;
    color: #f00;
    position:absolute;
    left: -30px;
    top: 0px;
}


.table-bordered th {
    background: #ffffff;
    color: #cc0001;
    padding: 10px;
    text-align: center;
}
tr:nth-child(even) {
    background: #efefef;
}
.table-bordered th {
    background: #ffffff;
    color: #cc0001;
    padding: 10px;
    text-align: center;
}
tr:nth-child(even) {
    background: #efefef;
}
.table-bordered td {
    padding: 12px;
    font-size: 14px;
}
.table-bordered a {
    color:#d62526;
}
.title-8 { color: rgba(21, 21, 21, 0.6);    font-weight: 600;    text-transform: uppercase;    font-size: 22px;    padding-bottom: 30px; }


.srk_bg {
    background: url("../img/home-bg2.webp") top center no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    margin: 0;
    position: relative;
    background-position: left; 
}
.contact__form { max-width: 85%;    margin: 0 auto; }

.contact__form label, .cont_form h2 {     color: #000; }
.cont_form h2 { color: #000; padding-bottom:30px;    font-weight: 600; }
.contact__form .row { padding-bottom: 30px; }
.contact__form {
    box-shadow: 0px 2px 30px #c1c1c15e;
    border-radius: 8px;
    padding: 40px;padding-bottom: 0;    background: #fff;
}
.btn-primary, .btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #eb1c24;
    border-color: #eb1c24;
}
.btn-primary:hover {
    background-color: #9d1c20;
    border-color: #9d1c20;
}

@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
  .form_col { }
}

a {
  color: #24b7a4;
  text-decoration: none;
}

a:hover {
  color: #36d8c3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f00;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2ed6c0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo { max-width: 200px; }
.content_sec {
  width: 100%;  
}
.content_sec:before
{
	content:'';
	background:url('../img/Villaku.png') no-repeat;
	position:absolute;
	left:0;
}
.coming_soon {  }
.col-5 { }
#header
{
    height: 80px;
    background: #ff0000;
    opacity: 1;
    position: relative;
    top: 0px;
    width: 100%;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

.demo-error {
	color:#FF0000;
    font-size: 0.95em;
}
.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}
.demo-btn {
	    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}
.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}

.content_sec { text-align: center;    height: 100vh; }

.content_sec h2 {
  font-size: 80px;
  font-weight: bold;
  font-family: Chivo-Bold;
  color: #ffc712;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  padding-bottom: 15px;
}
.content_sec h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: Chivo-Medium;
  color: #fff;
}
.content_sec h4 {
  font-size: 22px;
  font-weight: bold;
  font-family: PlaywriteGBS-Regular;
  color: #fff;
  padding-bottom: 15px;
}
.curriculum { font-size: 18px;padding-bottom: 20px; }
.admission { text-transform: uppercase;font-size: 24px;padding-bottom: 20px; }
.yellow_head { color: #ffc712;text-transform: uppercase;font-size: 20px; }
.mobile { font-size: 34px;font-family: Chivo-Bold; }
.email { font-size: 24px; font-family: Chivo-Regular; }
.copyright { font-size: 12px;    }

.content_sec img
{
  max-height: 90vh;
  position: absolute;
  bottom: 0;
  left: 15%;
}
#header .countdown {
  margin-bottom: 80px;
}

#header .countdown div {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }
  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

#header .subscribe {
  font-size: 15px;
  text-align: center;
}

#header .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#header .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
}

#header .subscribe .subscribe-form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#header .subscribe .subscribe-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #24b7a4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .subscribe .subscribe-form input[type="submit"]:hover {
  background: #22ae9c;
}

#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#header .social-links {
  margin-top: 40px;
}

#header .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .social-links a i {
  line-height: 0;
}

#header .social-links a:hover {
  background: #24b7a4;
  border-color: #24b7a4;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3a5469;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #24b7a4;
}

.navbar .getstarted {
  background: #24b7a4;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #28ccb7;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #24b7a4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #314759;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 45, 56, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #314759;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #24b7a4;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #24b7a4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #d8f7f3;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #24b7a4;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.about .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.about .icon i {
  color: #fff;
  font-size: 42px;
  line-height: 0;
}

.about .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .title a {
  color: #fff;
  transition: 0.3s;
}

.about .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #24b7a4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #24b7a4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #24b7a4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #36d8c3;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #383838;
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    bottom: 0;
    width: 100%;
}

#footer .copyright {
  text-align: center;        color: #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #36d8c3;
}


@media only screen and (min-width: 1800px) {
  .content_sec img {
    max-height: 100vh;
  }
.content_sec h2 {
  font-size: 100px;
}
.content_sec h3 {
  font-size: 38px;
}
.content_sec h4 {
  font-size: 32px;
}
.curriculum { font-size: 22px;padding-bottom: 20px; }
.admission { text-transform: uppercase;font-size: 34px;padding-bottom: 20px; }
.yellow_head { color: #ffc712;text-transform: uppercase;font-size: 22px; }
.mobile { font-size: 54px;font-family: Roboto; }
.email { font-size: 34px; font-family: Roboto; }
.copyright { font-size: 12px;    font-family: 'Roboto';   }
}


@media only screen and (max-width: 768px) {
	body {
      background-size: inherit;  min-height:94vh;
	}
	.srk_bg {
    background-size: contain;    min-height: 45vh;
    background-position: top !important;
    }
    .contact__form {
    max-width: 100%;
    }
    .form_col {     margin-bottom: 50px; }
	.logo {
    max-width: 150px;
    }
  #header .container {     text-align: center; }
  #header {
    top: 0px;        position: relative;
  }
  .coming_soon {
    width: 100%;padding-top: 40px;
  }
  .copyright {
    right: auto;
    max-width: 90%;
    margin: 0 auto;
  }
	.content_sec {
    top: 0px;  height: auto;          padding-top: 50px;     
	}
  .content_sec .col-5 { display:none; }
	.content_sec img {
    top: 60%;    width: 300px;
	}
  .content_sec h1 {
    font-size: 30px;
    line-height: 40px;
	text-align: center;
	}
	.content_sec h2 {
    font-size: 46px;
	}
	.navmenu li:last-child a { background: #f00;    color: #fff;    padding: 5px 10px;    border-radius: 3px;    margin-left: 14px;    max-width: fit-content; }
	.cont_form {  padding: 25px 0 0 !important; }
	.form_col { padding-top: 50px; }
	.service_sec {     padding: 30px 0 !important; }
	.service_sec  .row { row-gap: 30px; }
    
}