/* =========== [Master Stylesheet] ============
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS 
:: 4.0 Our Service Area CSS 
:: 5.0 About Us Area CSS 
:: 6.0 Video And Some Faq Area CSS 
:: 7.0 Portfolio Area CSS 
:: 8.0 Cool Fact Area CSS 
:: 9.0 Testimonials Area CSS 
:: 10.0 Our Team Area CSS 
:: 11.0 Our Price Table Area CSS 
:: 12.0 Our Blog Area CSS 
:: 13.0 Our Partners Area CSS 
:: 14.0 Contact Us Area CSS 
:: 15.0 Slider Area CSS
:: 16.0 How We Works Area CSS 
:: 17.0 Work Process Area CSS 
:: 18.0 Award Area CSS 
===================================== */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import "css/bootstrap/bootstrap.min.css";
@import "css/plugins/animate.css";
@import "css/plugins/magnific-popup.css";
@import "css/classy-nav.css";
@import "css/plugins/owl.carousel.min.css";
@import "css/font-awesome.min.css";
@import "css/icofont.css";
@import "css/plugins/animated-headline.css";

/* ==================
:: 1.0 Base CSS Start
================== */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rubik", sans-serif !important;
  font-size: 15px;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.3;
  font-weight: 700;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 500;
}

li {
  list-style: none;
}

p {
  line-height: 1.9;
  color: #7b7b7b;
  font-weight: 400;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8bbcc8f;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#fancy-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8bbcc;
  -webkit-animation: fancyRotate 2400ms linear infinite;
  animation: fancyRotate 2400ms linear infinite;
  z-index: 999;
}

#fancy-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  -webkit-animation: fancytRotate 2700ms linear infinite;
  animation: fancyRotate 2700ms linear infinite;
}

#fancy-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #94d5eb;
  -webkit-animation: fancyRotate 1800ms linear infinite;
  animation: fancyRotate 1800ms linear infinite;
}

@-webkit-keyframes fancyRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancyRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.section_padding_90_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_padding_190_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section_padding_390_400 {
  padding-top: 400px;
  padding-bottom: 400px;
}

.section_padding_0_100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section_padding_90_0 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section_padding_90_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section_padding_90_50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_padding_0_70 {
  padding-top: 0px;
  padding-bottom: 70px;
}

.section_padding_40_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_0_50 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section-heading > h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #f8bbcc;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.section-heading > span {
  font-size: 45px;
  color: #94d5eb;
  z-index: 2;
  font-weight: 200;
  text-transform: capitalize;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading > p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
  max-width: 600px;
  margin: auto;
}

.fullwidth {
  height: 100vh;
}

.nav-brand {
  max-width: 130px;
}

.fancy-btn {
  background-color: #fff;
  height: 40px;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  color: #94d5eb;
  text-transform: uppercase;
  border-radius: 25px;
  letter-spacing: 1px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 13px;
  border: 1px solid #94d5eb;
}

.welcome-btn {
  background-color: #fff;
  height: 50px;
  min-width: 250px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #94d5eb;
  text-transform: uppercase;
  border-radius: 25px;
  letter-spacing: 1px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: 1px solid #fff;
}

.welcome-btn,
.fancy-btn {
  overflow: hidden;
}

