@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #f06956 #efa7b1;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #efa7b1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f06956, #efa7b1);
  border-radius: 10px;
  border: 2px solid #efa7b1;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #efa7b1, #f06956);
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 14px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'talina-demo';
  src: url(../fonts/talina-demo.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  line-height: 20px;
  padding: 18px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: unset;
  text-transform: uppercase;
  background: #e96459;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
}

.theme-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 10px 0;
  background: #f3eee5;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #111010;
    padding: 10px 16px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a:after {
  /* content: ''; */
  /* position: absolute; */
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 18px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #e25f5c;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}



/*Top Sec Start*/

.top-contact-info ul li span {border: 1px solid #fff;width: 47px;height: 47px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 18px;color: #fff;}



.top-contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact-info ul li {
    display: flex;
    align-items: center;
}

.top-contact-info ul li a {font-family: "Montserrat", sans-serif;font-size: 12px;color: #fff;text-transform: uppercase;letter-spacing: 3px;}

.top-contact-info ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 0px;
}

.top-select label {
    border: 1px solid #fff;
    padding: 9px 13px;
    border-radius: 50%;
}

.top-select select {
    border: unset;
    background: unset;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: unset;
    padding-left: 12px;
    appearance: auto;
}

.top-select {
    text-align: end;
    padding-top: 7px;
}
.topSec {
    background-image: url(../images/top-bar-back.png);
    width: 100%;
    height: 91px;
    animation: waveMove 50s linear infinite;
    position: absolute;
    z-index: -1;
}
.for-header-img {
    position: relative;
    z-index: 9;
    height: 100px;
    background: #f3eee5;
}
.top-contact-info {
    padding-top: 7px;
}
 @keyframes waveMove {
      from {
        background-position: 0 0;
      }
      to {
        background-position: -1904px 0; 
      }
    }
.top-select select option {
    color: #000;
}
/*Top Sec End*/

/*Header Start*/

.header-right a.theme-btn {
    margin: unset;
    padding: 16px 36px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.seach-bar {
    border: 1px solid #efa7b16e;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 50%;
    color: #111010;
}

.col-md-2.col-sm-3.col-xs-3.text-right {
    padding: unset;
}

.menuSec .row {
    align-items: center;
}
header {
    background: #f3eee5;
}


/*Header End*/


/*Banner Start*/

.banner-text h2 {
    font-family: 'talina-demo';
    font-size: 63px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #1c1c1c;
}

.banner-text h1 {
    font-family: 'talina-demo';
    text-transform: uppercase;
    font-size: 75px;
    color: #1c1c1c;
}

.banner-text h1 span {
    color: #f06956;
}

.banner-text h3 {
    font-family: 'talina-demo';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: unset;
    margin-bottom: 0px;
}

.banner-text h3 img {
    margin-left: 20px;
}

.banner-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #0000009c;
    margin-bottom: 30px;
}

.main-home-banner .row {
    align-items: center;
}
img.shape-img-banner {
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: -1;
    width: 100% !important;
    left: 0;
    margin: 0 auto;
    margin-top: unset !important;
}

.img-banner {
    position: relative;
    z-index: 1;
}

.img-banner  img {
    width: 100%;
    margin-top: -60px;
}

.main-home-banner {
    background: #f4eee5;
    padding: 90px 0px 100px;
    position: relative;
    height: 652px;
}
.btm-banner-cloud img {
    width: 100%;
    position: absolute;
    bottom: -9px;
    z-index: 2;
    animation: waveMove 50s linear infinite;
    height: 111px;
}
img.banner-icon1 {
    position: absolute;
    left: 20px;
    top: 50px;
}

.main-banner-images {
    position: relative;
}

img.banner-icon3 {
    position: absolute;
    right: -50px;
    top: 150px;
}

.banner-text {
    position: relative;
}

img.banner-icon2 {
    position: absolute;
    right: 110px;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*Banner End*/


/*Section About Us Start*/

.about-text h2 {
    font-size: 63px;
    font-family: 'talina-demo';
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1c1c1c;
    font-weight: unset;
}

.happy-about ul li span {
    text-transform: uppercase;
    font-family: 'talina-demo';
    font-size: 22px;
    color: #e25f5c;
}

.happy-about ul {
    display: flex;
    align-items: center;
    gap: 0px;
}

.about-main-sec {
    padding: 110px 0px 90px;
    position: relative;
}

.about-image-main {
    position: relative;
}

img.about-icon1 {
    position: absolute;
    left: -10px;
    top: 0;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(336%) hue-rotate(342deg) brightness(95%) contrast(101%);
}

img.about-icon2 {
    position: absolute;
    left: 0;
    top: 170px;
}

img.about-icon3 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.student-img {
    border-right: 1px solid #00000045;
    padding-right: 24px;
    margin-right: 25px;
}

.student-img img {
    width: 50px;
}
/*Section About Us End*/


/*Section Nursery Start*/

.heading-nursery-heading h2 {
    font-size: 63px;
    font-family: 'talina-demo';
    text-transform: uppercase;
    font-weight: unset;
    margin-bottom: 10px;
    text-align: center;
    color: #1c1c1c;
}

.heading-nursery-heading p {
    text-align: center;
}

.nurser-text h2 {
    font-family: 'talina-demo';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.nursery-main-box {
    position: relative;
    padding: 10px 0px;
    z-index: 1;
}

img.nursery-back-shape {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.nursery-img {
    text-align: center;
    margin-top: 20px;
}

.nurser-text {
    text-align: center;
}

.nurser-text p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.nursery-btn a {
    background: #1c1c1c;
}
.nursery-btn a {
    border: unset;
    padding: 14px 40px;
    border-radius: 30px;
    background: #fff;
}
.nursery-btn {
  margin-top: 40px !important;
}
.nurser-text h2 a {
    color: #fff;
}
.heading-nursery-heading {
    margin-bottom: 30px;
}
.nursery-main-sec {
    background: #f4eee5;
    padding: 100px 0px;
    position: relative;
}
.nursery-main-box.nursery-box-2 img.nursery-back-shape {
    filter: brightness(0) saturate(100%) invert(59%) sepia(47%) saturate(2632%) hue-rotate(323deg) brightness(95%) contrast(97%);
}
.nursery-main-box.nursery-box-3s img.nursery-back-shape {
    filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(1342%) hue-rotate(142deg) brightness(93%) contrast(83%);
}
img.nursery-icon1 {
    position: absolute;
    top: 120px;
    left: 110px;
}

img.nursery-icon2 {
    position: absolute;
    right: 180px;
    top: 80px;
}

img.nursery-icon3 {
    position: absolute;
    right: 100px;
    bottom: 120px;
}

img.nursery-icon4 {
    position: absolute;
    bottom: -20px;
    left: 28%;
    z-index: 999;
}
.nursery-main-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-top-cloud-shape.png);
    width: 100%;
    height: 50px;
    top: 0;
    animation: waveMove 50s linear infinite;
}
.nursery-main-sec::after {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-bottom-cloud-shape.png);
    width: 100%;
    height: 50px;
    bottom: 0;
    animation: waveMove 50s linear infinite;
}
/*Section Nursery End*/


/*Section Learning Start*/

.text-learning h2 {
    font-family: 'talina-demo';
    font-size: 63px;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-bottom: 14px;
}

.text-learning h2 span {
    color: #f06956;
}

.text-learning ul li {
    font-family: 'talina-demo';
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.text-learning ul {
    column-count: 2;
}

.leadning-main-sec {
    padding: 107px 0px;
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.learning-img {
    position: relative;
}

img.learning-border {
    animation: rotated2 20s infinite linear;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}
/*Section Learning End*/


/*Section Testimonials STart*/

.testimonial-items {
    position: relative;
    z-index: 9;
    max-width: 420px;
    padding: 52px 38px;
    text-align: center;
    margin: 0px auto;
}
.testimonial-items .icon {
    position: absolute;
    top: -21px;
    right: 30px;
}
.testimonial-bg {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 500ms ease;
        background-image:url('../images/testimonial-back.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: brightness(0) saturate(100%) invert(95%) sepia(44%) saturate(6033%) hue-rotate(288deg) brightness(107%) contrast(79%);
}

.testimonial-items .testimonial-bg.bg-3 {
    /* background-color: #000; */
}
.testimonial-content {
  position: relative;
}
.testimonial-items .testimonial-content p {
    color: #fff;
    margin-bottom: 0px;
}

.testimonial-items .testimonial-content h6 {
    color: #fff;
    margin-top: 23px;
    position: relative;
    display: inline-block;
    font-family: 'talina-demo';
    text-transform: uppercase;
    font-weight: unset;
    margin-bottom: unset;
    z-index: 1;
}
.testimonial-items .testimonial-content h6 span {
    display: block;
    font-family: 'Montserrat';
    font-size: 12px;
}

.testimonial-items .testimonial-content h6::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    z-index: 99999999;
}
.testimonial-items::before {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 0 0, 0 100%);
    width: 24px;
    height: 24px;
    bottom: 7px;
    background: #e4aeb4;
    left: 62px;
}
.testi-slid .slick-current + .slick-active .testimonial-bg {
    filter: brightness(0) saturate(100%) invert(51%) sepia(59%) saturate(2302%) hue-rotate(329deg) brightness(102%) contrast(88%) !important;
}
.testi-slid .slick-current + .slick-active .testimonial-items::before {
    background: #f06955;
}
.testi-slid .slick-active {
    opacity: 1;
}

.testi-slid .slick-slide {
    margin: 20px 20px;
}
.testimonials-main-sec {
    padding: 70px 0px 100px;
    position: relative;
}
.testi-slid .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f06956;
    border: 1px solid #f06956;
    border-radius: 30px;
}
.testi-slid .slick-dots li button:before {
    font-size: 8px;
    color: #f06956;
}
img.testimonials-icon2.float-bob-x {
    position: absolute;
    right: 0;
    top: -60px;
}

img.testimonials-icon1.float-bob-y {
    position: absolute;
    left: 0;
    bottom: 100px;
}
/*Section Testimonials End*/


/*Section Becoming Start*/

.becoming-main-sec {
    position: relative;
    background: #f3eee5;
    padding: 90px 0px 17px;
}

.becoming-main-sec::before {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-top-cloud-shape.png);
    width: 100%;
    height: 50px;
    top: 0;
    animation: waveMove 50s linear infinite;
}

.becoming-main-sec::after {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-bottom-cloud-shape.png);
    width: 100%;
    height: 50px;
    bottom: 0;
    animation: waveMove 50s linear infinite;
}
.becoming-img {margin-top: 30px;margin-bottom: 6px;}

