/*
Theme Name: Nordic Wonder Kids
Author: Krishnadas M V
Version: 1.1
Description: Nordic wonderkids provides a safe, diverse, and inclusive learning environment that is based on the principle of Equity, Equality and Diversity. Nordic wonderkids provides a safe, diverse, and inclusive learning environment that is based on the principle of Equity, Equality and Diversity. Nordic wonderkids provides a safe, diverse, and inclusive learning environment that is based on the principle of Equity, Equality and Diversity.
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*, 
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}
a:hover {
  color: #ff4e4e;
  transition: all .3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol, ul {
  list-style: none;
}

/*Theme style*/
header, section, footer{
  float: left;
  width: 100%;
}
.container{
  max-width: 1072px;
  margin: 0 auto;
}
.content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
p, h1, h2, h3, h4, h5, h6, em, span, li, a{
  color: #343434;
}
p, li, a{
  font-size: 18px;
  line-height: 30px;
}
h1{
  font-family: "Livvic", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}
h2{
  font-family: "Livvic", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

/*Header*/
header > .container {
  max-width: 90%;
  margin: 0 auto;
}
header > .container > .content > .header-col {
  flex: 1 0 0;
}
.header-sub-col ul {
  display: flex;
}
.header-sub-col ul li {
  padding: 0 1rem;
}
#menu-header-left-menu li {
  padding: 0 2rem;
}
.whatsapp-cta.header-sub-col {
  flex: 0 0 20%;
}
.left-nav.header-sub-col {
  flex: 0 0 80%;
}
.call-cta.header-sub-col {
  flex: 0 0 20%;
}
.right-nav.header-sub-col {
  flex: 0 0 80%;
}
.header-sub-col ul {
  display: flex;
  background: #ECECEC;
  height: 65px;
  line-height: 63px;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
}
.call-icon-image.text-right {
  display: flex;
  justify-content: flex-end;
}
.col-center.header-col .logo {
  position: relative;
  top: 1.4rem;
  display: flex;
  justify-content: center;
}


/*Faq*/
.faq-single-item h4 {
  font-size: 24px;
  line-height: 31px;
  position: relative;
}
.faq-single-item {
  position: relative;
}
.faq-item-content {
  display: none;
  line-height: 28px;
}
.faq-item-title {
  cursor: pointer;
  padding-right: 11px;
}
.faq-single-item-inner {
  border-bottom: 1px solid #00000080;
  padding-bottom: 13px;
  margin-bottom: 13px;
  margin-left: 3rem;
}
.faq-icon-image {
  position: absolute;
  left: 0;
  top: 11px;
}
.faq-item-title span img{
  transform: rotate(0deg);
  transition: all .4s;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.faq-item-title span img.rotateTitleIcon {
  transform: rotate(45deg);
  transition: all .4s;
}

/*Banner home*/
#banner .banner-col-left {
  position: relative;
}
.col-banner.banner-col-left h1 {
  color: #A33633;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}
.col-banner.banner-col-left span {
  display: block;
  color: #A33633;
}
.col-banner.banner-col-left {
  flex: 0 0 45%;
}
.col-banner.banner-col-right {
    flex: 0 0 53%;
}
/*#banner .container {
  max-width: 1000px;
}*/
.banner-col-left::before {
  background-image: url("./assets/images/banner-heading-patch.png");
  display: block;
  height: 350px;
  width: 350px;
  position: absolute;
  left: -4rem;
  content: "";
  top: -9rem;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}

.banner2-content .banner-col-left::before {
  background-image: url("./assets/images/banner-heading-patch2.png");
  display: block;
  height: 350px;
  width: 350px;
  position: absolute;
  left: -4rem;
  content: "";
  top: -9rem;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}

.banner3-content .banner-col-left::before {
  background-image: url("./assets/images/banner-heading-patch3.png");
  display: block;
  height: 350px;
  width: 350px;
  position: absolute;
  left: -4rem;
  content: "";
  top: -9rem;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}
#banner .banner2-content h1, #banner .banner2-content h1 span {
  color: #5B9EE1;
}
#banner .banner3-content h1, #banner .banner3-content h1 span {
  color: #136413;
}
#banner .banner4-content h1, #banner .banner4-content h1 span {
  color: #E8A900;
}
#banner .banner1-content h1 {
  background: url(./assets/images/line-red.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 17% -10%;
  padding-bottom: 1rem;
}
#banner .banner2-content h1,
#banner .banner3-content h1,
#banner .banner4-content h1 {
  background: url(./assets/images/line-red.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% -10%;
  padding-bottom: 1rem;
}