.welcome-btn::after,
.fancy-btn::after {
  content: "";
  position: absolute;
  color: #fff;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.welcome-btn:after,
.fancy-btn:after {
  background: #94d5eb;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.welcome-btn:hover:after,
.fancy-btn:hover:after {
  opacity: 1;
  height: 600% !important;
}

.welcome-btn:hover,
.fancy-btn:hover {
  color: #fff;
  border-color: transparent;
}

.fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fancy-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#scrollUp {
  width: 40px;
  height: 40px;
  list-style: 40px;
  font-size: 24px;
  color: #fff;
  bottom: 50px;
  right: 50px;
  text-align: center;
}

#scrollUp::before {
  width: 40px;
  height: 40px;
  background-color: #f8bbcc;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -10;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.height-400 {
  height: 400px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

.height-900 {
  height: 900px;
}

.height-1000 {
  height: 1000px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* -------------------
:: 2.0 Header Area CSS
------------------ */

.close-menu {
  display: none;
}
.navbar {
  background-color: #fff !important;
  font-family: "Rubik", sans-serif !important;
}
.navbar-brand img {
  width: 100px;
  height: auto;
  position: relative;
}
.nav-link {
  text-align: center;
  color: #94d5eb !important;
  font-weight: 600 !important;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #f8bbcc !important;
}
.nav-item.active .nav-link {
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #94d5eb;
  opacity: 0;
  transition: all 200ms linear;
}
.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f8bbcc;
  opacity: 1;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0 !important;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.active {
  color: #f8bbcc !important;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
    box-shadow: -2px 0px 7px 0px #281931;
    -moz-box-shadow: -2px 0px 7px 0px #281931;
    -webkit-box-shadow: -2px 0px 7px 0px #281931;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    -webkit-transition: left 300ms ease-in-out;
    -moz-transition: left 300ms ease-in-out;
    -ms-transition: left 300ms ease-in-out;
    -o-transition: left 300ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .header {
    position: relative;
    z-index: 1001;
  }
  .header .navbar-toggler {
    border: 1px solid #94d5eb;
    color: #f8bbcc;
    font-size: 18px;
    padding: 6px 10px;
  }
  .header .navbar-toggler i {
    font-size: 25px;
    color: #f8bbcc;
    line-height: 26px;
  }
  .header .header-menu {
    background-color: #ffffff;
    z-index: 1001;
    padding-top: 75px;
    height: 100vh;
  }
  .header .navbar-collapse {
    width: 50% !important;
    background-color: #ffffff;
  }
  .close-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 26px;
  }
}

.bookus .btn-primary {
  color: #fff;
  background-color: #f8bbcc !important;
  border-color: #f8bbcc !important;
}

.bookus a {
  font-size: larger;
  font-weight: 500 !important;
}

/* =====================
:: 3.0 Wellcome Area CSS 
===================== */

.welcome_area {
  position: relative;
  background-color: #f8bbcc;
  z-index: 1;
  display: flex;
  align-content: space-around;
  padding-bottom: 45px;
}
.welcome-2 {
  padding-top: 50px;
  font-family: "Rubik", sans-serif !important;
}
.splash {
  position: absolute;
  z-index: -1;
}
.welcome-text {
  position: absolute;
  top: 60px;
  z-index: 0;
  align-items: baseline;
  padding-left: 40px;
}
.welcome-text > h1 {
  padding-top: 55px;
  color: #fade3d;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 800;
  z-index: 0;
}
.kidbad {
  padding-top: 25px;
  width: 10vmax;
  bottom: -1;
  float: left;
}

.splash {
  position: relative;
}

.kidgood {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}

.hero-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.goodkid > img {
  width: 50%;
  bottom: -1px;
  position: absolute;
  margin-left: 300px;
  text-align: center !important;
  justify-content: baseline;
}
.welcome-2 {
  align-items: baseline;
}
.kidbad-2 {
  margin-left: 190px;
  position: absolute;
  width: 65%;
  bottom: -1px;
}
#containers {
  /* This will come into play later */
  perspective: 40px;
}

#inners {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

#containers:hover {
  cursor: pointer;
}

/* ========================
:: 4.0 Our Service Area CSS 
===================== */

.single_service_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  font-family: "Rubik", sans-serif !important;
  justify-content: baseline !important;
}
.iconlogo {
  width: 100px;
  padding: 5px;
}
.service_text > h5 {
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  text-align: center;
  color: #f8bbcc;
}

.service_text > h3 {
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  text-align: center;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #94d5eb;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #94d5eb;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.service_text h3 span {
  color: #94d5eb;
  font-weight: 800;
  margin-bottom: 20px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  text-align: center;
}
.service_text {
  margin-left: 30px;
}
.service_text > img {
  width: 300px;
  padding: 50px;
}
.single_service_content:hover .service_icon {
  background-color: #94d5eb;
  border-color: #94d5eb;
}

.single_service_content:hover .service_icon > i {
  color: #fff;
}

.single_service_content:hover .service_text > h5 {
  color: #94d5eb;
}

.special {
  font-family: "Rubik", sans-serif !important;
  font-weight: 800;
  color: #94d5eb;
}
.newborn {
  justify-content: first baseline;
}

/* ========================
:: 5.0 About Us Area CSS 
===================== */

.about_us_area {
  position: relative;
  z-index: 5;
  font-family: "Rubik", sans-serif;
}

.side_iamge {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  left: 0;
  z-index: -1;
}

.about_us_thumb {
  position: relative;
  z-index: 1;
  margin-right: 80px;
  width: 50%;
}