.becoming-main-sec .about-text {
    margin-bottom: 52px;
}
.becoming-main-sec .about-text h2 span {
    color: #f06956;
}
.becoming-main-sec .about-text h2 {
    font-size: 59px;
}
/*Section becoming End*/


/*Section blogs Start*/

.nurser-text ul li {
    font-family: 'Montserrat';
    font-size: 13px;
    color: #fff;
}

.nurser-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.blog-sec .nurser-text h2 {
    font-size: 21px;
    line-height: 48px;
}

.blog-sec .nurser-text ul {
    margin-top: 6px;
}
.blog-sec {
    padding: 100px 0px;
}
/*Section Blogs End*/


/* footer sec start  */

footer {
    padding: 140px 0 0 0;
    position: relative;
    z-index: 0;
    background-color: #f4eee5;
}

.foot-bottom {
    background: transparent;
    margin-top: 90px;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}

footer h5 {
    position: relative;
    font-size: 22px;
    color: #000;
    padding-left: 0px;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 34px;
    font-family: 'talina-demo';
}

footer h5:before {
    /* position: absolute; */
    content: "";
    width: 50%;
    height: 1px;
    background: #404040;
    top: 50px;
    left: 0;
}

p.ftr_leftp {
    font-size: 14px;
    color: #000000ba;
    line-height: 23px;
    width: 96%;
    margin-bottom: 5px;
    margin-top: 25px;
    position: relative;
}