/*Welcome*/
#welcome {
  background: #C3BBA6;
}
#welcome p {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  width: 83%;
  margin: 0 auto 2rem;
}
.welcome-cta.mt2 a {
  background: url(./assets/images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 280px;
  height: 48px;
  text-align: left;
  line-height: 42px;
}
.welcome-image-container span img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.share-icon a {
  display: inline-block;
}

/*Activities*/
#children {
  background-color: #d7bbad;
  background-image: url('./assets/images/activity-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.carousel-btn{
  cursor: pointer;
}
.carousel-btn:hover img {
  opacity: .5;
}

/*Happening*/
#happening {
}
#happening .container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.col-happening-inner {
  flex: 0 0 46%;
}
.item-slide-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.item-slide-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
#happening h2 {
  background: url(./assets/images/line-red.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center 40%;
  display: inline-block;
}
#happening .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#happening .prev-btn {
  left: -3rem;
}
#happening .next-btn {
  right: -3rem;
}

/*Nordic wonder*/
#nordic-wonder h2 {
  background: url(./assets/images/line-red.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: unset;
  background-repeat: no-repeat;
  background-position: 105% 37%;
  display: inline-block;
  height: 52px;
}
#nordic-wonder h2 span {
  color: #FF4B4B;
}
#nordic-wonder p {
  font-size: 18px;
  font-weight: 600;
}
.nordic-col-left ul{
  padding-left: 5px;
}
.nordic-col-left li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 16px;
}
.nordic-col-left li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 12px;
  background: #343434;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.nordic-col.nordic-col-left {
  flex: 0 0 64%;
}
.nordic-col.nordic-col-right {
  flex: 0 0 34%;
  position: relative;
}
.nordic-col.nordic-col-right img {
  position: absolute;
  bottom: -9rem;
  left: 5rem;
}

/*Testimonial*/
.testimonial-content-container{
  background: #E8DED2;
}
.quote-image img {
  max-width: 100%;
  width: 51px !important;
  height: 51px;
  object-fit: contain;
}
.container.testimonial-content-container {
  border-radius: 30px;
}
.testimonial-item-image {
  flex: 0 0 30%;
}
.testimonial-item-content {
  flex: 0 0 62%;
}
#nordic-wonder .testimonial-content-container h2{
  background: none;
  display: block;
}
#nordic-wonder .testimonial-item-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.testimonial-author {
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
}
.testimonial-designation {
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
}
.testimonial-item-image span img {
  position: absolute;
  right: -61px;
  top: -30px;
  width: 155px;
  height: 82px;
  object-fit: contain;
}
.testimonial-content-container {
  margin-top: 9.2rem;
}
.testimonial-content-container .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding-top: 3rem;
}
.testimonial-content-container .owl-dot {
  border: 1px solid #343434!important;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.testimonial-content .owl-dots {
  display: flex;
  justify-content: center;
  gap: .6rem;
  position: relative;
  left: -5rem;
  top: -1rem;
}
.testimonial-content-container .owl-dot.active {
  background: #343434;
}
.head-icon {
  position: absolute;
  z-index: -1;
  top: -118px;
  right: 232px;
}


/*Grid*/
.grid-col {
  flex: 0 0 calc(100%/4 - 25px);
}
.grid-description {
  padding-right: 22px;
}
.grid-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
#grid-section h2 {
  background: url(./assets/images/line-red.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: 100% 41%;
  display: inline-block;
}



/*Footer*/
footer {
  background: #ECECEC;
}
.footer-col.footer-logo-desc {
  flex: 0 0 40%;
}
.footer-col.footer-nav {
  flex: 0 0 20%;
}
.footer-col.footer-nav.footer-nav-col-2 {
  flex: 0 0 20%;
}
.footer-col.footer-social {
  flex: 0 0 20%;
}
.footer-col.footer-logo-desc p {
  font-size: 14px;
  line-height: 25px;
}
footer p, footer li, footer a {
  font-size: 16px;
  line-height: 28px;
}
.footer-menu-title {
  color: #FF4B4B;
  font-weight: 700;
  font-size: 16px;
}
.footer-col:not(.footer-col:nth-child(1)) {
  padding-top: 1.5rem;
}
.footer-col.footer-contact {
  flex: 0 0 40%;
}
.footer-col.footer-nav {
  flex: 0 0 20%;
}
.contact-icon{
  width: 40px;
  margin-right: .5rem;
}
#copyright {
  position: relative;
  padding: 8px 0;
}
#copyright::before {
  content: '';
  display: block;
  width: 95%;
  background: #FF4B4B;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#copyright > .container > p {
  font-size: 14px;
  font-weight: 300;
}
#copyright .container {
  max-width: 95%;
}
.copyright-text {
  flex: 0 0 65%;
  text-align: right;
}
.copyright-by {
  flex: 0 0 35%;
  text-align: right;
}
footer #copyright p, footer #copyright span {
  font-weight: 300;
  font-size: 14px;
}