body {
  font-family: "OpenSans";
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

header {
  padding: 0px 0px;
  background-color: #d3e7dc;
  -webkit-box-shadow: 0px 1px 5px #898989;
  box-shadow: 0px 0.5px 5px #999999;
  position: fixed;
  width: 100%;
  z-index: 102;
}

header a {
  text-decoration: none;
}

header .disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  position: relative;
  display: inline-block;
  width: 170px;
  vertical-align: middle;
}

header .logo img {
  width: 100%;
}

header .container {
  position: relative;
}

header .container .btn-login {
  color: #022147;
  background: #fff;
  position: absolute;
  right: 24px;
  top: -2px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'OpenSans';
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 4px;
  border-radius: 2px;
}

header .container .btn-login:hover {
  color: #fff;
  background: #022147;
}

header .container .download {
  right: 80px;
}

/*Navigation*/
.navbar-collapse {
  background: #d3e7dc;
  font-weight: 400;
  -webkit-transition: background .3s ease, height .4s ease;
  transition: background .3s ease, height .4s ease;
  display: inline-block !important;
  position: relative;
  width: 100%;
  text-align: right;
  vertical-align: bottom;
}

#nav a {
  display: none;
}



#nav li a {
  color: #ff005d;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-family: "OpenSans";
  transition: all 0.3s;
}

#nav li a::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: transparent;
  top: 70%;
  left: 0;
  transition: all 0.3s;
}

#nav li:hover a::after {
  background-color: #ff005d;

}

#nav li a:hover span:after {
  border-top-color: #ff005d;
}

#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #ff005d;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  transform: translate(0%, -30%);
}

#nav .first span::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d4297e rgba(0, 0, 0, 0) -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 0.313em 0.313em medium;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  vertical-align: middle;
  width: 0;
}

#nav>ul {
  background: #d3e7dc;
  list-style: outside none none;
  padding-left: 0;
  margin: 0;
  margin-top: 3px;
}

#nav>ul>li {
  height: auto;
  display: inline-block;
  margin: 0px 10px;
}

#nav>ul>li:last-child {
  margin-right: 0px;
}

#nav>ul>li>a {
  background: #d3e7dc;
  font-size: 14px;
  padding: 22px 0px;
  margin: 0px 0px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

#nav>ul>li>a:hover {
  border-bottom-color: #ff005d;
}

.active-nav {
  border-bottom-color: #ff005d !important;
}

/* second level */
#nav li .first {
  background-color: #d3e7dc;
  display: none;
  list-style: outside none none;
  min-width: 250px;
  position: absolute;
  top: 100%;
  z-index: 4;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #ddd;
}

#nav li .first.fixwid {
  min-width: 1000px;
}

#nav li .first .fixcol {
  min-width: 196px;
  display: inline-block;
  padding: 0px 10px;
}

#nav li .first .fixcol h5 {
  font-size: 16px;
  text-transform: uppercase;
}

#nav .inner-list {
  padding: 0px;
}

#nav .inner-list li {
  display: block;
  text-align: left;
}

#nav .inner-list li a {
  border-top: 0px solid #ddd;
  padding: 0px 6px;
  line-height: 16px;
  font-size: 14px;
}

#nav .inner-list li a:hover {
  background: transparent;
  color: #ff0000;
}

#nav .submenu {
  color: #ff0000;
}

#nav li:hover .first {
  display: block;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#nav li ul li .second {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 4px 5px #999999;
  box-shadow: 1px 4px 5px #999999;
  display: none;
  left: 100% !important;
  list-style: outside none none;
  min-width: 200px;
  padding-left: 0;
  position: absolute;
  top: 0;
  z-index: 4;
}

#nav li ul li:hover .second {
  display: block;
  left: 0;
  right: 0;
}

#nav li ul a {
  background: #d3e7dc;
  border-top: 0px solid #dddddd;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: left;
}



.navbar-toggle {
  background-color: #022147;
  padding: 7px 8px;
  margin: 0 0 0 10px;
}

.navbar-toggle .icon-bar {
  background: #022147 none repeat scroll 0 0;
  width: 18px;
}

.navbar-header {
  float: right;
}

/*Navigation End*/
.main-content {
  padding-top: 68px;
  z-index: 101;
}

.banner-section {
  position: relative;
}

