@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BT Beau Sans';
    src: url('../fonts/BT-BeauSans-Bold.eot');
    src: url('../fonts/BT-BeauSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BT-BeauSans-Bold.woff2') format('woff2'),
        url('../fonts/BT-BeauSans-Bold.woff') format('woff'),
        url('../fonts/BT-BeauSans-Bold.ttf') format('truetype'),
        url('../fonts/BT-BeauSans-Bold.svg#BT-BeauSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{font-family: 'Gotham Book'; font-weight: normal; font-size:17px; color:#231f20; line-height:28px; margin:0px; }
p{font-family: 'Gotham Book'; font-weight: normal; font-size:17px; color:#231f20; line-height:28px; }
h1,h2,h3,h4,h5,h6{font-family: 'BT Beau Sans'; margin:0px; font-weight:bold;}
a,input{font-family: 'Gotham Book'; font-weight: normal;}
a,div,input,button{outline: none; font-family: 'Gotham Book'; font-weight: normal;}

.grid-container {max-width:1280px;}

input,button{transition:background-color 300ms ease-out 0s;}
/*a{transition:ease .5s;}*/

h1 {font-size:70px; line-height:80px; color:#7030a0; padding-bottom: 30px; text-transform: uppercase;}
h2 {font-size:50px; line-height:60px; text-transform: uppercase;}
h3 {font-size:40px; line-height:50px; color:#7030a0; padding-bottom:30px; }

.logo {}
.logo img {width:210px;}

.header { position: fixed; left: 0; top: 0; width: 100%; height: auto; z-index: 999; border: none; outline: none; padding:10px 40px 10px; background:#fff;}
.header.stickymenu {left: 0; right: 0; z-index: 999; position: fixed; top: 0; width: 100%; background:#fff; transition:all ease 0.3s; box-shadow: 0px 8px 10px rgba(0,0,0,0.8);
padding: 30px 0px 30px;}
.header .container { z-index: 1; position: relative; }

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  height: auto;
  padding:0px;
	position:relative;
	margin: 0 auto;
}

.header .navbar { max-width: none; height: auto; position: absolute; left: auto; right: 0; margin: 0; width:800px;}
.header .menu > .menu-item { position: relative; display: inline-block; margin: 0px 0px 0px 10px;}
.header .menu > .menu-item > a {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding:8px 14px;
 letter-spacing: 1.5px;	
  border: none;
  outline: none;
  color: #7b7b7b;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > a:hover {color:#000;}
.header .menu > .menu-item > a .expand { position: relative; display:none; height:15px; width:20px; margin-left:10px; border: none; outline: none; pointer-events: none; }

.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after { position: absolute; -webkit-box-sizing: inherit; box-sizing: inherit; content: '\f107';
	font-family: 'FontAwesome'; font-style:normal; line-height: 18px;}
.header .navbar ul.menu {justify-content:right;}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover { color: #fff;}
.header .menu > .menu-item > .sub-menu { position: absolute; left: -20px; top: 100%; width: 13rem; height: auto; padding: 0rem 0; border: none; outline: none; opacity: 0; visibility: hidden; background: #000; -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > .sub-menu > .menu-item { display: block;}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding: 8px 15px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {color:#f3b119;}

.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #121212;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) { top: 0;}
.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) { top: 0.5rem;}
.header .opened-menu span:nth-child(4) { top: 1rem;}
.header .closed-menu { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  cursor: pointer; width: 2.5rem; height: 2.5rem; border: none; outline: none; background: none;}

.header .closed-menu img.closed-icon { display: block; width: 1rem; height: auto;}
.header .overlay { position: fixed; left: 0; top: 0; height: 100%; width: 100%; z-index: 999; opacity: 0; visibility: hidden; background: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; }

.header .menu > .menu-item.cont-btn a { background: #000; padding:8px 14px 6px; color: #fff; transition:all ease 0.3s;}
.header .menu > .menu-item.cont-btn a:hover { background: #f3b119; color: #000; }



.banner {width:100%; position:relative; background:#3e0f5d; padding:70px 0px; display:flex; justify-content: space-evenly; margin-top: 140px; overflow:hidden;}

.banner:after {content:''; width:100%; height:230px; position:absolute; bottom:0; left:0; background:url("../img/banner-shape2.png") no-repeat; background-size:cover !important;}

.banner-left {width:auto; padding:0px 0px 0px 100px; position:relative; z-index:1;}

.banner .container { display: flex; justify-content: space-between;}
.banner .container .banner-left { width: 50%; padding: 0px; position: relative;}
.banner .container .banner-right { width: 50%; padding: 0px; position: relative;}
.banner .container .banner-right img { position: relative; z-index: 1; right: -210px;}


.page-template-template-blog .banner {background:url(https://kinderm8.com.au/wp-content/uploads/2024/02/blog-banner-1920-600.png);background-size: cover; padding: 15px 0px; height: 100%;}
.page-template-template-blog .banner-left {width:auto; padding:200px 0px 0px 100px; position:relative; z-index:1;}
.page-template-template-blog .banner:after {content:none;}
.page-template-template-blog .banner-inner-content {
    top: 0%;
    position: relative;
    transform: translateY(-50%);
}

.banner-left h1 {color:#fff;}
.banner-left ul {margin:0px; padding:0px; display:flex; flex-flow: row wrap; justify-content: center; max-width: 410px; position:relative;}
.banner-left ul li {position: relative; width:170px; text-align:center; height:46px; background:#add0b2; color:#4d2272; text-transform:uppercase; font-size:18px; line-height:46px; font-family: 'Gotham Book'; font-weight:normal; list-style:none; border-radius:14px; margin: 0px 16px 24px;}
.banner-left a.btn {display:inline-block; color:#4d2272; text-transform:uppercase; font-size:20px; font-family: 'Gotham Book'; font-weight:normal; padding:15px 30px; background:#fff; border-radius:15px; transition:all ease 0.3s;}
.banner-left a.btn:hover {background: #ae93f0; color:#fff;}

.banner-left ul li:nth-child(2) {background:#ddcd78; color:#4d2272;}
.banner-left ul li:nth-child(3) {background:#a7c2cd; color:#4d2272;}
.banner-left ul li:nth-child(4) {background:#f7cbca; color:#4d2272;}
.banner-left ul li:nth-child(5) {background: #d67d53;color: #fff;}

.banner-right {width:60%;}
.banner-right img {position:relative; z-index:1; right:-250px;}
.banner-right img.home-bnr-img2 { position: absolute; left:0; right:0; margin:0 auto; bottom: 30px; width: 650px;}




.trusted-sec {width:100%; padding:0px; background:#fff; text-align:left; position:relative;}
.trusted-sec:before {content:''; width:343px; height:168px; position:absolute; left:0; top:50px; background:url("../img/trust-before.svg") no-repeat;}
.trusted-sec:after {content:''; width:111px; height:117px; position:absolute; right:100px; bottom:50px; background:url("../img/trust-after.svg") no-repeat;}
.trusted-sec .grid-container { max-width: 1350px;}
.trusted-sec h2 {text-transform:uppercase; font-size:50px; line-height:60px; padding-bottom:10px; color:#4d2272;}
.trusted-sec img {margin:0;}
.trust-left {width:60%;}
.trust-right {width:40%;}
.trust-right img { margin-left: -28px;}
.trusted-sec .grid-x.grid-padding-x { align-items: center;}

.trusted-sec.payment-css.payment-css-bottom { margin-top: 0px;}

.tabslider-sec {width:100%; padding:140px 0px 200px; position:relative; background: rgb(107,69,152);
background: -moz-linear-gradient(87deg, rgba(107,69,152,1) 0%, rgba(168,139,231,1) 82%);
background: -webkit-linear-gradient(87deg, rgba(107,69,152,1) 0%, rgba(168,139,231,1) 82%);
background: linear-gradient(87deg, rgba(107,69,152,1) 0%, rgba(168,139,231,1) 82%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b4598",endColorstr="#a88be7",GradientType=1); }

.tabslider-sec h3 {background:#a7c2cc; color:#4d2272; text-align:center; display:inline-block; min-width:215px; cursor:pointer; padding:4px 40px; border-radius:15px; font-family: 'Gotham Book'; font-weight: normal; font-size:20px; text-transform:uppercase; box-shadow: 0px 0px 10px rgba(0,0,0,0.5); opacity: 0.5;}
.tabslider-sec .slider.slider-nav {max-width:1320px; margin:0 auto 0; }
.tabslider-sec .slick-slide img {margin:0 auto; }
.tabslider-sec h3.fam {background:#a7c2cd;}
.tabslider-sec h3.crm {background:#f7cbca;}
.tabslider-sec h3.fin {background:#add0b2;}
.tabslider-sec h3.CENTRES {background:#ddcd78;}
.tabslider-sec h3.work {background:#ddcd78;}

.tabslider-sec h3.CENTRES { background: #ddcd78;}
.tabslider-sec h3.Families { background: #a7c2cc;}
.tabslider-sec h3.CRM { background:#f7cbc9;}
.tabslider-sec h3.Workforce { background: #d67d53; color:#fff;}


.tabslider-sec h3.FINANCE {
	background:#add0b3;
}
.tabslider-sec h3.Finance {
	background: #add0b3;
}
.tabslider-sec h3.Centres {
	background: #f7cbc9;
}
.tabslider-sec h3.CRM {
	background: #ddcd78;
}
.tabslider-sec h3.WORKFORCE {
	background: #d67d53;
	color: #fff;
}


.tabslider-sec .slider.slider-nav .slick-slide { margin: 10px 0px;}
.tabslider-sec .slider.slider-nav .slick-slide.slick-current.slick-active h3 {opacity: 1;}


.img-box {}
.img-box img {}

.tabslider-sec .slider .slick-prev {width:110px; height:110px; background:url("../img/arrow-left.svg") no-repeat; margin-left: 400px; bottom: -160px; top: auto; transform: none;}
.tabslider-sec .slider .slick-next {width:110px; height:110px; background:url("../img/arrow-right.svg") no-repeat; margin-right: 400px; bottom: -160px; top: auto; transform: none;}
.tabslider-sec .slider .slick-dots {bottom: -115px;}
.tabslider-sec .slider .slick-dots li button {box-shadow: 0px 0px 10px rgba(0,0,0,0.5); border-radius:50%;}
.tabslider-sec .slider .slick-dots li button::before { width: 14px; height: 14px; background: #fff;}
.tabslider-sec .slider .slick-dots li.slick-active button::before { background: #6f2f9f;}

.demo-btn {display:inline-block; border-radius:12px; width:220px; color:#fff; font-size:22px; font-weight:400; text-transform:uppercase; background:#7030a0; transition:all ease 0.3s; text-align:center; margin-top:30px; padding: 16px 0px;}
.demo-btn:hover {background:#171717; color:#fff;}
.demo-btn:focus {background:#171717; color:#fff;}



.testimonials {width:100%; padding:90px 0px 130px; background:#edeee9;} 
.testimonials h2 {text-align:center; text-transform:uppercase; color:#67239a; padding-bottom:40px; font-size:58px; line-height:66px;}
.testimonials .slider {margin:0px; }
.testimonials .slider .slick-dots li button::before { background: #fff; box-shadow: 0px 0px 6px rgba(0,0,0,0.5);}
.testimonials .slider .slick-dots li.slick-active button::before { background: #7131ac;}

.test-box {background:#fff; border-radius:15px; padding:36px; min-width:340px; position:relative; min-height:480px; margin:70px 35px; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); opacity:0.65; cursor:pointer;}
.test-box p {font-size:16px; line-height:25px; padding-bottom: 30px; margin:0px;}
.quote-icon {width:40px !important; margin-bottom:20px;}
.test-box img {width:auto; margin-bottom:20px;}
.author {background:#7030a0; padding:30px 36px; color:#fff; font-weight:700; position: absolute; width: 100%; left: 0; bottom: 0; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

.testimonials .slider .slick-slide.slick-current.slick-active .test-box {opacity:1; -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform:  scale(1.08); -webkit-transform: scale(1.08); transform:scale(1.20);}



.partners {width:100%; background:#442163; padding:120px 0px 280px; text-align:center; position:relative; }
.partners .grid-container { position: relative; z-index: 1;}
.partners-img-new {width:490px; height:640px; position:absolute; right:0px; top:-210px; } 
.partners-img-new img {-webkit-animation: float 6s ease-in-out infinite; animation: float 6s ease-in-out infinite; position: relative; right: -6px;}
.partners h2 {color:#fff; padding-bottom:80px;}
.partners ul {margin:0px; padding:0px; display: flex;  align-items: center; justify-content: center;}
.partners ul li { list-style: none; text-align: center; width: 31%; transition:all ease 0.3s; }
.partners ul li img {margin:0 auto;}
.partners::after {
	content: '';
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/banner-shape3.png") no-repeat;
	background-size: cover !important;
}


.centres {width:100%; padding:90px 0px;}
.centres .text-box {margin-left: 0px; margin-right: -50px; padding:60px 110px 60px 60px;}
.centres .text-box h3 span {color:#b43388;}

.on-boarding {width:100%; padding:40px 0px 0px; background:#fff; position:relative; box-shadow: 0px 10px 10px rgba(0,0,0,0.3); z-index: 1;}
.on-boarding h2 {color:#4d2272; padding-bottom: 25px;}
.on-boarding p {font-size:36px; line-height:50px; color:#4d2272; padding:0px;}
.on-boarding .grid-x.grid-padding-x { align-items: center;}
.on-board-left {width:70%;}
.on-board-right {width:30%;}


.booking {width:100%; background:#432060; padding:120px 0px 110px; text-align:center; position:relative;}
.booking img { margin: 0 auto 40px;}
.booking .demo-btn {padding: 13px 0px; font-size:20px;}
.booking .demo-btn:hover {color:#432060; background:#fff; }


 
footer {width:100%; position:relative; padding:100px 0px 0px; box-shadow: 0px -8px 10px rgba(0,0,0,0.3);  background: rgb(73,38,104);
background: -moz-linear-gradient(147deg, rgba(73,38,104,1) 0%, rgba(133,104,186,1) 82%);
background: -webkit-linear-gradient(147deg, rgba(73,38,104,1) 0%, rgba(133,104,186,1) 82%);
background: linear-gradient(147deg, rgba(73,38,104,1) 0%, rgba(133,104,186,1) 82%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#492668",endColorstr="#8568ba",GradientType=1); }
footer .cell.large-12 {display:flex; justify-content: space-between;}
footer h4 {font-size:22px; line-height:32px; text-transform:uppercase; color:#fff; padding-bottom:30px;  letter-spacing: 1px;}
footer ul {margin:0px; padding:0px;}
footer ul li {list-style:none; position:relative; font-size:15px; color:#fff; padding-bottom: 12px;}
footer a {color:#fff; text-decoration:none; transition:all ease 0.3s;}
footer a:hover {text-decoration:underline; color:#fff;}
footer a:focus {color:#fff;}
footer ul p { color: #fff; margin:0px; font-size:15px;}
.page-template-template-home-onepage .foot1logo {
    width: 100%;
    text-align: center;
}
.page-template-template-home-onepage .foot1logo img {
    display: inline-block;
}

.page-template-template-home-onepage .foot1 {width:50%;}
.page-template-template-home-onepage .foot2 {width:25%;}
.page-template-template-home-onepage .foot3 {width:25%;}

.foot1logo img {width:214px;}
.foot1 {width:20%;}
.foot1 a {display:inline-block;}
.foot1 img {width:214px;}
.foot2 {position:relative; width:20%;}
.foot2 img {width:26px; position: absolute; left: 0; top: -3px;}
.foot2 li {padding-left:40px; padding-bottom:25px;}
.foot3 {width:16%;}
.foot4 {width:16%; padding-right: 20px;}
.foot5 {width:23%;}
.foot5 h4 {padding-bottom:15px;}
.foot5 form {}
.foot5 form input[type="text"] {width:100%; background:#fff; color:#333; font-size:17px; border-radius:12px; box-shadow:none; border:0px; height:52px; padding:0px 15px; box-shadow: 0px 0px 15px rgba(0,0,0,0.5);}
.foot5 form input[type="submit"] {border:0px; cursor:pointer; background:#fff; border-radius:12px; padding:0px 30px; height:40px; color:#7030a0; transition:all ease 0.3s;}
.foot5 form input[type="submit"]:hover {background:#222; color:#fff;}

.foot5 form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9fa1a3;
}
.foot5 form  ::-moz-placeholder { /* Firefox 19+ */
  color: #9fa1a3;
}
.foot5 form  :-ms-input-placeholder { /* IE 10+ */
  color: #9fa1a3;
}
.foot5 form  :-moz-placeholder { /* Firefox 18- */
  color: #9fa1a3;
}

.foot-social {margin-top: 30px;}
.foot-social img {width:auto; height:24px; margin-right:26px;}

.copyright {width:100%; padding:30px 0px; background:#4d2272; color:#fff; font-size:15px; margin-top:80px;}
.copy-left {text-align:left;}
.copy-right {text-align:right;}
.copy-right p { color: #fff; margin: 0px; font-size: 15px;}


.page-template-template-home-onepage .foot1 {width:50%;}
.page-template-template-home-onepage .foot2 {width:25%;}
.page-template-template-home-onepage .foot3 {width:25%;}

.tabslider-sec .cell.large-12 {
	display: flex;
	height: 100%;
}
.tabslider-sec .pic-box {margin-left: -14px; width:50%; background:#f2f2f2; padding:27px; text-align:center; position:relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); border-radius:16px;}
.tabslider-sec .text-box {
	width: 54%;
	background: #fff;
	padding:33px 94px 50px 64px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	border-radius: 16px;
	margin-right: -14px;
	position: relative;
}
.tabslider-sec  h3 {color:#4d2272;}
.tabslider-sec  h3 span {color:#f4901e; display:block;}
.tabslider-sec  ul {margin:0px; padding:0px;}
.tabslider-sec ul li {
	list-style: none;
	position: relative;
	line-height: 21px;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0 9px;
	font-size: 16px;
}
.tabslider-sec ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #712aa0;
	position: relative;
	left: -4px;
	top: -2px;
	border-radius: 50%;
	display: inline-block;
}
.tabslider-sec .text-box .demo-btn.btn {
	/* width: auto; */
	/* padding: 0 10px; */
	/* font-size: 11px; */
	border-radius: 20px;
	/* margin-top: 10px; */
}
.tabslider-sec .text-box h3 {
	border-radius: 10px;
	box-shadow: 0 0 0;
	font-size: 18px;
	padding: 10px;
	line-height: 22px !important;
	opacity: 1;
	min-width: auto;
	max-width: none;
	width: 100%;
	margin-bottom: 16px;
	font-weight: 700;
}
.tabslider-sec .pic-box img {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	max-width: 450px;
}
.tabslider-sec .img-box {
	padding: 0 38px;
	height: 100%;
}
.tabslider-sec .slick-track {
	padding: 20px 0;
}
.tabslider-sec .slider .slick-dots li::before {
	display: none;
}
.tabslider-sec .text-box .slide-logo {
	display: block;
	width: 180px;
	margin:0 auto 10px;
}
.tabslider-sec .slider-for .slick-slide {
	opacity: .5;
}
.tabslider-sec .slider-for .slick-slide.slick-active {
	opacity: 1;
}

.tabslider-sec .slider-for .slick-list {
	display: flex;
}
.tabslider-sec .slider-for .slick-track {
	display: flex !important;
}
.tabslider-sec .slider-for .slick-slide {
	height: 100% !important;
}
.tabslider-sec .text-box .demo-btn.btn {
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 18px;
	padding: 11px 0;
	width: 190px;
}

.tabslider-sec .slider.slider-for {
	margin-top: 0;
}
  

.tabslider-sec .text-box .CENTRES {
	background: #f7cbc9;
}

.tabslider-sec .text-box h3 {
	opacity: 1 !important;
}

.banner-left ul li a {
	color: #4d2272;
}


.banner-left ul li:nth-child(5) a {
	color: #fff;
}  

.booking .contactform .wpcf7-form input {
	border: 0;
	box-shadow: 0 0 0;
	height: 48px;
	padding-left: 17px;
	border-radius: 5px;
}

.booking .contactform .wpcf7-form br {
	display: none;
}

.booking .contactform .wpcf7-form select {
	border: 0;
	box-shadow: 0 0 0;
	height: 48px;
	padding-left: 17px;
	border-radius: 5px;
	color: #444;
}

.booking .contactform .wpcf7-form textarea {
	border: 0;
	box-shadow: 0 0 0;
	height: 148px;
	padding-left: 17px;
	border-radius: 5px;
	color: #444;
}

.booking .contactform .wpcf7-form input[type="submit"] {
	background: #d67d53;
	color: #fff;
	height: auto;
	font-family: 'Gotham Book';
	font-size: 18px;
	text-transform: uppercase;
	padding: 13px 38px;
	border-radius: 14px;
	margin-top: 0;
	cursor:pointer;
}

.booking .contactform .wpcf7-form input[type="submit"]:hover {
	background: #fff;
	color: #d67d53;
}
.booking .contactform p span.wpcf7-form-control-wrap:nth-child(11) {
	width: 45%;
	display: inline-block;
	margin: 0 5px;
}

.booking .contactform p label:nth-child(13) {
	width: 91.2%;
	margin: 0 5px;
}

.booking .contactform p label {
	width: 45%;
	display: inline-block;
	margin: 0 5px;
}
.booking .contactform {
	position: relative;
}

.booking .contactform .wpcf7-spinner {
	position: absolute;
	bottom: 12px;
}

.booking .contactform .wpcf7-response-output {
	color: #fff;
}

.banner-left ul li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.testimonial-slider .slick-arrow {
  display: none !important;
}
.page-template-template-home-onepage .foot1 {
    width: 100%;
    text-align: center;
}
.page-template-template-home-onepage .foot1 img {
    display: inline-block;
}
.page-id-269 .entry-content {
  text-align: center;
  padding: 100px 0 140px;
}
.testimonial-slider .slick-arrow{display:none !important;}

.banner-left p {color:#fff;max-width:470px;margin-bottom:36px;}

.trusted-sec.payment-css{padding:50px 0 100px;}
.trusted-sec.payment-css .trust-left{width:50%;padding-right:40px;}
.trusted-sec.payment-css .trust-right{width:50%;}
.trusted-sec.payment-css h2{margin-bottom:22px;padding:0;}

.payment-css ul{margin:0;list-style:none;}
.payment-css ul li{position:relative;padding-left:20px;}
.payment-css ul li h4{font-size:20px;}
.payment-css ul li::before{content:"\f105";position:absolute;font-family:FontAwesome;left:0;top:-2px;font-size:22px;}
.btn-book-demo .demo-btn{margin-top:14px;padding:11px 0px;font-size:20px;width:180px;}

.ezidebit-css{padding:100px 0;background:#432060;}
.ezidebit-css h2 {color: #fff;text-align:center;}
.ezidebit-css .large-12.cell p{text-align:center;color:#fff;max-width:710px;margin:13px auto 0;}
.ezidebit-content h4 {color: #fff;margin-bottom: 15px;font-size: 30px;}
.ezidebit-content p{color:#fff;margin:0;}
.ezidebit-css .responsive-embed{padding-bottom:57%;margin:0px;border-radius:30px;}
.ezidebit-content{top: 50%;position: relative;transform: translateY(-50%);padding-right: 60px;}
.ezidebit-css .large-12.cell{margin-bottom:56px;}
.contactform h2 {color: #fff;margin-bottom:50px;}

.payment-css ul li li::before {
	top: -1px;
	font-size: 18px;
}
.payment-css ul ul {
	margin: 4px 0 12px;
}
.payment-css ul li li {
	padding-left: 13px;
}

.trusted-sec.payment-css.payment-css-bottom {
	padding-top: 80px;
}
.trusted-sec.payment-css.payment-css-bottom .trust-left {
	padding-right: 0;
}
.trusted-sec.childcare-management-platform {
	background: #442163;
	padding-top: 80px;
	margin-bottom: 0;
}

.trusted-sec.childcare-management-platform h2{color: #fff;}

.btn-section{padding:100px 0;}
.btn-section ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0px;
	flex-wrap: wrap;
}
.btn-section ul li {
	margin: 10px 1%;
	width: 18%;
}
.btn-section ul li a{background: #add0b2;color: #4d2272;text-align: center;display: inline-block;min-width: 100%;cursor: pointer;
padding:7px 0;border-radius: 15px;font-family: 'Gotham Book';font-weight: normal;font-size: 20px;text-transform: uppercase;}

.btn-section ul li:nth-child(2) a{background:#a7c2cc;}
.btn-section ul li:nth-child(3) a{background:#f7cbc9;}
.btn-section ul li:nth-child(4) a{background:#d67d53;}
.btn-section ul li:nth-child(5) a{background:#d67d53;}
.btn-section ul li.explore-crm a {background:#ddcd78;}

.banner-inner-content {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.ezidebit-css .large-12.cell {
	text-align: center;
}
.ezidebit-css a {
	background: #d67d53;
	color: #fff;
	height: auto;
	font-family: 'Gotham Book';
	font-size: 18px;
	text-transform: uppercase;
	padding: 13px 38px;
	border-radius: 14px;
	margin-top: 0;
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	transition: background-color 300ms ease-out 0s;
}
.ezidebit-css a:hover {
	background: #fff;
	color: #d67d53;
}

.ezidebit-css p{margin-bottom: 14px;}
.payment-css-top img{width:100%; border-radius: 24px;}
.about-top-sec img{width:100%; border-radius: 24px;}

.about-top-sec h4{margin-bottom:10px;}
.team-section ul {
	text-align: center;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-section ul .team-pic{display:inline-block;margin-bottom:18px;}
.team-section h4{color: #fff;}

.team-section ul li {
	width: 20%;
	padding: 0 18px;
}
.team-section ul li img{border-radius: 100%;}
.team-section h4 {
	color: #fff;
	font-size: 17px;
}
.team-section h4 span {
	display: block;
	font-size: 24px;
	margin-top: 5px;
	color: #ae93f0;
}
.team-section-outer .grid-container {
	max-width: 1400px;
}
.ezidebit-css.team-section-outer .large-12.cell.team-section {
	margin-bottom: 0;
}
.team-gallery {
	background: #ae93f0;
	text-align: center;
	padding: 100px 0;
}
.team-gallery h2{color: #fff;}


.ezidebit-css .large-6.ezidebit-left{padding:0 14px;}
.ezidebit-css .large-6.ezidebit-right{padding:0 14px;}
.trusted-sec.payment-css.payment-css-bottom .trust-right, .trusted-sec.payment-css.payment-css-bottom .trust-left{padding:0 15px;}

.banner-inner-content ul {
	justify-content: left;
}
.trusted-sec.payment-css.about-top-sec .trust-left {
	padding-left: 14px;
}
.trusted-sec.payment-css.about-top-sec .trust-right {
	padding-right: 14px;padding-left: 14px;
}
.trusted-sec.payment-css.about-top-sec .grid-x.grid-padding-x {
	align-items: flex-start;
}
.contact-content{text-align: center;}

.contact-info ul {
	margin: 40px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-info ul li {
	padding: 0;
	width: 30%;
	margin:0 1.5% 3%;
}
.contact-info ul li:before{display: none;}
.payment-css ul li h4 {
	margin-bottom: 20px;
	color: #4d2272;
	text-transform: uppercase;
}
.contact-info .fa {color: #432060;}
.contact-info-in {
	background: #ece9f2;
	padding: 26px 26px 16px;
	border-radius: 20px;
	/*box-shadow: 0px 0px 15px rgba(0,0,0,0.25);*/
	height: 100%;
}
.contact-info-in a{color: #000;}
.contact-info-in a:hover{color:#4d2272;}
.contact-info-in p {
	position: relative;
	padding-left: 23px;
}
.contact-info .fa {
	color: #432060;
	position: absolute;
	left: 0;
	top: 5px;
}
.large-12.cell.contact-info-bottom {
	text-align: center;
	max-width: 1030px;
	margin: 20px auto 0;
}

ul.team-main {
	display: flex;
	list-style: none;
	margin: 60px 0 0;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

ul.team-main li {
	width: 18%;
}


.work-box {position: relative; text-align: center; transition:ease .5s;}
.work-box h3 { font-size: 22px; font-weight: 500; padding-top: 10px; line-height: 28px; margin:0px;}
.fancybox-overlay-fixed { background: rgba(0,0,0,0.7) !important;}
.work-box img{transition: ease .5s;}
.work-box:hover img{opacity:.5;transition:ease .5s;}
.icon-zoom{position: absolute; left: 0; right: 0; top:50%;-webkit-transform:translateY(-50%);-ms-transform: translateY(-50%);transform:translateY(-50%); z-index: 1; display: none;}
.work-box .icon-zoom img {
	opacity: 1;
	width: 30px;
	display: block;
	margin: 0 auto;
	transition: ease .5s;
}
.work-box:hover .icon-zoom{display: block;transition: ease .5s;}
.work-box .icon-zoom{animation:pulse 1s infinite; transition:ease .5s; } 


.advocates-sec{padding:80px 0 50px;}
.advocates-sec h2 {
	text-transform: uppercase;
	font-size: 37px;
	line-height: 60px;
	padding-bottom: 40px;
	color: #4d2272;
	text-align: center;
}
.advocates-main {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom:60px;
}
.advocates-main .video-box {
	width: 23%;
	margin: 1%;
	cursor: pointer;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
}
.advocates-main .video-box img{transition:all ease 0.3s;}
.advocates-main .video-box:hover img{transition:all ease 0.3s; opacity:.5;}

.reveal-video .responsive-embed{
	padding-bottom: 57%;
}
.reveal.reveal-video{
	border: 0;
	padding: 10px;
	border: 0;
	background:#ae93f0;
}
.reveal.reveal-video .responsive-embed{
	margin: 0;
	border: 0;
}
.reveal-overlay {
	background-color: rgba(10, 10, 10, 0.8);
}
.reveal.reveal-video .close-button{
	color: #fff;
	font-weight: 700;
}

.team-gallery .work-box{
	border-radius: 14px;
	overflow: hidden;
	border: 2px #fff solid;
}

.inr-content.blog-post .grid-container {
	text-align: center;
	max-width: 900px;
	margin: 30px auto 70px;
}
.inr-content.blog-post .grid-container .blog-text {
	padding: 50px 30px 60px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin: 50px 0;
	border-radius: 20px;
}
.inr-content.blog-post .grid-container .blog-text h2 {
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 26px;
	color: #4d2272;
}
.inr-content.blog-post .grid-container .blog-text h2:hover {
	color:#171717;
}  

.trusted-sec.contact-wrapper-new {
	padding-top: 0px;
}
.page-id-34 .banner .container .banner-right img {
	width: 220px;
	right: 0;
	margin-bottom: 100px;
}
.page-id-28 .our-values-sec-new { padding-bottom: 100px;}
.our-values-sec-new .slider .slick-dots {bottom:-40px;}
.our-values-sec-new .slider .slick-dots li button::before {background:#fff; width:14px; height:14px; }
.our-values-sec-new .slider .slick-dots li.slick-active button::before { background:#6f2f9f;}
.page-id-1000 .banner { padding-bottom: 220px;}
.banner .container.container-page-939 .banner-right img {right: -172px;}
.banner .container.container-page-956 .banner-right img {right: -172px;}
.banner .container.container-page-954 .banner-right img {right: -172px;}
.banner .container.container-page-24 .banner-right img {right: -172px;}
.banner .container.container-page-22 .banner-right img {right: -264px;}
.banner .container.container-page-1116 .banner-right img {right: -42px;}


.showondesktop{display:block;}
.showonmobile{display:none;}

.error404 .btn-section ul li a{background: #add0b3;color: #4d2272;}
.error404 .btn-section ul li:nth-child(2) a{background:#ddcd78;}
.error404 .btn-section ul li:nth-child(3) a{background:#a7c2cc;}
.error404 .btn-section ul li:nth-child(4) a{background:#f7cbc9;}
.error404 .btn-section ul li:nth-child(5) a{background:#d67d53;color: #ffffff;}


