/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
  background: #f4f3f1;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #81d0ef;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #f06eaa;
  outline: none;
  text-decoration: underline;
}
img{max-width: 100%;}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f06eaa;
  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: #f3ccc9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #50d8af;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #50d8af;
}
#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #50d8af;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 145px;
  transition: all 0.5s;
  z-index: 997;
  background: url('../img/rbg.gif');  
  box-shadow: 0px 6px 9px 0px rgba(68, 66, 66, 0.6);flex-wrap: wrap;
  background-repeat: repeat-x;
  position:relative;
}
#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#header #logo h1 a {
  color: #0c2e8a;
}
#header #logo h1 a span {
  color: #50d8af;
}
#header #logo{
  margin: 0 0 0 25px;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
.header-main{
  width: 100%;
}
.header-section{
  background: url('../img/logo_bg.png');
  background-position: 0 25%;
background-repeat: no-repeat;
}
.header-section .navbar li {
  line-height: 16px;
}
.header-section .navbar li a{
  border-left: 1px solid #000;
}
.bottom_bar_menu li ul li {
  line-height: 15px;
}
.bottom_bar_menu li ul li a{
  font-size: 8pt !important;
}
.bottom_bar_menu li i{
  line-height: 0;
  position: absolute;
  top: -20px;
  left: 45%;
  font-size: 22px;
  color: #fac1ba;
}
.facebook-header{
  z-index: 999;
  margin-right: 20px;
}
.facebook-header a{
  border: 0 !important;
}
.navbar a{
  font-size: 13px !important;font-weight: 500 !important;
}
.bottom_bar_menu a{
  font-size: 17px !important;font-weight: 500 !important;
}
/*.header-section{
  background: url('../img/logo_bg.gif');
  background-position: 0 100%;
  background-repeat: no-repeat;
}*/
.gallery-header{
  position: absolute;
  top: 0;
  right: 3%;
  left: 0;
  text-align: end;
}
.header-section{justify-content: flex-start;margin: 15px auto 0;}
.scrolled-offset {
  margin-top: 140px;
}
.mobile-menu-hide{display: none !important;}
.bottom_bar_menu .breadcrumbs-header{margin: auto;}
.bottom_bar_menu .breadcrumbs-header p{margin: 0;font-size: 8pt;color: #df3b6d;}
.bottom_bar_menu .breadcrumbs-header a{border: 0;font-size: 8pt !important;}
.bottom_bar_menu .breadcrumbs-header span{color: #fff;margin-right: 5px;}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  align-items: flex-end;
  margin-bottom: 5px;
  z-index: 999;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  line-height: 18px;
}
.navbar li span{
  font-size: 12pt;
}
.bottom_bar_menu a,.navbar a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
  transition: 0.3s;
  border-left: 1px solid #fff;
}
.bottom_bar_menu a{color: #fff;font-weight: 500;font-size: 16px;}
.bottom_bar_menu li ul li{border-bottom: 1px solid #fff;background: #df3b6d;}
.bottom_bar_menu li ul li:last-child {
    border: 0;
}
.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: #df3b6d;
  text-decoration: none;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 40px);
  margin: 0;
  padding: 10px 0 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navbar .dropdown ul a {
  padding: 5px 10px;
  font-size: 12px;
}
.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: #fff;
  background: #f06eaa;
  cursor: pointer;
}
.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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #f06eaa;
  border-radius: 3px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    padding: 5px;top: 6px;position: relative;
  }
  .mobile-menu-hide{display: block !important;}

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f06eaa;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 0;
  bottom: 15px;
  left: 0;
  padding: 0;
  background-color: #f06eaa;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #df3b6d;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  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: #50d8af;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/hero-carousel/1.jpg") no-repeat;
  background-size: cover;
  padding: 0;
}
#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero .hero-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
  #footer .copyright{display: none;}
}
.book-list{text-align: center;margin:2em auto}
.book-list img {
    margin-bottom: 2em;
    border-radius:6px;
}
#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}
#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}
#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}
#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}
#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}
#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}
#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.col-md-3.left-content {
    position: relative;
    top: -15px;
}
.center-content{
  margin: 30px 0;
}
.right-content{
  margin: 55px 0 0;
}
.hover-image a{width: 43%;padding: 1px;}
.antenatal-img{text-align: right;margin: 20px 0 0;}
.text-content{padding: 16px 40px;}
.text-content p{
  text-align: left;
  color: #797979;
  font-size: 8pt;
}
.text-content a{    
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #81D0EF;
  text-decoration: none;
}
.text-content a:hover{
  text-decoration: underline;
  color: #f06eaa;
}
.testimonial-img{
  margin: auto 0 0;
}
.antenatal_page .center-content .antenatal-img, .parenting_page .center-content .antenatal-img{
  text-align: left;
}
.antenatal_page .center-content .text-content p{
  line-height: 1.8;
  text-align: justify;
}
.testimonial-content p{
  font-size: 8pt;
  font-weight: 500;
  color: #111;
  line-height: 1.8;
  text-align: justify;
}
.antenatal_page .text-content, .parenting_page .text-content{padding: 0 40px;}
.parenting_page .text-content ul{padding-left: 0.5rem;}
.parenting_page .text-content li{margin-bottom: 20px;}
.antenatal_page .right-content, .parenting_page .right-content{
  margin: 15% 0 2%;
}
.parenting_page h5{
  color: #DF3B6D;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 600;
}
.parenting_page .center-content .text-content strong, .parenting_page .center-content .text-content li{
  font-size: 8pt;
  color: #737373;
}
.parenting_page .center-content .text-content p{
  margin: 0 0 20px;
  line-height: 1.9;
}
.highlet-text{
  font-size: 14px !important;
}
.gallery_page .hover-image a{
  width: 47%;
  padding: 5px 5px 5px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #f06eaa;
}
.gallery_page .right-content{
  margin: 15% 0;
}
.media_page strong{
  font-size: 14px;
}
.media_page .justify-content-around{justify-content:left!important}
.media_page .justify-content-around img{margin-right:10px;}
.media_page span{
  color: #81D0EF;
  font-size: 14px;
  font-weight: 600;
}
.media_page .center-content a{
  color: #DF3B6D;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
.media_page .text-content{
  padding: 30px 40px;
}
.contact_page .text-content{
  padding: 20px 40px;
}
.testimonial-title {
  margin-bottom: 10px;
}
.media_page .center-content{margin-bottom: 10%;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  margin-top: 7%;
  background: url('../img/footer.png');
}
#footer {
  background: #f2f5f8;
  margin-top: 0;
  background: url('../img/footer_bg.gif');
}
#footer .copyright {
  padding-top: 10px;
  font-size: 8pt;
  color: #fff;
}
#footer .credits {
  padding: 10px 0 5px;
  text-align: left;
  font-size: 8pt;
  color: #111;
}
#footer .credits p{
  width: 75%;
  line-height: 1.8;
  margin: 0;
}
#footer .credits a {
  color: #0c2e8a;
}
.baby_footer{
  position: absolute;
  left: 46%;
  margin-bottom: 19px;
  z-index: 999;
  margin-top: -130px;
}
.footer_bg{
  width: 100%;
}
.our-studio{
  -ms-transform: rotate(20deg);
  transform: rotate(-7deg);
}
.our-studio a{
  font-size: 8pt !important;
border: 0 !important;
color: #81d0ef;
position: relative;
bottom: -45px;
}
.bottom_bar_menu li ul li a{
  border: 0 !important;
}
@media (min-width: 1200px) {
  .container {
      max-width: 991px;
  }
}
@media (max-width: 991px) {
  .navbar-mobile .active{
    color: #fff;
  }
  #header{
    background: url('../img/logo_bg.gif');
    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80px;
  }
  .header-main.mobile{
    display: none;
  }
  .mobile-submenu{
    width: 100%;
    margin: auto;
    line-height: 1;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a{background:rgba(255,255,255,0.1);}
  .header-section .navbar li{border-bottom: 1px solid rgba(255,255,255,0.1);}
  .navbar-mobile a{
    padding: 10px 20px !important;
    border: 0 !important;
  }
  .mobile-submenu a{
    border: 0 !important;
    padding: 10px 20px !important;
    justify-content: flex-start;
  }
  .mobile-submenu span {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
  }
  .mobile-submenu span:last-child {
      border: 0;
  }
  .mobile-submenu i{
    margin-right: 5px;
  }
  .mobile-dropdown li ul{
    display: block;
    background: #ef6da9;
    border: 0;
    box-shadow: none;
    margin: 0 0 0 20px;
    padding: 0;
  }
  .header-section {
    justify-content: space-between !important;
    margin: 0px auto 0 !important;
    background: transparent !important ;
  }
  .navbar-mobile {
    width: 100%;
  }
  #header #logo {
      margin: 0;
  }
  .navbar {
    align-items: center !important;
    justify-content: end;
  }
  .bottom_bar_menu, .gallery-header{
    display: none !important;
  }
  .scrolled-offset {
    margin-top: 80px;
  }
  #main{padding: 0 15px 15px;}
  .left-content, .center-content{
    width: 50%;
  }
  .center-content{
    margin: 20px 0 20px;
  }
  .right-content{
    width: 100%;
    margin: 0 0 5px;
  }
  .left-content img{
    width: 70%;
  }
  .hover-image{
    justify-content: center;
  }
  .hover-image a {
    width: 36%;
  }
  .right-content .text-content {
    padding: 20px 40px 0;
  }
  .right-content .d-flex {
    justify-content: flex-end;
  }
  .antenatal_page .right-content, .parenting_page .right-content, .media_page .center-content{
    margin: 0 0 20px !important;
  }
  #footer .credits p {
    width: 100%;
  }
  .baby_footer {
    left: 42%;
    margin-top: -80px;
  }
  .baby_footer img{
    height: 150px;
  }
  footer img {
    width: 100%;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .hover-image-home {justify-content: center;}
  .hover-image-home a{width: 36%;}
  .navbar a{
    font-size: 14px !important;font-weight: 500 !important;
  }
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 60px;
  }
  .header-section {
    justify-content: space-between !important;
    margin: 22px auto 0;
  }
  .left-content img{
    width: 90%;
  }
  .gallery_page img{
    width: 100%;
  }
  .hover-image a {
    width: 50% !important;
  }
  .center-content .text-content {
    padding: 10px;
  }
  .bottom_bar_menu{
    display: none !important;
  }
  #footer {
    background-position: 0 97%;

  }
  #footer .d-flex{
    flex-wrap: wrap;
  }
  footer img{
    width: 100%;
  }
  #footer .copyright, #footer .credits {
    width: 100%;
  }
  .baby_footer {
    left: 42%;
    margin-top: -60px;
  }
  .baby_footer img{
    height: 100px;
  }
  footer img {
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 578px) {
  .hover-image-home {width: 75%;margin: 30px auto 0;}
  .hover-image-home a{width: 36%;}
  #header {
    height: 70px;
  }
  #header #logo img {
    max-height: 55px;
  }
  .right-content .testimonial-content, .right-content .testimonial-img{
    padding: 10px;
  }
  .home .right-content .testimonial-img{
    padding: 0;
  }
  .home .right-content{
    padding: 0;
  }
  .home img{
    max-width: 100%;
  }
  .antenatal-home img{
    width: auto !important;
  }
  .right-content .text-content {
    padding: 10px;
  }
  .center-content {
    width: 100% !important;
    margin: 0 !important;
  }
  .center-content .antenatal-img {
    margin: 0 0 10px;
  }
  .left-content{
    width: 100% !important;
    text-align: center;
  }  
  .gallery_page .gallery_list{
    text-align: center !important;
  }
  .left-content img {
    max-width: 45%;
  }
  .gallery_page img {
    width: auto;
  }
}
@media (max-width: 480px) {
  .scrolled-offset {
    margin-top: 60px!important;
  }  
  .hover-image a{width: 100% !important;}
  .media_page .center-content #gallery{
    width: 150px;height: 150px;
  }
  #header {
    height: 60px;
  }
  #header #logo img {
    max-height: 50px;
  }
  .left-content img{
    width: 100% !important;
  }

}
@media (max-width: 420px) {  
  #header {
    background: #fac1ba;
  }
  .left-content{
    margin-top: -15px;
  }
  .center-content .antenatal-img img{
    width: 100%;
  }
  .center-content .text-content {
    padding: 10px;
  }
  .hover-image-home {width: 75%;margin: 30px auto 0;}
  .hover-image-home a{width: 45%;}
  #header #logo img {
    max-height: 50px;
  }  
  .media_page .center-content #gallery{
    width: 100px;height: 100px;
  }
  #footer {
    background: #fac1ba !important;
  }
}
@media (max-width: 320px) {
  .antenatal-home img{
    width: 100% !important;
  }
}