/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Kindergarten & Baby Care Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
-------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap");
body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #777777;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #050505;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

a {
  color: #777777;
  transition: all ease 0.5s;
  text-decoration: none;
}
a:hover {
  color: #050505;
}

p {
  font-size: 16px;
  color: #777777;
  margin-bottom: 15px;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

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

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

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

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

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

.pb-50 {
  padding-bottom: 50px;
}

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

/*
Button Bg Color Container Warp Style
======================================================*/
.container-fluid {
  max-width: 1560px;
}

.responsive-image {
  display: none;
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.section-title .title {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #FF6666;
  margin-bottom: 12px;
}
.section-title .title .title-shape1 {
  position: relative;
  margin-right: 10px;
  top: -4px;
}
.section-title .title .title-shape2 {
  position: relative;
  margin-left: 10px;
  top: -4px;
}
.section-title .title .home3-title {
  position: relative;
  margin-right: 10px;
  top: -6px;
}
.section-title .title2 {
  display: inline-block;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 48px;
}

.single-section .title {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #FF6666;
  margin-bottom: 12px;
}
.single-section .title .title-1 {
  position: relative;
  margin-right: 10px;
}
.single-section .title .title-2 {
  position: relative;
  margin-left: 10px;
}
.single-section .title .home3-title {
  position: relative;
  margin-right: 10px;
  top: -6px;
}
.single-section h2 {
  font-size: 48px;
  margin-bottom: 12px;
}

.section-warp {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-warp .single-section {
  max-width: 730px;
}
.section-warp .event-btn {
  background: #B250FE;
}
.section-warp .event-btn::before {
  border-color: #B250FE;
}
.section-warp .event-btn::after {
  border-color: #B250FE;
}

.default-btn {
  background-color: #FF6666;
  border: solid 1px transparent;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 900;
  color: #ffffff;
  transition: all ease 0.5s;
  border: none;
  z-index: 1;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.default-btn.style1 {
  border-radius: 70px;
}
.default-btn.style1::before {
  border-radius: 70px 70px 0 0;
}
.default-btn.style1::after {
  border-radius: 0 0 70px 70px;
}
.default-btn.style2 {
  border-radius: 5px;
}
.default-btn.style2::before {
  border-radius: 5px;
}
.default-btn.style2::after {
  border-radius: 5px;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #FF6666;
}
.default-btn:hover::before {
  width: 100%;
  border-color: #FF6666;
  background-color: #000000;
}
.default-btn:hover::after {
  width: 100%;
  border-color: #FF6666;
  background-color: #000000;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 55%;
  border: solid 1px #FF6666;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  border: solid 1px #FF6666;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn img {
  position: relative;
  left: 4px;
}

/*
All Background Color Style
======================================================*/
.bg-2C4073 {
  background: #2C4073;
}

.bg-FCF9F4 {
  background: #FCF9F4;
}

/*
Slider Btn Warp Style
======================================================*/
.pagination-slider-warp .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: transparent;
  border: 1px solid #DDDDDD;
  position: relative;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #FF6666;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #FF6666;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #FF6666;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  top: 40%;
  margin: auto;
  text-align: center;
  background-color: #FF6666;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
  z-index: 1;
}
.swiper-btn .swiper-button-next:hover,
.swiper-btn .swiper-button-prev:hover {
  background-color: #050505;
}
.swiper-btn .swiper-button-prev {
  left: -95px;
}
.swiper-btn .swiper-button-prev::after {
  content: url(../images/svgs/left-arrow.svg);
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  transition: all ease 0.5s;
}
.swiper-btn .swiper-button-next {
  right: -95px;
}
.swiper-btn .swiper-button-next::after {
  content: url(../images/svgs/right-arrow.svg);
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  padding-left: 2px;
  transition: all ease 0.5s;
}

/*
All Key Style
======================================================*/
@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}
@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*
Header Warp Style
=======================================================*/
.top-header-warp {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-contact .hc-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-contact .hc-list li {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 40px;
}
.header-contact .hc-list li:last-child {
  padding-right: 0;
}
.header-contact .hc-list li a {
  color: #CCCCCC;
}
.header-contact .hc-list li p {
  color: #CCCCCC;
}
.header-contact .hc-list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ffffff;
}

.header-social {
  justify-content: end;
}
.header-social .account-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-social .account-list li {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.header-social .account-list li::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 6px;
  bottom: 0;
  transform: rotate(18deg);
  height: 14px;
  width: 1px;
  background-color: #CCCCCC;
}
.header-social .account-list li:first-child {
  padding-right: 5px;
}
.header-social .account-list li:first-child::before {
  display: none;
}
.header-social .account-list li:last-child::before {
  display: none;
}
.header-social .account-list li i {
  position: relative;
  bottom: -2px;
  color: #ffffff;
}
.header-social .account-list li a {
  font-family: "Nunito";
  color: #CCCCCC;
  font-weight: 600;
}
.header-social .social-list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}
.header-social .social-list li {
  display: inline-block;
  padding-right: 6px;
}
.header-social .social-list li a {
  width: 27px;
  height: 27px;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  font-size: 11px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.header-social .social-list li a.bg1 {
  background-image: url(../images/svgs/social3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.header-social .social-list li a.active {
  background-image: url(../images/svgs/social2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.header-social .social-list li:last-child {
  padding-right: 0;
}

/*
Hero Warp Style
=======================================================*/
.hero-warp {
  background-image: url(../images/heros/hero-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 240px;
  padding-bottom: 310px;
  z-index: 1;
}
.hero-warp .all-shapes .hero-main-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-warp .all-shapes .hero-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-warp .all-shapes .hero-shape2 {
  position: absolute;
  left: 8%;
  bottom: 38%;
}
.hero-warp .all-shapes .hero-shape10 {
  position: absolute;
  left: 39%;
  top: 10%;
}
.hero-warp .all-shapes .hero-shape3 {
  position: absolute;
  left: 31%;
  bottom: 41%;
}
.hero-warp .all-shapes .hero-shape4 {
  position: absolute;
  bottom: 24%;
  left: 34%;
}
.hero-warp .all-shapes .hero-shape5 {
  position: absolute;
  right: 34%;
  bottom: 28%;
}
.hero-warp .all-shapes .hero-shape6 {
  position: absolute;
  right: 32%;
  top: 13%;
}
.hero-warp .all-shapes .hero-shape7 {
  position: absolute;
  right: 30%;
  bottom: 40%;
}
.hero-warp .all-shapes .hero-shape8 {
  position: absolute;
  top: 28px;
  right: 35px;
}
.hero-warp .all-shapes .hero-shape9 {
  position: absolute;
  bottom: 0;
  right: 15%;
  filter: drop-shadow(0px 50px 34px rgba(36, 21, 48, 0.1));
}
.hero-warp .all-shapes .hero-shape11 {
  position: absolute;
  bottom: 19%;
  left: 52%;
}
.hero-warp .all-shapes .hero-shape12 {
  position: absolute;
  top: 32%;
  left: 42%;
}
.hero-warp .all-shapes .hero-shape13 {
  position: absolute;
  right: 30px;
  top: 60%;
}
.hero-warp .hero-main-image .main-image1 {
  position: absolute;
  bottom: -20px;
  left: 60px;
  z-index: 1;
}
.hero-warp .hero-main-image .main-image2 {
  position: absolute;
  right: 150px;
  bottom: 0;
  z-index: -2;
}

.hero-content {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-content .title {
  font-weight: 600;
  font-size: 20px;
  display: block;
  color: #FF6666;
  margin-bottom: 12px;
}
.hero-content .title .title-shape1 {
  position: relative;
  margin-right: 10px;
  top: -4px;
}
.hero-content .title .title-shape2 {
  position: relative;
  margin-left: 10px;
  top: -4px;
}
.hero-content h1 {
  font-size: 75px;
  margin-bottom: 30px;
}
.hero-content .another-bg {
  background: #B250FE;
}
.hero-content .another-bg::before {
  border-color: #B250FE;
}
.hero-content .another-bg::after {
  border-color: #B250FE;
}

/*
About Warp Style
=======================================================*/
.about-content {
  max-width: 580px;
  position: relative;
}
.about-content .about-list {
  margin-top: 22px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.about-content .about-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-family: "Nunito";
  font-weight: 700;
  color: #050505;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li img {
  position: absolute;
  left: 0;
  top: 3px;
}
.about-content .default-btn {
  background-color: transparent;
  color: #FF6666;
  border: solid 1px #FF6666;
}
.about-content .default-btn::before {
  border-color: transparent;
}
.about-content .default-btn::after {
  border-color: transparent;
}
.about-content h2 {
  margin-bottom: 15px;
}

.about-form {
  background-color: #ffffff;
  box-shadow: 0px 4px 50px 5px rgba(44, 64, 115, 0.05);
  border-radius: 60px 60px 0px 60px;
  border: 2px solid #EEEEEE;
  margin-left: -30px;
  padding-top: 55px;
  padding-left: 62px;
  padding-right: 62px;
  padding-bottom: 62px;
}
.about-form h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.about-form p {
  color: #777777;
  margin-bottom: 20px;
}
.about-form .form-control {
  background: #FCF9F4;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  height: 60px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.about-form .form-control:focus {
  box-shadow: unset;
}
.about-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.about-form .form-control:focus::placeholder {
  color: transparent;
}
.about-form .form-control::-moz-placeholder {
  color: #BBBBBB;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.about-form .form-control::placeholder {
  color: #BBBBBB;
  transition: all ease 0.5s;
}
.about-form textarea {
  height: 150px !important;
  padding-top: 12px;
}

.about-warp {
  position: relative;
}
.about-warp .about-shape2 {
  position: absolute;
  right: 9.5%;
  bottom: -25px;
  z-index: 4;
}
.about-warp .about-shape1 {
  position: absolute;
  bottom: 70px;
  right: 57%;
}

/*
Service Warp Style
=======================================================*/
.service-card {
  margin-bottom: 25px;
  background-image: url(../images/svgs/service-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 55px;
}
.service-card .image {
  margin-bottom: 20px;
}
.service-card .image img {
  border-radius: 20px;
}
.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.service-card h3 a {
  color: #050505;
}
.service-card h3 a:hover {
  color: #FF6666;
}
.service-card .read-more {
  color: #FF6666;
  font-family: "Nunito";
  font-weight: 900;
}
.service-card .read-more img {
  position: relative;
  left: 4px;
}

.service-warp {
  position: relative;
}
.service-warp .service-shape1 {
  position: absolute;
  top: -5px;
  left: 0;
}

/*
Counter Warp Style
=======================================================*/
.inner-counter-warp {
  box-shadow: 0px 4px 50px 5px rgba(44, 64, 115, 0.05);
  border-radius: 30px 30px 0px 30px;
  max-width: 1095px;
  margin-right: auto;
  border: 1px solid #EEEEEE;
  padding-top: 35px;
  padding-left: 30px;
  padding-bottom: 45px;
  padding-right: 205px;
}
.inner-counter-warp .single-counter {
  text-align: center;
}
.inner-counter-warp .single-counter h1 {
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  font-size: 70px;
  color: #FF6666;
  margin-bottom: 0;
}
.inner-counter-warp .single-counter h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.inner-counter-warp .single-counter p {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.counter-warp {
  padding-top: 195px;
  padding-bottom: 100px;
  position: relative;
}
.counter-warp .counter-shape1 {
  position: absolute;
  top: 18%;
  left: 17.5%;
  animation: simple-move 3s 2s linear infinite alternate;
}
.counter-warp .counter-shape2 {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.counter-warp .counter-shape3 {
  position: absolute;
  top: 21%;
  right: 9%;
}
.counter-warp .counter-shape4 {
  position: absolute;
  left: 66%;
  top: 41%;
}
.counter-warp .counter-shape5 {
  position: absolute;
  top: 15%;
  left: 45%;
  animation: simple-move 3s 2s linear infinite alternate;
}

/*
Learn Warp Style
=======================================================*/
.learn-card {
  margin-bottom: 25px;
  padding-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
}
.learn-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  top: 140px;
  background-image: url(../images/svgs/learn-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.learn-card .image {
  position: relative;
}
.learn-card .image .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: #FF6666;
  position: absolute;
  bottom: -30px;
  right: 30px;
}
.learn-card .image .icon img {
  height: 16px;
}
.learn-card .image .learn-image {
  border-radius: 30px;
}
.learn-card .content {
  padding-top: 30px;
}
.learn-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.learn-card .content h3 a {
  color: #050505;
}
.learn-card .content h3 a:hover {
  color: #B250FE;
}
.learn-card .content .age-time {
  background-image: url(../images/svgs/age.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 38px;
  padding-bottom: 28px;
}
.learn-card .content .age-time p {
  margin-bottom: 0;
  color: #050505;
}
.learn-card .content .age-time p span {
  color: #FF6666;
}
.learn-card:hover .image .icon {
  background: #B250FE;
}
.learn-card:hover .content .age-time p span {
  color: #B250FE;
}

.learn-warp {
  position: relative;
}
.learn-warp .learn-shape1 {
  position: absolute;
  top: 150px;
  left: 170px;
  animation: movebounce 6s 1s linear infinite alternate;
}
.learn-warp .learn-shape2 {
  position: absolute;
  top: 130px;
  right: 19%;
  animation: simple-move 3s 2s linear infinite alternate;
}

/*
Smile Warp Style
=======================================================*/
.smile-warp {
  position: relative;
}
.smile-warp .smile-shape1 {
  position: absolute;
  top: 100px;
  left: 155px;
  animation: simple-move 3s 2s linear infinite alternate;
}
.smile-warp .smile-shape2 {
  position: absolute;
  top: 100px;
  right: 100px;
  animation: movebounce 6s 1s linear infinite alternate;
}
.smile-warp .smile-shape4 {
  position: absolute;
  bottom: 0;
  right: 90px;
}

.smile-image {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  z-index: 1;
}
.smile-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 536px;
  z-index: -1;
  height: 510px;
  border: 2px dashed #FF6666;
  box-shadow: 0px 0px 30px 20px rgba(44, 64, 115, 0.1);
  border-radius: 30px;
  background-color: #ffffff;
}
.smile-image .smile-shape3 {
  position: absolute;
  right: -30px;
  bottom: 80px;
  animation: movebounce 6s 1s linear infinite alternate;
}
.smile-image .smile1 {
  border-radius: 30px;
}

.smile-content {
  max-width: 580px;
  margin-left: auto;
}
.smile-content .tab-content .default-btn {
  background: #B250FE;
  margin-top: 10px;
}
.smile-content .tab-content .default-btn::before {
  border-color: #B250FE;
}
.smile-content .tab-content .default-btn::after {
  border-color: #B250FE;
}
.smile-content .nav-pills {
  display: flex;
  border: 2px dashed #FF6666;
  border-radius: 60px;
  margin-top: 20px;
  margin-bottom: 25px !important;
  padding: 8px;
  justify-content: space-between;
}
.smile-content .nav-pills .nav-link {
  border-radius: 60px;
  color: #FF6666;
  background-color: transparent;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 16px;
  transition: all ease 0.5s;
  padding: 8px 22px;
}
.smile-content .nav-pills .nav-link.active {
  background-color: #FF6666;
  color: #ffffff;
}
.smile-content .nav-pills .nav-link:hover {
  background-color: #FF6666;
  color: #ffffff;
}
.smile-content .nav-pills .nav-link:focus {
  box-shadow: unset;
}

/*
Hurry Warp Style
=======================================================*/
.hurry-warp {
  position: relative;
}
.hurry-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
  z-index: -1;
  background: #FCF9F4;
}
.hurry-warp .hurry-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.hurry-warp .hurry-shape2 {
  position: absolute;
  top: 43%;
  left: 7%;
  z-index: 2;
  pointer-events: none;
}

.inner-hurry-warp {
  box-shadow: 0px 0px 40px rgba(44, 64, 115, 0.05);
  border-radius: 25px;
  z-index: 1;
  background-color: #ffffff;
  position: relative;
  padding-left: 90px;
  padding-bottom: 85px;
  padding-top: 85px;
}
.inner-hurry-warp .content {
  max-width: 425px;
}
.inner-hurry-warp .content h2 {
  font-size: 40px;
}
.inner-hurry-warp .default-btn {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  top: 0;
  border-radius: 0px 25px 25px 0px;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.inner-hurry-warp .default-btn span {
  transform: rotate(-90Deg);
  display: inline-block;
  position: relative;
  top: 32%;
  width: 124px;
  height: 97px;
}
.inner-hurry-warp .hurry-count {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  margin-left: -30px;
  max-width: 535px;
  justify-content: space-between;
}
.inner-hurry-warp .hurry-count li {
  text-align: center;
  position: relative;
}
.inner-hurry-warp .hurry-count li::before {
  content: url(../images/svgs/count-dot.svg);
  position: absolute;
  right: -40px;
  top: 20px;
  bottom: 0;
}
.inner-hurry-warp .hurry-count li:last-child::before {
  display: none;
}
.inner-hurry-warp .hurry-count li span {
  font-family: "Love Ya Like A Sister";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 70px;
  color: #FF6666;
}
.inner-hurry-warp .hurry-count li h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

/*
Teacher Warp Style
=======================================================*/
.teacher-card {
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}
.teacher-card .teacher-content {
  text-align: center;
  position: relative;
  transition: all ease 0.5s;
  margin-top: -50px;
  padding: 36px 20px;
  z-index: 1;
}
.teacher-card .teacher-content .teacher1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.5s;
  top: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.teacher-card .teacher-content .teacher2 {
  position: absolute;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
  opacity: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.teacher-card .teacher-content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  transition: all ease 0.5s;
  bottom: -50px;
  opacity: 0;
  left: 0;
  right: 0;
}
.teacher-card .teacher-content .social-list li {
  display: inline-block;
  padding-right: 8px;
}
.teacher-card .teacher-content .social-list li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 35px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.teacher-card .teacher-content .social-list li a.bg1 {
  background-image: url(../images/svgs/social4.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.teacher-card .teacher-content .social-list li a.active {
  background-image: url(../images/svgs/social5.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.teacher-card .teacher-content .social-list li:last-child {
  padding-right: 0;
}
.teacher-card .teacher-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.teacher-card .teacher-content h3 a {
  color: #050505;
  transition: all ease 0.5s;
}
.teacher-card .teacher-content p {
  font-weight: 600;
  color: #888888;
  transition: all ease 0.5s;
}
.teacher-card.hovered .teacher-content .teacher1 {
  opacity: 0;
}
.teacher-card.hovered .teacher-content .teacher2 {
  opacity: 1;
}
.teacher-card.hovered .teacher-content .social-list {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.teacher-card.hovered .teacher-content h3 a {
  color: #ffffff;
}
.teacher-card.hovered .teacher-content p {
  color: #ffffff;
}
.teacher-card.hovered .image .teacher-image-shape1 {
  opacity: 1;
}
.teacher-card.hovered .image .teacher-image-shape2 {
  opacity: 0;
}
.teacher-card.active .teacher-content .teacher1 {
  opacity: 0;
}
.teacher-card.active .teacher-content .teacher2 {
  opacity: 1;
}
.teacher-card.active .teacher-content .social-list {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.teacher-card.active .teacher-content h3 a {
  color: #ffffff;
}
.teacher-card.active .teacher-content p {
  color: #ffffff;
}
.teacher-card.active .image .teacher-image-shape1 {
  opacity: 1;
}
.teacher-card.active .image .teacher-image-shape2 {
  opacity: 0;
}
.teacher-card .image {
  position: relative;
  text-align: center;
}
.teacher-card .image .teacher-image-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  opacity: 0;
  transition: all ease 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.teacher-card .image .teacher-image-shape2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  transition: all ease 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.teacher-slider-warp {
  position: relative;
}

.teacher-warp {
  position: relative;
}
.teacher-warp .teacher-shape3 {
  position: absolute;
  bottom: 65px;
  right: 48%;
  animation: simple-rotate 4s 1s linear infinite alternate;
}
.teacher-warp .teacher-shape4 {
  position: absolute;
  top: 130px;
  right: 14%;
  animation: simple-move 4s 1s linear infinite alternate;
}

/*
Provide Warp Style
=======================================================*/
.inner-provide-warp {
  background-color: #ffffff;
  border: 2px solid #EEEEEE;
  box-shadow: 0px 0px 40px 10px rgba(44, 64, 115, 0.06);
  border-radius: 50px;
  max-width: 1100px;
  padding: 95px;
}
.inner-provide-warp .provide-content .nav-pills {
  display: flex;
  border: 2px dashed #FF6666;
  border-radius: 60px;
  margin-top: 30px;
  margin-bottom: 35px !important;
  padding: 8px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
}
.inner-provide-warp .provide-content .nav-pills::before {
  content: "";
  position: absolute;
  left: -165px;
  bottom: 24px;
  width: 165px;
  border: 2px dashed #FF6666;
}
.inner-provide-warp .provide-content .nav-pills::after {
  content: "";
  position: absolute;
  right: -165px;
  bottom: 24px;
  width: 165px;
  border: 2px dashed #FF6666;
}
.inner-provide-warp .provide-content .nav-pills .nav-link {
  border-radius: 60px;
  color: #FF6666;
  background-color: transparent;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 16px;
  transition: all ease 0.5s;
  padding: 8px 22px;
}
.inner-provide-warp .provide-content .nav-pills .nav-link.active {
  background-color: #FF6666;
  color: #ffffff;
}
.inner-provide-warp .provide-content .nav-pills .nav-link:hover {
  background-color: #FF6666;
  color: #ffffff;
}
.inner-provide-warp .provide-content .nav-pills .nav-link:focus {
  box-shadow: unset;
}
.inner-provide-warp .provide-tab-content {
  position: relative;
}
.inner-provide-warp .provide-tab-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 710px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.inner-provide-warp .provide-tab-content ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.inner-provide-warp .provide-tab-content ul li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 39px;
  height: 15px;
  bottom: 0;
  z-index: -1;
  border-left: 2px dashed #2C4073;
}
.inner-provide-warp .provide-tab-content ul li:last-child {
  margin-bottom: 0;
}
.inner-provide-warp .provide-tab-content ul li:last-child::before {
  display: none;
}
.inner-provide-warp .provide-tab-content ul li span {
  padding-left: 24px;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 22px;
  color: #050505;
  width: 170px;
  display: inline-block;
}
.inner-provide-warp .provide-tab-content ul li p {
  padding-left: 50px;
}
.inner-provide-warp .provide-tab-content .provide-shape {
  position: absolute;
  left: 0;
}

.provide-warp {
  position: relative;
}
.provide-warp .provide-shape4 {
  position: absolute;
  right: 14.1%;
  top: 18%;
}
.provide-warp .provide-shape5 {
  position: absolute;
  bottom: 61px;
  right: 13%;
}

/*
Gallery Warp Style
=======================================================*/
.gallery-warp {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery-warp::before {
  content: url(../images/shapes/gallery-shape1.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 50%;
  width: 100%;
}
.gallery-warp .swiper {
  overflow: inherit;
}

.gallery-widget {
  position: relative;
  border-radius: 30px;
  margin-bottom: 25px;
  z-index: 1;
}
.gallery-widget .gallery-icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease 0.5s;
  top: 50%;
  transform: translateY(-23px);
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #FF6666;
}
.gallery-widget .gallery-icon:hover {
  background-color: #050505;
}
.gallery-widget .gallery-icon img {
  height: 18px;
}
.gallery-widget .gallery2 {
  border-radius: 30px;
}
.gallery-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
  opacity: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(44, 64, 115, 0.29);
  border-radius: 30px;
}
.gallery-widget:hover .gallery-icon {
  opacity: 1;
}
.gallery-widget:hover::before {
  opacity: 1;
}

/*
Program Warp Style
=======================================================*/
.program-card-warp {
  margin-bottom: 25px;
  padding: 0 30px 0 30px;
  text-align: center;
}
.program-card-warp span {
  display: block;
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  font-size: 24px;
  color: #FF6666;
  margin-bottom: 20px;
}
.program-card-warp .program-arrow {
  margin-bottom: 20px;
}
.program-card-warp .content {
  padding-top: 20px;
}
.program-card-warp .content h3 {
  font-size: 22px;
}
.program-card-warp .content h3 a {
  color: #050505;
}
.program-card-warp .content h3 a:hover {
  color: #FF6666;
}
.program-card-warp .content p i {
  position: relative;
  bottom: -2px;
  padding-right: 2px;
  color: #FF6666;
}

.inner-program-warp {
  position: relative;
  margin-left: -30px;
  margin-right: -60px;
}
.inner-program-warp::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 60px;
  top: 64px;
  z-index: -1;
  width: 95%;
  height: 10px;
  background: #FCF9F4;
  border-radius: 2px;
}

.program-warp {
  position: relative;
}
.program-warp .program-shape1 {
  position: absolute;
  top: 37%;
  left: 12%;
}
.program-warp .program-shape2 {
  position: absolute;
  top: 30%;
  right: 6%;
}
.program-warp .program-shape3 {
  position: absolute;
  top: -60px;
  right: 38%;
}

/*
Registration Warp Style
=======================================================*/
.registration-warp {
  background-image: url(../images/heros/registration.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
.registration-warp .registration-content {
  margin-bottom: 0;
}
.registration-warp .registration-content h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.registration-warp .registration-shape1 {
  position: absolute;
  bottom: -35px;
  left: 16%;
}
.registration-warp .registration-shape2 {
  position: absolute;
  bottom: 100px;
  right: 16%;
}
.registration-warp .registration-shape3 {
  position: absolute;
  top: -50px;
  right: 10%;
}

/*
Testimonial Warp Style
=======================================================*/
.testimonial-slider-warp {
  position: relative;
}

.testimonial-card {
  margin-bottom: 25px;
}
.testimonial-card .testimonial-content {
  position: relative;
  border-radius: 30px;
  border: solid 1px #EEEEEE;
  background-color: #ffffff;
  padding: 25px;
}
.testimonial-card .testimonial-content .star {
  margin-bottom: 12px;
}
.testimonial-card .testimonial-content .star i {
  color: #FFC107;
  font-size: 18px;
}
.testimonial-card .testimonial-content p {
  font-size: 18px;
  color: #050505;
  margin-bottom: 0;
}
.testimonial-card .testimonial-content .icon {
  position: absolute;
  font-size: 77px;
  text-align: center;
  left: 0;
  opacity: 8%;
  right: 0;
  top: 50%;
  color: #050505;
  transform: translateY(-37px);
}
.testimonial-card .testimonial-content .testimonial-card-shape {
  position: absolute;
  bottom: -62px;
  left: 55px;
}
.testimonial-card .image-details {
  margin-top: 18px;
  margin-left: 110px;
}
.testimonial-card .image-details .user-image {
  width: 80px;
  height: 80px;
}
.testimonial-card .image-details .user-image img {
  border-radius: 50%;
}
.testimonial-card .image-details .content {
  padding-left: 20px;
}
.testimonial-card .image-details .content h5 {
  font-size: 20px;
  margin-bottom: 4px;
}
.testimonial-card .image-details .content p {
  color: #888888;
}

.testimonial-warp {
  position: relative;
}
.testimonial-warp .testimonial-shape1 {
  position: absolute;
  top: -10px;
  right: 0;
}
.testimonial-warp .testimonial-shape2 {
  position: absolute;
  bottom: 0;
  left: 11%;
}

/*
Newsletter Warp Style
=======================================================*/
.inner-newsletter-warp {
  position: relative;
  background-image: url(../images/svgs/newsletter-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 150px;
}
.inner-newsletter-warp .newsletter-content {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.inner-newsletter-warp .newsletter-content h2 {
  margin-bottom: 28px;
}
.inner-newsletter-warp .newsletter-content .input-box {
  position: relative;
  height: 80px;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control {
  height: 80px;
  border-radius: 60px;
  padding-left: 40px;
  font-weight: 600;
  border: none;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control:focus {
  box-shadow: unset;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control:focus::placeholder {
  color: transparent;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-newsletter-warp .newsletter-content .input-box .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.inner-newsletter-warp .newsletter-content .input-box .default-btn {
  position: absolute;
  right: 13px;
  top: 10px;
  bottom: 10px;
}

.newsletter-container {
  max-width: 1430px;
}

.newsletter-warp {
  position: relative;
  z-index: 1;
}
.newsletter-warp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #FCF9F4;
}

/*
Testimonial Warp Style
=======================================================*/
.blog-slider-warp {
  position: relative;
}
.blog-slider-warp .swiper-btn {
  position: absolute;
  top: -120px;
  right: 70px;
}
.blog-slider-warp .swiper-btn .swiper-button-next {
  right: 25px;
}
.blog-slider-warp .swiper-btn .swiper-button-next::after {
  content: url(../images/svgs/left-arrow.svg);
}
.blog-slider-warp .swiper-btn .swiper-button-prev {
  left: 0;
}
.blog-slider-warp .swiper-btn .swiper-button-prev::after {
  content: url(../images/svgs/right-arrow.svg);
}

/*
Blog Warp Style
=======================================================*/
.blog-card .content {
  margin-top: 20px;
}
.blog-card .content .blog-date {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-card .content .blog-date li {
  position: relative;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  padding-right: 30px;
  color: #FF6666;
}
.blog-card .content .blog-date li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.blog-card .content .blog-date li a {
  color: #FF6666;
}
.blog-card .content .blog-date li:last-child img {
  top: 6px;
}
.blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-card .content h3 a {
  color: #050505;
}
.blog-card .content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.blog-card .content .read-more {
  font-family: "Nunito";
  font-weight: 900;
  font-size: 16px;
  color: #FF6666;
}
.blog-card .content .read-more img {
  margin-left: 5px;
  position: relative;
}

.blog-warp {
  position: relative;
}
.blog-warp .blog-shape1 {
  position: absolute;
  top: 150px;
  right: 40%;
}

/*
Footer Warp Style
=======================================================*/
.footer-warp {
  position: relative;
  background-image: url(../images/heros/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 125px;
}
.footer-warp .footer-shape1 {
  position: absolute;
  top: 0;
  right: 11%;
}
.footer-warp .footer-shape2 {
  position: absolute;
  bottom: 52px;
  left: 130px;
}
.footer-warp .footer-shape3 {
  position: absolute;
  top: 22%;
  left: 14%;
}
.footer-warp .footer-shape4 {
  position: absolute;
  left: 28%;
  bottom: 27%;
}
.footer-warp .footer-shape5 {
  position: absolute;
  right: 26%;
  bottom: 78px;
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .logo {
  margin-bottom: 20px;
  display: block;
}
.footer-widget .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.footer-widget .social-list li {
  display: inline-block;
  padding-right: 8px;
}
.footer-widget .social-list li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  line-height: 35px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.footer-widget .social-list li a.bg1 {
  background-image: url(../images/svgs/social4.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.footer-widget .social-list li a.active {
  background-image: url(../images/svgs/social2.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.footer-widget .social-list li:last-child {
  padding-right: 0;
}
.footer-widget p {
  color: #CCCCCC;
}
.footer-widget h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-widget .canvass-content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .canvass-content li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #CCCCCC;
}
.footer-widget .canvass-content li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #FF6666;
}
.footer-widget .canvass-content li a {
  display: block;
  color: #CCCCCC;
}
.footer-widget .canvass-content li a:hover {
  color: #FF6666;
}
.footer-widget .canvass-content li span {
  display: block;
}
.footer-widget .canvass-content li p {
  margin-bottom: 0;
}
.footer-widget .canvass-content li:last-child {
  margin-bottom: 0;
}
.footer-widget .gallery-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .gallery-list li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.footer-widget .gallery-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer-widget .gallery-list li:nth-child(3) {
  margin-right: 0;
}
.footer-widget .gallery-list li:nth-child(4) {
  margin-bottom: 0;
}
.footer-widget .gallery-list li:nth-child(5) {
  margin-bottom: 0;
}
.footer-widget .gallery-list li:nth-child(6) {
  margin-bottom: 0;
}
.footer-widget .gallery-list li a {
  width: 80px;
  height: 80px;
}
.footer-widget .gallery-list li a .footer-gallery {
  width: 80px;
  height: 80px;
  border-radius: 15px;
}
.footer-widget .schedule-warp {
  background: #FF6666;
  border-radius: 20px;
  padding: 25px 35px;
}
.footer-widget .schedule-warp .footer-time {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .schedule-warp .footer-time li {
  position: relative;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer-widget .schedule-warp .footer-time li:last-child {
  margin-bottom: 0;
}
.footer-widget .schedule-warp .footer-time li span {
  position: absolute;
  right: 0;
}

.copy-right-warp {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 35px;
  background-image: url(../images/heros/copy-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.copy-right-warp p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito";
  margin-bottom: 0;
  line-height: 1;
}
.copy-right-warp p a {
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}

/*
Hero Style2 Warp Style
=======================================================*/
.hero-style2-warp {
  background-image: url(../images/heros/hero4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 218px;
  padding-bottom: 218px;
}
.hero-style2-warp .hero-style2-main1 {
  position: absolute;
  bottom: 0;
  right: 7%;
}
.hero-style2-warp .hero-style2-main3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero-style2-warp .hero-style2-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-style2-warp .hero-style2-shape2 {
  position: absolute;
  right: 90px;
  top: 0;
}
.hero-style2-warp .hero-style2-shape3 {
  position: absolute;
  bottom: 23%;
  right: 5%;
}
.hero-style2-warp .hero-style2-shape4 {
  position: absolute;
  bottom: -25px;
  right: 8%;
}
.hero-style2-warp .hero-style2-shape5 {
  position: absolute;
  top: 100px;
  left: 48%;
}
.hero-style2-warp .hero-style2-shape6 {
  position: absolute;
  left: 42%;
  bottom: 26%;
  animation: simple-rotate 4s 1s linear infinite alternate;
}
.hero-style2-warp .hero-style2-shape7 {
  position: absolute;
  bottom: 27%;
  left: 22%;
}
.hero-style2-warp .hero-style2-shape8 {
  position: absolute;
  bottom: 100px;
  left: 6%;
}
.hero-style2-warp .hero-style2-shape9 {
  position: absolute;
  top: 170px;
  left: 5%;
  animation: simple-rotate 4s 1s linear infinite alternate;
}

.hero-style2-content {
  max-width: 805px;
}
.hero-style2-content .title2 {
  font-weight: 600;
  font-size: 18px;
  color: #FF6666;
  margin-bottom: 12px;
  display: block;
}
.hero-style2-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 12px;
}
.hero-style2-content p {
  max-width: 785px;
  color: #CCCCCC;
  font-size: 18px;
}
.hero-style2-content .default-btn {
  margin-top: 20px;
  background: #B250FE;
}
.hero-style2-content .default-btn::before {
  border-color: #B250FE;
}
.hero-style2-content .default-btn::after {
  border-color: #B250FE;
}

/*
Service Style2 Warp Style
=======================================================*/
.service-style2-card {
  margin-bottom: 25px;
  position: relative;
  border-radius: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
.service-style2-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  border-radius: 50px;
}
.service-style2-card.bg1::before {
  background: #1AB9FF;
}
.service-style2-card.bg2::before {
  background: #FF6666;
}
.service-style2-card.bg3::before {
  background: #B250FE;
}
.service-style2-card.bg4::before {
  background: #FAB319;
}
.service-style2-card .icon {
  margin-bottom: 20px;
}
.service-style2-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.service-style2-card h3 a {
  color: #050505;
}
.service-style2-card h3 a:hover {
  color: #FF6666;
}
.service-style2-card .read-more {
  font-family: "Nunito";
  font-weight: 900;
  font-size: 16px;
  color: #FF6666;
}
.service-style2-card .read-more img {
  position: relative;
  left: 4px;
}

/*
About Style2 Warp Style
=======================================================*/
.more-about-warp {
  position: relative;
}
.more-about-warp .more-about-shape3 {
  position: absolute;
  top: 100px;
  right: 150px;
}
.more-about-warp .more-about-shape4 {
  position: absolute;
  right: 150px;
  bottom: -64px;
}

.more-about-image {
  position: relative;
  z-index: 1;
}
.more-about-image .more-about-image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.more-about-image .more-about-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.more-about-image .more-about-shape2 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.more-about-content {
  max-width: 570px;
  margin-left: auto;
}
.more-about-content .more-about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.more-about-content .more-about-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-family: "Nunito";
  font-weight: 700;
  color: #050505;
}
.more-about-content .more-about-list li:last-child {
  margin-bottom: 0;
}
.more-about-content .more-about-list li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.more-about-content .default-btn {
  margin-top: 10px;
}

/*
Today Slider Warp Style
=======================================================*/
.today-slider-warp {
  position: relative;
  z-index: 1;
}
.today-slider-warp::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border: 1px solid #EEEEEE;
}
.today-slider-warp .today-pb {
  margin-top: 10px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.today-slider-warp .today-shape1 {
  position: absolute;
  left: -50px;
  top: -18px;
}

.today-box {
  margin-bottom: 25px;
}
.today-box .content {
  border-radius: 30px;
  position: relative;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: -125px;
  padding-top: 35px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 40px;
}
.today-box .content.bg1 {
  background: #E8F8FF;
}
.today-box .content.bg2 {
  background: #FFF0F0;
}
.today-box .content.bg3 {
  background: #F7EDFF;
}
.today-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.today-box .content h3 a {
  color: #050505;
}
.today-box .content .age-time {
  margin-bottom: 28px;
}
.today-box .content .age-time p {
  margin-bottom: 0;
  color: #050505;
}
.today-box .content .age-time p span {
  color: #FF6666;
}
.today-box .content .default-btn {
  background-color: transparent;
  border: solid 1px #FF6666;
  color: #FF6666;
  transition: all ease 0.5s;
  padding-left: 40px;
  padding-right: 40px;
}
.today-box .content .default-btn::before {
  display: none;
}
.today-box .content .default-btn::after {
  display: none;
}
.today-box .content .default-btn:hover {
  background-color: #FF6666;
  border-color: transparent;
  color: #ffffff;
}
.today-box .content .default-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7444%) hue-rotate(236deg) brightness(109%) contrast(114%);
}

/*
Expert Counter Warp Style
=======================================================*/
.expert-counter-warp {
  position: relative;
  background-color: #050505;
  padding-bottom: 110px;
}
.expert-counter-warp .expert-main-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.expert-counter-warp .expert-shape1 {
  position: absolute;
  top: -50px;
  left: 10%;
}

.expert-counter {
  margin-bottom: 25px;
  padding: 0 25px;
  text-align: center;
}
.expert-counter h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert-counter h1 .plus {
  position: relative;
}
.expert-counter span {
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  color: #FF6666;
}
.expert-counter h3 {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.expert-counter p {
  color: #CCCCCC;
}

/*
Choose Style2 Warp Style
=======================================================*/
.choose-content {
  max-width: 580px;
  margin-left: auto;
}
.choose-content .choose-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.choose-content .choose-list li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 30px 5px rgba(44, 64, 115, 0.06);
  border-radius: 77px 5px 5px 77px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 30px;
}
.choose-content .choose-list li:last-child {
  margin-bottom: 0;
}
.choose-content .choose-list li .icon-style {
  height: 100px;
  width: 100px;
}
.choose-content .choose-list li .icon {
  background-image: url(../images/svgs/choose1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  line-height: 127px;
  height: 100px;
  width: 100px;
}
.choose-content .choose-list li .content {
  padding-left: 35px;
}

.choose-warp {
  position: relative;
}
.choose-warp .choose-shape1 {
  position: absolute;
  left: 15%;
  bottom: 105px;
}
.choose-warp .choose-shape2 {
  position: absolute;
  right: 100px;
  top: 80px;
}

/*
Hurry Style2 Warp Style
=======================================================*/
.inner-hurry-style2 {
  box-shadow: 0px 0px 40px rgba(44, 64, 115, 0.05);
  border-radius: 25px;
  background-color: #ffffff;
  position: relative;
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
.inner-hurry-style2 .hurry-style2-content {
  text-align: center;
  max-width: 535px;
  margin-right: auto;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  max-width: 535px;
  justify-content: space-between;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count li {
  text-align: center;
  position: relative;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count li::before {
  content: url(../images/svgs/count-dot.svg);
  position: absolute;
  right: -40px;
  top: 20px;
  bottom: 0;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count li:last-child::before {
  display: none;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count li span {
  font-family: "Love Ya Like A Sister";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 70px;
  color: #FF6666;
}
.inner-hurry-style2 .hurry-style2-content .hurry-count li h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.inner-hurry-style2 .hurry-style2-content h3 {
  margin-bottom: 40px;
}
.inner-hurry-style2 .hurry-style2-content .default-btn {
  margin-top: 35px;
}
.inner-hurry-style2 .hurry-image1 {
  position: absolute;
  right: 100px;
  top: -22px;
  z-index: 1;
}
.inner-hurry-style2 .hurry-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.inner-hurry-style2 .hurry-shape {
  position: absolute;
  top: 30px;
  right: 50px;
}
.inner-hurry-style2 .hurry-style2-shape1 {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.hurryup-style2-warp {
  position: relative;
  z-index: 1;
}
.hurryup-style2-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
  width: 100%;
  background: #FCF9F4;
}

/*
Expert Teacher  Warp Style
=======================================================*/
.expert-teacher-card {
  margin-bottom: 25px;
}
.expert-teacher-card .image .x-teacher1 {
  border-radius: 50px;
}
.expert-teacher-card .content {
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  padding: 30px 20px;
  text-align: center;
}
.expert-teacher-card .content .x-teacher-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.5s;
  top: 0;
  z-index: -1;
}
.expert-teacher-card .content .x-teacher-bg2 {
  position: absolute;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
  opacity: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.expert-teacher-card .content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  transition: all ease 0.5s;
  left: 0;
  right: 0;
}
.expert-teacher-card .content .social-list li {
  display: inline-block;
  padding-right: 8px;
}
.expert-teacher-card .content .social-list li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  color: #FF6666;
  font-size: 11px;
  line-height: 35px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.expert-teacher-card .content .social-list li a.bg1 {
  background-image: url(../images/svgs/social6.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.expert-teacher-card .content .social-list li:last-child {
  padding-right: 0;
}
.expert-teacher-card .content h3 {
  font-size: 22px;
}
.expert-teacher-card .content h3 a {
  color: #050505;
  transition: all ease 0.5s;
}
.expert-teacher-card .content p {
  transition: all ease 0.5s;
}
.expert-teacher-card:hover .x-teacher-bg1 {
  opacity: 0;
}
.expert-teacher-card:hover .x-teacher-bg2 {
  opacity: 1;
}
.expert-teacher-card:hover h3 a {
  color: #ffffff;
}
.expert-teacher-card:hover p {
  color: #ffffff;
}
.expert-teacher-card:hover .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  transition: all ease 0.5s;
  left: 0;
  right: 0;
}
.expert-teacher-card:hover .social-list li {
  display: inline-block;
  padding-right: 8px;
}
.expert-teacher-card:hover .social-list li a {
  color: #ffffff;
}
.expert-teacher-card:hover .social-list li a.bg1 {
  background-image: url(../images/svgs/social7.svg);
}
.expert-teacher-card:hover .social-list li a.active {
  background-image: url(../images/svgs/social5.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}

.etw-slider-warp {
  position: relative;
  z-index: 1;
}
.etw-slider-warp::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border: 1px solid #EEEEEE;
}
.etw-slider-warp .today-pb {
  margin-top: 10px;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  background: #FCF9F4;
}

/*
Future  Warp Style
=======================================================*/
.future-tab .nav-pills {
  display: flex;
  border: 2px dashed #FF6666;
  border-radius: 60px;
  margin-top: 30px;
  margin-bottom: 35px !important;
  padding: 8px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
}
.future-tab .nav-pills::before {
  content: "";
  position: absolute;
  left: -395px;
  bottom: 24px;
  width: 395px;
  border: 1px dashed #FF6666;
}
.future-tab .nav-pills::after {
  content: "";
  position: absolute;
  right: -395px;
  bottom: 24px;
  width: 395px;
  border: 1px dashed #FF6666;
}
.future-tab .nav-pills .nav-link {
  border-radius: 60px;
  color: #FF6666;
  background-color: transparent;
  font-family: "Nunito";
  font-weight: 900;
  font-size: 16px;
  transition: all ease 0.5s;
  padding: 8px 22px;
}
.future-tab .nav-pills .nav-link.active {
  background-color: #FF6666;
  color: #ffffff;
}
.future-tab .nav-pills .nav-link:hover {
  background-color: #FF6666;
  color: #ffffff;
}
.future-tab .nav-pills .nav-link:focus {
  box-shadow: unset;
}
.future-tab .future-tab-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 40px 5px rgba(44, 64, 115, 0.06);
  border-radius: 50px;
  padding: 60px 65px;
  margin-bottom: 25px;
}
.future-tab .future-tab-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 710px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.future-tab .future-tab-content ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.future-tab .future-tab-content ul li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 39px;
  height: 15px;
  bottom: 0;
  z-index: -1;
  border-left: 2px dashed #2C4073;
}
.future-tab .future-tab-content ul li:last-child {
  margin-bottom: 0;
}
.future-tab .future-tab-content ul li:last-child::before {
  display: none;
}
.future-tab .future-tab-content ul li span {
  padding-left: 24px;
  font-family: "Nunito";
  font-weight: 800;
  font-size: 22px;
  color: #050505;
  width: 170px;
  display: inline-block;
}
.future-tab .future-tab-content ul li p {
  padding-left: 50px;
}
.future-tab .future-tab-content .provide-shape {
  position: absolute;
  left: 70px;
}
.future-tab .future-slider {
  width: 1015px !important;
}
.future-tab .swiper-wrapper {
  justify-content: center;
}
.future-tab .swiper {
  overflow: inherit;
}

.future-warp {
  position: relative;
  overflow: hidden;
}
.future-warp .container-fluid {
  max-width: 100%;
  padding: 0 !important;
}
.future-warp .future-shape1 {
  position: absolute;
  left: 12%;
  top: -10px;
}
.future-warp .future-shape2 {
  position: absolute;
  right: 8.8%;
  top: 198px;
}
.future-warp .future-shape3 {
  position: absolute;
  bottom: 120px;
  right: 32%;
}
.future-warp .future-shape4 {
  position: absolute;
  top: 30px;
  right: 13%;
}
.future-warp .section-title {
  max-width: 730px !important;
}

/*
Childhood  Warp Style
=======================================================*/
.childhood-tab .nav-pills {
  justify-content: center;
  margin-bottom: 30px !important;
}
.childhood-tab .nav-pills .nav-item {
  margin-right: 40px;
}
.childhood-tab .nav-pills .nav-item .nav-link {
  background-image: url(../images/svgs/childhod1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 80px;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 20px;
  color: #2C4073;
  text-align: center;
  padding: 0;
}
.childhood-tab .nav-pills .nav-item .nav-link.active {
  background-image: url(../images/svgs/childhod2.png);
  background-color: transparent;
}

.childhood-warp {
  background: #FCF9F4;
  position: relative;
  margin-top: 100px;
}
.childhood-warp .section-title {
  max-width: 820px;
}
.childhood-warp .childhood-main-shape {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.childhood-warp .childhod-shape1 {
  position: absolute;
  top: 0;
  left: 7.7%;
}
.childhood-warp .childhod-shape2 {
  position: absolute;
  right: 8%;
  top: 100px;
}
.childhood-warp .childhod-shape3 {
  position: absolute;
  right: 11%;
  bottom: 21%;
}

/*
Events  Warp Style
=======================================================*/
.event-content {
  max-width: 650px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.event-content .event-list {
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 30px rgba(44, 64, 115, 0.06);
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 20px;
  position: relative;
}
.event-content .event-list:last-child {
  margin-bottom: 0;
}
.event-content .event-list .date-warp {
  width: 125px;
  height: 100px;
}
.event-content .event-list .date-warp .date {
  width: 125px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 18px 45px 12px 20px;
}
.event-content .event-list .date-warp .date.bg1 {
  background-image: url(../images/svgs/event1.svg);
}
.event-content .event-list .date-warp .date.bg2 {
  background-image: url(../images/svgs/event2.svg);
}
.event-content .event-list .date-warp .date.bg3 {
  background-image: url(../images/svgs/event3.svg);
}
.event-content .event-list .date-warp h3 {
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  color: #FF6666;
}
.event-content .event-list .date-warp h3 p {
  font-size: 16px;
  color: #FF6666;
}
.event-content .event-list .content {
  margin-left: 30px;
}
.event-content .event-list .content h4 {
  font-size: 22px;
}
.event-content .event-list .content p {
  position: relative;
}
.event-content .event-list .content p i {
  color: #FF6666;
  position: relative;
  margin-right: 5px;
}
.event-content .event-list .icon-style {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  border: 1px solid #FF6666;
}
.event-content .event-list .icon-style img {
  width: 20px;
}
.event-content .taking {
  margin-bottom: 25px;
}

.events-warp {
  position: relative;
}
.events-warp .events1-main {
  position: absolute;
  right: 11.5%;
  bottom: -5px;
}
.events-warp .events-shape1 {
  position: absolute;
  top: -50px;
  left: 0;
}
.events-warp .events-shape2 {
  position: absolute;
  top: 150px;
  right: 7%;
}

/*
Registration  Warp Style
=======================================================*/
.registration-style2-warp {
  background-image: url(../images/heros/registration2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 155px;
}
.registration-style2-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2C4073;
  opacity: 0.9;
  z-index: -1;
}
.registration-style2-warp .registration-style2-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.registration-style2-warp .registration-content {
  margin-bottom: 0;
}
.registration-style2-warp .registration-content h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.registration-style2-warp .rt2-shape1 {
  position: absolute;
  top: 0;
  left: 150px;
}
.registration-style2-warp .rt2-shape2 {
  position: absolute;
  left: 39%;
  bottom: 160px;
}
.registration-style2-warp .rt2-shape3 {
  position: absolute;
  bottom: 50px;
  right: 16%;
}

/*
Testimonial Style2  Warp Style
=======================================================*/
.testimonial-style2-slider-warp {
  position: relative;
}
.testimonial-style2-slider-warp .tst-warp {
  margin-top: 30px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.testimonial-style2-slider-warp::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border: 1px solid #EEEEEE;
}

.testimonial-warp {
  position: relative;
}
.testimonial-warp .ts-style2-shape1 {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-warp .section-title {
  max-width: 685px !important;
}

/*
Subscription Style2  Warp Style
=======================================================*/
.inner-subscription-warp {
  background: #FF6666;
  border-radius: 20px;
  padding: 90px 60px;
}
.inner-subscription-warp .subscription-content {
  margin-right: -35px;
}
.inner-subscription-warp .subscription-content span {
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.inner-subscription-warp .subscription-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 48px;
}
.inner-subscription-warp .subscription-input {
  position: relative;
  height: 80px;
  max-width: 530px;
  margin-left: auto;
}
.inner-subscription-warp .subscription-input .form-control {
  height: 80px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #999999;
  border: none;
}
.inner-subscription-warp .subscription-input .form-control:focus {
  box-shadow: unset;
}
.inner-subscription-warp .subscription-input .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-subscription-warp .subscription-input .form-control:focus::placeholder {
  color: transparent;
}
.inner-subscription-warp .subscription-input .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-subscription-warp .subscription-input .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.inner-subscription-warp .subscription-input .default-btn {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
}

.subscription-warp {
  position: relative;
}
.subscription-warp .subscription-shape {
  position: absolute;
  left: 240px;
  bottom: -70px;
  z-index: -1;
}

/*
Blog Style2  Warp Style
=======================================================*/
.blog-style2-warp {
  position: relative;
}
.blog-style2-warp .bts-shape1 {
  position: absolute;
  right: 13%;
  top: 100px;
}
.blog-style2-warp .bts-shape2 {
  position: absolute;
  right: 13%;
  bottom: 0;
}

/*
Hero Style3  Warp Style
=======================================================*/
.hero-style3-warp {
  background-image: url(../images/heros/hero-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-style3-warp .hero-style3-main {
  position: absolute;
  bottom: 0px;
  right: 10%;
}
.hero-style3-warp .banner-shape-40 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero-style3-warp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background-image: url(../images/heros/hero-bg3.jpg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.hero-style3-warp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/heros/hero-bg4.jpg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.hero-style3-warp .hs-shape1 {
  position: absolute;
  left: 80px;
  top: 80px;
}
.hero-style3-warp .hs-shape2 {
  position: absolute;
  top: 100px;
  left: 36%;
}
.hero-style3-warp .hs-shape3 {
  position: absolute;
  top: 17%;
  right: 20%;
}
.hero-style3-warp .hs-shape4 {
  position: absolute;
  bottom: 29%;
  left: 21%;
}
.hero-style3-warp .hs-shape5 {
  position: absolute;
  right: 7.2%;
  top: 20%;
}
.hero-style3-warp .hs-shape6 {
  position: absolute;
  left: 37%;
  opacity: 30%;
  bottom: 19%;
}
.hero-style3-warp .hs-shape7 {
  position: absolute;
  right: 4%;
  bottom: -25px;
}
.hero-style3-warp .hs-shape8 {
  position: absolute;
  right: 0;
  top: 30px;
}
.hero-style3-warp .scroll-btn {
  position: absolute;
  left: 48%;
  bottom: -55px;
  text-align: center;
  z-index: 2;
}
.hero-style3-warp .scroll-btn .scroll-image {
  position: relative;
}
.hero-style3-warp .scroll-btn .scroll-image .banner-shape-38 {
  max-width: 130px;
}
.hero-style3-warp .scroll-btn .scroll-image .banner-shape-39 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 120px;
}
.hero-style3-warp .scroll-btn .scroll-image .mouse {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.hero-style3-content {
  padding-bottom: 295px;
  padding-top: 220px;
  max-width: 810px;
}
.hero-style3-content span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #FF6666;
}
.hero-style3-content span img {
  position: relative;
  margin-right: 5px;
  top: -5px;
}
.hero-style3-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 10px;
}
.hero-style3-content p {
  color: #EEEEEE;
  margin-bottom: 20px;
  font-size: 18px;
}
.hero-style3-content .default-btn {
  margin-top: 10px;
  background-color: #B250FE;
}
.hero-style3-content .default-btn::after {
  border-color: #B250FE;
}
.hero-style3-content .default-btn::before {
  border-color: #B250FE;
}

/*
Creativity  Warp Style
=======================================================*/
.creativity-warp {
  position: relative;
  text-align: center;
  padding-bottom: 45px;
}
.creativity-warp .creativity1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.creativity-warp .creativity-shape1 {
  position: absolute;
  top: -23px;
  z-index: 11;
  left: 11.7%;
}
.creativity-warp .creativity-shape2 {
  position: absolute;
  top: 150px;
  right: 14%;
  animation: movebounce 6s 1s linear infinite alternate;
}
.creativity-warp .creativity-shape3 {
  position: absolute;
  top: 35%;
  left: 60%;
}
.creativity-warp .creativity-shape4 {
  position: absolute;
  left: 38%;
  top: 62%;
}

.creativity-card {
  margin-bottom: 35px;
  padding: 15px 20px;
}
.creativity-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  line-height: 100px;
  border: 2px dashed #FF6666;
}
.creativity-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.creativity-card h3 a {
  color: #050505;
}

/*
Baby  Warp Style
=======================================================*/
.baby-care-image .style3-about2 {
  margin-bottom: 25px;
}

.baby-care-warp {
  position: relative;
  padding-bottom: 150px;
}
.baby-care-warp .baby-care-shape1 {
  position: absolute;
  right: 8%;
  top: -30px;
  animation: movebounce 6s 1s linear infinite alternate;
}
.baby-care-warp .baby-care-shape2 {
  position: absolute;
  top: 70px;
  left: 40%;
}
.baby-care-warp .baby-care-shape3 {
  position: absolute;
  left: 39%;
  bottom: 155px;
}
.baby-care-warp .baby-care-shape4 {
  position: absolute;
  bottom: -12px;
  left: 14%;
  z-index: 4;
}
.baby-care-warp .baby-care-shape5 {
  position: absolute;
  bottom: -15px;
  left: 39%;
  z-index: 4;
}
.baby-care-warp .baby-care-shape6 {
  position: absolute;
  bottom: -60px;
  right: 12%;
  z-index: 4;
}

/*
Award  Warp Style
=======================================================*/
.award-warp {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 170px;
}
.award-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/abouts/award1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.award-warp::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../images/abouts/award2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.award-warp .expert-counter {
  position: relative;
}
.award-warp .award-shape1 {
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 4;
}
.award-warp .award-shape2 {
  position: absolute;
  bottom: 0;
  right: 14%;
  z-index: 4;
}
.award-warp .award-shape3 {
  position: absolute;
  left: 17%;
  bottom: -28px;
}

/*
Class Time Warp Style
=======================================================*/
.time-card {
  margin-bottom: 25px;
  position: relative;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  z-index: 1;
}
.time-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 35px 10px rgba(44, 64, 115, 0.05);
  border-radius: 20px;
  height: 80%;
  z-index: -1;
  width: 100%;
  background-color: #ffffff;
}
.time-card .content {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.time-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.time-card .content h3 a {
  color: #050505;
}
.time-card .content .timing-warp {
  margin-bottom: 30px;
}
.time-card .content .timing-warp .age {
  position: relative;
}
.time-card .content .timing-warp .age::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -30px;
  bottom: 0;
  height: 37px;
  width: 1px;
  opacity: 0.1;
  background-color: #2C4073;
}
.time-card .content .timing-warp .age:last-child::before {
  display: none;
}
.time-card .content .timing-warp .age span {
  color: #050505;
  display: block;
  margin-bottom: 3px;
}
.time-card .content .timing-warp .age p {
  color: #FF6666;
}
.time-card .content .default-btn {
  background-color: transparent;
  color: #FF6666;
  border: solid 1px #FF6666;
}
.time-card .content .default-btn::before {
  border-color: transparent;
}
.time-card .content .default-btn::after {
  border-color: transparent;
}
.time-card .image {
  width: 374px;
  height: 320px;
}

.class-time-slider-warp {
  position: relative;
}

.class-time-warp {
  position: relative;
}
.class-time-warp .class-time-shape1 {
  position: absolute;
  right: 19%;
  top: 140px;
}

/*
Class Time Warp Style
=======================================================*/
.education-content {
  max-width: 580px;
}
.education-content .taking {
  margin-bottom: 30px;
}
.education-content .education-item {
  padding: 20px 25px;
  box-shadow: 0px 0px 30px 5px rgba(44, 64, 115, 0.06);
  border-radius: 77px 5px 5px 77px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.education-content .education-item:last-child {
  margin-bottom: 0;
}
.education-content .education-item .icon-style {
  height: 100px;
  width: 100px;
}
.education-content .education-item .icon-style .icon {
  height: 100px;
  width: 100px;
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  line-height: 125px;
  background-image: url(../images/svgs/education.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.education-content .education-item .content {
  margin-left: 25px;
}
.education-content .education-item .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.education-content .education-item .content p {
  margin-bottom: 0;
}

.education-image {
  text-align: center;
  padding-left: 30px;
}

.education-warp {
  position: relative;
}
.education-warp .education-shape1 {
  position: absolute;
  top: 130px;
  right: 43%;
}
.education-warp .education-shape2 {
  position: absolute;
  right: 9%;
  top: 40%;
}

/*
Take Seat Warp Style
=======================================================*/
.inner-take-seat {
  box-shadow: 0px 0px 40px rgba(44, 64, 115, 0.05);
  border-radius: 25px;
  background-color: #050505;
  position: relative;
  background-image: url(../images/abouts/take1.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
.inner-take-seat .take-seat-content {
  text-align: center;
  max-width: 535px;
  margin-right: auto;
}
.inner-take-seat .take-seat-content .hurry-count {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  max-width: 535px;
  justify-content: space-between;
}
.inner-take-seat .take-seat-content .hurry-count li {
  text-align: center;
  position: relative;
}
.inner-take-seat .take-seat-content .hurry-count li::before {
  content: url(../images/svgs/count-dot.svg);
  position: absolute;
  right: -40px;
  top: 25px;
  opacity: 15%;
  bottom: 0;
}
.inner-take-seat .take-seat-content .hurry-count li:last-child::before {
  display: none;
}
.inner-take-seat .take-seat-content .hurry-count li span {
  font-family: "Love Ya Like A Sister";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 70px;
  color: #FF6666;
}
.inner-take-seat .take-seat-content .hurry-count li h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #ffffff;
}
.inner-take-seat .take-seat-content h3 {
  margin-bottom: 40px;
  color: #ffffff;
}
.inner-take-seat .take-seat-content .default-btn {
  margin-top: 35px;
}
.inner-take-seat .hurry-style2-shape1 {
  position: absolute;
  left: 0;
  bottom: -80px;
}
.inner-take-seat .seat-take-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  top: 0;
}

.take-seat-warp {
  position: relative;
  padding-top: 170px;
  z-index: 1;
}
.take-seat-warp .take-seat-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.take-seat-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  width: 100%;
  z-index: -1;
  background: #FCF9F4;
}
.take-seat-warp .take-seat-shape1 {
  position: absolute;
  top: 50%;
  transform: translateY(25px);
  left: 0;
  z-index: -1;
  right: 0;
}

/*
Ready Teacher Warp Style
=======================================================*/
.ready-teacher-slider-warp {
  position: relative;
}

.ready-teacher-card {
  margin-bottom: 25px;
}
.ready-teacher-card .content {
  padding-top: 25px;
}
.ready-teacher-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.ready-teacher-card .content h3 a {
  color: #050505;
}
.ready-teacher-card .content p {
  margin-bottom: 12px;
}
.ready-teacher-card .content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ready-teacher-card .content .social-list li {
  display: inline-block;
  padding-right: 5px;
}
.ready-teacher-card .content .social-list li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  color: #050505;
  line-height: 37px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.ready-teacher-card .content .social-list li a.bg1 {
  background-image: url(../images/svgs/social1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.ready-teacher-card .content .social-list li a.active {
  background-image: url(../images/svgs/social2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  color: #ffffff;
}
.ready-teacher-card .content .social-list li:last-child {
  padding-right: 0;
}

/*
Bright Warp Style
=======================================================*/
.inner-bright-warp {
  max-width: 1015px;
  margin-left: auto;
}

.bright-tab .swiper {
  overflow: hidden;
}
.bright-tab .nav-pills {
  margin-bottom: 40px !important;
  background-color: #ffffff;
}
.bright-tab .nav-pills::before {
  left: -225px;
  width: 225px;
  border: 1px dashed #FF6666;
}
.bright-tab .nav-pills::after {
  right: -225px;
  width: 225px;
  border: 1px dashed #FF6666;
}

.bright-warp {
  position: relative;
}
.bright-warp .bright-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bright-warp .single-section {
  max-width: 730px;
  margin-bottom: 35px;
}
.bright-warp .bright-shape2 {
  position: absolute;
  left: 15%;
  top: 19%;
}
.bright-warp .bright-shape3 {
  position: absolute;
  top: -80px;
  right: 200px;
}

/*
Passion Warp Style
=======================================================*/
.passion-warp {
  position: relative;
}
.passion-warp .passion-shape1 {
  position: absolute;
  top: 0;
  right: 10%;
}
.passion-warp .passion-shape2 {
  position: absolute;
  left: 14%;
  top: 150px;
}

.passion-tab .gallery-widget::before {
  display: none;
}
.passion-tab .gallery-widget::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.5s;
  right: 0;
  background-image: url(../images/shapes/passion-before.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.passion-tab .gallery-widget:hover .gallery-icon {
  opacity: 1;
}
.passion-tab .gallery-widget:hover::after {
  opacity: 1;
}

/*
Upcoming Warp Style
=======================================================*/
.upcoming-list {
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 30px rgba(44, 64, 115, 0.06);
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 25px;
  position: relative;
}
.upcoming-list .date-warp {
  width: 125px;
  height: 100px;
}
.upcoming-list .date-warp .date {
  width: 125px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 18px 45px 12px 20px;
}
.upcoming-list .date-warp .date.bg1 {
  background-image: url(../images/svgs/event1.svg);
}
.upcoming-list .date-warp .date.bg2 {
  background-image: url(../images/svgs/event2.svg);
}
.upcoming-list .date-warp .date.bg3 {
  background-image: url(../images/svgs/event3.svg);
}
.upcoming-list .date-warp h3 {
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  color: #FF6666;
}
.upcoming-list .date-warp h3 p {
  font-size: 16px;
  color: #FF6666;
}
.upcoming-list .content {
  margin-left: 30px;
}
.upcoming-list .content h4 {
  font-size: 22px;
}
.upcoming-list .content p {
  position: relative;
}
.upcoming-list .content p i {
  color: #FF6666;
  position: relative;
  margin-right: 5px;
}
.upcoming-list .icon-style {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  border: 1px solid #FF6666;
}
.upcoming-list .icon-style img {
  width: 20px;
}

.upcoming-warp {
  position: relative;
}
.upcoming-warp .upcoming-shape1 {
  position: absolute;
  top: 0;
  left: 14%;
}
.upcoming-warp .upcoming-shape2 {
  position: absolute;
  top: 100px;
  right: 15%;
}
.upcoming-warp .upcoming-shape3 {
  position: absolute;
  bottom: 100px;
  left: 20%;
}

.load-more-btn {
  margin-top: 20px;
  margin-bottom: 25px;
}
.load-more-btn .default-btn {
  background: #B250FE;
  border: none;
}
.load-more-btn .default-btn::before {
  border-color: transparent;
}
.load-more-btn .default-btn::after {
  border-color: transparent;
}

/*
Panda Warp Style
=======================================================*/
.panda-registration {
  background-image: url(../images/heros/registration2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 155px;
}
.panda-registration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2C4073;
  opacity: 0.9;
  z-index: -1;
}
.panda-registration .registration-style2-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.panda-registration .rt2-shape1 {
  position: absolute;
  top: 0;
  left: 150px;
}
.panda-registration .panda {
  position: absolute;
  bottom: -50px;
  right: 15%;
}

.panda-content {
  margin-left: 0 !important;
  position: relative;
  margin-bottom: 0;
}
.panda-content h2 {
  color: #ffffff;
  margin-bottom: 40px;
}
.panda-content .rt2-shape2 {
  position: absolute;
  left: 140px;
  bottom: 5px;
}

/*
Testimonial Style3 Warp Style
=======================================================*/
.testimonial-style3-slider-warp {
  position: relative;
}

.last-testimonial-warp {
  position: relative;
  padding-top: 150px;
}
.last-testimonial-warp .last-t-shape1 {
  position: absolute;
  top: 60px;
  left: 10%;
}
.last-testimonial-warp .last-t-shape2 {
  position: absolute;
  top: 170px;
  right: 20%;
}

/*
Bird Fly Style
=======================================================*/
.bird-warper {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
}

.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}
.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}
.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}
.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird--four {
  animation-duration: 0.8s;
  animation-delay: -0.2s;
}

.bird-container {
  position: absolute;
  top: 1%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}
.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}
.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}
.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
/*
Cursor  Style
=======================================================*/
#mouse-follower {
  opacity: 1;
  z-index: 999;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}

#mouse-follower {
  height: 30px;
  width: 30px;
  background-image: url(../images/shapes/counter-shape1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
Inner Hero Style3 Warp Style
=======================================================*/
.inner-hero-warp {
  background: #FCEEE8;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}
.inner-hero-warp .inner-page-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.inner-hero-warp .inner-page-shape2 {
  position: absolute;
  top: 70px;
  left: 40%;
  pointer-events: none;
}
.inner-hero-warp .inner-page-shape3 {
  position: absolute;
  top: 120px;
  right: 33%;
  pointer-events: none;
}
.inner-hero-warp .inner-page-shape4 {
  position: absolute;
  left: 43%;
  bottom: 135px;
  pointer-events: none;
}
.inner-hero-warp .inner-page-shape5 {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 1;
  pointer-events: none;
}
.inner-hero-warp .inner-page-shape6 {
  position: absolute;
  right: 12%;
  bottom: -30px;
  z-index: 2;
  pointer-events: none;
}
.inner-hero-warp .inner-main-shape {
  position: absolute;
  bottom: 0;
  left: 15%;
  pointer-events: none;
}
.inner-hero-warp .inner-main-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.inner-hero-content {
  text-align: center;
}
.inner-hero-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-hero-content ul li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Nunito";
  font-weight: 700;
  color: #FF6666;
  position: relative;
}
.inner-hero-content ul li:last-child {
  padding-right: 0;
}
.inner-hero-content ul li:last-child::before {
  display: none;
}
.inner-hero-content ul li:first-child {
  padding-left: 0;
}
.inner-hero-content ul li a {
  color: #555555;
}
.inner-hero-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  transform: rotate(20deg);
  bottom: 0;
  height: 13px;
  width: 1px;
  background-color: #555555;
}
.inner-hero-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

/*
Repeat Style3 Warp Style
=======================================================*/
.repeat-page {
  justify-content: center;
  margin-top: 20px;
}
.repeat-page .page-item {
  margin-right: 15px;
}
.repeat-page .page-item:last-child {
  margin-right: 0;
}
.repeat-page .page-item .page-link {
  position: relative;
  background-position: center center;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 53px;
  border: none;
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  color: #050505;
  background-repeat: no-repeat;
  background-size: cover;
}
.repeat-page .page-item .page-link.bg2 {
  background-image: url(../images/svgs/pagination2.svg);
}
.repeat-page .page-item .page-link.bg1 {
  background-image: url(../images/svgs/pagination1.svg);
}
.repeat-page .page-item .page-link:focus {
  box-shadow: unset;
  background-color: transparent !important;
}
.repeat-page .page-item .page-link:hover {
  background-color: transparent !important;
}

/*
Inner Service Warp Style
=======================================================*/
.inner-service-page .service-card {
  position: relative;
  border-radius: 50px 35px 100px 40px;
  box-shadow: 0px 0px 50px rgba(44, 64, 115, 0.07);
}

.service-big-warp {
  padding-right: 15px;
}
.service-big-warp .image-warp {
  margin-bottom: 30px;
}
.service-big-warp .image-warp img {
  border-radius: 20px;
}
.service-big-warp .content1 {
  margin-bottom: 30px;
}
.service-big-warp .content1 h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.service-big-warp .alexander {
  background: #FCF9F4;
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 130px;
  padding-right: 50px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.service-big-warp .alexander h6 {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #555555;
  margin-bottom: 20px;
}
.service-big-warp .alexander h5 {
  font-weight: 700;
  font-size: 20px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 0;
}
.service-big-warp .alexander h5::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 0;
  width: 52.5px;
  height: 1px;
  background-color: #050505;
}
.service-big-warp .alexander .icon {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #FF6666;
  font-size: 60px;
}
.service-big-warp .content2 {
  margin-bottom: 30px;
}
.service-big-warp .content2 h4 {
  font-size: 30px;
  margin-bottom: 12px;
}
.service-big-warp .content2 .lec-list-warp {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 725px;
}
.service-big-warp .content2 .lec-list-warp .lec-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.service-big-warp .content2 .lec-list-warp .lec-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
.service-big-warp .content2 .lec-list-warp .lec-list li:last-child {
  margin-bottom: 0;
}
.service-big-warp .content2 .lec-list-warp .lec-list li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.service-big-warp .content-image img {
  border-radius: 20px;
  margin-bottom: 30px;
}

.service-small-warp {
  padding-left: 15px;
  /* Price Range */
  /* Price Range Containers */
  /* Price Range Input */
  /* Price Range Input Track */
  /* Price Range Input Thumb */
  /* Price Range Output */
}
.service-small-warp .input-box {
  position: relative;
  height: 60px;
  margin-bottom: 40px;
}
.service-small-warp .input-box .form-control {
  height: 60px;
  background: #FCF9F4;
  border: 1px solid #EEEEEE;
  border-radius: 60px;
  padding-left: 35px;
  color: #999999;
  transition: all ease 0.5s;
}
.service-small-warp .input-box .form-control:focus {
  box-shadow: unset;
  border-color: #FF6666;
}
.service-small-warp .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control:focus::placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-small-warp .input-box .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.service-small-warp .input-box .submit-btn {
  position: absolute;
  right: 34px;
  padding: 0;
  top: 50%;
  transform: translateY(-10px);
  background-color: transparent;
  border: none;
}
.service-small-warp .all-boxes {
  background: #FCF9F4;
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  padding: 35px 40px;
}
.service-small-warp .all-boxes h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.service-small-warp .camp-warp {
  margin-bottom: 30px;
}
.service-small-warp .camp-warp .camp-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.service-small-warp .camp-warp .camp-list li {
  position: relative;
  margin-bottom: 12px;
}
.service-small-warp .camp-warp .camp-list li a {
  color: #555555;
}
.service-small-warp .camp-warp .camp-list li:last-child {
  margin-bottom: 0;
}
.service-small-warp .camp-warp .camp-list li img {
  position: absolute;
  right: 0;
  top: 15px;
}
.service-small-warp .hours-warp .hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.service-small-warp .hours-warp .hours-list li {
  position: relative;
  margin-bottom: 12px;
}
.service-small-warp .hours-warp .hours-list li:last-child {
  margin-bottom: 0;
}
.service-small-warp .hours-warp .hours-list li span {
  position: absolute;
  right: 0;
}
.service-small-warp .events-info {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 35px 40px;
  margin-bottom: 40px;
}
.service-small-warp .events-info h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.service-small-warp .events-info .date-info {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .events-info .date-info li {
  position: relative;
  font-weight: 600;
  color: #050505;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(44, 64, 115, 0.2);
}
.service-small-warp .events-info .date-info li span {
  display: block;
  color: #FF6666;
}
.service-small-warp .events-info .date-info li a {
  display: block;
  color: #FF6666;
}
.service-small-warp .events-info .date-info li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.service-small-warp .events-info .icon-info {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .events-info .icon-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}
.service-small-warp .events-info .icon-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #FF6666;
}
.service-small-warp .events-info .icon-info li span {
  display: block;
  max-width: 218px;
  color: #555555;
}
.service-small-warp .events-info .icon-info li a {
  display: block;
  color: #555555;
}
.service-small-warp .events-info .icon-info li a:hover {
  color: #FF6666;
}
.service-small-warp .events-info .icon-info li:last-child {
  margin-bottom: 0;
}
.service-small-warp .events-info .social {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .events-info .social li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.service-small-warp .events-info .social li:last-child {
  margin-right: 0;
}
.service-small-warp .events-info .social li a {
  display: inline-block;
}
.service-small-warp .events-info .social li a img {
  max-width: 38px;
}
.service-small-warp .events-info .social li a i {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #050505;
  font-size: 18px;
  transition: all ease 0.5s;
}
.service-small-warp .events-info .social li a:hover i {
  color: #FF6666;
}
.service-small-warp .events-info .social li a:first-child {
  padding-left: 0;
}
.service-small-warp .events-info .social li a::before {
  display: none;
}
.service-small-warp .join-events {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 35px 40px;
  margin-bottom: 40px;
}
.service-small-warp .join-events h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.service-small-warp .join-events form {
  margin-bottom: 0;
}
.service-small-warp .join-events form .form-control {
  box-shadow: none;
  background-color: #ffffff;
  color: #050505;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  transition: all ease 0.5s;
  margin-bottom: 20px;
}
.service-small-warp .join-events form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-small-warp .join-events form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.service-small-warp .join-events form .form-control:focus {
  border: 1px solid #FF6666;
}
.service-small-warp .join-events form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-small-warp .join-events form .form-control:focus::placeholder {
  color: transparent;
  transition: all ease 0.5s;
}
.service-small-warp .join-events form .textarea {
  height: 160px;
  border-radius: 20px;
}
.service-small-warp .visit-events {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 60px 55px;
  text-align: center;
}
.service-small-warp .visit-events .user-menu-3 {
  margin-bottom: 25px;
}
.service-small-warp .visit-events h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.service-small-warp .visit-events p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.service-small-warp .visit-events .social {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .visit-events .social li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.service-small-warp .visit-events .social li:last-child {
  margin-right: 0;
}
.service-small-warp .visit-events .social li a {
  display: inline-block;
}
.service-small-warp .visit-events .social li a img {
  max-width: 40px;
}
.service-small-warp .visit-events .social li a i {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  transition: all ease 0.5s;
}
.service-small-warp .visit-events .social li a:hover i {
  color: #FF6666;
}
.service-small-warp .visit-events .social li a:first-child {
  padding-left: 0;
}
.service-small-warp .visit-events .social li a::before {
  display: none;
}
.service-small-warp .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.service-small-warp .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.service-small-warp .social-list li a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  color: #050505;
  line-height: 47px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.service-small-warp .social-list li a.bg1 {
  background-image: url(../images/svgs/social1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.service-small-warp .social-list li a.active {
  background-image: url(../images/svgs/social2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  color: #ffffff;
}
.service-small-warp .social-list li:last-child {
  padding-right: 0;
}
.service-small-warp .news {
  padding: 35px 34px 45px 34px;
  margin-bottom: 40px;
}
.service-small-warp .news h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.service-small-warp .news .nes-feed {
  position: relative;
  margin-bottom: 40px;
}
.service-small-warp .news .nes-feed img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 95px;
}
.service-small-warp .news .nes-feed .news-content {
  position: relative;
  padding-left: 115px;
  top: 10px;
}
.service-small-warp .news .nes-feed .news-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .news .nes-feed .news-content ul li {
  position: relative;
  padding-left: 25px;
  color: #FF6666;
}
.service-small-warp .news .nes-feed .news-content ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  color: #FF6666;
}
.service-small-warp .news .nes-feed .news-content h4 {
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 26px;
}
.service-small-warp .news .nes-feed .news-content h4 a {
  color: #050505;
}
.service-small-warp .news .nes-feed:last-child {
  margin-bottom: 0;
}
.service-small-warp .tags {
  padding: 35px 38px 40px 34px;
}
.service-small-warp .tags h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-small-warp .tags ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-small-warp .tags ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
  font-family: #050505;
}
.service-small-warp .tags ul li:last-child {
  margin-bottom: 0;
  margin-bottom: -15px;
}
.service-small-warp .tags ul li a {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid rgba(208, 85, 86, 0.17);
  box-shadow: 0px 0px 30px rgba(44, 64, 115, 0.04);
  border-radius: 60px;
  padding: 6px 18px;
}
.service-small-warp .tags ul li a:hover {
  background-color: #FF6666;
  color: #ffffff;
  border-radius: 60px;
}
.service-small-warp price-range {
  background-color: #fcf9f4;
  border-radius: 30px;
  padding: 40px 40px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  display: block;
}
.service-small-warp price-range h5 {
  max-width: 130px;
  margin: auto;
  font-size: 16px;
  color: #ffffff;
  background-color: #FF6666;
  border-radius: 70px;
  padding: 20px 44px;
  margin-top: 25px;
  transition: all ease 0.5s;
  cursor: pointer;
}
.service-small-warp price-range h5:hover {
  background-color: #2C4073;
}
.service-small-warp price-range > div {
  position: relative;
  width: 100%;
  height: 15px;
}
.service-small-warp price-range > div > div {
  width: 100%;
  height: 3px;
  background-color: #b250fe;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service-small-warp price-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FF6666;
  border: none;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service-small-warp price-range input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.service-small-warp price-range input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.service-small-warp price-range input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
.service-small-warp price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  background-color: #FF6666;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}
.service-small-warp price-range input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #FF6666;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}
.service-small-warp price-range input[type=range]::-ms-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #FF6666;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.service-small-warp price-range input[type=range]::-ms-thumb::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #FCF9F4;
}
.service-small-warp price-range input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
.service-small-warp price-range input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
.service-small-warp price-range input[type=range]::-ms-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
.service-small-warp price-range output {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #050505;
  font-family: "Nunito";
  text-align: center;
  margin-left: 40px;
  position: relative;
}
.service-small-warp price-range output::before {
  content: "Price:";
  position: absolute;
  top: 0;
  left: 55px;
}

/*
Inner Events Warp Style
=======================================================*/
.jack-image {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.jack-image.bg1 {
  background-image: url(../images/services/event1.jpg);
}
.jack-image.bg2 {
  background-image: url(../images/services/event2.jpg);
}

.jack-content {
  padding-top: 78px;
  padding-bottom: 78px;
  padding-left: 55px;
  padding-right: 55px;
}
.jack-content p {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.jack-content h6 {
  font-weight: 700;
  font-size: 20px;
  padding-left: 65px;
  position: relative;
  color: #ffffff;
}
.jack-content h6::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 0;
  width: 52.5px;
  height: 1px;
  background-color: #ffffff;
}
.jack-content.bg1 {
  background: #B250FE;
}
.jack-content.bg2 {
  background: #FAB319;
}

.event-jack .container-fluid {
  max-width: 100%;
}

.event-footer {
  background: #2C4073;
}
.event-footer .footer-shape1 {
  display: none;
}

/*
Cursor  Style
=======================================================*/
.events-details-area .events-details-content .event-image-3 {
  border-radius: 30px;
  margin-bottom: 40px;
}
.events-details-area .events-details-content span {
  display: block;
  color: #FF6666;
  font-size: 24px;
  font-family: "Love Ya Like A Sister";
  font-weight: 400;
  margin-bottom: 15px;
}
.events-details-area .events-details-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.events-details-area .events-details-content .upcoming-card {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 50px 50px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.events-details-area .events-details-content .upcoming-card ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.events-details-area .events-details-content .upcoming-card ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  vertical-align: middle;
}
.events-details-area .events-details-content .upcoming-card ul li p {
  font-size: 22px;
  font-weight: 900;
  font-family: "Nunito";
  color: #050505;
  margin-bottom: 0;
  margin-right: 25px;
}
.events-details-area .events-details-content .upcoming-card ul li .time {
  background-color: #fab319;
  width: 100px;
  height: 100px;
  border-radius: 42% 58% 59% 41%/47% 49% 51% 53%;
  text-align: center;
  color: #ffffff;
  padding-top: 28px;
}
.events-details-area .events-details-content .upcoming-card ul li .time span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Nunito";
  color: #ffffff;
}
.events-details-area .events-details-content .upcoming-card ul li .time.bg-2 {
  background-color: #1ab9ff;
}
.events-details-area .events-details-content .upcoming-card ul li .time.bg-3 {
  background: #FF6666;
}
.events-details-area .events-details-content .upcoming-card ul li .time.bg-4 {
  background: #B250FE;
}
.events-details-area .events-details-content .upcoming-card ul li:last-child {
  margin-right: 0;
}
.events-details-area .events-details-content .facilities {
  margin-top: 40px;
  margin-bottom: 40px;
}
.events-details-area .events-details-content .facilities h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
.events-details-area .events-details-content .facilities .vitae {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.events-details-area .events-details-content .facilities .vitae li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.events-details-area .events-details-content .facilities .vitae li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.events-details-area .events-details-content .facilities .vitae li:hover i {
  background-color: #B250FE;
}
.events-details-area .events-details-content .facilities .vitae li:last-child {
  margin-bottom: 0;
}
.events-details-area .events-details-content .facilities .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.events-details-area .events-details-content .facilities .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.events-details-area .events-details-content .facilities .social-list li a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  color: #050505;
  line-height: 47px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.events-details-area .events-details-content .facilities .social-list li a.bg1 {
  background-image: url(../images/svgs/social1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.events-details-area .events-details-content .facilities .social-list li a.active {
  background-image: url(../images/svgs/social2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  color: #ffffff;
}
.events-details-area .events-details-content .facilities .social-list li:last-child {
  padding-right: 0;
}
.events-details-area .events-details-content .map iframe {
  width: 100%;
  height: 360px;
  display: block;
  border-radius: 20px;
}

/*
Inner Class Details Warp Style
=======================================================*/
.inner-learn-warp .learn-card::before {
  box-shadow: 0px 0px 50px rgba(44, 64, 115, 0.08);
  border-radius: 45px 35px 70px 65px;
}

.class-details-content .language-details h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.class-details-content .language-details .class-image-four {
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.class-details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.class-details-content .description {
  margin-bottom: 40px;
}
.class-details-content .requirements ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.class-details-content .requirements ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.class-details-content .requirements ul li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.class-details-content .requirements ul li:last-child {
  margin-bottom: 0;
}
.class-details-content .become {
  margin-bottom: 90px;
}
.class-details-content .become .portfolio-details-card {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.class-details-content .become .portfolio-details-card .portfolio-image {
  border: 1.5px dashed #ff6666;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.class-details-content .become .portfolio-details-card .portfolio-image img {
  max-width: 50px;
  padding-top: 22px;
}
.class-details-content .become .portfolio-details-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.class-details-content form {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(44, 64, 115, 0.07);
  border-radius: 20px;
  padding: 60px 60px;
  margin-top: 40px;
}
.class-details-content form .form-control {
  box-shadow: none;
  background-color: #fcf9f4;
  color: #050505;
  border: 1px solid #EEEEEE;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.class-details-content form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.class-details-content form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.class-details-content form .form-control:focus {
  border: 1px solid #FF6666;
}
.class-details-content form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.class-details-content form .form-control:focus::placeholder {
  color: transparent;
  transition: all ease 0.5s;
}
.class-details-content form .form-select {
  background-position: right 25px center;
}
.class-details-content form .textarea {
  height: 170px;
  border-radius: 20px;
}

/*
Inner Blog Details Warp Style
=======================================================*/
.inner-blog-page-warp .blog-card {
  margin-bottom: 25px;
}

.blog-page-content {
  margin-right: 40px;
}
.blog-page-content .started .blog-image-one {
  margin-bottom: 25px;
}
.blog-page-content .started h2 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 15px;
}
.blog-page-content .started .comment {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
  list-style-type: none;
}
.blog-page-content .started .comment li {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 30px;
  color: #FF6666;
}
.blog-page-content .started .comment li a {
  color: #FF6666;
}
.blog-page-content .started .comment li img {
  position: absolute;
  top: 3px;
  left: 0;
}
.blog-page-content .started .comment li:last-child {
  margin-right: 0;
}
.blog-page-content .started .ver-eos {
  position: relative;
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 30px 50px 30px 130px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.blog-page-content .started .ver-eos p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 20px;
  color: #555555;
}
.blog-page-content .started .ver-eos span {
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito";
  color: #050505;
  position: relative;
  padding-left: 70px;
}
.blog-page-content .started .ver-eos span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #050505;
}
.blog-page-content .started .ver-eos .quote-1 {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #FF6666;
  font-size: 60px;
}
.blog-page-content .started .blog-image-14 {
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 30px;
}
.blog-page-content .started .tags-share {
  margin-top: 35px;
  margin-bottom: 40px;
}
.blog-page-content .started .tags-share .tag .cur-tag {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-page-content .started .tags-share .tag .cur-tag li {
  display: inline-block;
  margin-right: 15px;
}
.blog-page-content .started .tags-share .tag .cur-tag li p {
  font-weight: 700;
  color: #050505;
  font-family: "Nunito";
}
.blog-page-content .started .tags-share .tag .cur-tag li a {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(44, 64, 115, 0.07);
  border-radius: 60px;
  padding: 7px 18px;
}
.blog-page-content .started .tags-share .tag .cur-tag li a:hover {
  background-color: #FF6666;
  color: #ffffff;
}
.blog-page-content .started .tags-share .tag .cur-tag li:last-child {
  margin-right: 0;
}
.blog-page-content .started .tags-share .share {
  text-align: end;
}
.blog-page-content .started .tags-share .share .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-page-content .started .tags-share .share .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.blog-page-content .started .tags-share .share .social-list li p {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 16px;
  margin-top: -4px;
  color: #050505;
}
.blog-page-content .started .tags-share .share .social-list li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  color: #050505;
  line-height: 37px;
  position: relative;
  font-size: 15px;
  display: inline-block;
  transition: all ease 0.5s;
  opacity: 1;
}
.blog-page-content .started .tags-share .share .social-list li a.bg1 {
  background-image: url(../images/svgs/social1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
}
.blog-page-content .started .tags-share .share .social-list li a.active {
  background-image: url(../images/svgs/social2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  color: #ffffff;
}
.blog-page-content .started .tags-share .share .social-list li:last-child {
  padding-right: 0;
}
.blog-page-content .started .comments-box h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-page-content .started .comments-box ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-page-content .started .comments-box ul li {
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
}
.blog-page-content .started .comments-box ul li .user-menu-three {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
}
.blog-page-content .started .comments-box ul li h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.blog-page-content .started .comments-box ul li span {
  display: block;
  color: #888888;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-page-content .started .comments-box ul li:last-child {
  margin-bottom: 0;
}
.blog-page-content .started .comments-box .read-more {
  font-weight: 900;
  font-family: "Nunito";
  display: inline-block;
  position: relative;
  color: #FF6666;
}
.blog-page-content .started .comments-box .read-more img {
  position: absolute;
  top: 8px;
  right: -25px;
}
.blog-page-content .started form {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(44, 64, 115, 0.07);
  border-radius: 20px;
  padding: 60px 60px;
  margin-top: 100px;
  margin-bottom: 25px;
}
.blog-page-content .started form p {
  margin-bottom: 25px;
}
.blog-page-content .started form .form-control {
  box-shadow: none;
  background-color: #fcf9f4;
  color: #050505;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.blog-page-content .started form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-page-content .started form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.blog-page-content .started form .form-control:focus {
  border: 1px solid #FF6666;
}
.blog-page-content .started form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-page-content .started form .form-control:focus::placeholder {
  color: transparent;
  transition: all ease 0.5s;
}
.blog-page-content .started form .textarea {
  height: 170px;
  border-radius: 20px;
}

.passion-warp .load-more-btn .default-btn {
  background-color: #FF6666;
}
.passion-warp .load-more-btn .default-btn::before {
  background-color: #FF6666;
  border-color: #FF6666;
}
.passion-warp .load-more-btn .default-btn::after {
  background-color: #FF6666;
  border-color: #FF6666;
}

/*
Inner FAQs Warp Style
=======================================================*/
.faq-warp .solution .section-heading h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.faq-warp .solution .faq-content {
  padding-right: 10px;
}
.faq-warp .solution .faq-content .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
.faq-warp .solution .faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-warp .solution .faq-content .accordion-item .accordion-body {
  background-color: #ffffff;
  padding: 20px 90px 0px 40px;
}
.faq-warp .solution .faq-content .accordion-button {
  border: none;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito";
  color: #050505;
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  box-shadow: unset !important;
  padding: 20px 35px;
}
.faq-warp .solution .faq-content .accordion-button::before {
  right: 30px;
  top: 50%;
  content: url(../images/svgs/faq-2.svg);
  font-size: 22px;
  position: absolute;
  transform: translateY(-50%);
}
.faq-warp .solution .faq-content .accordion-button::after {
  display: none;
}
.faq-warp .solution .faq-content .accordion-button:not(.collapsed)::before {
  content: url(../images/svgs/faq1.svg);
}
.faq-warp .solution.solution-accordion-faq {
  margin-top: 100px;
}

.footer-subscription {
  position: relative;
  z-index: 1;
}
.footer-subscription::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  z-index: -1;
  width: 100%;
  background-color: #050505;
}
.footer-subscription .inner-subscription-warp {
  z-index: 999;
  position: relative;
}
.footer-subscription .inner-subscription-warp .subscription-shape3 {
  position: absolute;
  right: 19%;
  top: 53px;
}

.footer-warp {
  position: relative;
}
.footer-warp .bts-shape2 {
  position: absolute;
  top: -50px;
  right: 13%;
}

.footer-warp3 {
  background-color: #050505;
}
.footer-warp3 .footer-shape1 {
  position: absolute;
  top: -136px;
  right: 7%;
  z-index: 1;
}
.footer-warp3 .bts-shape2 {
  position: absolute;
  top: -185px;
  right: 5%;
}

.contact-warp-start .contact {
  margin-right: 40px;
}
.contact-warp-start .contact h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-warp-start .contact form {
  margin-bottom: 50px;
}
.contact-warp-start .contact form .form-control {
  box-shadow: none;
  color: #050505;
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 30px;
  height: 60px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.contact-warp-start .contact form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-warp-start .contact form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.contact-warp-start .contact form .form-control:focus {
  border: 1px solid #FF6666;
}
.contact-warp-start .contact form .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-warp-start .contact form .form-control:focus::placeholder {
  color: transparent;
  transition: all ease 0.5s;
}
.contact-warp-start .contact form .textarea {
  height: 170px;
  border-radius: 20px;
}
.contact-warp-start .contact form .default-btn img {
  left: 125px;
}
.contact-warp-start .contact .map iframe {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  display: block;
}

/*
Inner FAQs Warp Style
=======================================================*/
.login-area .container {
  max-width: 1100px;
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.login-area .login-image img {
  border-radius: 20px 0 0 20px;
}
.login-area .login-info {
  padding: 40px 80px;
}
.login-area .login-info h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.login-area .login-info .form-control {
  box-shadow: unset !important;
  color: #050505;
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.login-area .login-info .form-control::-moz-placeholder {
  color: #999999;
}
.login-area .login-info .form-control::placeholder {
  color: #999999;
}
.login-area .login-info .form-control:focus {
  border: 1px solid #ff6666;
}
.login-area .login-info .form-control:focus::-moz-placeholder {
  color: transparent;
}
.login-area .login-info .form-control:focus::placeholder {
  color: transparent;
}
.login-area .login-info .password {
  display: block;
  text-align: end;
  font-weight: 700;
  color: #555555;
  margin-bottom: 25px;
}
.login-area .login-info .default-btn {
  width: 100%;
  padding: 17px 44px;
  margin-bottom: 25px;
}
.login-area .login-info p {
  text-align: center;
  position: relative;
  color: #555252;
  margin-bottom: 30px;
}
.login-area .login-info p::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 35px;
  width: 132px;
  height: 3px;
  background: linear-gradient(269.97deg, #FF6666 4.18%, rgba(255, 255, 255, 0) 77.28%);
}
.login-area .login-info p::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 35px;
  width: 132px;
  height: 3px;
  background: linear-gradient(269.97deg, #FF6666 4.18%, rgba(255, 255, 255, 0) 77.28%);
  transform: rotate(-180deg);
}
.login-area .login-info .online-social {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
}
.login-area .login-info .online-social li {
  display: inline-block;
  margin-right: 15px;
}
.login-area .login-info .online-social li a {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #eeeeee;
  background-color: #fcf9f4;
  line-height: 46px;
  border-radius: 50%;
}
.login-area .login-info .online-social li:last-child {
  margin-right: 0;
}
.login-area .default-btn {
  width: 100%;
}

/*
Inner FAQs Warp Style
=======================================================*/
.modal-dialog {
  max-width: 1100px;
  position: relative;
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
}
.modal-dialog .modal-header {
  padding: 0;
  border: none;
}
.modal-dialog .modal-header .btn-close {
  right: -30px;
  top: -25px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7473%) hue-rotate(56deg) brightness(108%) contrast(108%);
  opacity: 1;
}
.modal-dialog .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: unset;
}
.modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.product-warp .products-page-content {
  margin-right: 35px;
}
.product-warp .products-page-content .products-top {
  margin-bottom: 40px;
}
.product-warp .products-page-content .products-top p {
  color: #555555;
  margin-bottom: 0;
}
.product-warp .products-page-content .products-top .form-select {
  box-shadow: none;
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  background-position: right 20px center;
}

.products-card {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 25px;
  transition: all ease 0.5s;
}
.products-card .product-image-1 {
  height: 115px;
  margin-bottom: 25px;
}
.products-card .products-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.products-card .products-content h3 a {
  color: #050505;
}
.products-card .products-content h3 a:hover {
  color: #FF6666;
}
.products-card .products-content p {
  color: #555555;
  margin-bottom: 20px;
}
.products-card .products-content span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #050505;
  margin-bottom: 18px;
}
.products-card .products-content .default-btn {
  background-color: transparent;
  font-size: 16px;
  padding: 14px 44px;
  border: 1px solid #ff6666;
  color: #FF6666;
}
.products-card .products-content .default-btn:hover {
  background-color: #FF6666;
  color: #ffffff;
}
.products-card .products-content .default-btn::before {
  display: none;
}
.products-card .products-content .default-btn::after {
  display: none;
}
.products-card:hover {
  border: 1px solid #FF6666;
}

.product-details-warp .image-card img {
  border-radius: 12px;
}
.product-details-warp .product-details-content {
  margin-left: 25px;
  margin-right: -15px;
}
.product-details-warp .product-details-content .star-review {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.product-details-warp .product-details-content .star-review li i {
  font-size: 18px;
  color: #faab00;
}
.product-details-warp .product-details-content .star-review li span {
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.product-details-warp .product-details-content h3 {
  font-size: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details-warp .product-details-content p {
  font-weight: 700;
  font-size: 18px;
  color: #FF6666;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  font-family: "Nunito";
}
.product-details-warp .product-details-content .preference {
  font-size: 16px;
  color: #777777;
  margin-bottom: 20px;
  font-weight: 400;
}
.product-details-warp .product-details-content .category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  list-style-type: none;
}
.product-details-warp .product-details-content .category li {
  display: block;
  position: relative;
  font-weight: 600;
  margin-bottom: 12px;
  color: #050505;
}
.product-details-warp .product-details-content .category li span {
  margin-left: 10px;
  font-weight: 400;
  color: #555555;
}
.product-details-warp .product-details-content .category li:last-child {
  margin-bottom: 0;
}
.product-details-warp .product-details-content .count-warp {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  list-style-type: none;
}
.product-details-warp .product-details-content .count-warp li {
  display: inline-block;
}
.product-details-warp .product-details-content .count-warp li span {
  font-weight: 600;
  color: #050505;
  margin-right: 15px;
}
.product-details-warp .product-details-content .count-warp li .input-counter {
  margin-left: 0;
  outline: 0;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 30px 12px rgba(12, 13, 50, 0.03);
  border-radius: 4px;
  margin-right: 20px;
  border-radius: 60px;
  padding: 10px 20px;
}
.product-details-warp .product-details-content .count-warp li .input-counter input[type=text] {
  top: 0;
  left: 0;
  right: 0;
  outline: 0;
  text-align: center;
  color: #999999;
  border-color: transparent !important;
  position: relative;
  width: 100px;
  height: 58px;
  padding: 20px 27px;
  font-weight: 600;
}
.product-details-warp .product-details-content .count-warp li .input-counter .minus-btn {
  position: relative;
  left: 0;
  right: 0;
  bottom: -3px;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  transition: all ease 0.5s;
  cursor: pointer;
}
.product-details-warp .product-details-content .count-warp li .input-counter .plus-btn {
  position: relative;
  top: 3px;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  color: #777777;
  transition: all ease 0.5s;
  cursor: pointer;
}
.product-details-warp .product-details-content .count-warp li .input-counter:hover .minus-btn {
  color: #FF6666;
}
.product-details-warp .product-details-content .count-warp li .input-counter:hover .plus-btn {
  color: #FF6666;
}
.product-details-warp .product-details-content .count-warp li .default-btn {
  padding: 14px 44px;
  font-size: 16px;
  background: #B250FE;
}
.product-details-warp .product-details-content .count-warp li .default-btn::before {
  border-color: #B250FE;
}
.product-details-warp .product-details-content .count-warp li .default-btn::after {
  border-color: #B250FE;
}
.product-details-warp .product-details-content .count-warp li .default-btn img {
  right: 115px;
}

/*
Input Number Counter Warp Style
=======================================================*/
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input {
  display: inline-flex;
  box-sizing: border-box;
}
.number-input button {
  border: none;
  outline: none;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button i {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
}
.number-input input[type=number] {
  border: none;
  outline: 0 !important;
  font-family: sans-serif;
  border-width: 0 2px;
  text-align: center;
  max-width: 80px;
  font-size: 20px;
  position: relative;
  color: #999999;
  left: 7px;
}

/*
Description Warp Style
=======================================================*/
.description-warp {
  margin-bottom: 85px;
}
.description-warp .review-tab .nav-tabs {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.description-warp .review-tab .nav-tabs .nav-item {
  padding-right: 50px;
}
.description-warp .review-tab .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito";
  color: #050505;
  padding: 0;
}
.description-warp .review-tab .nav-tabs .nav-item .nav-link.active, .description-warp .review-tab .nav-tabs .nav-item .nav-link:hover {
  color: #FF6666;
}
.description-warp .review-tab .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.description-warp .review-tab .tab-content {
  max-width: 1185px;
}
.description-warp .review-tab .tab-content .review-card ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.description-warp .review-tab .tab-content .review-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}
.description-warp .review-tab .tab-content .review-card ul li img {
  position: absolute;
  top: 5px;
  left: 0;
}

/*
Cart Warp Style
=======================================================*/
.cart-warp h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.cart-warp .shopping-form {
  margin-bottom: 40px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table {
  border: 1px solid #eeeeee;
  border-radius: 20px;
  margin-bottom: 30px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table thead {
  border-bottom: 1px solid #ececec;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table thead tr {
  background-color: #fcf9f4;
  border-radius: 4px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table thead tr th {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: #050505;
  font-family: "Nunito";
  padding: 35px 40px 35px 40px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table thead tr th:first-child {
  text-align: start;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table thead tr th:last-child {
  text-align: end;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 30px 40px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr td:first-child {
  text-align: start;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr td:last-child {
  text-align: center;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .trash {
  font-size: 20px;
  color: #FF6666;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .trash a {
  color: #2c4073;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-thumbnail img {
  max-width: 84px;
  border-radius: 6px;
  margin: 0 0px 0 0px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-name {
  font-weight: 500;
  color: #555555;
  font-family: "Nunito";
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-price {
  font-weight: 900;
  font-family: "Nunito";
  color: #050505;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-quantity .add-to-cart-counter {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 5px 0px;
  max-width: 185px;
  height: 50px;
  margin: auto;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-quantity .add-to-cart-counter .increment-btn {
  border: none;
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 6px;
  left: 0;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-quantity .add-to-cart-counter span {
  font-size: 25px;
  font-weight: 500;
  font-family: "Nunito";
  color: #050505;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-quantity .add-to-cart-counter .decrement-btn {
  border: none;
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 6px;
  right: 0;
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr .product-subtotal .subtotal-amount {
  font-weight: 900;
  color: #050505;
  font-family: "Nunito";
}
.cart-warp .shopping-form .cart-wraps .cart-table .table tbody tr:last-child {
  border-bottom: #eeeeee;
}
.cart-warp .shopping-form .coupon-cart {
  margin-bottom: 60px;
}
.cart-warp .shopping-form .coupon-cart .form-group {
  position: relative;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control {
  box-shadow: unset !important;
  background-color: #ffffff;
  color: #050505;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 25px;
  height: 60px;
  transition: all ease 0.5s;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control:focus {
  border: 1px solid #FF6666;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.cart-warp .shopping-form .coupon-cart .form-group .form-control:focus::placeholder {
  color: transparent;
}
.cart-warp .shopping-form .coupon-cart .form-group .default-btn {
  font-size: 16px;
  padding: 18px 44px;
}
.cart-warp .shopping-form .coupon-cart .form-group .default-btn:hover {
  background-color: #2c4073;
}
.cart-warp .shopping-form .coupon-cart .update-btn {
  text-align: end;
}
.cart-warp .shopping-form .coupon-cart .update-btn .default-btn {
  font-size: 16px;
  padding: 18px 44px;
  background-color: #2c4073;
}
.cart-warp .shopping-form .coupon-cart .update-btn .default-btn::before {
  border-color: #2c4073;
}
.cart-warp .shopping-form .coupon-cart .update-btn .default-btn::after {
  border-color: #2c4073;
}
.cart-warp .shopping-form .coupon-cart .update-btn .default-btn:hover {
  background-color: #FF6666;
}
.cart-warp .shopping-form .coupon-cart .update-btn .update {
  margin-left: 20px;
}
.cart-warp .shopping-form .check-form-area {
  position: relative;
  margin-bottom: 60px;
}
.cart-warp .shopping-form .check-form-area .form-check {
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.cart-warp .shopping-form .check-form-area .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #FF6666;
  margin-top: 4px;
}
.cart-warp .shopping-form .check-form-area .form-check .form-check-input:checked {
  background-color: #FF6666;
  border-color: #FF6666;
}
.cart-warp .shopping-form .check-form-area .form-check .form-check-input:focus {
  box-shadow: none;
}
.cart-warp .shopping-form .check-form-area .form-check .form-check-label {
  padding-left: 10px;
  color: #050505;
  font-weight: 700;
}
.cart-warp .shopping-form .check-form-area .shipped {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 30px;
  width: 100%;
  font-size: 15px;
  color: #555555;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-warp .shopping-form .check-form-area .default-btn {
  margin-top: 20px;
  padding: 16px 65px 16px 44px;
}
.cart-warp .cart-total-area {
  max-width: 690px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.cart-warp .cart-total-area h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.cart-warp .cart-total-area .row {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}
.cart-warp .cart-total-area .row::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.cart-warp .cart-total-area .row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.cart-warp .cart-total-area .row .col-lg-5 {
  background-color: #fcf9f4;
  border-radius: 20px 0 0 20px;
}
.cart-warp .cart-total-area .checkout-info {
  background-color: #fcf9f4;
  padding: 30px 30px;
}
.cart-warp .cart-total-area .checkout-info ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.cart-warp .cart-total-area .checkout-info ul li {
  font-weight: 500;
  color: #050505;
  margin-bottom: 40px;
}
.cart-warp .cart-total-area .checkout-info ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}
.cart-warp .cart-total-area .checkout-info ul li:last-child {
  margin-bottom: 0;
  position: absolute;
  bottom: 30px;
}
.cart-warp .cart-total-area .checkout {
  padding: 30px 30px;
  border-left: 1px solid #eeeeee;
}
.cart-warp .cart-total-area .checkout .total {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.cart-warp .cart-total-area .checkout .total li {
  font-weight: 900;
  font-family: "Nunito";
  color: #FF6666;
  margin-bottom: 40px;
}
.cart-warp .cart-total-area .checkout .form-check {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 8px;
}
.cart-warp .cart-total-area .checkout .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #FF6666;
  margin-top: 4px;
}
.cart-warp .cart-total-area .checkout .form-check .form-check-input:checked {
  background-color: #FF6666;
  border-color: #FF6666;
}
.cart-warp .cart-total-area .checkout .form-check .form-check-input:focus {
  box-shadow: none;
}
.cart-warp .cart-total-area .checkout .form-check .form-check-label {
  padding-left: 10px;
  color: var(--bodyColor);
}
.cart-warp .cart-total-area .checkout p {
  font-size: 14px;
}
.cart-warp .cart-total-area .checkout .form-cart h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cart-warp .cart-total-area .checkout .form-cart .form-select {
  box-shadow: unset !important;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 10px 25px;
  height: 50px;
  color: #888888;
  background-position: right 20px center;
}
.cart-warp .cart-total-area .checkout .form-cart .form-control {
  box-shadow: unset !important;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 10px 20px;
  height: 50px;
  color: #050505;
  transition: all ease 0.5s;
}
.cart-warp .cart-total-area .checkout .form-cart .form-control::-moz-placeholder {
  color: #888888;
}
.cart-warp .cart-total-area .checkout .form-cart .form-control::placeholder {
  color: #888888;
}
.cart-warp .cart-total-area .checkout .form-cart .default-btn {
  padding: 12px 44px;
  margin-bottom: 50px;
}
.cart-warp .cart-total-area .checkout .subtotal {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.cart-warp .cart-total-area .checkout .subtotal li {
  font-weight: 900;
  font-family: "Nunito";
  color: #FF6666;
}
.cart-warp .cart-total-area .proceed-btn {
  margin-top: 30px;
}
.cart-warp .cart-total-area .proceed-btn .default-btn {
  padding: 16px 44px;
}
.cart-warp .form-cart {
  margin-bottom: 50px;
}

/*=================
Checkout Page CSS
======================*/
.checkout-page-warp .checkout-content {
  margin-right: 25px;
}
.checkout-page-warp .checkout-content .enter-here {
  background-color: #fcf9f4;
  border: 1px solid #eeeeee;
  color: #555555;
  border-radius: 60px;
  padding: 15px 35px;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Nunito";
}
.checkout-page-warp .checkout-content .enter-here a {
  font-weight: 700;
  color: #050505;
}
.checkout-page-warp .checkout-content .enter-here a:hover {
  color: #000718;
}
.checkout-page-warp .checkout-content .enter-here:last-child {
  margin-bottom: 0;
}
.checkout-page-warp .checkout-content .checkout-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.checkout-page-warp .checkout-content .checkout-form .form-select {
  box-shadow: unset !important;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 35px;
  margin-bottom: 20px;
  color: #999999;
  background-position: right 30px center;
}
.checkout-page-warp .checkout-content .checkout-form .form-control {
  box-shadow: unset !important;
  border: 1px solid #eeeeee;
  border-radius: 60px;
  padding: 15px 35px;
  margin-bottom: 20px;
  color: #050505;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-content .checkout-form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-content .checkout-form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-content .checkout-form .form-control:focus {
  border: 1px solid #2c4073;
}
.checkout-page-warp .checkout-content .checkout-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.checkout-page-warp .checkout-content .checkout-form .form-control:focus::placeholder {
  color: transparent;
}
.checkout-page-warp .checkout-content .checkout-form .form-check {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.checkout-page-warp .checkout-content .checkout-form .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin-top: 4px;
}
.checkout-page-warp .checkout-content .checkout-form .form-check .form-check-input:checked {
  background-color: #FF6666;
  border-color: #FF6666;
}
.checkout-page-warp .checkout-content .checkout-form .form-check .form-check-input:focus {
  box-shadow: none;
}
.checkout-page-warp .checkout-content .checkout-form .form-check .form-check-label {
  padding-left: 10px;
  color: var(--bodyColor);
}
.checkout-page-warp .checkout-sidebar .form-check {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.checkout-page-warp .checkout-sidebar .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin-top: 4px;
}
.checkout-page-warp .checkout-sidebar .form-check .form-check-input:checked {
  background-color: #FF6666;
  border-color: #FF6666;
}
.checkout-page-warp .checkout-sidebar .form-check .form-check-input:focus {
  box-shadow: none;
}
.checkout-page-warp .checkout-sidebar .form-check .form-check-label {
  padding-left: 10px;
  color: var(--bodyColor);
}
.checkout-page-warp .checkout-sidebar form .form-control {
  box-shadow: none;
  border-radius: 20px;
  color: #050505;
  border: 1px solid #eeeeee;
  padding: 20px 30px;
  height: 195px;
  font-size: 14px;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-sidebar form .form-control::-moz-placeholder {
  color: #999999;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-sidebar form .form-control::placeholder {
  color: #999999;
  transition: all ease 0.5s;
}
.checkout-page-warp .checkout-sidebar form .form-control:focus {
  border: 1px solid #2c4073;
}
.checkout-page-warp .checkout-sidebar form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.checkout-page-warp .checkout-sidebar form .form-control:focus::placeholder {
  color: transparent;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #050505;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}
.error-area .error-content-wrap .default-btn:hover {
  color: #FF6666;
}

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #FF6666;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #050505;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #050505;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #FF6666;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #050505;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #050505;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #050505;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
  color: #555555;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  color: #555555;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #FF6666;
  font-size: 20px;
}

.related-slider-items {
  position: relative;
}/*# sourceMappingURL=style.css.map */