.about_us_thumb_2 {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_us_content > h1 {
  color: #f8bbcc;
  font-size: 30px;
}
.specialservice > h1 {
  color: #94d5eb !important;
}

.specialservice > h2 {
  color: #94d5eb !important;
}

.about_us_content > h2 {
  font-size: 15px;
  margin-bottom: 25px;
  color: #f8bbcc;
  text-align: justify;
  font-weight: 500 !important;
}

.about_us_content > p {
  margin-bottom: 30px;
}

.abouth1 {
  display: flex;
  float: inline-end;
  font-size: 30px;
  color: #94d5eb;
}

.abouth2 {
  display: flex;
  float: inline-start;
  font-size: 25px;
  font-weight: 800;
  color: #f8bbcc;
}

.abouth3 {
  display: flex;
  font-size: 25px;
  font-weight: 400;
  color: #f8bbcc;
}
.abouth4 {
  display: flex;
  font-size: 45px;
  font-weight: 800;
  color: #94d5eb;
}

/* =========================
:: 9.0 Testimonials Area CSS 
====================== */

.testimonials_area {
  position: relative;
  z-index: 1;
  background-color: #f8bbcc;
}
.testimonial-heading {
  color: #94d5eb;
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.testimonial-heading > h2 {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
}

.testimonial_image {
  height: 80px;
  width: 80px;
  margin: auto;
  margin-bottom: 30px;
}

.testimonial_image > img {
  border-radius: 50%;
}

.testimonial_text > p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial_author_name > h5 {
  background-color: #94d5eb;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 17.5px;
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

.testimonials_area .owl-dot {
  background-color: #fff;
  height: 30px;
  width: 8px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 2px;
}

.testimonials_area .owl-dot.active {
  height: 45px;
  background-color: #94d5eb;
  border-color: transparent;
}

.testimonials_area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center;
}

/* ========================
:: 14.0 Contact Us Area CSS 
======================= */

.contact_us_area {
  background-color: #f9f9f9;
}

.footer_social_icon > a > i {
  color: #7b6cea;
  margin: 0 10px;
  font-size: 16px;
  text-align: center;
}

.footer-logo {
  text-align: center;
  margin-top: 25px;
  border-bottom: 1px solid #efefef;
}

.footer_area {
  padding: 30px 0;
}

.copywrite_text > p > a,
.copywrite_text > p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.conatct_heading > h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.contact_form .form-control {
  background-color: #f5f5f5;
  border: none;
  padding: 15px;
  font-size: 13px;
  margin-bottom: 30px;
}

.contact_info > i {
  font-size: 20px;
  color: #94d5eb;
}

.contact_info > h5 {
  margin-top: 5px;
  font-size: 18px;
}

.contact_info > p {
  font-size: 14px;
  margin-bottom: 0;
}

.contact_info {
  margin-bottom: 30px;
}

.bottom-footer-area {
  background-color: #94d5eb;
}

#googleMap {
  height: 600px;
  margin-top: 100px;
}

.footer_social_icon > a > i {
  background-color: #94d5eb;
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 05px;
  font-size: 14px;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.footer_social_icon > a > i:hover {
  background-color: #f8bbcc;
}

/***** Funzone *****/
.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  align-items: baseline;
}

/* Start Landing Page */

.landing-page {
  position: relative;
  background-color: #fff;
}

.landing-page .info {
  width: 35%;
  float: left;
  margin-top: 130px;
}

.landing-page .info h1 {
  font-size: 45px;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #f8bbcc;
}

.landing-page .info p {
  font-size: 15px;
  color: #f8bbcc;
  font-weight: 500;
  text-align: justify;
}

.landing-page .info button {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  color: #fff;
  background-color: #94d5eb;
}
.landing-page .info button a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2;
}

.landing-page .image {
  width: 50%;
  float: right;
  margin-top: 35px;
}

.landing-page .image img {
  max-width: 70%;
}

.clearfix {
  clear: both;
}

.landing-page .image2 {
  width: 100%;
  margin-top: 35px;
  padding-top: 60px;
  padding-bottom: 60px;
}
/***** End Funzone *****/

/***** Gallery *****/
#gallery.close {
  font-size: 1.5rem;
}

#gallery.col-12 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 2rem;
  width: 100%;
}

#gallery.col-12 img:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/***** End Gallery *****/
