/*
Template Name: Little Ones
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 2.1
Last change: 02th July 2024

	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Main Slider
	#Services
	#Call to Action
	#Testimonials
	#About Us
	#Team
	#Tuition
	#Latest Blog Posts
	#Gallery
	#Contact
	#Blog pages
	#Footer and Credits
	#Miscellaneous
	#Media queries

===========================
  General and Typography
============================ */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  font-weight: 400;
  color: #666;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", serif;
  position: relative;
}
p,
ul {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
/* Headings */

h1 {
  font-size: 60px;
  margin: 0;
  font-weight: 400;
  line-height: 52px;
  color: #333;
  margin-bottom: 10px;
  font-family: "Baloo", serif;
}
h2 {
  text-transform: uppercase;
  font-size: 56px;
  font-family: "Baloo", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
}
h3 {
  font-family: "Baloo", sans-serif;
  font-size: 40px;
  margin-top: 0px;
  color: #333;
  margin-bottom: 20px;
}
h4 {
  color: #333;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Baloo", sans-serif;
}
h5 {
  font-size: 24px;
  margin: 0;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "Lato", serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
h6 {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  letter-spacing: 01px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
/* Links */

a {
  transition: color 0.2s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
/* Others */

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {
  color: #fff !important;
}
i {
  transition: all 0.2s ease-in-out;
}
img {
  transition: all 0.2s ease-in-out;
}
.small-heading {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-bottom: 15px;
}
/*===========================
  Preloader
============================ */

#preloader {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.spinner {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 46%;
  animation: rotate 2s infinite linear;
}
.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */

  animation-fill-mode: both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*===========================
  Navigation
============================ */

.navbar {
  z-index: 999;
  width: 100%;
  border: 0px;
  top: 0px;
  transition: all 0.7s ease-in-out;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar-custom ul li a {
  font-size: 15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-family: "Lato", sans-serif;
  background: transparent;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #fff;
  margin-right: 0px;

  margin-bottom: 0px;
}
.navbar-custom .nav-link {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.navbar-custom li.nav-item a.nav-link:hover,
.navbar-custom li.nav-item a.nav-link.active {
  padding: 3px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 0px 0px 5px 5px;
}

.navbar-custom ul.navbar-nav ul.dropdown-menu li a:hover {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-custom ul.navbar-nav ul.dropdown-menu {
  text-align: center;
  border: 0px;
  border-radius: 5px;
}
.navbar-custom ul.navbar-nav ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-custom ul.navbar-nav ul.dropdown-menu li a,
.navbar-custom ul.navbar-nav ul.dropdown-menu li a.active:hover {
  display: inline-block;
  border-radius: 5px;
  line-height: 50px;
}

/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
.navbar-toggle {
  font-size: 35px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
  float: right;
  border-radius: 50%;
  min-width: 70px;
}
/*===========================
  Logo
============================ */

.navbar-brand {
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}
.navbar-brand img {
  max-width: 250px;
}
/* =========================== Index page ============================ */
/* ===========================
 Main Slider
============================ */

#layerslider {
  overflow: hidden;
  padding-top: 40px;
  width: 100% !important;
  height: 750px !important;
}
.ls-bottom-nav-wrapper {
  margin-top: -40px !important;
  z-index: 99 !important;
}
.ls-wrapper {
  margin: 0 !important;
}
/* Slider text boxes  */

.header-text {
  width: 70% !important;
  text-wrap: wrap !important;
  margin-left: 30% !important;
  padding: 30px !important;
  text-align: center;
  border-radius: 50px 25px;
  margin-top: 30% !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.header-text h1 {
  margin-top: 0px;
  color: #3b2803;
}
.header-text p {
  color: black;
}

/* custme css */

.form-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
}

.form-popup input,
.form-popup textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
}

.form-popup button[type="submit"] {
  display: block;
  width: 100%;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.form-popup button[type="submit"]:hover {
  background-color: #0056b3;
}

.scheduleTourBtn {
  display: block;
  margin: 10px auto;
}

.form-popup {
  display: none;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
}

/* ===========================
--- Services
============================ */

.serviceBox {
  width: 200px; /* Set a fixed width */
  margin: 0 auto; /* Center the card */
  margin-top: 40px;
  text-align: center;
  /* padding: 10px; */
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

@media (min-width: 470px) {
  .serviceBox {
    width: 300px; /* Set a fixed width */
    margin: 0 auto; /* Center the card */
  }
}
@media (min-width: 600px) {
  .serviceBox {
    width: 350px; /* Set a fixed width */
    margin: 0 auto; /* Center the card */
  }
}

@media (min-width: 1024px) {
  .serviceBox {
    width: 400px; /* Set a fixed width */
    margin: 0 auto; /* Center the card */
  }
}

.serviceBox img {
  transition: all 0.3s ease-in-out;
}
.serviceBox:hover.serviceBox img {
  transform: rotate(-10deg);
}
.serviceBox .service-content {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.serviceBox .title {
  margin-bottom: 10px;
  padding: 20px;
}
/* ===========================
--- Call to Action
============================ */

#call-to-action1 {
  background: url(../img/toddler-boy-playing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#call-to-action2 {
  background: url(../img/beautiful-baby.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ourDayCare {
  background: rgba(255, 255, 255, 0.2) !important;
}
.ourDayCare p {
  color: black;
}
.visitUs {
  background: rgba(255, 255, 255, 0.2) !important;
}
.visitUs p,
h4 {
  color: black;
}
/* ===========================
--- Testimonials
============================ */

#testimonials {
  background: linear-gradient(
    to bottom,
    #66ccff 18%,
    rgba(255, 255, 255, 0) 120%
  );
}
.testimonial {
  padding: 20px 15px 50px;
  margin-bottom: 20px;
}
.testimonial:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  bottom: auto;
  border: 20px solid;
  border-color: #ffffff #ffffff transparent transparent;
  margin-top: -42px;
}
.testimonial .description {
  background: #fff;
  color: #333333;
  border-radius: 40px;
  font-size: 14px;
  box-shadow: 10px 0px 0px 0px rgba(153, 153, 153, 0.22);
  padding: 45px 35px;
  position: relative;
}
.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 free";
  position: absolute;
  top: -27px;
  font-weight: 900;
  font-size: 40px;
}
.testimonial-review {
  padding-top: 32px;
}
.testimonial-review img {
  float: left;
  max-width: 100px;
  margin-left: 25px;
  margin-right: 20px;
  border: 5px solid;
}
.testimonial-review .testimonial-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  float: left;
}
.testimonial-title small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 700;
}
/* ===========================
--- About
============================ */
/* Feature icons */

#about .media i {
  font-size: 90px;
  padding: 10px;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  line-height: 90px;
  display: inline-block;
}
#about .media-heading {
  display: inline-block;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #fff;
  transform: rotate(5deg);
}
.features .media {
  margin-top: 0px;
}
.features {
  margin-top: 70px;
}
/* ===========================
--- Team
============================ */

.our-team img {
  max-width: 200px;
  border: 8px solid;
  height: auto;
  margin: 0 auto;
}
.our-team .social {
  transition: all 0.3s ease-out 0s;
  top: 250px;
  position: absolute;
  display: block;
  width: 20%;
}
.our-team:hover .social {
  transition: opacity(1);
}
.our-team .social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 30px;
  position: absolute;
  bottom: 95px;
  right: 15px;
}
.our-team .social-icon li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 4px 0;
  transform: scale(0);
  transition: all 0.2s;
}
.our-team:hover .social-icon li a {
  transform: scale(1);
}
.our-team .team-info {
  padding: 15px 15px 20px;
  color: #fff;
  border-radius: 40px 10px;
  text-align: center;
  right: 0;
  transition: all 0.2s ease-out 0s;
  margin-top: -20px;
}
.our-team .team-info h4 {
  color: #fff;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}
.our-team .description {
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
/* ===========================
--- Tuition
============================ */

#tuition {
  background-image: url(../img/bggreen.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricingTable {
  padding: 30px 0;
  margin: 30px 0;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.pricingTable:before,
.pricingTable:after {
  content: "";
  width: 72%;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  transform: rotate(-3deg) skew(-3deg);
  transition: all 0.3s ease-out 0s;
}
.pricingTable:after {
  top: auto;
  bottom: -32px;
}
.pricingTable .price-value {
  padding: 8px 0;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
.pricingTable:hover .price-value,
.pricingTable:hover .month {
  color: #fff;
}
.pricingTable .month {
  font-size: 15px;
  margin-top: 10px;
  line-height: 24px;
  font-weight: 900;
  display: block;
}
.pricingTable .title {
  font-size: 30px;
  display: block;
  padding-bottom: 20px;
  letter-spacing: -1px;
  font-family: Baloo;
}
.pricingTable:hover .title {
  color: #fff;
}
.pricingTable .pricing-content {
  padding: 0 5%;
  margin: 20px 0 20px 0;
  list-style: none;
}
.pricingTable .pricing-content li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6e5e5;
  font-size: 15px;
}
.pricingTable .pricing-content li:last-child {
  border-bottom: 0;
}
.pricingTable:hover .pricing-content li {
  color: #fff;
}
/* ===========================
--- Latest Blog Posts
============================ */

.blog-prev {
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.blog-prev img {
  border-radius: 20px 20px 0px 0px;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.blog-prev .blog-caption {
  padding: 25px 20px 25px;
  transition: all 0.5s ease-in-out 0s;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.blog-prev .date {
  color: #fff;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 900;
  min-height: 70px;
  transition: all 0.5s ease-in-out 0s;
  min-width: 70px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.blog-prev .date span {
  display: block;
  line-height: 24px;
}
.blog-prev .date .month {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.blog-prev h4,
.blog-prev p {
  margin: 5px;
  color: #fff;
  padding: 0;
}
.blog-prev a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.blog-prev:hover .hover {
  transition-delay: 0.1s;
  opacity: 0.6;
}
.blog-prev:hover .date {
  transform: translateY(100%);
}
/* ===========================
--- Gallery Polaroid
============================ */
/* Polaroids */

#lightbox {
  overflow: visible !important;
}
.polaroids p {
  font-size: 18px;
  text-align: center;
  padding-top: 40px;
  font-weight: 700;
  color: #696767;
  transform: translate3d(0, 0, 0);
}
.polaroid-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  background: url(../img/polaroid_texture.png) repeat;
  transition: transform 0.8s ease-in-out;
}
/* Hover effect*/

.polaroid-item:hover {
  transform: rotate(9deg);
}
/* Isotope */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  backface-visibility: hidden;
}
.isotope {
  transition-property: height, width;
}
.isotope .isotope-item {
  transition-property: transform, opacity;
}

/* enrollment */
.enrollment-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 16px;
}

.radio-group {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

input[type="radio"] {
  margin-right: 5px;
}

button {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background-color: #0056b3;
}

/* ===========================
--- Contact
============================ */

#contact {
  background-image: url(../img/bgcontact.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
/* Map */

#map-canvas {
  max-width: 100%;
  min-height: 320px;
}
.contact-info p + p {
  line-height: 20px;
}
/* =========================== Blog Pages ============================ */

#blog-container {
  padding: 0px;
}
/* date & category badge */

.date-category {
  position: absolute;
  z-index: 10;
  color: #fff;
  margin: 10px;
  padding: 20px;
  width: 150px;
  border-radius: 20px;
}
.date-category p {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0px 0px 0px;
}
.date-category i {
  color: #fff;
}
/* Latest posts Widget */

.blog-latest {
  padding: 10px;
  border-bottom: 1px dotted #cecece;
}
.blog-latest:last-child {
  border-bottom: 0;
}
.blog-latest p {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Lato";
  line-height: 18px;
}
.blog-latest span {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-latest .col-xs-8 {
  padding: 0px;
}
/* Post info */

.post-info p {
  margin-right: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.post-info p + p {
  line-height: 0px !important;
}
.post-info i {
  margin-right: 5px;
}
/* blog post */

.blog-post {
  border-bottom: 1px dashed;
  padding: 60px 0;
  margin: 0 30px;
}
.blog-post:first-child {
  padding-top: 0;
}
.blog-post:last-child {
  border-bottom: 0px;
}
.blog-post h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}
.blog-post h3 a {
  color: #5b5a5a;
}
.blog-post .post-info i {
  margin-right: 5px;
}
.single-page .blog-post h3 {
  margin-top: 0px;
}
.post-main {
  padding: 0 0 40px 0;
}
.post-main img {
  margin-bottom: 20px;
}
/* Blog main- images */

.img-blog {
  border: 5px solid;
  overflow: hidden;
}
.img-blog:hover,
.img-blog img {
  transition: all 0.9s;
}
.img-blog:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
/* Blog tags */

.blog-tags a {
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  font-family: Lato;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 20px;
  position: relative;
  letter-spacing: 0.5px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.blog-tags a:hover,
.blog-tags a:focus {
  color: #fff;
}
.blog-tags a::before {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.post-info .blog-tags {
  margin-top: 20px;
}
/* Comments */

.comment.media-body {
  margin-right: 10px;
}
.comments-block .btn {
  padding: 10px;
}
.comments-block {
  margin-top: 70px;
  display: inline-block;
}
.comments-block .media-object {
  max-width: 120px;
  float: left;
  margin-right: 20px;
  border: 5px solid;
  transition: all 0.5s ease-in-out;
}
.comment {
  border-bottom: 1px dotted;
  margin: 20px auto 20px;
  padding: 30px;
  position: relative;
}
.comment:last-child {
  border-bottom: 0;
}
.nested {
  display: inline-block;
}
/* =========================== Footer and Credits ============================ */
/* footer */

footer {
  position: relative;
  padding: 15px 0px;
}
footer.no-margin {
  margin-top: 0px;
}
footer li {
  /* border-bottom: 1px solid #cecece; */
  line-height: 45px !important;
}

footer {
  background-color: #00797f !important;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  color: #f7f6f6;
}
footer li {
  color: #f7f6f6;
}

footer .footer-icons i {
  font-size: 12px;
  margin-right: 15px;
}
.credits {
  padding-top: 0px;
  font-size: 12px;
}
/* Go to top icon */

.back-to-top {
  display: none;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 58px;
  height: 40px;
  width: 40px;
  right: 22px;
  border-radius: 20px 40px;
  box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.29);
  z-index: 9999;
}
.back-to-top i {
  font-size: 32px;
  color: #fff !important;
  line-height: 38px;
  text-align: center;
}
.back-to-top:hover i {
  transform: scale(1.2);
}
/* =========================== Miscellaneous  ============================ */
/* Owl-carousel */

.owl-carousel {
  padding: 0px 50px;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item {
  perspective: 1000px;
}
.owl-prev,
.owl-next {
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
.owl-prev i,
.owl-next i {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  line-height: 35px;
}
.owl-next {
  right: 15px;
}
.owl-prev {
  left: 15px;
}
.owl-carousel.owl-loaded {
  display: block;
  clear: both;
  /* Important fix */
}
.owl-dots {
  text-align: center;
  margin: 20px auto;
}
.owl-dot {
  transition: transform 0.3s;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #cecece;
  margin-right: 10px;
  display: inline-block;
}
.owl-dot:hover,
.owl-dot.active {
  transform: scale(1.5);
}
/* Sections */

section {
  padding: 80px 0px;
}
#page-section section {
  padding: 60px 0px;
}
.small-section {
  position: relative;
  padding: 70px 0px !important;
}
/* main wrapper */

#main {
  background: #fff;
}
#main section {
  padding: 20px 0px;
}
/* Sections heading */

.section-heading {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.section-heading h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section-heading .hr {
  border-top: 1px dotted;
  text-align: center;
  max-width: 150px;
  margin-top: 50px;
  margin: 0 auto;
}
.section-heading .hr:after {
  content: "\f101";
  font-family: Flaticon;
  display: inline-block;
  position: relative;
  top: -25px;
  padding: 0 10px;
  font-size: 38px;
}
.section-heading .hr.light,
.section-heading .hr.light:after {
  color: #fff;
}
/* Custom Link */

.custom-link {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #cecece;
  padding-bottom: 5px;
  margin-top: 20px;
}
/* Page blocks */

.page-block {
  margin-top: 70px;
}
/* no padding */

.no-padding {
  padding: 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
/* elements page */

#elements .row {
  margin-right: 0px;
  margin-left: 0px;
}
#elements h4.sub-header {
  padding: 10px;
  text-align: center;
  border-radius: 0px;
}
#elements h3.sub-header {
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
#elements .bg-colorprev .col-md-3 {
  padding: 20px;
}
.glyph {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 20px;
  width: 19%;
}
.glyph div {
  padding: 10px;
  display: block;
  margin-top: 20px;
  font-size: 52px;
  color: #2f2f2f;
  margin-left: 0;
}
.page-header {
  border-bottom: 2px solid #eee !important;
  margin-bottom: 50px;
}
.page-header h2 {
  display: inline-table;
}
/* Img Styles */

.img-curved {
  border-radius: 20px 100px;
}
.img-opacity:hover {
  opacity: 0.7;
}
.img-rounded {
  border-radius: 40px;
}
/* Image Zoom Hover effect */

.img-effect {
  overflow: hidden;
}
.img-effect img {
  transition: opacity 0.7s, transform 2.5s;
}
.img-effect:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
/* Image opacity hover */

.img-hover img {
  transition: opacity 0.2s;
  opacity: 1;
}
.img-hover:hover img {
  opacity: 0.8;
}
/* Image border */

.img-border {
  border: 4px double;
}
/* Dropdown */

.dropdown-menu {
  min-width: 180px;
  margin-top: -1px !important;
  border-radius: 20px;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #333 !important;
}
/* Pagination */

.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  margin: 0 1px;
  border: 0;
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #fff;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 50%;
}
/* Alerts */

.alert {
  border-radius: 20px 40px;
  padding: 25px;
  font-size: 16px;
  border: 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 20px 0px;
}
.alert.alert-success {
  color: #fff;
}
/* Breadcrumbs */

.breadcrumb {
  display: inline-flex;
  text-align: center !important;
  padding: 8px 25px;
  list-style: none;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  font-family: Lato;
  background: transparent;
  border-radius: 0px;
}
ul.breadcrumb {
  line-height: 18px !important;
  text-align: center;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb > .active {
  color: #cecece;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  content: "»";
  color: #fff;
  font-size: 16px;
}
/* Labels */

.label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  border-radius: 10px;
}
/* Form Labels */

label {
  font-weight: 400;
  margin-top: 10px;
  display: block;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.form-floating label {
  margin-top: 0px;
}
/* Progress bar */

.progress-bar {
  height: 10px;
  box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.progress {
  box-shadow: none;
}
/* fade tab transition */

.fade {
  opacity: 0;
  transition: opacity 0.55s linear;
}
/* Page  */

.pages {
  padding: 0px 0px 90px;
}
.image-page {
  margin: 20px 0;
}
/* Pager */

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.pager li > a:hover {
  color: #fff;
}
/* Nav-tabs */

.nav-tabs {
  border-bottom: 0 none;
  margin-left: 74px !important;
}
.nav-tabs li {
  margin-right: 20px;
}
.nav-tabs .nav-link {
  font-weight: 900;
  position: relative;
  padding: 20px 30px;
  color: #fff !important;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.7px;
  z-index: 1;
  text-transform: uppercase;
}

/* personal css */
.about-our-Daycare-padding {
  margin: 0px 60px !important;
  width: 370px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  z-index: 2;
  border: 0px;
}
.tab-content .tab-pane {
  padding: 50px;
  padding-top: 90px;
  border-radius: 20px;
  line-height: 22px;
}
/* accordion */

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button {
  display: block;
  box-shadow: 5px 5px 0px 2px rgba(181, 180, 180, 0.41);
  font-weight: normal;
  padding: 20px;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-family: Baloo;
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.accordion-button.collapsed {
  background: #fff;
}
.accordion-button.collapsed:hover {
  color: #fff;
}
.accordion-item {
  border: 0px;
  margin: 10px 0;
}

/* White bg */

.bg-white {
  background-color: #fff;
}
/* Lists */

ul.no-margin {
  padding: 0;
}
.list-unstyled li {
  line-height: 40px;
}
ul.custom {
  font-weight: 700;
  list-style: none;
}
ul.custom li:before {
  content: "\f126";
  font-size: 16px;
  font-weight: 400;
  font-family: "Flaticon";
  padding-right: 7px;
}
/* Buttons */

.btn,
.btn .btn-primary {
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 25px 10px;
  font-family: Baloo;
  padding: 20px;
  transition: background 0.7s ease-out;
  text-decoration: none;
  border: 0px;
}
.btn:hover,
.btn .btn-primary:hover {
  color: #fff;
}
.btn .fa,
.btn.focus,
.btn:focus {
  color: #fff !important;
}
.margin-btn {
  margin-left: 10px;
}
/* Forms */

.form-control {
  transition: all 0.7s ease-out;
  display: block;
  width: 100%;
  border: 2px solid;
  height: 52px;
  font-size: 17px;
  outline: none;
  border-radius: 15px;
  box-shadow: none;
  margin-bottom: 15px;
}
select.form-control {
  border: 4px solid;
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
}
textarea.form-control {
  min-height: 120px;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.input-group-btn:last-child > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn .btn {
  font-size: 14px;
  padding: 15px 30px;
  margin-top: 0px;
}
.input-group-btn span,
.input-group-addon span,
.btn span {
  color: #fff;
}
.form-control.form-control.input-lg {
  margin-top: 0px;
}
.form-group {
  margin-bottom: 0px;
}
.form-control:focus,
textarea.form-control:focus,
.textarea-field:focus,
.input-field:focus {
  outline: none;
  box-shadow: none;
}
textarea {
  height: 150px;
  resize: none;
}
/* BIG Social Media Icons */

.social-media {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.social-media a {
  display: inline-block;
  font-size: 30px;
  margin: 5px;
}
.social-media a i:hover {
  transform: scale(1.2);
}
.social-media a i {
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  margin: 3px;
}
.social-media i {
  transition: all 0.3s ease-in-out;
}
/* Small Social Media Icons */

.smaller.social-media a i {
  font-size: 22px;
  margin: 20px;
  transition: 0.3s;
  margin: 0px;
  border: 0px;
  background: none;
  padding: 0;
  color: #fff;
  width: 30px;
}
.smaller.social-media a i:hover {
  background: none;
}
.smaller.social-media {
  margin-top: 10px;
}
/* Centered columns */

.col-centered {
  float: none;
  margin: 0 auto;
}
/* small icons margin */

.margin-icon {
  margin-right: 10px;
}
/* Blockquote */

blockquote {
  font-size: 22px;
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  line-height: 32px;
  border-left: none;
  text-align: center;
}
blockquote:before {
  content: "\f10d";
  margin-right: 20px;
  font-family: "Font Awesome 5 free";
  font-size: 40px;
  font-weight: 900;
}
/* Icon-sizes */

.big-icon i {
  font-size: 220px;
}
/* Nav-pills */

.nav-pills > li > a {
  transition: all 0.2s ease-in-out;
  border-radius: 0px;
  font-size: 18px;
  margin: 5px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 25px;
  letter-spacing: 1.5px;
  font-family: "Baloo", sans-serif;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a,
.nav-pills .nav > li > a:hover {
  color: #fff;
}
/* Remove padding in container fluid */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
/* Tables */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid;
}
/* SVG Ornaments */

#cloud1 {
  margin-top: -90px;
  position: absolute;
}
#cloud2 {
  fill: #ffffff;
  margin-top: -100px;
  position: absolute;
}
#cloud1.colored {
  fill: #66ccff;
}
#curveDownColor1 {
  position: absolute;
  margin-bottom: 20px;
}
/* Parallax objects */

.parallax-object1 {
  position: absolute;
  top: auto;
  left: 15px;
  z-index: 99;
}
.parallax-object2 {
  position: absolute;
  top: auto;
  right: 0;
  z-index: 99;
}
/* cards */

.card {
  box-shadow: 10px 0px 0px 0px rgba(153, 153, 153, 0.22);
  background: #fff;
  border-radius: 55px 160px;
  padding: 60px;
  margin-top: 170px;
  border: 0;
}
.card .list-unstyled {
  padding-left: 15px;
  font-size: 16px;
  list-style: none;
  line-height: 30px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
/* Paper */

.paper:before,
.paper:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.paper:before {
  background-image: url(../img/linedpaper.png);
  background-repeat: repeat;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.paper:after {
  background-image: url(../img/linedpaper.png);
  background-repeat: repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
.paper {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 30px;
}
/* Media */

.media-heading small {
  font-weight: 800;
  display: block;
  font-size: 13px;
  margin: 10px 0 20px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
/* Margins */

.margin1 {
  margin-top: 50px;
}
/* Jumbotron */

.jumbotron {
  background-image: url(../img/jumbotron.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  background-position: center;
}
.jumbo-heading {
  background-image: url(../img/bgdots.png), url(../img/bgdots2.png);
  background-position: center left, center right;
  background-repeat: no-repeat;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 60px;
}
.jumbo-heading h1 {
  color: #fff;
  position: relative;
  margin: 10px auto;
}
/* Bubble */

.bubble {
  box-shadow: 10px 0px 0px 0px rgba(153, 153, 153, 0.22);
  border-radius: 35px 120px;
  padding: 50px;
  color: #fff;
}
/* Sidebar */

.sidebar {
  border-radius: 20px;
  padding: 20px;
}
.sidebar .card {
  padding: 10px;
  border: 0px;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}
.sidebar-header {
  color: #fff !important;
  border-bottom: 2px solid #cecece;
  padding-bottom: 20px;
  margin-top: 0px;
  border-radius: 20px 40px;
  text-align: center;
  padding: 10px;
}
.sidebar .list-unstyled {
  font-size: 18px;
  line-height: 24px;
}
/* Mailchimp message */

#mce-error-response,
#mce-success-response {
  display: none;
  font-size: 14px;
}
#mc_embed_signup div.mce_inline_error {
  border-radius: 20px;
}
/* divider */

hr {
  border-top: 1px solid #cecece;
}
/* small divider */

.hr {
  border-top: 3px solid;
  text-align: center;
  max-width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* List group */

.list-group-item {
  position: relative;
  display: block;
  border-radius: 0px;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 0px;
  transition: all 0.6s;
}
a.list-group-item,
button.list-group-item {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #fff;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
}
/*===========================
  Media Queries
============================ */
/************ min width 1900px *************/

@media (min-width: 1900px) {
  /* Slider */

  #layerslider {
    height: 900px !important;
  }
}
/************ min width 1500px *************/

@media (min-width: 1500px) {
  .ls-bg {
    width: 100% !important;
  }
}
/************ max width 1200px *************/

@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar-nav {
    max-height: 500px;
    overflow-y: auto;
  }
  #page-section section {
    padding: 40px 0px;
  }
}
/************ min width 1200px *************/

@media (min-width: 1200px) {
  .navbar {
    height: 55px;
  }
  .navbar-nav {
    height: 100px;
    position: absolute;
  }
  .navbar-expand-xl .navbar-collapse {
    justify-content: flex-end;
  }
  .navbar-custom .nav-link {
    line-height: 80px;
  }
}
/************ max width 1200px *************/

@media (max-width: 1200px) {
  /* Slider */

  .header-text {
    margin-left: 0% !important;
    padding: 10px !important;
    margin-top: 20% !important;
    width: 97% !important;
  }
  .header-text h1 {
    font-size: 42px;
    line-height: 1.1em !important;
    margin-top: 0px;
  }
}
/************ max width 991px *************/

@media (max-width: 991px) {
  /* Slider */

  #layerslider {
    height: 470px !important;
    padding-top: 45px;
  }

  .ls-bottom-nav-wrapper {
    margin-top: -20px !important;
  }
  /* Headers */

  h1 {
    font-size: 46px !important;
    line-height: 52px;
  }
  h2 {
    font-size: 44px !important;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  /* Responsive margin*/

  .res-margin,
  .margin1 {
    margin-top: 30px;
  }
  /*navbar */

  .nav > li {
    text-align: center;
    font-size: 20px;
  }
  /* navbar collapse*/

  .navbar-collapse.collapse.in {
    display: block !important;
    padding-bottom: 40px;
    max-height: 400px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 20px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: lightgray;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgray;
  }

  .navbar-custom .nav a:hover,
  .navbar-custom .nav > .active > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* Space between sections */

  .section-heading {
    margin-bottom: 30px;
  }
  /* miscelaneous */

  .sidebar {
    border: 0px;
  }
  .back-to-top {
    display: none;
  }
  .img-paragraph {
    margin: 0px 0px 20px 0px;
  }
  .no-padding {
    padding: 20px;
  }
  .blog-post {
    padding: 20px 0;
  }
  .menu-body {
    padding: 0px;
  }
  .nobg-small {
    background-image: none !important;
  }
  .nav-tabs .nav-link {
    padding: 15px 10px;
    font-size: 14px;
  }
  .nav-tabs .nav-link:before {
    bottom: 6px;
  }
  .pricingTable {
    margin-bottom: 80px;
  }
}
/************ max width 767px *************/

@media (max-width: 767px) {
  /* Slider */

  #layerslider {
    height: 350px !important;
  }

  .header-text h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0px;
  }
  .ls-nav-prev,
  .ls-nav-next {
    display: none !important;
  }
  .ls-bottom-nav-wrapper {
    margin-top: 0px !important;
  }
  /* jumbotron */

  .jumbotron {
    height: 200px;
  }
  /* Miscelaneous */
  .nav-tabs .nav-link {
    width: 100%;
  }
  .nav-tabs li {
    margin-right: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 50px;
  }
  .tab-content {
    margin-top: 0px;
  }
  .breadcrumb > li + li:before {
    padding: 0 4px;
  }
  h1 {
    font-size: 2.998em;
  }
  .nav-pills > li > a {
    font-size: 18px;
    margin: 5px;
    line-height: 22px;
    padding: 10px;
  }
  section {
    padding: 50px 0px;
  }
  #call-to-action1,
  #call-to-action2 {
    background-attachment: scroll;
  }
  #main section {
    padding: 20px 0px !important;
  }
  .nav-tabs li {
    width: 100%;
    margin-bottom: 5px;
  }
  .nav-tabs .nav-link:before {
    bottom: 0;
    transform: none;
    border-bottom: 1px solid #d3d3d3;
  }
  .nav-tabs {
    margin-left: 0px !important;
  }
}
/************ max width 640px *************/

@media (max-width: 640px) {
  /* Slider */

  #layerslider {
    height: 320px !important;
  }
}
/************ max width 480px *************/

@media (max-width: 480px) {
  .card {
    border-radius: 15px 90px;
    padding: 20px;
  }
  /* navbar */

  .navbar-brand img {
    max-width: 200px;
  }
  /* jumbotron */

  .jumbotron {
    height: 170px;
  }
  /* slider */

  #layerslider {
    height: 230px !important;
  }
  .header-text h1 {
    font-size: 20px !important;
    line-height: 20px;
    margin: 0px;
  }
  .ls-bottom-nav-wrapper {
    display: none;
  }
  /* Headers */

  h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
    text-transform: uppercase;
  }
  h6 {
    font-size: 18px;
  }
  /* Miscellaneous */

  .accordion-button {
    text-align: center;
    padding: 15px;
  }
  .panel-body {
    padding: 20px;
    margin-left: 0px;
  }
  .section-heading h2 {
    border: 0;
    line-height: 34px;
    letter-spacing: 0px;
    font-size: 26px;
  }
  .section-heading {
    margin-bottom: 2rem;
  }
  .jumbo-heading {
    margin-bottom: 30px;
  }
  .menu-item-price {
    margin-top: 10px;
  }
  .block {
    padding: 10px;
  }
  h1 span {
    font-size: 38px;
  }
  .testimonial-review img {
    margin-left: 0px;
  }
  .date-category i {
    display: none;
  }
  .date-category {
    position: absolute;
    color: #fff;
    min-width: 0px;
    padding: 20px;
  }
  .date-category p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .date-category {
    padding: 10px;
    width: 100px;
  }
  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }
  .breadcrumb {
    font-size: 13px;
  }
  .post-info p {
    line-height: 13px;
  }
  .comments-block {
    padding: 0px;
  }
  section {
    padding: 40px 0px;
  }
  .input-group-btn:last-child > .btn {
    border-radius: 20px;
    margin-top: 10px;
  }
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
      .form-floating
    ) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    display: block;
  }
  .input-group .form-control,
  .input-group-btn {
    display: inline-table;
  }
  .nav-pills > li.active:after,
  .nav-pills > li.active:before {
    top: -45%;
  }
  .nav-pills > li {
    float: none;
  }
  .owl-carousel {
    padding: 0px 0px;
  }
  .comment {
    padding: 10px;
    text-align: center;
  }
  .comments-block .media-object {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .comment.media-body {
    margin-right: 0px;
  }
  .tab-pane h3 {
    margin-top: 10px;
  }
  .btn {
    font-size: 13px;
    margin: 10px 0px;
    padding: 15px 20px;
  }
  .spinner {
    left: 42%;
  }
  .glyph {
    width: 100%;
  }
  .sidebar {
    padding: 0px;
  }
  .tab-content .tab-pane {
    padding: 20px;
  }
  .slide img {
    transform: rotate(0deg);
  }
}
/************ max width 340px *************/

