html {
font-size: 62.5% !important;
scroll-behavior: smooth;
}
:root {
--red: #a32621;
--blue: #222d62;
--yellow: #f7ae39;
}
.red {
color: var(--red);
}
.yellow  {
color: var(--yellow);
}
.developer .inside a{
color: #222d62;
}
.developer .inside a:hover{
color: #a32621;
}
#Top_bar .menu > li > a span:not(.description) {
padding: 0 10px !important;
}
.no-shadows #Top_bar.is-sticky {
-webkit-box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.25);
box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.25);
}
#consent_deny,
.mfn-cookies[data-tab="details"] .mfn-cookies-footer #consent_selected,
#consent_customize {
color: var(--blue);
font-size: 14px;
}
#consent_deny:hover,
.mfn-cookies[data-tab="details"] .mfn-cookies-footer #consent_selected:hover,
#consent_customize:hover {
color: white;
font-size: 14px;
}
#consent_allow {
font-size: 14px;
}
.first-wrap-left p{
color: var(--blue);
}
.padding-lr {
padding-left: 100px !important;
padding-right: 100px !important;
}
.border-dotted {
width: 36% !important;
}
.play-boxes .mcb-wrap-inner {
gap: 35px;
}
.border-dotted .mfn-list {
border: 1px dashed #ccc;
border-radius: 20px;
background: #EFF5F6;
}
.border-dotted .mfn-list .mfn-list-item {
padding: 0;
}
.border-dotted  .mfn-list-icon {
background: white;
min-height: 145px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
margin-right: 0 !important;
}
.border-dotted  .mfn-list-desc {
padding: 20px;
}
.animated-img {
position: relative;
transform: translateY(-30px);
animation-name: floating_1;
animation-duration: 3s;
animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
animation-iteration-count: infinite;
}
@keyframes floating_1 {
0% {
transform: translateY(-30px);
}
50% {
transform: translateY(0px);
}
}
.dubble-list img {
filter: brightness(0) saturate(100%) invert(15%) sepia(33%) saturate(2523%) hue-rotate(207deg) brightness(91%) contrast(94%);
}
.text-center .mfn-inline-editor {
text-align: center;
margin-bottom: 40px;
}
.program-playschool .column_fancy_heading {
margin-bottom: 80px;
}
.program-playschool .one-three .column_fancy_heading .fancy_heading_icon:before{
position: absolute;
font-size: 70px;
font-family: 'Eduplay Bold';
opacity: 0.2;
right: 0;
color: #70a6b1;
letter-spacing: 10px;
}
.program-playschool .three-six .column_fancy_heading .fancy_heading_icon:before{
position: absolute;
font-size: 70px;
font-family: 'Eduplay Bold';
opacity: 0.2;
left: 0;
color: #70a6b1;
letter-spacing: 10px;
}
.program-playschool .one-three .column_fancy_heading:nth-child(2) .fancy_heading_icon:before{
content: '01';
}
.program-playschool .one-three .column_fancy_heading:nth-child(3) .fancy_heading_icon:before{
content: '02';
}
.program-playschool .one-three .column_fancy_heading:nth-child(4) .fancy_heading_icon:before{
content: '03';
}
.program-playschool .three-six .column_fancy_heading:nth-child(2) .fancy_heading_icon:before{
content: '04';
}
.program-playschool .three-six .column_fancy_heading:nth-child(3) .fancy_heading_icon:before{
content: '05';
}
.program-playschool .three-six .column_fancy_heading:nth-child(4) .fancy_heading_icon:before{
content: '06';
}
.news-bg .mcb-wrap-inner{
padding: 130px 15px 80px 15px;
}
.abs-pos {
position: absolute;
}
.inline-form {
margin-top: 50px;
}
.inline-form .frm_fields_container {
display: flex !important;
}
.inline-form .form-field {
margin-bottom: 0 !important;
}
.inline-form  .with_frm_style .frm_form_fields > fieldset {
padding: 0;
}
.inline-form .frm_style_formidable-style.with_frm_style .frm_submit button {
margin: 0;
}
.inline-form #frm_field_6_container {
position: absolute;
right: 5px;
top: 5px;
}
.inline-form  .frm_full > input:not([type='checkbox']):not([type='radio']):not([type='button']) {
text-align: center;
}
.social-row .one-sixth {
width: auto !important;
}
.contact-form input,
.contact-form textarea{
padding-left: 20px !important;
}
.contact-form #frm_field_15_container {
text-align: center;
}
.frm_message {
text-align: center;
}
.colored_line {
display: flex;
align-items: center;
justify-content: stretch;
margin-bottom: 6px;
}
.colored_line div {
height: 5px;
border-radius: 15px;
margin-left: 5px;
margin-right: 5px;
background: #FFD3BD;
width: 100%;
}
.colored_line div:nth-child(2n) {
background: #B3D0FD;
}
.colored_line div:nth-child(3n) {
background: #FFF8B8;
}
.colored_line div:nth-child(4n) {
background: #94EDCA;
}
#Action_bar {
background: #cfe1e4;
}
#Action_bar .contact_details,
#Action_bar .contact_details a {
color: white !important;
font-size: 15px;
}
#Action_bar .contact_details li,
#Action_bar .social{
padding: 5px 0;
}
#Action_bar .social li {
border: 1px dashed #222d62;
border-radius: 50px;
margin-right: 5px;
}
#Action_bar .contact_details li i {
border: 1px dashed white;
border-radius: 50%;
color: white;
padding: 6px;
margin-right: 5px;
font-size: 11px;
}
#Action_bar::before {
position: absolute;
content: "";
height: 100%;
background: var(--blue);
width: 80%;
-webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
top: 0;
left: 0;
}
#Action_bar .social li a {
color: #222d62;
transition: unset;
}
#Action_bar .social li:hover {
background:#222d62;
}
#Action_bar .social li:hover a {
color: white;
}
#Top_bar {
top: 33px;
} .css_prefix-top {
transition: all .2s ease 0s;
-webkit-transition: all .2s ease 0s;
-moz-transition: all .2s ease 0s;
-o-transition: all .2s ease 0s;
-ms-transition: all .2s ease 0s;
}
.animated {
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-duration: 1.25s;
}
.css_prefix-top .top {
position: fixed;
margin: 0;
bottom: 5em;
right: 2em;
z-index: 98;
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100vh);
transform: translateY(-100vh);
-webkit-transition: all 1.2s ease-in-out;
transition: all 1.2s ease-in-out;
}
.css_prefix-top.show .top {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.css_prefix-top .top.default-image img {
min-height: 8.375em;
width: 2.1875em;
}
.css_prefix-top .css_prefix-fire {
filter: blur(.02em);
-webkit-filter: blur(.02em);
width: 2em;
height: 3em;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
position: absolute;
bottom: .3125em;
left: 50%;
margin: auto;
-webkit-transform: rotate(180deg) translateX(50%);
transform: rotate(180deg) translateX(50%)
}
.css_prefix-top .top.default-image .css_prefix-fire {
left: 65%
}
.css_prefix-top .css_prefix-fire .css_prefix-fire-element {
animation: iqonic-fire 1.25s ease-in infinite;
-webkit-animation: iqonic-fire 1.25s ease-in infinite;
background-image: radial-gradient(#f6d58a 20%,rgba(255,80,0,0) 70%);
border-radius: 50%;
mix-blend-mode: screen;
opacity: 0;
position: absolute;
bottom: 0;
width: 1em;
height: 3em
}
.css_prefix-top .css_prefix-fire-element:first-of-type {
-webkit-animation-delay: .7667885121s;
animation-delay: .7667885121s;
left: 0
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(2) {
-webkit-animation-delay: .4314109581s;
animation-delay: .4314109581s;
left: calc(2% - .1em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(3) {
-webkit-animation-delay: .9143955654s;
animation-delay: .9143955654s;
left: calc(4% - .2em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(4) {
-webkit-animation-delay: .7688711068s;
animation-delay: .7688711068s;
left: calc(6% - .3em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(5) {
-webkit-animation-delay: .5797755395s;
animation-delay: .5797755395s;
left: calc(8% - .4em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(6) {
-webkit-animation-delay: .8835288208s;
animation-delay: .8835288208s;
left: calc(10% - .5em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(7) {
-webkit-animation-delay: .0194394883s;
animation-delay: .0194394883s;
left: calc(12% - .6em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(8) {
-webkit-animation-delay: .8332120508s;
animation-delay: .8332120508s;
left: calc(14% - .7em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(9) {
-webkit-animation-delay: .9424995631s;
animation-delay: .9424995631s;
left: calc(16% - .8em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(10) {
-webkit-animation-delay: .3047394182s;
animation-delay: .3047394182s;
left: calc(18% - .9em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(11) {
-webkit-animation-delay: .2612504741s;
animation-delay: .2612504741s;
left: calc(20% - 1em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(12) {
-webkit-animation-delay: .7600046395s;
animation-delay: .7600046395s;
left: calc(22% - 1.1em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(13) {
-webkit-animation-delay: .5877520459s;
animation-delay: .5877520459s;
left: calc(24% - 1.2em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(14) {
-webkit-animation-delay: .0341103174s;
animation-delay: .0341103174s;
left: calc(26% - 1.3em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(15) {
-webkit-animation-delay: .381638116s;
animation-delay: .381638116s;
left: calc(28% - 1.4em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(16) {
-webkit-animation-delay: .4663185892s;
animation-delay: .4663185892s;
left: calc(30% - 1.5em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(17) {
-webkit-animation-delay: .2768526698s;
animation-delay: .2768526698s;
left: calc(32% - 1.6em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(18) {
-webkit-animation-delay: .8712053259s;
animation-delay: .8712053259s;
left: calc(34% - 1.7em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(19) {
-webkit-animation-delay: .853185074s;
animation-delay: .853185074s;
left: calc(36% - 1.8em)
}
.css_prefix-top .css_prefix-fire-element:nth-of-type(20) {
-webkit-animation-delay: .6456051802s;
animation-delay: .6456051802s;
left: calc(38% - 1.9em)
}
@keyframes iqonic-fire {
0% {
opacity: 0;
-webkit-transform: scale(1) translateX(1.3em) translateY(0);
transform: scale(1) translateX(1.3em) translateY(0)
}
25% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: scale(0) translateX(1.3em) translateY(-10em);
transform: scale(0) translateX(1.3em) translateY(-10em)
}
}
@-webkit-keyframes iqonic-fire {
0% {
opacity: 0;
-webkit-transform: scale(1) translateX(1.3em) translateY(0);
transform: scale(1) translateX(1.3em) translateY(0)
}
25% {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: scale(0) translateX(1.3em) translateY(-10em);
transform: scale(0) translateX(1.3em) translateY(-10em)
}
}
.css_prefix-top .top:after {
content: "";
display: block;
width: .0625em;
height: 100vh;
position: absolute;
top: calc(-100vh + .125em);
right: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #13293d), color-stop(50%, transparent));
background: linear-gradient(0deg, #13293d 50%, transparent 0);
background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #13293d), color-stop(50%, transparent));
background: linear-gradient(0deg, #13293d 50%, transparent 0);
background-repeat: repeat-y;
background-size: .125em .625em;
background-position: 0 0;
pointer-events: none;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.take-news br{
display: none;
}
.news-bg .fancy_heading .inside br{
display: none;
}
.con-wrap .icon-wrapper{
width: 45px!important;
margin: 0 15px 0 0!important;
}
.first-con-wrap, .first-con-wrap .mcb-wrap-inner{
width: auto!important;
}
.first-con-wrap .con-wrap{
width: auto!important;
}
.con-wrap .desc-wrapper{
display: unset!important;
padding-right: 20px!important;
}
.con-wrap .title{
line-height: 1.5;
}
.mobile-social-f{
display: none;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post li,
.single-post span{
color: #222d62;
}
.single-post .the_content.has_content .section_wrapper,
.single-post .section-post-intro-share .section_wrapper{
max-width: 1110px!important;
}
.single-post .single-photo-wrapper img{
border-radius: 20px;
}
.single-post .single-photo-wrapper{
padding-top: 50px;
}
.single-post h1{
font-size: 35px;
line-height: 1.2;
margin-bottom: 30px;
}
.single-post h2{
font-size: 25px;
margin-top: 40px;
}
.single-post blockquote{
background: #eff5f6;
border-radius: 20px;
padding: 35px;
border: 1px dashed;
margin: 30px 0;
color:#222d62 ;
font-size: 18px;
}
.single-post blockquote p{
line-height: 1.5;
}
.blog-section .entry-title{
color: #222d62;
font-size: 22px;
line-height: 1.3;
margin-bottom: 23px;
}
.blog-section .entry-title a{
color: #222d62;
font-weight: bold;
}
.blog-section .post .post-desc-wrapper{
background: #eff5f6;
padding: 15px ;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px; }
.blog-section .post .image_wrapper{
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.blog-section .post  .post-footer {
display: flex;
margin: 35px -20px 20px;
display: none;
}
.blog-section .post  .post-footer .button-love {
display: none;
}
.blog-section .post  .post-footer .read-more-icon{
display: none;
}
.blog-section .post-footer .post-links {
border-left-width: 0;
padding-left: 5px;
}
.blog-section .post-footer .post-links a{
text-decoration: none;
color: white;
background: linear-gradient(to right, var(--red) 50%, var(--blue) 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .6s ease-out;
padding: 20px;
}
.blog-section .post-footer .post-links a:hover{
background-position: left bottom;
}
.blog-section .post-excerpt{
font-size: 17px;
}
.blog-section .post{
transition: all .6s!important;
}
.blog-section .post:hover{
transform: translateY(-7px)!important;
}
.single-post .section-post-related,
.single-post .fixed-nav {
display: none;
}
.single-post .fancy_heading .title{
display: none;
}
.single-post .fancy_heading .inside{
margin-top: 60px;
}
.single-post .post-nav.minimal{
display: none!important;
}
.frm_opt_container[aria-labelledby="field_center-radios_label"] {
display: flex;
gap: 20px;
}
.frm_opt_container[aria-labelledby="field_center-radios_label"] .frm_radio {
margin-bottom: 0;
}
#form_contactus fieldset{
padding-bottom: 0;
}
input::placeholder,
textarea::placeholder {
padding: 0 20px;
}
.form-margin .mcb-column-inner,
#frm_field_21_container {
margin-bottom: 0;
}
#form_contactus input{
padding: 0 10px;
}
#form_contactus input[type="radio"],
#form_contactus input[type="checkbox"] {
padding: 0;
} @media only screen and (min-width: 1925px) and (max-width: 10000px){
.section.full-width-ex-mobile > .section_wrapper {
max-width: 1920px !important;
}
}
@media (max-width: 1860px){
.padding-lr {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media (max-width: 1700px){
.first-section .fancy_heading .inside{
font-size: 55px!important;
}
.playbox-section .border-dotted {
width: 43% !important;
}
.play-boxes .mcb-wrap-inner {
gap: 5px;
}
}
@media (max-width: 1540px){
.news-bg{
width: 62%!important;
}
.program-playschool .column_fancy_heading {
margin-bottom: 60px;
}
}
@media (max-width: 1440px){
.first-section .fancy_heading .inside {
font-size: 50px !important;
}
.first-section .column_button{
width: 50%;
}
.padding-lr {
padding-left: 0px !important;
padding-right: 15px !important;
}
.sec-section .animated-img img{
max-width: 70%;
}   .third-section .column_visual{
width: 70%!important;
}
.goal-section .animated-img img{
max-width: 70%;
}
.newsletter-section{
padding: 120px 0 170px!important;
}
.con-wrap{
width: 30%!important;
}
#Top_bar .menu > li > a span:not(.description) {
padding: 0px 7px !important;
font-size: 15px;
}
#Top_bar .logo {
margin: 0px 15px 0 20px;
}
.playbox-section .border-dotted {
width: 46% !important;
}
.program-playschool .column_fancy_heading {
margin-bottom: 45px;
}
.program-playschool .column_image {
width: 93%;
}
.program-playschool .fancy_heading .title {
line-height: 1.3!important;
margin-bottom: 12px !important;
}
}
@media (max-width: 1320px) {
.first-section .fancy_heading .inside {
font-size: 45px !important;
}
.first-section .fancy_heading .title {
font-size: 19px !important;
}
.sec-section .fancy_heading .inside {
font-size: 27px !important;
}
.fancy_heading .inside {
font-size: 27px !important;
}
.sec-section .column_visual {
width: 70% !important;
}
.sec-section .animated-img img {
max-width: 55%;
}
.third-section .fancy_heading .inside {
font-size: 27px !important;
}
.par-section .two .fancy_heading .inside {
font-size: 20px !important;
}
.par-section .two {
width: 64%;
}
.par-section {
padding: 180px 30px !important;
}
.take-news .fancy_heading .inside {
font-size: 18px !important;
}
.newsletter-section .animated-img img {
max-width: 70%;
}
.newsletter-section .animated-img .image_wrapper {
text-align: end !important;
}
.newsletter-section {
background-size: 18% 30%;
}
.newsletter-section {
padding: 100px 0 110px !important;
}
.developer .fancy_heading .inside {
font-size: 12px !important;
}
.find-us .fancy_heading .inside {
font-size: 18px !important;
}
#Top_bar .menu > li#menu-item-252 {
display: none;
}
#Top_bar .logo {
width: 190px;
}
.play-boxes .mcb-wrap-inner {
flex-direction: column;
gap: 0;
}
.playbox-section .border-dotted {
width: 67% !important;
}
.playbox-section .column_visual {
width: 67% !important;
}
.program-playschool .fancy_heading .inside{
font-size: 18px!important;
}
.message-section .fancy_heading .inside{
font-size: 18px!important;
}
}
@media (max-width: 1239px){
.section_wrapper, .container, .with_aside .content_wrapper {
max-width: 100%;
}
#Top_bar .logo {
width: 100%;
}
#Side_slide #menu ul li a {
margin-right: 20px!important;
}
#Side_slide #menu ul li#menu-item-252 {
display: none;
}
#Top_bar a.responsive-menu-toggle {
background: #222d62;
}
#Top_bar a.responsive-menu-toggle i {
color: white;
}
.header-transparent #Top_bar .top_bar_left{
background:#eff5f6!important;
}
.program-playschool .column_image {
width: 98%;
}
}
@media (max-width: 1190px){
.first-section .first-wrap-left{
width: 55%;
}
.first-section .first-wrap-right{
width: 45%;
}
.first-section .first-wrap-left .mcb-wrap-inner{
padding-left: 35px!important;
}
.news-bg {
width: 73% !important;
}
.news-bg .inline-form{
width: 360px;
}
.con-wrap {
width: 32% !important;
}
.first-con-wrap, .first-con-wrap .mcb-wrap-inner {
width: 100% !important;
justify-content: center;
}
.first-con-wrap .con-wrap {
width: 42% !important;
margin: 5px 0 !important;
}
.first-con-wrap .con-wrap .mcb-column-inner {
margin: 0 5px!important;
}
.program-main-wrap .mcb-wrap-inner{
align-items: center;
}
.contact-form{
width: 65%!important;
}
}
@media (max-width: 1090px){
.first-section .section_wrapper{
flex-direction: column-reverse;
}
.first-section .first-wrap-right {
width: 70%;
}
.first-section .first-wrap-left {
width: 92%;
}
.first-section .column_button {
width: 300px;
}
.first-section .inside{
display: flex;
flex-direction: column;
}
.first-section .fancy_heading .inside {
font-size: 50px !important;
}
.padding-lr {
padding-left: 0px !important;
padding-right: 0px !important;
}
.first-section .first-wrap-right .mcb-wrap-inner{
justify-content: center!important;
}
.sec-central-wrap > .mcb-wrap-inner{
flex-direction: column;
align-content: center;
}
.sec-wrap-right{
width: 88%!important;
}
.sec-section .column_visual {
width: 80% !important;
}
.sec-wrap-left{
width: 75%!important;
margin: 0 auto!important;
}
.left-image-section .mcb-wrap-inner{
flex-direction: column;
}
.left-image-section .column_image .mcb-column-inner{
text-align: center!important;
}
.left-image-section .column_image{
width: 100%!important;
}
.left-image-section .column_visual{
width: 75%!important;
}
.goal-section .animated-img img {
max-width: 50%;
}
.goal-section .column_visual {
width: 65%;
}
.newsletter-section .animated-img img {
max-width: 50%;
}
.take-news br{
display: block;
}
.con-wrap {
width: 33% !important;
}
.con-wrap .icon-wrapper {
width: 45px!important;
margin: 0 13px 0 0!important;
}
.program-main-wrap .mcb-wrap-inner {
flex-direction: column;
align-content: center;
}
.program-playschool .one-three,
.program-playschool .three-six{
width: 80%;
}
.program-playschool .column_image {
width: 100%;
}
.program-img-wrap{
width: 42%!important;
}
.program-playschool .fancy_heading{
text-align: left!important;
}
.program-playschool .one-three .column_fancy_heading .fancy_heading_icon:before {
right: unset;
}
.single-post h1 {
font-size: 25px;
}
.single-post h2 {
font-size: 20px;
margin-top: 5px;
line-height: 1.2;
}
.single-post .the_content.has_content .section_wrapper, .single-post .section-post-intro-share .section_wrapper, .single-post .section-post-header{
padding: 0 30px;
}
.single-post blockquote {
padding: 20px
}
.single-post .single-photo-wrapper {
padding-top: 0;
}
}
@media (max-width: 959px){
p,li{
font-size: 17px;
line-height: 1.5;
}
.first-section .fancy_heading .inside {
font-size: 45px !important;
}
.first-section .first-wrap-left .mcb-wrap-inner {
padding-left: 10px !important;
}
.par-section .two {
width: 80%;
}
.par-section .two .fancy_heading .inside {
font-size: 17px !important;
line-height: 1.7;
}
.down-point-text{
width: 85%!important;
}
.goal-section .animated-img img {
max-width: 35%;
}
.con-wrap {
width: 55% !important;
margin: 5px 0;
}
.first-con-wrap .con-wrap {
width: 47% !important;
}
#Side_slide.light #menu ul li span {
font-size: 15px;
}
.message-section .fancy_heading .title {
font-size: 27px!important;
}
.contact-form {
width: 85% !important;
}
.goal-section .column_visual {
font-size: 17px;
line-height: 1.5;
}
}
@media (max-width: 830px){
.con-wrap .desc{
font-size: 14px!important;
}
.con-wrap .title {
font-size: 17px!important;
}
.playbox-section .column_visual {
width: 85% !important;
}
.playbox-section .border-dotted {
width: 85% !important;
}
.playbox-section .border-dotted .mcb-column-inner {
margin-bottom: 30px!important;
}
.message-section{
padding: 50px 30px 0!important;
}
}
@media (max-width: 767px){
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
max-width: 100% !important;
padding-left: 0;
padding-right: 0;
}
.first-section .first-wrap-left .column_icon_box_2{
width: 220px;
}
.first-section .first-wrap-left .column_visual{
margin: 15px 0 25px;
}
.first-section{
padding: 50px 35px 100px!important;
}
.first-section .first-wrap-left .mcb-wrap-inner {
padding-left: 0 !important;
}
.first-section .first-wrap-left {
width: 97%;
}
.sec-wrap-right {
width: 90% !important;
}
.take-news .fancy_heading .inside {
margin-bottom: 35px;
}
.news-bg .column_fancy_heading .mcb-column-inner{
margin-bottom: 30px!important;
}
.news-bg .fancy_heading .title {
margin-bottom: 7px!important;
}
.newsletter-section .animated-img img {
max-width: 40%;
}
.con-wrap {
width: 75% !important;
margin: 5px 0!important;
}
.first-con-wrap .con-wrap {
width: 80% !important;
}
.mobile-header-mini #Top_bar .top_bar_left {
padding: 10px;
} .mobile-header-mini #Top_bar a.responsive-menu-toggle,
.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
top: 40px !important;
}
.program-playschool .one-three, .program-playschool .three-six {
width: 88%;
}
.program-img-wrap {
width: 50% !important;
}
.program-playschool .fancy_heading .inside {
font-size: 17px !important;
line-height: 1.5 !important;
}
.contact-form {
width: 97% !important;
}
.single-post .post-nav{
display: none;
}
}
@media (max-width: 640px){
.first-section .first-wrap-right {
width: 100%;
}
.first-section .fancy_heading .inside {
font-size: 40px !important;
}
.first-section .first-wrap-left {
width: 100%;
}
.sec-section .animated-img img {
max-width: 40%;
}
.par-section {
padding: 130px 30px !important;
}
.par-section .two {
width: 95%;
}
.goal-section .animated-img {
display: none;
}
.goal-section .column_visual {
width: 80%;
}
.goal-section{
padding: 100px 0 30px!important;
}
.newsletter-section .animated-img{
display: none;
}
.news-bg {
width: 80% !important;
}
.newsletter-section {
background-size: 17% 16%;
}
.con-wrap {
width: 90% !important;
}
.first-con-wrap .con-wrap {
width: 100% !important;
}
.social-row .one-sixth {
width: 35% !important;
margin: 7px 0!important;
}
.playbox-section .column_visual {
width: 90% !important;
margin-bottom: 20px;
}
.playbox-section .border-dotted {
width: 90% !important;
}
.border-dotted .mfn-list-icon {
min-height: 180px;
}
}
@media (max-width: 590px){
.first-section .first-wrap-left {
text-align: center;
}
.first-section .fancy_heading .inside {
font-size: 35px !important;
text-align: center;
}
.first-section .fancy_heading .title {
text-align: center;
font-size: 18px !important;
}
.first-section .column_button {
width: 100%; }
.first-section .first-wrap-left .column_icon_box_2 {
width: 100%; }
.first-section .first-wrap-left .column_icon_box_2 .desc-wrapper {
flex-grow: unset;
}
.first-section .first-wrap-left .column_icon_box_2 .mfn-icon-box{
justify-content: center;
}
.first-section .first-wrap-left .mcb-wrap-inner {
flex-direction: column;
}
.css_prefix-top .top {
right: 0em;
}
.sec-section .fancy_heading .inside {
font-size: 24px !important;
text-align: center;
}
.fancy_heading .inside{
font-size: 24px!important;
}
.sec-wrap-right {
width: 100% !important;
text-align: center;
}
.sec-wrap-right .mcb-wrap-inner{
justify-content: center;
}
.sec-section .animated-img{
display: none;
}
.dubble-list ul{
display: flex;
flex-direction: column; }
.dubble-list.why{
width: 245px!important;
}
.dubble-list{
width: 385px!important;
}
.third-section .fancy_heading .inside {
font-size: 24px !important;
}
.sec-wrap-left {
width: 90% !important;
}
.third-section{
padding: 100px 30px 50px!important;
}
.third-section .column_visual {
width: 92% !important;
}
.down-point-text {
width: 95% !important;
}
.left-image-section .column_visual {
width: 85%;
}
.news-bg {
width: 88% !important;
}
.con-wrap {
width: 100% !important;
}
.dubble-list .mfn-list-desc br{
display: none;
}
.dubble-list .mfn-list-desc{
text-align: left;
}
.dubble-list .mfn-list .mfn-list-item {
align-items: flex-start !important;
}
.dubble-list .mfn-list .mfn-list-icon {
margin-right: 7px!important;
}
.dubble-list img {
margin-top: 2px;
}
.message-section .fancy_heading .title {
font-size: 24px !important;
}
}
@media (max-width: 490px){
.mfn-cookies .cookies-tab-content {
max-height: calc(100vh - 450px);
}
.mfn-cookies-reopen {
left: 3px;
bottom: 85px;
}
.first-section .fancy_heading .inside {
font-size: 30px !important;
}
.first-section .fancy_heading .title {
font-size: 17px !important;
}
.button_label{
font-size: 17px;
}
.first-section {
padding: 50px 30px 100px !important;
}
.first-section  .content_slider {
margin: 0px 0 30px;
}
.sec-wrap-left {
width: 90% !important;
}
.sec-section .fancy_heading .inside {
font-size: 20px !important;
}
.fancy_heading .inside{
font-size: 20px!important;
}
.third-section .column_visual {
width: 98% !important;
}
.third-section .fancy_heading .inside {
font-size: 20px !important;
}
.par-section {
padding: 110px 30px !important;
}
.down-point-text {
width: 100% !important;
}
.news-bg .mcb-wrap-inner {
padding: 60px 15px 70px 15px;
}
.newsletter-section {
padding: 200px 0 85px !important;
background-size: 50% 35%!important;
background-position: top center!important;
}
.goal-section.home-goal{
margin-bottom: 20px;
}
.social-section{
padding-top: 20px!important;
}
.news-bg .fancy_heading .title {
font-size: 18px!important;
}
.con-wrap .icon-wrapper {
height: 68px!important;
}
.mfn-footer-tmpl .mcb-section:not(.full-width) {
padding-left: 25px;
padding-right: 25px;
}
.con-wrap .desc-wrapper {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.first-con-wrap{
display: none;
}
.footer-logo-wrap .mcb-column-inner{
margin-bottom: 0;
}
.footer-icons{
padding-bottom: 10px!important;
}
.social-row .one-sixth {
width: 40% !important;
margin: 7px 0 !important
}
.mobile-header-mini #Top_bar .logo {
width: 100%;
margin-left: 0;
} .social-section  .desc-wrapper{
display: none!important;
}
.social-row .one-sixth {
width: 52px !important;
}
.social-section .column_icon_box_2 .icon-wrapper{
margin-right: 0!important;
}
.social-section .column_icon_box_2 .mcb-column-inner{
margin-right: 5px!important;
margin-left: 5px!important;
}
.dubble-list {
width: 360px !important;
}
.border-dotted .mfn-list .mfn-list-item {
flex-direction: column;
}
.border-dotted .mfn-list-icon {
min-height: unset;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0;
width: 100%;
}
.border-dotted .mfn-list-desc {
text-align: center;
}
.program-img-wrap {
width: 75% !important;
}
.program-playschool .column_fancy_heading {
margin-bottom: 40px;
}
.program-playschool .fancy_heading {
text-align: center !important;
}
.program-playschool .three-six .column_fancy_heading .fancy_heading_icon:before {
left: 39%;
}
.program-playschool .one-three .column_fancy_heading .fancy_heading_icon:before {
right: 39%;
}
.program-playschool .fancy_heading .title {
font-size: 19px!important;
}
.program-playschool .one-three .column_fancy_heading .fancy_heading_icon:before,
.program-playschool .three-six .column_fancy_heading .fancy_heading_icon:before{
font-size: 60px;
}
.message-section .fancy_heading .inside {
font-size: 17px !important;
}
.message-section .fancy_heading .title {
font-size: 22px !important;
}
.no-shadows #Top_bar.is-sticky {
z-index: 99;
}
.mobile-social-f {
position: fixed !important; bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
gap: 20px;
padding: 10px 0;
box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
z-index: 99999; }
.mobile-social-f a{
display: flex;
flex-direction: column;
align-items: center; color: #222d62;
text-decoration: none;
font-size: 13px;
padding: 0 5px; position: relative;
} .mobile-social-f i{
font-size: 25px;
color: var(--red);
width: 40px;
height: 40px; border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.mobile-social-f .address-one  i:after{
content: '1';
}
.mobile-social-f .address-one, .mobile-social-f .address-two{
position: relative;
}
.mobile-social-f .address-two i:after {
content: '2';
}
.mobile-social-f .address i:after{
position: absolute;
bottom: 25px;
right: 30px;
top: 15px;
width:15px;
height: 15px;
border-radius: 50%;
color: var(--red);
background: transparent;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
border: 1px dashed var(--red);
}
.blog-section .entry-title {
font-size: 18px;
}
.blog-section .post-desc{
padding: 0!important;
}
}
@media (max-width: 420px){
.first-section .fancy_heading .inside {
font-size: 28px !important;
}
.sec-section{
padding: 60px 30px !important;
}
.sec-section .column_visual {
width: 100% !important;
}
.sec-wrap-left {
width: 100% !important;
}
.dubble-list .mfn-list .mfn-list-item {
padding: 5px 0;
}
.take-news .fancy_heading .inside {
font-size: 17px !important;
line-height: 1.4;
}
.inline-form .frm_style_formidable-style.with_frm_style .frm_submit button {
padding: 10px 15px!important;
}
.newsletter-section{
background-image: none!important;
padding: 70px 0 70px !important;
}
.news-bg .mcb-wrap-inner {
padding: 45px 15px 60px 15px;
}
.social-row .one-sixth { margin: 7px 0 !important;
}
.program-img-wrap {
width: 82% !important;
margin-bottom: 50px !important;
}
.program-playschool .fancy_heading .inside {
font-size: 16px !important;
}
.message-section .fancy_heading .inside {
font-size: 16px !important;
margin-top: 5px;
}
.playbox-section{
padding: 100px 20px!important;
}
}
@media (max-width: 400px){
.first-section .fancy_heading .inside {
font-size: 26px !important;
}
.first-section .fancy_heading .title {
font-size: 16px !important;
}
p, li {
font-size: 16px;
line-height: 1.7;
}
.first-section .first-wrap-left .column_visual {
margin: 7px 0 15px;
}
.goal-section {
padding: 90px 0 20px !important;
}
.news-bg .fancy_heading .inside{
line-height: 1.4!important;
}
.news-bg .fancy_heading .inside br{
display: block;
}
#Top_bar #logo img.logo-mobile {
max-width: 60%;
}
.par-section {
padding: 110px 25px !important;
}
.program-playschool .three-six .column_fancy_heading .fancy_heading_icon:before {
left: 37%;
}
.program-playschool .one-three .column_fancy_heading .fancy_heading_icon:before {
right: 37%;
}
.message-section .fancy_heading .title {
font-size: 20px !important;
}
}
@media (max-width: 375px){
.first-section {
padding: 50px 25px 100px !important;
}
.sec-section .fancy_heading .inside {
font-size: 19px !important;
}
.sec-section {
padding: 60px 25px !important;
}
.fancy_heading .inside{
font-size: 19px!important;
}
.inline-form .frm_style_formidable-style.with_frm_style .frm_submit button {
padding: 10px 10px !important;
}
.con-wrap .icon-wrapper {
width: 40px !important;
}
.social-section .mfn-icon-box .icon-wrapper {
width: 35px!important;
height: 35px!important;
}
.social-section .mfn-icon-box .icon-wrapper i {
font-size: 19px!important;
}
.social-row .one-sixth {
width: 50px !important;
}
.message-section {
padding: 50px 25px 0 !important;
}
.mobile-social-f {
gap: 10px;
}
.mobile-social-f i {
font-size: 19px;
width: 35px;
height: 35px;
}
}.mcb-section .mcb-wrap .mcb-item-3df2f5498 .fancy_heading{text-align:left;}.mcb-section .mcb-wrap .mcb-item-3df2f5498 .fancy_heading .title{font-size:20px;letter-spacing:0px;font-family:'Eduplay';}.mcb-section .mcb-wrap .mcb-item-3df2f5498 .fancy_heading .inside{font-size:65px;letter-spacing:0px;line-height:1.2em;font-family:'Eduplay Bold';font-weight:900;color:#222D62;}.mcb-section .mcb-wrap-grid.mcb-wrap-a5a5db56e > .mcb-wrap-inner-a5a5db56e{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-a5a5db56e > .mcb-wrap-inner-a5a5db56e{padding-left:50px;}.mcb-section .mcb-wrap .mcb-item-01c4c702a .mcb-column-inner-01c4c702a{text-align:right;}.mcb-section .mcb-wrap-grid.mcb-wrap-3c2a9a79f > .mcb-wrap-inner-3c2a9a79f{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-3c2a9a79f > .mcb-wrap-inner-3c2a9a79f{justify-content:flex-end;}section.mcb-section-fed460c28{padding-top:170px;padding-bottom:100px;}section.mcb-section-fed460c28 .mcb-section-inner-fed460c28{align-items:center;justify-content:flex-end;}section.mcb-section-fed460c28 .mfn-shape-divider-bottom svg{height:50px;--mfn-shape-divider:#F4EEE5;}.mcb-section .mcb-wrap .mcb-item-9ol4aajc .fancy_heading .title{color:#222D62;font-size:30px;font-family:'Eduplay Bold';margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-9ol4aajc .fancy_heading .inside{color:#222D62;font-size:18px;}.mcb-section .mcb-wrap .mcb-item-9ol4aajc .fancy_heading{text-align:center;}.mcb-section .mcb-wrap-grid.mcb-wrap-068nh51w > .mcb-wrap-inner-068nh51w{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-grid.mcb-wrap-ylkrb69nf > .mcb-wrap-inner-ylkrb69nf{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-ylkrb69nf > .mcb-wrap-inner-ylkrb69nf{align-content:center;align-items:center;justify-content:center;}section.mcb-section-84c2ieg{background-color:#F4EEE5;padding-top:50px;}section.mcb-section-84c2ieg .mcb-section-inner-84c2ieg{align-items:center;justify-content:center;align-content:center;}section.mcb-section-84c2ieg .mfn-shape-divider-bottom svg{height:50px;--mfn-shape-divider:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-9lq5n99e .mcb-column-inner-9lq5n99e{text-align:center;}.mcb-section .mcb-wrap-grid.mcb-wrap-lnprvb3r > .mcb-wrap-inner-lnprvb3r{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .desc-wrapper{text-align:left;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .desc{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .mfn-icon-box{padding-top:0px;background-color:#EFF5F6;border-style:dashed;border-width:1px 1px 1px 1px;border-color:#ccc;border-radius:20px 20px 20px 20px;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .icon-wrapper{background-color:#FFFFFF;border-style:dashed;border-width:0px 0px 0px 0px;height:65px;width:65px;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .mcb-column-inner-zgkfdjj{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-zgkfdjj .title{color:#222D62;margin-bottom:0px;font-size:18px;font-family:'Eduplay Bold';}.mcb-section .mcb-wrap-grid.mcb-wrap-043txps6 > .mcb-wrap-inner-043txps6{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-043txps6 > .mcb-wrap-inner-043txps6{align-content:stretch;align-items:center;justify-content:center;}.mcb-section .mcb-wrap-043txps6{align-self:stretch;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .desc-wrapper{text-align:left;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .desc{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .mfn-icon-box{padding-top:0px;background-color:#EFF5F6;border-style:dashed;border-width:1px 1px 1px 1px;border-color:#CCCCCC;border-radius:20px 20px 20px 20px;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .icon-wrapper{background-color:#FFFFFF;border-style:none;height:65px;width:65px;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .mcb-column-inner-ajmpz0u{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-ajmpz0u .title{color:#222D62;margin-bottom:0px;font-size:18px;font-family:'Eduplay Bold';}.mcb-section .mcb-wrap-grid.mcb-wrap-vlmr5q4 > .mcb-wrap-inner-vlmr5q4{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-vlmr5q4 > .mcb-wrap-inner-vlmr5q4{align-content:stretch;align-items:center;justify-content:center;}.mcb-section .mcb-wrap-vlmr5q4{align-self:stretch;}.mcb-section .mcb-wrap-grid.mcb-wrap-12rdxfx5 > .mcb-wrap-inner-12rdxfx5{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .desc-wrapper{text-align:left;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .desc{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .mfn-icon-box{padding-top:0px;background-color:#EFF5F6;border-style:dashed;border-width:1px 1px 1px 1px;border-color:#ccc;border-radius:20px 20px 20px 20px;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .icon-wrapper{background-color:#FFFFFF;border-style:dashed;border-width:0px 0px 0px 0px;height:65px;width:65px;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .mcb-column-inner-zkzdw28{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-zkzdw28 .title{color:#222D62;margin-bottom:0px;font-size:18px;font-family:'Eduplay Bold';}.mcb-section .mcb-wrap-grid.mcb-wrap-pq3v1mzl > .mcb-wrap-inner-pq3v1mzl{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-pq3v1mzl > .mcb-wrap-inner-pq3v1mzl{align-content:stretch;align-items:center;justify-content:center;}.mcb-section .mcb-wrap-pq3v1mzl{align-self:stretch;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .desc-wrapper{text-align:left;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .desc{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .mfn-icon-box{padding-top:0px;background-color:#EFF5F6;border-style:dashed;border-width:1px 1px 1px 1px;border-color:#CCCCCC;border-radius:20px 20px 20px 20px;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .icon-wrapper{background-color:#FFFFFF;border-style:none;height:65px;width:65px;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .mcb-column-inner-w5c4v0zu{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-w5c4v0zu .title{color:#222D62;margin-bottom:0px;font-size:18px;font-family:'Eduplay Bold';}.mcb-section .mcb-wrap-grid.mcb-wrap-xkf4z3qc > .mcb-wrap-inner-xkf4z3qc{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-xkf4z3qc > .mcb-wrap-inner-xkf4z3qc{align-content:stretch;align-items:center;justify-content:center;}.mcb-section .mcb-wrap-xkf4z3qc{align-self:stretch;}.mcb-section .mcb-wrap-grid.mcb-wrap-3ggohwi > .mcb-wrap-inner-3ggohwi{grid-template-columns:repeat(3, 1fr);}section.mcb-section-y9u8lmib{background-color:#F4EEE5;padding-bottom:20px;padding-top:50px;}section.mcb-section-y9u8lmib .mfn-shape-divider-bottom svg{height:50px;}section.mcb-section-y9u8lmib .mcb-section-inner-y9u8lmib{align-content:center;align-items:center;justify-content:center;}.mcb-section .mcb-wrap .mcb-item-wtpeetg .fancy_heading .inside{color:#222D62;margin-bottom:0px;font-size:18px;font-family:'Eduplay Bold';}.mcb-section .mcb-wrap .mcb-item-wtpeetg .fancy_heading .title{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-wtpeetg .fancy_heading{text-align:center;}.mcb-section .mcb-wrap .mcb-item-wtpeetg .mcb-column-inner-wtpeetg{margin-bottom:10px;}.mcb-section .mcb-wrap .mcb-item-3qbphh4 .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-3qbphh4 .icon-wrapper{border-radius:50px 50px 50px 50px;border-style:dashed;border-color:#222d62;border-width:1px 1px 1px 1px;width:40px;height:40px;margin-right:5px;}.mcb-section .mcb-wrap .mcb-item-3qbphh4 .mfn-icon-box:hover .icon-wrapper{background-color:#222D62;border-color:#222D62;}.mcb-section .mcb-wrap .mcb-item-3qbphh4 .mfn-icon-box:hover .icon-wrapper i{color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-3qbphh4 .desc{color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-vjcifjs .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-vjcifjs .icon-wrapper{border-radius:50px 50px 50px 50px;border-style:dashed;border-color:#222d62;border-width:1px 1px 1px 1px;width:40px;height:40px;margin-right:5px;}.mcb-section .mcb-wrap .mcb-item-vjcifjs .mfn-icon-box:hover .icon-wrapper{background-color:#222D62;border-color:#222D62;}.mcb-section .mcb-wrap .mcb-item-vjcifjs .mfn-icon-box:hover .icon-wrapper i{color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-vjcifjs .desc{color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-wflcvetx .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-wflcvetx .icon-wrapper{border-radius:50px 50px 50px 50px;border-style:dashed;border-color:#222d62;border-width:1px 1px 1px 1px;width:40px;height:40px;margin-right:5px;}.mcb-section .mcb-wrap .mcb-item-wflcvetx .mfn-icon-box:hover .icon-wrapper{background-color:#222D62;border-color:#222D62;}.mcb-section .mcb-wrap .mcb-item-wflcvetx .mfn-icon-box:hover .icon-wrapper i{color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-wflcvetx .desc{color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-c4txozno .icon-wrapper i{font-size:20px;color:#222D62;}.mcb-section .mcb-wrap .mcb-item-c4txozno .icon-wrapper{border-radius:50px 50px 50px 50px;border-style:dashed;border-color:#222d62;border-width:1px 1px 1px 1px;width:40px;height:40px;margin-right:5px;}.mcb-section .mcb-wrap .mcb-item-c4txozno .mfn-icon-box:hover .icon-wrapper{background-color:#222D62;border-color:#222D62;}.mcb-section .mcb-wrap .mcb-item-c4txozno .mfn-icon-box:hover .icon-wrapper i{color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-c4txozno .desc{color:#222D62;font-size:15px;}.mcb-section .mcb-wrap .mcb-item-qlqwxtiy .fancy_heading{text-align:center;}.mcb-section .mcb-wrap .mcb-item-qlqwxtiy .fancy_heading .inside{color:#222d62;font-size:12px;}.mcb-section .mcb-wrap .mcb-item-qlqwxtiy .mcb-column-inner-qlqwxtiy{padding-top:20px;}.mcb-section .mcb-wrap-grid.mcb-wrap-4op23ki > .mcb-wrap-inner-4op23ki{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-4op23ki > .mcb-wrap-inner-4op23ki{padding-top:0px;margin-top:0px;}.mcb-section .mcb-wrap-grid.mcb-wrap-tx5of8k7 > .mcb-wrap-inner-tx5of8k7{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-tx5of8k7 > .mcb-wrap-inner-tx5of8k7{align-content:center;align-items:center;justify-content:center;margin-bottom:30px;}section.mcb-section-dlclbayn .mfn-shape-divider-top svg{height:50px;--mfn-shape-divider:#F4EEE5;}section.mcb-section-dlclbayn{padding-top:100px;margin-bottom:0px;}