.banner-section .banner-text {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-section .banner-text h3 {
  color: #fff;
  font-size: 52px;
  text-shadow: 5px 3px 3px #1e1e1e;
  margin: 0px;
  font-family: "OpenSans";
  text-transform: uppercase;
}

.banner-section img {
  width: 100%;
}

.page-section {
  padding: 50px 0px;
}

.page-section .miss-img {
  position: relative;
}

.page-section .wlcome-home {
  position: relative;
  margin-top: 50px;
}

.page-section .wlcome-home .sec-title {
  margin-bottom: 30px;
}

.page-section .sect-sub-title {
  font-size: 18px;
  color: #333;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}


.page-section .pdl-65 {
  padding-left: 65px;
}

.page-section .mission-text {
  background-color: #022147;
  color: #fff;
  left: -50px;
  bottom: 0px;
  position: absolute;
  padding: 40px 70px 30px 70px;
  width: 100%;
}

.page-section .mission-text i {
  font-size: 28px;
}

.page-section .mission-text p {
  padding: 10px 30px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0px;
}

.page-section .mission-text span {
  display: block;
  text-align: right;
  color: #deb668;
  font-family: 'Yesteryear', 'Cursivestandardbold';
  font-size: 24px;
}

.page-section .mission-pic {
  margin: 0px 30px 50px 0px;
  width: 100%;
}

.page-section p {
  line-height: 24px;
  text-align: left;
}

.page-section .sec-title {
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.page-section .title-2 {
  font-size: 32px;
  color: #022147;
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
  text-transform: capitalize;
}

.bg-l-gray {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: #fff;
}

footer {
  position: relative;
}

footer .top-footer {
  padding: 30px 0px;
  background: #d3e7dc;
  color: #333333;
  position: relative;
  border-top: 1px solid #ddd;
}

footer .top-footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .top-footer ul li {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  position: relative;
}

footer .top-footer ul li a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3px 0px;
  display: inline-block;
}

footer .top-footer ul li a:hover {
  color: #ff005d;
}

footer .top-footer ul li a i {
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}

footer .top-footer ul li a:hover i {
  left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .top-footer .mail {
  color: #333333;
  margin-bottom: 0.5rem;
}

footer .top-footer .mail a {
  color: #333333;
  text-decoration: none;
}

footer .top-footer .mail a i {
  margin-right: 5px;
}

footer .top-footer .mail a:hover {
  color: #ff005d;
}

footer .top-footer .copyright {
  margin-bottom: 0px;
  margin-top: 20px;
}

footer .bot-footer {
  padding: 10px 0px;
  background: #d3e7dc;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #f2f2f2;
}

footer .bot-footer P {
  margin-bottom: 0PX;
}

footer .bot-footer h4 {
  margin: 0px;
  font-size: 16px;
}

footer .bot-footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .bot-footer .social a {
  background: #deb668;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  margin: 0px 1px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

footer .bot-footer .social a i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .bot-footer .social a:hover {
  background: #000;
}

footer .bot-footer .social a:hover i {
  color: #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.carousel-caption {
  right: auto;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.carousel-caption.banner1 {
  top: 50%;
  left: 20%;
}

.carousel-caption.banner2 {
  top: 50%;
  left: auto;
  right: 0%;
}

.carousel-caption.banner3 {
  top: 40%;
}

/* .carousel-caption.banner4 {
  top: 56%;
}

.carousel-caption.banner5 {
  top: 56%;
} */

.carousel-caption h5 {
  font-size: 58px;
  line-height: normal;
  text-shadow: 0px 0px 5px #000;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}

.carousel-caption p {
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
  position: relative;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.carousel-caption p .left-line {
  width: 40px;
  height: 1.5px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.carousel-caption p .right-line {
  width: 40px;
  height: 1.5px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.red-color2 {
  color: #dc3545;
  text-shadow: 0px 0px 5px #ffffff !important;
}

.color-purple {
  color: #bb0fe6;
  text-shadow: 0px 0px 5px #ffffff !important;
}

.color-yellow {
  color: #FFF847;
}

.color-orange {
  color: #e25a00;
  text-shadow: 0px 0px 5px #ffffff !important;
}

.color-yellow-green {
  color: #A4D444;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(255, 0, 93, 0.4);
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#myBtn:hover {
  background-color: rgba(255, 0, 93, 1);
}

#myBtn:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.text-blue {
  color: #022147;
}

.contact i {
  margin-right: 2px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.navbar-toggler {
  display: none;
}

.top-footer h3 {
  font-size: 22px;
  text-transform: uppercase;
  padding-right: 15px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.page-banner {
  position: relative;
  width: 100%;
}

.contact-main {
  border: 1px solid #022147;
  padding: 0px;
  border-radius: 5px;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.contact-main .form-control {
  padding: 6px 8px;
  height: 40px;
  border-radius: 3px;
  margin-bottom: 15px;
  font-family: 'OpenSans';
  font-size: 16px;
  color: #000;
}

.contact-main h3 {
  margin-top: 10px;
}

.contact-main label {
  font-size: 18px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.contact-main .btn-send {
  background: #022147;
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 18px;
  font-family: 'OpenSans';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-main .btn-send:hover {
  border: 1px solid #022147;
  color: #000;
  background: #fff;
}

.contact-main hr {
  border-top: 1px solid #022147;
}

.contact-main .address-main {
  background: #ffe0c2;
  padding: 10px 15px;
  border-radius: 5px 0px 0px 5px;
  margin-top: 0px;
  color: #000000;
  min-height: 355px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contact-main .address-main a {
  color: #000000;
}

.contact-main .address-main i {
  line-height: 30px;
  font-size: 24px;
}

.contact-main .mandatory {
  color: #ff0000;
}

.accordion-header .accordion-button {
  background-color: #204995;
  color: #fff;
}

.accordion-header :focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-header :after {
  background-image: none !important;
}

.no-pd {
  padding: 0px;
}

.pdl-10 {
  padding-left: 10px;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

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

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

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

.no-mb {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

/*------Scroller Width-----*/
/*----Image Galery Start------*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}




.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgb(247 39 255 / 50%);
  border-radius: 50%;
  background-size: 34px;
}

.carousel-indicators [data-bs-target] {
  background-color: #9900cc;
}

#nav>ul>li a[aria-haspopup="true"] {
  padding-right: 10px;

}

#nav>ul>li .first {
  width: calc(100% + 180px);
  padding: 20px 15px;
  left: -165px !important;
  border-top: 1px solid #f2f2f2;
}

#nav>ul>li .first ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

}

#nav>ul>li .first.multiple-column-nav {
  max-height: calc(100vh - 80px);
  overflow: auto;
}

#nav>ul>li .first.multiple-column-nav h4 {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
}

#nav>ul>li .first.multiple-column-nav ul {
  display: block;
  align-items: initial;
  padding: 0px;
  margin-bottom: 15px;
}

#nav>ul>li .first.multiple-column-nav ul li {
  padding-left: 15px;
}

#nav>ul>li .first.multiple-column-nav ul li a {
  padding: 5px 0px;
  color: #555555;
  position: relative;
  transition: all 0.3s;
}

#nav>ul>li .first.multiple-column-nav ul li a::before {
  content: "\f054";
  /* Unicode for star */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #555555;
  transition: all 0.3s;
  position: absolute;
  left: -15px;
}

#nav>ul>li .first.multiple-column-nav ul li:hover a::before {
  left: -10px;
  color: #ff005d;
}

#nav>ul>li .first ul li a {
  border-bottom: 0px solid #003678;
}

#nav>ul>li .first ul li a:hover {
  color: #ff005d;
}

#nav>ul>li .first ul li a::after {
  background-color: transparent;
}

.img-box {
  padding-top: 2rem;
}

.img-box a {
  text-decoration: none;
  color: #000;
}

.img-box p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  margin-bottom: 1.5rem;
}

.kids-type-box {
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.kids-type-box h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}

.kids-type-box ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.kids-type-box ul li {
  list-style-type: none;
}

.kids-type-box ul li a {
  padding: 2px 0px;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  text-shadow: 0px 0px 5px #ffffff;
}

.bg-light-pink {
  background: #f4dbee;
}

.bg-light-blue {
  background: #d7e9f5;
}

.bg-light-pitch {
  background: #f3dfd3;
}

.bg-light-blue ul li a:hover,
.bg-light-blue h4 {
  color: #0099ff;
}

.bg-light-pink ul li a:hover,
.bg-light-pink h4 {
  color: #f200b8;
}

.bg-light-pitch ul li a:hover,
.bg-light-pitch h4 {
  color: #f3742b;
}

.bg-boy {
  background-image: url('../images/boy-type.png');
  background-size: 130px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-girl {
  background-image: url('../images/girl-type.png');
  background-size: 130px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-baby {
  background-image: url('../images/baby-type.png');
  background-size: 130px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.number-list,
.number-list li {
  list-style-type: auto;
  line-height: 26px;
}

.bullet-list,
.bullet-list li {
  list-style-type: disc;
  line-height: 26px;
}

#map-frame {
  width: 100%;
  height: 245px;
  border-radius: 0px 5px 5px 0px;
}

.no-pdr {
  padding-right: 0px;
}

.no-pdl {
  padding-left: 0px;
}

.align-item-center {
  align-items: center;
}

.gap-10 {
  gap: 10px;
}

.disp-flex {
  display: flex;
}

.align-item-top {
  align-items: flex-start;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*----Image Galery End------*/
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/*# sourceMappingURL=main.css.map */