@media (max-width: 340px) {
  /* slider */

  #layerslider {
    height: 190px !important;
  }
  /* Miscellaneous */

  .navbar-brand img {
    max-width: 180px;
  }
  .label,
  .table {
    font-size: 14px;
  }
  .table table,
  .table thead,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
}

/* PERSONAL CSS */
/* logo */
.logo-name {
  color: #f7e05a;
}

#contact {
  background: linear-gradient(135deg, #aee4ff 0%, #fff7ae 100%);
  padding: 50px 0;
  border-radius: 15px;
}
/* Media Query for Mobile Devices */
@media (max-width: 1400px) {
  #contact {
    padding: 30px 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #aee4ff 0%, #fff7ae 100%);
  }
}
@media (max-width: 770px) {
  .mobile-display-none {
    display: none;
  }
}

#contact_form button:hover {
  background: #0531f5;
  border-radius: 95px;
}
.contact-info p {
  font-size: 16px;
  color: #444;
}

.contact-info i {
  color: #ffb347;
}

/* footer */

/* personal css */
.bookVist {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333; /* Dark gray for better readability */
  display: flex;
  align-items: center;
  gap: 8px; /* Space between text and icon */
}

h4 i {
  color: #007bff; /* Blue color for the icon */
}


/* contatc section */
.contact-padding{
  padding-top: 50px;
}









/* General section styles */
.career-section {
  background-color: #fff8e1; /* Soft pastel yellow background */
  padding: 40px 20px;
  text-align: center;
}

.career-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.career-heading {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #2a7b62; /* Green color for a fresh look */
}

.career-description {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
}

/* Form styles */
.career-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

/* Icon and input container */
.form-input-container {
  position: relative;
}

.form-input-container i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a7b62; /* Matching icon color to the theme */
  font-size: 1.2rem;
}

.form-input {
  width: 100%;
  padding: 12px 12px 12px 40px; /* Added padding to make space for the icon */
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.form-textarea {
  height: 120px;
  resize: none;
}

/* Submit Button */
.form-submit-btn {
  padding: 15px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #2a7b62;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-submit-btn:hover {
  background-color: #246f56;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .career-container {
    padding: 20px;
  }
  
  .career-heading {
    font-size: 1.6rem;
  }
  
  .career-description {
    font-size: 1rem;
  }
  
  .form-input {
    font-size: 0.9rem;
    padding: 10px 10px 10px 40px; /* Adjusted padding for better fit */
  }

  .form-submit-btn {
    font-size: 0.9rem;
  }
}