.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #00000054;
    background: transparent;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 3px;
    border: 1px solid #00000054;
}

.quick-links a:hover {
    color: #ef6b58;
}

img.img-fluid {
    width: 100%;
}

.social-links a:hover {
    background-color: #f4a9b0;
    color: #fff;
    border: 1px solid #fefefe;
}

.quick-links a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #767676;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
}



ul.contList li a {
    color: #767676;
    font-family: 'Montserrat';
}

ul.contList li a i {
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

ul.contList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 15px;
}

li.contListli a {
    display: flex;
    align-items: center;
    justify-content: start;
}

li.contListli i {
    color: #fff;
}


.box-text ul li i {
    font-size: 20px;
}


li.contListli {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
}

.ftr_top_text h2 {
    color: #fff;
    font-size: 65px;
}

.ftr_top_text {
    text-align: center;
}

.ftr_top_text p {
    color: #d7a89b;
    width: 60%;
    margin: 10px auto;
}

button.themebtn.ftr_btn {
    width: 370px;
}

span.themebtn_txt.ftr_btn {
    width: 200px;
}

.foot-bottom {
    position: relative;
}

.foot-bottom p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
}

.ft-quick-links {
    border-left: 1px solid #00000066;
    border-right: 1px solid #00000066;
    padding-left: 90px;
}

.ft-contact-info {
    padding: 0px 30px;
}

.ft-contact-info ul li a {
    display: flex;
    align-items: start;
    line-height: unset;
    gap: 10px;
}

.ft-contact-info ul li {
    margin-bottom: 20px;
}

.ft-contact-info ul li a i {
    margin-top: 8px;
    font-size: 15px;
}
.follow-main-ft {
    border-left: 1px solid #928f89;
    padding-left: 70px;
    height: 94%;
}
.foot-bottom::before {
    position: absolute;
    content: '';
    background-image: url(../images/ft-bottom-shape.png);
    width: 100%;
    height: 102px;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: waveMove 50s linear infinite;
}
footer::before {
    position: absolute;
    content: '';
    background-image: url(../images/nursery-top-cloud-shape.png);
    width: 100%;
    height: 50px;
    top: 0;
    animation: waveMove 50s linear infinite;
}
/* footer sec end  */

/* Search Box Start*/

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f06956b8;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999999999;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.search-box {
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.4s ease;
}
.search-overlay.active .search-box {
  transform: scale(1);
}

.search-box input {
  padding: 12px 20px;
  font-size: 16px;
  width: 80vw;
  max-width: 600px;
  border: none;
  border-radius: 10px;
  outline: none;
  text-transform: capitalize;
  font-family: 'Montserrat';
  border-radius: 40px 0px 0px 40px;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.search-box input::placeholder {
  color: #888;
}
.search-box button {
  padding: 13px 24px;
  font-family: 'Poppins';
  text-transform: uppercase;
  border: unset;
  border-radius: 0px 29px 30px 0px;
  font-size: 17px;
  margin-left: -4px;
  background: #000;
  color: #fff;
}

/* Search Box End*/