/*====================================
# Header Template One Css
====================================*/
/* Header Top */
.header-top-area {
    background-color: #1F0B45;
    padding: 10px 0;
}

.header-top-info ul li {
    margin-right: 15px;
    font-size: 16px;
}

.header-top-info ul li:last-child{
    margin-right: 0;
}

.header-top-info-item p {
    display: inline-block;
}

.header-top-info-item,.header-top-info-item a{
    color: #ffffff;
}

.header-top-info-item i {
    font-size: 16px;
    color: var(--kidowz-secondary-color);
}

.header-top-info-item svg {
    width: 16px;
    margin-top: -3px;
    fill: var(--kidowz-secondary-color);
}

.header-top-info-item i, .header-top-info-item svg{
    margin-right: 5px;
}


.header-top-info a:hover{
    color: #ffffff;
}
.header-top-social {
    text-align: right;
}
.header-top-social i {
    font-size: 16px;
}

.header-top-social svg {
    width: 16px;
    fill: #ffffff;
    transition: .3s;
}

.header-top-social a {
    padding: 0 5px;
    color: #ffffff;
}

.header-top-social a:last-child {
    padding-right: 0;
}

.header-top-social a:hover {
    color: var(--kidowz-primary-color-three);
}

.header-top-social a:hover svg{
    fill: var(--kidowz-primary-color-three);
}

/* Header Top End */

.kidowz-header-template-one .header-navigation-area{
    text-align: center;
}

.kidowz-header-template-one .header-logo-and-menu-area-content-wrapper {
    position: relative;
}

.kidowz-header-template-one .header-logo-and-menu-area-wrapper.wrapper-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

/* Header Search CSS */
.search-toggler {
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(205, 206, 208, 0.32);
    cursor: pointer;
    transition: .3s;
}

.main-header__search.search-toggler span {
    margin-left: 5px;
    font-family: var(--kidowz-heading-font);
    color: var(--kidowz-primary-color);
    letter-spacing: .5px;
}

.main-header__search.search-toggler svg path {
    stroke: #000000;
    fill: transparent;
}

.main-header__search.search-toggler svg {
    width: 25px;
    height: 25px;
}
.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup.active {
    z-index: 999999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

.search-popup__content form.search-form .search-submit {
    width: 70px;
    font-size: 20px;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    background-color: var(--kidowz-primary-color);
}

.search-popup__content form.search-form input[type="search"] {
    border: none !important;
    height: 70px;
}


.search-popup__content input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595d63;
    opacity: 1; /* Firefox */
}

.search-popup__content input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595d63;

}

.search-popup__content input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #595d63;
}


.search-popup__content input:-webkit-autofill,
.search-popup__content input:-webkit-autofill:hover,
.search-popup__content input:-webkit-autofill:focus,
.search-popup__content textarea:-webkit-autofill,
.search-popup__content textarea:-webkit-autofill:hover,
.search-popup__content textarea:-webkit-autofill:focus,
.search-popup__content select:-webkit-autofill,
.search-popup__content select:-webkit-autofill:hover,
.search-popup__content select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.main-header__search.search-toggler:hover,.kidowz-header-cart-url:hover {
    background-color: var(--kidowz-primary-color);
    border-color: var(--kidowz-primary-color);
}

.kidowz-header-cart-url:hover {
    color: #ffffff;
}

.main-header__search.search-toggler:hover svg path {
    stroke: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .search-popup.active .search-popup__overlay {
        transform: scale(2);
    }
}
/* Header Search CSS End */

/* Header Cart */

.header-buttons-area .widget_shopping_cart_content {
    padding: 30px;
}

li.header-mini-cart {
    position: relative;
}
.kidowz-header-cart-url {
    position: relative;
    font-size: 24px;
    color: #000000;
    height: 56px;
    width: 56px;
    text-align: center;
    border: 1px solid rgba(205, 206, 208, 0.32);
    margin-left: 25px;
    border-radius: 50%;
    line-height: 56px;
}
.header-cta-button {
    margin-left: 30px;
    line-height: 1;
}
.header-buttons-area .cart-product-count {
    font-size: 14px;
    position: absolute;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    right: -5px;
    top: 5px;
    font-weight: 500;
    background: var(--kidowz-primary-color);
}

.header-area.site-header {
    position: relative;
    z-index: 1000;
}

.header-shape {
    position: absolute;
    bottom: 2px;
    z-index: 1;
    height: 15px;
    width: 100%;
}

.header-shape img {
    width: 100%;
}
/* Cart URL End */


/* Offcanvas Start */
.offcanvas-menu-trigger {
    height: 56px;
    width: 56px;
    margin-left: 25px;
    line-height: 4px;
    text-align: right;
    cursor: pointer;
    border: 1px solid rgba(205, 206, 208, 0.32);
    border-radius: 50%;
    padding: 12px 13px;
    transition: .3s;
}

.offcanvas-menu-trigger span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    line-height: 1;
    border-radius: 50px;
    transition: .3s;
}

.offcanvas-menu-trigger span:first-child{
    width: 50%;
}

.offcanvas-menu-trigger span:last-child{
    width: 80%;
}

.offcanvas-menu-trigger:hover span:first-child,
.offcanvas-menu-trigger:hover span:last-child{
    width: 100%;
}

.kidowz-offcanvas-wrapper.offcanvas.offcanvas-start {
    border-right: 0;
}
.logged-in.admin-bar .kidowz-offcanvas-wrapper {
    margin-top: 32px;
}

.offcanvas-body {
    padding: 30px;
}

.kidowz-offcanvas-wrapper {
    overflow: hidden;
}

.kidowz-offcanvas-wrapper .offcanvas-header {
    padding: 30px;
}

.kidowz-offcanvas-wrapper .btn-close {
    box-shadow: none !important;
    position: relative;
    opacity: 1;
    color: #ffffff;
    padding: 5px;
    font-size: 22px;
    height: 45px;
    width: 45px;
    line-height: 32px;
    transform: rotate(45deg);
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--kidowz-primary-color);
    background-image: none !important;
}

.kidowz-offcanvas-logo {
    max-width: 190px;
}

.kidowz-offcanvas-wrapper #mobile-menu-wrap {
    display: none;
    height: auto;
    width: 100%;
    position: relative;
    right: 0;
    padding: 0;
    margin-bottom: 35px;
}

.kidowz-offcanvas-wrapper .slicknav_nav, .kidowz-offcanvas-wrapper .slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
    margin-top: 0;
}

.kidowz-offcanvas-contact-info-wrapper p {
    display: inline-block;
    margin-bottom: 0;
}

.kidowz-offcanvas-contact-info-wrapper li {
    display: flex;
    margin-bottom: 14px;
}

.kidowz-offcanvas-contact-info-wrapper li i {
    color: var(--kidowz-primary-color);
    margin-right: 10px;
    font-size: 18px;
}

.kidowz-offcanvas-contact-info-wrapper li a:hover{
    color: var(--kidowz-primary-color);
}

.kidowz-offcanvas-contact-info-wrapper li i.flaticon-map-1 {
    font-size: 20px;
}

.kidowz-offcanvas-contact-info-wrapper,
.kidowz-offcanvas-desc,.offcanvas-cta-btn {
    margin-bottom: 30px;
}
.header-cta-button .kidowz-theme-btn-one__inner,
.offcanvas-cta-btn .kidowz-theme-btn-one__inner{
    background-color: var(--kidowz-primary-color);
}

.kidowz-offcanvas-contact-info-wrapper li i.far.fa-clock {
    margin-top: 6px;
}

.offcanvas-cta-btn .kidowz-theme-btn-one {
    width: 100%;
    text-align: center;
}

.offcanvas-social li a {
    font-size: 16px;
    background: #fbf7ef;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #1c2329;
    border-radius: 5px;
}

.offcanvas-social li a:hover {
    background: var(--kidowz-primary-color);
    color: #ffffff;
}

.offcanvas.offcanvas-end {
    border-left: 2px solid var(--kidowz-primary-color);
}

.offcanvas-menu-trigger:hover{
    background-color: var(--kidowz-primary-color);
}

.offcanvas-menu-trigger:hover span{
    background-color: #ffffff;
}

.offcanvas-only-mobile-menu #mobile-menu-wrap {
    display: block;
}

.offcanvas-menu-trigger.use-for-mobile-menu{
    display: none;
}

/* Offcanvas End */

@media only screen and (max-width: 1024px) {
    .kidowz-header-cart-url,.offcanvas-menu-trigger,.header-cta-button{
        margin-left: 20px;
    }

    .header-top-social,.header-top-info {
        text-align: center;
    }

    .kidowz-offcanvas-wrapper #mobile-menu-wrap,
    .offcanvas-menu-trigger.use-for-mobile-menu{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-header-cart-url {
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .header-buttons-area .cart-product-count {
        font-size: 13px;
        height: 23px;
        width: 23px;
        line-height: 23px;
        right: -9px;
        top: -2px;
    }

    .search-toggler {
        width: 40px;
        height: 40px;
        line-height: 34px;
    }

    .main-header__search.search-toggler svg {
        width: 20px;
        height: 20px;
    }

    .offcanvas-menu-trigger {
        height: 40px;
        width: 40px;
        padding: 7px 8px;
        line-height: 1px;
    }

    .offcanvas-menu-trigger span:first-child,
    .offcanvas-menu-trigger span:last-child{
        width: 100%;
    }

    .kidowz-header-cart-url, .offcanvas-menu-trigger, .header-cta-button {
        margin-left: 14px;
    }
}

/*====================================
# Section Title
====================================*/
.kidowz-section-title-one-wrapper {
    margin-bottom: 35px;
}

.kidowz-section-title-one-subtitle {
    color: var(--kidowz-primary-color-two);
    font-size: 16px;
    display: inline-block;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.kidowz-section-title-one-title {
    font-size: 64px;
    line-height: 116%;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    overflow: hidden;
}

.kidowz-section-title-one-desc {
    margin-top: 25px;
}

.kidowz-section-title-one-wrapper.section-btn-enable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.kidowz-section-title-one-wrapper.section-btn-enable .kidowz-section-title-one-content {
    flex: 1;
}

@media only screen and (max-width: 1366px) {
    .container.kidowz-section-title-one-main-wrapper {
        max-width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .kidowz-section-title-one-wrapper.section-btn-enable{
        display: block;
    }

    .kidowz-section-button-wrapper {
        margin-top: 35px;
    }

    .kidowz-section-title-one-title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-section-title-one-wrapper {
        margin-bottom: 20px;
    }

    .kidowz-section-title-one-title {
        font-size: 36px;
    }
}

/*====================================
# Icon List One
====================================*/
.icon-list-one-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}

.kidowz-icon-list-one-wrapper li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 12px;
    font-family: var(--kidowz-heading-font);
}


.kidowz-icon-list-one-wrapper,.kidowz-icon-list-one-wrapper a{
    color: #121212;
}
.kidowz-icon-list-one-icon{
    margin-right: 10px;
}

.kidowz-icon-list-one-icon svg {
    width: 24px;
    margin-top: -2px;
}

/*====================================
# Program One
====================================*/
.program-one-item {
    margin-bottom: 30px;
    background-color: var(--kidowz-primary-color-two);
    border-radius: 30px;
    padding: 40px 30px 35px 30px;
    text-align: center;
}

.program-one-image-wrapper {
    border: 1px dashed #ffffff;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.program-one-image {
    height: 160px;
    width: 160px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 50%;
    margin-top: -1.5px;
}

.program-one-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.kidowz-program-one-title,
.kidowz-program-one-title a,
.kidowz-program-one-title a:hover{
    color: #ffffff;
    line-height: 140%;
}

.kidowz-program-one-desc {
    color: #ffffff;
    line-height: 165%;
}


.kidowz-program-one-btn {
    margin-top: 20px;
}

.kidowz-program-one-btn a {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--kidowz-heading-font);
    font-size: 16px;
    letter-spacing: .5px;
}


.kidowz-program-one-btn a:hover{
    color: #ffffff;
}

a .kidowz-title-hover-line,
.kidowz-hover-line {
    background-image: linear-gradient(#ffffff, #ffffff 2px);
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: .4s;
    display: inline;
    background-position: bottom left;
}

.program-one-content .kidowz-title-hover-line, .program-one-content .kidowz-hover-line {
    background-image: linear-gradient(#ffffff, #ffffff 2px);
}

a .kidowz-title-hover-line:hover,
.kidowz-hover-line:hover{
    background-size: 100% 2px;
}

.kidowz-program-box-one-wrapper .row .program-one-column:nth-child(2) .program-one-item{
    background-color: var(--kidowz-secondary-color);
}

.kidowz-program-box-one-wrapper .row .program-one-column:nth-child(3) .program-one-item{
    background-color: #DF57A8;
}

.kidowz-program-box-one-wrapper .row .program-one-column:nth-child(4) .program-one-item{
    background-color: #A5BE25;
}

/*====================================
# Program Two
====================================*/
.program-two-item {
    margin-bottom: 30px;
}

.program-two-image-wrapper {
    position: relative;
}

.program-two-image {
    height: 320px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.program-two-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.program-two-details-icon {
    height: 60px;
    width: 60px;
    background: var(--kidowz-primary-color-three);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
}

.program-two-details-icon:hover{
    color: #ffffff;
}

.program-two-content {
    text-align: center;
    margin-top: 50px;
}

.kidowz-program-two-bottom-text {
    margin-top: 20px;
    font-family: var(--kidowz-heading-font);
    color: var(--kidowz-primary-color-three);
    font-size: 18px;
}

/*====================================
# Class One
====================================*/
.class-one-item {
    margin-bottom: 30px;
}

.class-one-image {
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
}

.class-one-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.class-one-image a {
    height: 100%;
}

.class-one-content-wrapper {
    position: relative;
    width: calc(100% - 60px);
    margin: -100px auto 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.class-one-content-wrapper svg {
    position: absolute;
    height: 110%;
    width: 103%;
}

.class-one-content {
    position: relative;
    padding: 65px 30px 35px 30px;
    text-align: center;
}

.kidowz-class-one-subtitle {
    color: #ffffff;
    margin-bottom: 10px;
}

.kidowz-class-one-title,.kidowz-class-one-title a,.kidowz-class-one-title a:hover,.kidowz-class-one-desc {
    color: #ffffff;
}

.kidowz-class-one-title .kidowz-hover-line {
    background-image: linear-gradient(#FFFFFF, #FFFFFF 2px);
}

@media only screen and (max-width: 991px) {
    .class-one-content-wrapper {
        width: calc(100% - 40px);
    }

    .class-one-content {
        padding: 65px 20px 35px 20px;
    }

    .class-one-image {
        height: 330px;
    }
}

/*====================================
# Class Two
====================================*/
.class-two-item {
    margin-bottom: 30px;
}

.class-two-image {
    height: 290px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.class-two-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.class-two-content-wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 20px 20px;
}

.class-two-content-wrapper {
    position: relative;
    padding: 75px 35px 40px 35px;
    text-align: center;
    margin-top: -30px;

}

.class-two-content-wrapper svg path {
    fill: #FAF4EA;
    transition: .3s;
}

.class-two-content {
    position: relative;
}

.class-two-image a {
    height: 100%;
}

.kidowz-class-two-title {
    font-size: 26px;
}

.kidowz-class-two-subcontent-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--kidowz-heading-font);
    color: #1F0B45;
    font-size: 18px;
    font-weight: 500;
    border-top: 1px solid #d9d9d9;
    padding-top: 28px;
    margin-top: 30px;
}

.kidowz-class-two-subcontent span {
    display: block;
    color: var(--kidowz-primary-color-three);
}

.class-name-wrapper {
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 1;
    background-color: var(--kidowz-primary-color-three);
    border-radius: 50%;
    top: -45px;
    left: 50%;
    margin-left: -50px;
}

.class-name {
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    border: 1px dashed #fff;
    border-radius: 50%;
    margin-top: 8px;
    margin-left: 8px;
    font-family: var(--kidowz-heading-font);
    color: #ffffff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 18px;
}

.class-two-item:hover  svg path{
    fill: var(--kidowz-primary-color-three);
}

.kidowz-class-two-desc,.kidowz-class-two-subcontent-wrapper,
.kidowz-class-two-subcontent-wrapper,.kidowz-class-two-subcontent,
.kidowz-class-two-subcontent span,
.class-name-wrapper,.class-name {
    transition: .3s;
}

.class-two-item:hover .kidowz-class-two-title,
.class-two-item:hover .kidowz-class-two-title a,
.class-two-item:hover .kidowz-class-two-desc,
.class-two-item:hover .kidowz-class-two-subcontent,
.class-two-item:hover .kidowz-class-two-subcontent span{
    color: #ffffff;
}

.kidowz-class-two-title .kidowz-hover-line {
    background-image: linear-gradient(#ffffff, #ffffff 2px);
}

.class-two-item:hover .class-name{
    color: var(--kidowz-primary-color-three);
}

.class-two-item:hover .kidowz-class-two-subcontent-wrapper{
    border-color: #d9d9d9;
}

.class-two-item:hover .class-name-wrapper {
    background-color: #ffffff;
}

.class-two-item:hover .class-name {
    border-color: var(--kidowz-primary-color-three);
}

@media only screen and (max-width: 991px) {
    .class-two-content-wrapper {
        padding: 75px 25px 40px 25px;
    }
}

/*====================================
# Class With Filter
====================================*/
.kidowz-gallery-filter-button-wrapper {
    text-align: center;
}

.kidowz-gallery-filter-button-wrapper {
    font-family: var(--kidowz-heading-font);
    color: #121212;
    font-size: 20px;
}

.kidowz-gallery-filter-button li {
    padding: 5px;
    cursor: pointer;
    margin-right: 15px;
    transition: .3s;
}

.kidowz-gallery-filter-button li:last-child {
    margin-right: 0;
}

.kidowz-gallery-filter-button li.active{
    cursor: default;
}

.kidowz-gallery-filter-button li.active,
.kidowz-gallery-filter-button li:hover{
    color: var(--kidowz-primary-color);
}

.kidowz-filter-mobile-title {
    display: none;
}

.kidowz-gallery-filter-button-wrapper {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .kidowz-gallery-filter-button-wrapper {
        margin-bottom: 30px;
    }
}

/*====================================
# Icon Box One
====================================*/

.kidowz-icon-box-one-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
}

.kidowz-icon-box-one-icon-wrapper {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 1px dashed var(--kidowz-primary-color-two);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    left: 0;
    top: 5px;
    padding: 8px;
}

.kidowz-icon-box-one-icon {
    background-color: var(--kidowz-primary-color-two);
    height: 82px;
    width: 82px;
    display: inline-block;
    border-radius: 50%;
    line-height: 82px;
    font-size: 40px;
    color: #ffffff;
}

.kidowz-icon-box-one-icon svg {
    width: 45px;
    margin-top: -10px;
}

.kidowz-icon-box-one-title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 116%;
}

@media only screen and (min-width: 1280px) {
    .kidowz-icon-box-one-wrapper.icon-right .kidowz-icon-box-one-icon-wrapper {
        left: auto;
        right: 0;
    }

    .kidowz-icon-box-one-wrapper.icon-right .kidowz-icon-box-one-item{
        padding-left: 0;
        padding-right: 120px;
    }

    .kidowz-icon-box-one-wrapper.icon-right .kidowz-icon-box-one-content {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .kidowz-icon-box-one-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {

    .kidowz-icon-box-one-item {
        padding-left: 95px;
    }

    .kidowz-icon-box-one-icon-wrapper {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .kidowz-icon-box-one-icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 35px;
    }

    .kidowz-icon-box-one-icon svg{
        width: 35px;
    }
}

/*====================================
# Icon Box Two
====================================*/
.kidowz-icon-box-two-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    color: var(--kidowz-primary-color-three);
    display: flex;
}

.kidowz-icon-box-two-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}


.kidowz-icon-box-two-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}


/*====================================
# Teacher One
====================================*/
.kidowz-single-teacher-one {
    margin-bottom: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.kidowz-teacher-image {
    display: block;
    height: 380px;
    position: relative;
}

.kidowz-teacher-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.kidowz-teacher-name-designation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 25px 30px 25px;
}

.kidowz-teacher-name-designation svg {
    height: 101%;
    width: 101%;
    position: absolute;
    left: 0;
    top: 0;
}

.kidowz-teacher-name,.kidowz-teacher-designation {
    position: relative;
}

.kidowz-teacher-name {
    margin-bottom: 10px;
    line-height: 116%;
}

.kidowz-teacher-designation {
    display: block;
    font-size: 16px;
    color: var(--kidowz-primary-color-two);
}


.kidowz-teacher-one-wrapper .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color-two), var(--kidowz-primary-color-two) 2px);
}

/*====================================
# Teacher Two
====================================*/
.kidowz-single-teacher-two {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.kidowz-teacher-two-image {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.kidowz-teacher-two-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.kidowz-teacher-two-name-designation {
    margin-top: 30px;
}

.kidowz-teacher-two-name {
    margin-bottom: 10px;
    line-height: 116%;
}

.kidowz-teacher-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kidowz-teacher-social ul li {
    display: inline-block;
}

.kidowz-teacher-social a {
    font-size: 16px;
    padding: 5px;
}

.kidowz-teacher-social {
    text-align: center;
    margin-top: 10px;
}

.kidowz-teacher-two-designation,
.kidowz-teacher-social a:hover,
.kidowz-teacher-two-name a:hover{
    color: var(--kidowz-primary-color-three);
}

.kidowz-teacher-two-name .kidowz-hover-line{
    background-image: linear-gradient(var(--kidowz-primary-color-three), var(--kidowz-primary-color-three) 2px);
}

.kidowz-single-teacher-two:hover img,
.zigzag-item:hover img{
    transform: scale(1.1) rotate(4deg);
}


/*====================================
# Teacher Three
====================================*/
.kidowz-single-teacher-three {
    background-color: #F4F0FC;
    padding: 30px;
    border-radius: 50px 20px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: .3s;
}

.kidowz-single-teacher-three:hover {
    border-color: var(--kidowz-primary-color);
}

.kidowz-teacher-three-image {
    height: 300px;
    border-radius: 30px 10px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.kidowz-teacher-three-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.kidowz-teacher-three-name .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color), var(--kidowz-primary-color) 2px);
}


.kidowz-teacher-three-name {
    margin-bottom: 5px;
}

.kidowz-teacher-three-social-wrapper .kidowz-teacher-social {
    text-align: left;
    margin-top: 5px;
}


/*====================================
# Class Teacher One
====================================*/
.kidowz-class-teacher-one {
    background-color: #faf4ea;
    border-radius: 20px;
    overflow: hidden;
}

.class-teacher-info {
    padding: 30px 30px 30px 15px;
}

.teacher-info-subtitle {
    color: var(--kidowz-primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.teacher-info-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 131%;
    margin-bottom: 10px;
}

.teacher-info-list ul li span:first-child {
    color: #121212;
    font-weight: 700;
    margin-right: 5px;
}

.teacher-info-list ul li{
    margin-top: 10px;
}
.teacher-info-desc {
    margin-bottom: 20px;
}
.class-teacher-img {
    height: 100%;
}

.class-teacher-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 767px) {
    .class-teacher-info {
        padding: 30px 20px 30px 20px;
        margin-top: 15px;
    }
}

/*====================================
# Calender
====================================*/

.kidowz-calender-title {
    font-size: 28px;
    margin-bottom: 20px;
}


.kidowz-calender table {
    margin: 0;
}

.kidowz-calender {
    border: 2px solid var(--kidowz-secondary-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.kidowz-calender table,.kidowz-calender table tr,.kidowz-calender table th,
.kidowz-calender table td{
    border: none;
}

.kidowz-calender td.today {
    background-color: #f9b020;
    border-radius: 5px;
    color: #ffffff;
}

.kidowz-calender td{
    color: var(--kidowz-primary-color);
    font-weight: 600;
}

.kidowz-calender tr.day-name th {
    padding: 10px 0 25px;
}

/*====================================
# Contact Box Icon
====================================*/

.contact-box-one-item {
    margin-bottom: 35px;
}

.kidowz-contact-one-title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kidowz-contact-one-desc p {
    margin-bottom: 0;
}

.kidowz-contact-one-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px;
}

.contact-one-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    color: var(--kidowz-primary-color);
}

.kidowz-contact-one-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kidowz-contact-one-desc ul li {
    font-weight: 600;
    margin-top: 5px;
}

.kidowz-contact-one-desc {
    margin-top: 25px;
}

.contact-one-icon svg{
    margin-top: -10px;
}

.kidowz-contact-one-socials a {
    display: block;
    padding: 5px;
    font-size: 20px;
    color: var(--kidowz-primary-color);
}

.kidowz-contact-one-socials {
    margin-top: 23px;
}

.kidowz-contact-one-socials li {
    margin-right: 10px;
}

.kidowz-contact-one-socials li:last-child {
    margin-right: 0;
}

/*====================================
# Contact Form 7
====================================*/
.kidowz-contact-form-main-container{
    border: 1px solid #D9D9D9;
    padding: 40px;
    border-radius: 15px;
}

.kidowz-form-title {
    margin-bottom: 30px;
}

.kidowz-form-control-wrapper p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .kidowz-contact-form-main-container {
        padding: 30px 25px;
    }
}
/*====================================
# Program Details
====================================*/
.kidowz-class-info-wrapper {
    padding: 30px 40px 40px 40px;
    background-color: #FAF4EA;
    border-radius: 20px;
}

.program-info-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
}


.program-info-item {
    color: #1F0B45;
    font-weight: 500;
    font-family: var(--kidowz-heading-font);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

.program-info-item:last-child{
    border-bottom: none;
}

.kidowz-class-info-wrapper .kidowz-theme-btn-one {
    width: 100%;
    text-align: center;
    border-radius: 50px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .kidowz-class-info-wrapper {
        padding: 30px 20px;
    }
}

/*====================================
# Zigzag Image Content Box
====================================*/
.zigzag-item {
    margin-bottom: 30px;
}

.zigzag-two-image {
    border-radius: 20px;
    overflow: hidden;
}
.zigzag-two-image img{
    transition: .3s;
}

.zigzag-column:nth-child(odd) .zigzag-item .zigzag-image-wrapper.image-bottom,
.zigzag-column:nth-child(even) .zigzag-item .zigzag-image-wrapper.image-top {
    display: none;
}

.zigzag-image-wrapper.image-top {
    margin-bottom: 25px;
}
.zigzag-image-wrapper.image-bottom,
.zigzag-button-wrapper{
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .zigzag-column:nth-child(even) .zigzag-item .zigzag-image-wrapper.image-top {
        display: block;
    }
    .zigzag-column:nth-child(even) .zigzag-item .zigzag-image-wrapper.image-bottom {
        display: none;
    }
}

/*====================================
# CTA One
====================================*/
.kidowz-cta-one-wrapper {
    padding: 100px;
    background-color: #faf4ea;
    border-radius: 30px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.kidowz-cta-one-wrapper .kidowz-section-title-one-content {
    width: 56%;
    display: inline-block;
}

.kidowz-cta-one-wrapper .kidowz-section-button-wrapper {
    margin-top: 50px;
}

.kidowz-cta-one-wrapper.kidowz-section-title-one-wrapper {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .kidowz-cta-one-wrapper .kidowz-section-title-one-content {
        width: 80%;
    }

    .kidowz-cta-one-wrapper {
        padding: 65px 40px 60px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-cta-one-wrapper .kidowz-section-title-one-content {
        width: 100%;
    }

    .kidowz-cta-one-wrapper {
        padding: 50px 20px 50px 20px;
    }

    .kidowz-cta-one-wrapper .kidowz-section-button-wrapper {
        margin-top: 30px;
    }
}


/*====================================
# Recent Post One
====================================*/
.kidowz-single-post-one-item {
    margin-bottom: 30px;
}

.kidowz-recent-post-one-wrapper .kidowz-post-thumbnail {
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.kidowz-recent-post-one-content {
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 90%;
    margin: -150px auto 0 auto;
    position: relative;
}


.kidowz-recent-post-one-wrapper .post-title {
    font-size: 24px;
    line-height: 141%;
    margin-bottom: 10px;
}
.kidowz-recent-post-one-wrapper .post-title a:hover{
    color: var(--kidowz-primary-color-two);
}
.kidowz-recent-post-one-wrapper .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color-two), var(--kidowz-primary-color-two) 2px);
}


.kidowz-recent-post-one-wrapper .kidowz-program-one-btn a {
    color: #121212;
}


.kidowz-recent-post-one-wrapper .kidowz-program-one-btn a:hover,
.kidowz-recent-post-one-wrapper .kidowz-post-meta ul li a:hover{
    color: var(--kidowz-primary-color-two);
}

.kidowz-recent-post-one-wrapper .kidowz-post-thumbnail .cat-links {
    position: absolute;
    right: 30px;
    top: 30px;
}

.kidowz-recent-post-one-wrapper .kidowz-post-thumbnail .cat-links i,
.kidowz-recent-post-one-wrapper .kidowz-post-meta i{
    display: none;
}

.kidowz-recent-post-one-wrapper .kidowz-post-thumbnail .cat-links a {
    background-color: var(--kidowz-primary-color-two);
    color: #ffffff;
    line-height: 1;
    padding: 10px 20px;
    font-family: var(--kidowz-heading-font);
    border-radius: 10px;
}


.kidowz-recent-post-one-wrapper .kidowz-post-meta ul li, .kidowz-recent-post-one-wrapper .kidowz-post-meta ul li a {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    position: relative;
}

.kidowz-recent-post-one-wrapper .kidowz-post-meta ul li:not(:last-child) {
    padding-right: 15px;
}

.kidowz-recent-post-one-wrapper .kidowz-post-meta ul li:not(:last-child):before {
    content: '';
    background-color: #666666;
    height: 16px;
    position: absolute;
    width: 1px;
    right: 0;
    top: 8px;
}

@media only screen and (max-width: 767px) {
    .kidowz-recent-post-one-wrapper .kidowz-post-thumbnail {
        height: 380px;
    }

    .kidowz-recent-post-one-content {
        padding: 30px 20px;
        width: 95%;
    }
}

/*====================================
# Recent Post Two
====================================*/
.kidowz-single-post-two-item {
    margin-bottom: 30px;
}

.kidowz-recent-post-two-thumbnail {
    height: 350px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.kidowz-recent-post-two-wrapper .post-title {
    font-size: 24px;
    line-height: 141%;
    margin-bottom: 10px;
}

.kidowz-recent-post-two-wrapper .post-meta {
    margin-bottom: 10px;
}

.kidowz-recent-post-two-wrapper .post-title a:hover,
.kidowz-recent-post-two-wrapper .kidowz-program-one-btn a:hover{
    color: var(--kidowz-primary-color-three);
}

.kidowz-recent-post-two-wrapper .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color-three), var(--kidowz-primary-color-three) 2px);
}
.kidowz-recent-post-two-wrapper .kidowz-program-one-btn a {
    color: var(--kidowz-primary-color-three);
}

/*====================================
# Recent Posts Three
====================================*/

.recent-post-three-item {
    background: #F4F0FC;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.recent-post-three-item .post-meta{
    margin-bottom: 10px;
}

.recent-post-three-item .post-meta ul li,
.recent-post-three-item .post-meta ul li a{
    color: var(--kidowz-primary-color);
}

.recent-post-three-item .post-title {
    font-size: 24px;
    line-height: 141%;
}

a .kidowz-title-hover-line, .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color), var(--kidowz-primary-color) 2px);
}


.kidowz-post-details-btn a {
    font-family: var(--kidowz-heading-font);
    color: #e33d5c;
    font-size: 20px;
}


.recent-post-three-item.post-1,
.recent-post-three-item.post-2,
.recent-post-three-item.post-4,
.recent-post-three-item.post-5{
    display: flex;
    gap: 20px;
}

.recent-post-three-item.post-1 .kidowz-post-thumbnail,
.recent-post-three-item.post-2 .kidowz-post-thumbnail,
.recent-post-three-item.post-4 .kidowz-post-thumbnail,
.recent-post-three-item.post-5 .kidowz-post-thumbnail{
    height: 160px;
    width: 190px;
    border-radius: 10px;
    flex: 0 0 auto;
}

.recent-post-three-item.post-3 .kidowz-post-thumbnail,.recent-post-three-item.post-6 .kidowz-post-thumbnail {
    height: 225px;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .recent-post-three-item.post-1,
    .recent-post-three-item.post-2,
    .recent-post-three-item.post-4,
    .recent-post-three-item.post-5{
        display: block;
        gap: 0;
    }

    .recent-post-three-item.post-1 .kidowz-post-thumbnail, .recent-post-three-item.post-2 .kidowz-post-thumbnail, .recent-post-three-item.post-4 .kidowz-post-thumbnail, .recent-post-three-item.post-5 .kidowz-post-thumbnail {
        height: 225px;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .recent-post-three-item {
        padding: 20px;
    }
}

/*====================================
# Home Banner One
====================================*/

.home-banner-one-wrapper {
    position: relative;
    background-color: #FEBE10;
    padding: 150px 0 350px;
}

.home-banner-one-wrapper .container,
.home-banner-two-wrapper .container{
    max-width: 1500px;
}

.banner-one-left-content {
    position: relative;
    z-index: 3;
}

.banner-one-subtitle {
    color: var(--kidowz-primary-color-two);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-one-title {
    color: #ffffff;
    font-size: 80px;
    font-weight: 600;
    line-height: 112%;
    margin-bottom: 35px;
}
.banner-one-desc {
    color: #606060;
    font-size: 18px;
    padding-right: 12%;
}

.hero-one-bottom-shape {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.hero-one-bottom-shape-one {
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

svg.hero-one-bottom-shape-two {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.banner-right-image {
    position: absolute;
    right: 0;
    bottom: 65px;
    max-width: 50%;
    z-index: 2;
}

.banner-one-title span {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 10px;
}

.banner-one-button-wrapper {
    margin-top: 50px;
}

.banner-one-button-wrapper .kidowz-button-two {
    margin-left: 10px;
}

.banner-one-button-wrapper .kidowz-theme-btn-one__inner,
.kidowz-button-wrapper.kidowz-button-el-widget .kidowz-theme-btn-one__inner,
.kidowz-section-button-wrapper .kidowz-theme-btn-one__inner{
    background-color: var(--kidowz-primary-color-two);
}

.banner-one-button-wrapper  .kidowz-theme-btn-one__bubble span{
    background-color: #ffffff;
}

.banner-one-button-wrapper .kidowz-theme-btn-one:hover {
    color: var(--kidowz-primary-color-two);
}

.banner-one-left-content .icon-image {
    position: absolute;
    top: 0;
    right: -40px;
    width: 90px;
}

@media only screen and (max-width: 1024px) {
    .banner-right-image {
        bottom: 20px;
    }

    .banner-one-desc {
        padding-right: 15%;
    }

    .banner-one-left-content .icon-image {
        top: -70px;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner-one-desc {
        padding-right: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-one-title {
        font-size: 38px;
    }

    .banner-one-desc {
        padding-right: 0;
    }

    .banner-one-button-wrapper {
        margin-top: 40px;
    }
    .home-banner-one-wrapper {
        padding: 100px 0 280px;
    }

    .banner-right-image {
        max-width: 70%;
    }

    svg.hero-one-bottom-shape-two {
        bottom: 18px;
    }

    .banner-one-left-content .icon-image{
        width: 55px;
    }
}

/*====================================
# Home Banner Two
====================================*/
.home-banner-two-wrapper {
    padding: 200px 0 180px;
    position: relative;
}

.top-left-img-wrapper {
    position: absolute;
    max-width: 230px;
    top: 10px;
    left: 0;
}

.bottom-left-img-wrapper {
    position: absolute;
    bottom: -50px;
    right: 100px;
    max-width: 100px;
}

.banner-two-subtitle {
    text-transform: uppercase;
    color: var(--kidowz-primary-color-three);
    font-weight: 600;
    letter-spacing: 1.6px;
    font-size: 16px;
    margin-bottom: 10px;
}

.banner-two-title {
    color: #1F0B45;
    font-size: 80px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 25px;
}

.banner-two-desc {
    color: #666666;
    font-weight: 500;
    line-height: 162%;
    font-size: 18px;
}

.banner-two-button-wrapper {
    margin-top: 40px;
    position: relative;
}

.banner-two-button-wrapper .kidowz-button-two{
    margin-left: 10px;
}

@media only screen and (max-width: 1280px) {
    .banner-two-title{
        font-size: 74px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-banner-two-wrapper.kidowz-cover-bg {
        background-position: left center;
    }

    .bottom-left-img-wrapper{
        right: 0;
    }

    .home-banner-two-wrapper {
        padding: 200px 0 140px;
    }
}

@media only screen and (max-width: 991px) {
    .home-banner-two-wrapper {
        padding: 200px 0 115px;
    }
}

@media only screen and (max-width: 767px) {

    .home-banner-two-wrapper {
        padding: 140px 0 75px;
    }

    .banner-two-title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .top-left-img-wrapper {
        max-width: 150px;
        top: 20px;
    }

    .bottom-left-img-wrapper {
        max-width: 80px;
        bottom: -100%;
    }
}

/*====================================
# Home Banner Three
====================================*/


.home-banner-three-wrapper {
    background-color: #F4F0FC;
    padding: 100px 0;
}

.banner-three-content {
    text-align: center;
}

.banner-three-subtitle {
    color: #703EDB;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-three-title {
    font-size: 80px;
    font-style: normal;
    line-height: 114%;
}

.banner-three-desc {
    width: 80%;
    display: inline-block;
    margin: 20px 0 40px;
}

.banner-three-button-wrapper {
    display: inline-flex;
    gap: 25px;
}

.banner-three-video-button i {
    height: 60px;
    width: 60px;
    border: 2px solid var(--kidowz-primary-color);
    text-align: center;
    border-radius: 50%;
    color: var(--kidowz-primary-color);
    line-height: 58px;
    margin-right: 15px;
}

.banner-three-video-button {
    color: #1F0B45;
    font-family: var(--kidowz-heading-font);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
}


.banner-three-image-two {
    margin-top: 100px;
}

.banner-three-image-three {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.kidowz-banner-counter-box .kidowz-counter-box-one-counter {
    color: var(--kidowz-primary-color);
    text-align: center;
    font-family: var(--kidowz-heading-font);
    font-size: 64px;
    font-weight: 500;
    line-height: 115%;
}

.kidowz-banner-counter-box .kidowz-counter-box-one {
    margin-top: 50px;
}

.banner-three-bottom{
    position: relative;
}

.banner-three-shape-one {
    width: 250px;
    position: absolute;
    left: -13%;
    top: -18%;
}

.banner-three-shape-two {
    position: absolute;
    right: 25%;
    top: 20%;
    width: 135px;
}


.banner-three-shape-three {
    position: absolute;
    right: 0;
    top: -5%;
    width: 80px;
}

@media only screen and (max-width: 1024px) {
    .banner-three-desc {
        width: 90%;
    }
    .banner-three-bottom {
        margin-top: 130px;
    }

    .banner-three-image-two {
        margin-top: 0;
    }

    .banner-three-shape-two {
        right: 15%;
        top: 10%;
    }

    .banner-three-shape-three {
        right: 5%;
        top: -25%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-three-image-three {
        display: none;
    }

    .banner-three-shape-two {
        right: 30%;
        top: 0%;
    }

    .banner-three-shape-three {
        right: 5%;
        top: -18%;
    }

    .banner-three-image-two {
        height: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three-title {
        font-size: 42px;
    }

    .banner-three-desc {
        width: 100%;
        margin: 10px 0 30px;
    }
    .banner-three-button-wrapper {
        display: block;
    }

    .banner-three-video-button {
        margin-top: 20px;
    }

    .banner-three-shape-one,.banner-three-shape-two,.banner-three-shape-three,.banner-three-image-two {
        display: none;
    }

    .banner-three-bottom {
        margin-top: 50px;
    }

    .kidowz-banner-counter-box .kidowz-counter-box-one {
        margin-top: 35px;
    }
}

/*====================================
# Promo Box One
====================================*/
.kidowz-promo-box-main-wrapper {
    background-color: #1F0B45;
    padding: 60px 50px 30px 50px;
    width: 95%;
    max-width: 1680px;
    margin: 0 auto;
    border-radius: 20px;
}

.promo-section-title-wrapper {
    margin-bottom: 40px;
}

.kidowz-promo-section-title {
    font-size: 30px;
    color: #ffffff;
    line-height: 130%;
    margin-bottom: 20px;
}
.kidowz-promo-box-wrapper {
    padding-left: 30px;
}
.promo-box-item {
    border: 1px solid #D9D9D9;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.promo-icon {
    font-size: 50px;
    color: var(--kidowz-primary-color);
    margin-bottom: 15px;
    line-height: 1;
    max-width: 60px;
}
.promo-title {
    color: #ffffff;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
}
.kidowz-promo-section-desc,
.promo-desc {
    color: #d9d7de;
    line-height: 162%;
}

@media only screen and (max-width: 1024px) {
    .kidowz-promo-box-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-promo-box-main-wrapper {
        padding: 30px 15px 5px 15px;
    }

    .promo-box-item {
        padding: 25px;
    }
}

/*====================================
# Image With Content One
====================================*/
.kidowz-image-with-content-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.kidowz-image-with-content-img {
    width: 400px;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}


.kidowz-image-with-content-img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.kidowz-image-with-content-bottom-text {
    background: var(--kidowz-primary-color);
    color: #ffffff;
    width: 75%;
    position: absolute;
    bottom: -30px;
    right: 0;
    padding: 30px;
    border-radius: 20px;
    padding-left: 265px;
}

.kidowz-image-with-content-list-item {
    margin-bottom: 25px;
}

.kidowz-image-with-content-list-wrapper {
    position: absolute;
    width: 100%;
    top: 30px;
    right: 0;
    padding-left: 425px;
}

.kidowz-image-with-content-list-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.kidowz-image-with-content-list-title i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--kidowz-primary-color);
}

@media only screen and (max-width: 1280px) {
    .kidowz-image-with-content-list-wrapper {
        top: 10px;
    }

    .kidowz-image-with-content-list-title {
        font-size: 17px;
    }

    .kidowz-image-with-content-bottom-text {
        padding-left: 273px;
    }
}

@media only screen and (max-width: 1024px) {
    .kidowz-image-with-content-main-wrapper {
        text-align: center;
    }
    .kidowz-image-with-content-wrapper {
        width: 650px;
        display: inline-block;
    }

    .kidowz-image-with-content-list-wrapper {
        top: 30px;
        text-align: left;
    }

    .kidowz-image-with-content-bottom-text {
        padding-left: 260px;
        text-align: left;

    }
}

@media only screen and (max-width: 767px) {
    .kidowz-image-with-content-wrapper {
        width: auto;
    }
    .kidowz-image-with-content-img {
        width: 100%;
        height: 400px;
    }

    .kidowz-image-with-content-bottom-text {
        margin-top: 30px;
        position: relative;
        width: 100%;
        bottom: auto;
        padding: 20px;
        padding-left: 20px;
    }

    .kidowz-image-with-content-list-wrapper {
        top: auto;
        position: relative;
        padding: 0;
        margin-top: 40px;
    }
}

/*====================================
# Icon Box Three
====================================*/

.kidowz-icon-box-three-item {
    border: 2px solid #703EDB;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}


.kidowz-icon-box-three-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    display: inline-block;
    background-color: #F4F0FC;
    line-height: 80px;
    border-radius: 50%;
    font-size: 40px;
    color: #703edb;
    margin-bottom: 25px;
}

.kidowz-icon-box-three-icon svg{
    width: 40px;
    margin-top: -10px;
}

.kidowz-icon-box-three-desc {
    line-height: 163%;
}

.kidowz-icon-box-three-title {
    margin-bottom: 10px;
}

.kidowz-icon-box-three-btn-wrapper{
    margin-top: 20px;
}

.kidowz-icon-box-three-btn-wrapper a {
    font-weight: 500;
    font-family: var(--kidowz-heading-font);
    color: var(--kidowz-primary-color);
    font-size: 18px;
}

.kidowz-icon-box-three-btn-wrapper .kidowz-hover-line {
    background-image: linear-gradient(var(--kidowz-primary-color), var(--kidowz-primary-color) 2px);
}

/*====================================
# Activities Box One
====================================*/
.activity-one-item {
    margin-bottom: 30px;
}
.activity-one-image {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.activity-one-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.kidowz-activity-one-title {
    margin-bottom: 10px;
}

.activity-one-content {
    background: #ffffff;
    padding: 30px 30px 35px 30px;
    width: calc(100% - 60px);
    margin: -70px auto 0;
    position: relative;
    border-radius: 20px;
}

.kidowz-activity-one-bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-family: var(--kidowz-heading-font);
    margin-top: 25px;
}

.kidowz-activity-one-bottom span {
    display: block;
    color: var(--kidowz-primary-color-three);
}

.kidowz-activity-one-bottom {
    line-height: 140%;
}

@media only screen and (max-width: 991px) {
    .activity-one-content {
        padding: 30px 20px 35px 20px;
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    .activity-one-image {
        height: 260px;
    }
}

/*====================================
# Four Image
====================================*/
.kidowz-four-image-container{
    display: inline-block;
    height: 590px;
    width: 605px;
    text-align: right;
    position: relative;
}

.kidowz-four-image-one-wrapper,
.kidowz-four-image-two-wrapper,
.kidowz-four-image-three-wrapper{
    border: 1px dashed var(--kidowz-primary-color);
    border-radius: 50%;
    display: inline-block;
}

.kidowz-four-image-one-wrapper {
    height: 460px;
    width: 460px;
}

.kidowz-four-image-two-wrapper {
    height: 250px;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.kidowz-four-image-three-wrapper {
    height: 330px;
    width: 330px;
    position: absolute;
    right: 275px;
    bottom: 0;
}

.kidowz-four-image-one,
.kidowz-four-image-two,
.kidowz-four-image-three{
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 50%;
    margin: 10px;
}

.kidowz-four-image-main-wrapper {
    text-align: right;
}

.kidowz-four-image-four-wrapper {
    position: absolute;
    bottom: -37px;
    left: -30%;
}

.image-text {
    height: 170px;
    width: 180px;
    position: absolute;
    left: 70px;
    z-index: 1;
}

.image-text span {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: var(--kidowz-heading-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.image-text svg path{
    fill:#A5BE25
}

@media only screen and (max-width: 1024px) {
    .kidowz-four-image-main-wrapper {
        text-align: center;
    }

    .kidowz-four-image-four-wrapper{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-four-image-container{
        text-align: center;
    }
    .kidowz-four-image-container {
        height: 390px;
        width: 100%;
    }

    .kidowz-four-image-one-wrapper {
        height: 300px;
        width: 300px;
    }

    .kidowz-four-image-two-wrapper{
        height: 180px;
        width: 180px;
    }

    .kidowz-four-image-three-wrapper {
        height: 200px;
        width: 200px;
        right: auto;
        left: 0;
    }

    .image-text {
        height: 154px;
        width: 165px;
        left:0;
    }
}



/*====================================
# List With Title One
====================================*/
.kidowz-list-with-title-one-item {
    margin-bottom: 20px;
}
.kidowz-list-with-title-one-item .list-number {
    margin-right: 5px;
}
.kidowz-list-with-title-one-title {
    font-size: 24px;
    margin-bottom: 10px;
}


/*====================================
# Testimonial One
====================================*/
.testimonial-one-image-wrapper {
    padding: 20px 0;
}
.testimonial-one-image {
    height: 400px;
    border: 1px dashed var(--kidowz-primary-color);
    transform: perspective(300px) rotateY(-4deg);
    border-radius: 15px;
}

.testimonial-one-image .person-img {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
}

.testimonial-one-content {
    border: 1px dashed var(--kidowz-primary-color);
    border-radius: 20px;
    padding: 28px 50px 28px 50px;
    margin-left: 25px;
    min-height: 98%;
}

.testimonial-one-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 100px;
    color: var(--kidowz-primary-color);
}

.testimonial-one-icon svg {
    margin-top: -15px;
    max-width: 80px;
}
.testimonial-one-text {
    margin-bottom: 20px;
}
.testimonial-one-person-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.testimonial-one-person-designation{
    color: var(--kidowz-primary-color);
    font-weight: 500;
}

.kidowz-testimonial-one-wrapper {
    position: relative;
}

.testimonial-one-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonial-one-slide-arrow .slick-arrow {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px !important;
    font-weight: 600;
    background-color: var(--kidowz-primary-color-two);
    cursor: pointer;
}

.testimonial-one-next-arrow.slick-arrow {
    margin-left: 10px;
}

.testimonial-slide-count {
    font-family: var(--kidowz-heading-font);
    color: #121212;
    font-size: 20px;
    letter-spacing: .5px;
}

@media only screen and (max-width: 1280px) {
    .testimonial-one-image{
        transform: none;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonial-one-content {
        margin: 0;
        padding: 30px 30px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-one-image {
        height: 350px;
    }

    .testimonial-one-slide-arrow {
        display: none;
    }

    .testimonial-one-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 80px;
    }

    .testimonial-one-icon svg {
        max-width: 70px;
    }

    .testimonial-one-content {
        margin: 0;
        padding: 20px 20px 30px 20px;
    }
}

/*====================================
# Testimonial Two
====================================*/
.testimonial-two-slide-arrow .slick-arrow {
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    background-color: var(--kidowz-primary-color-three);
}

.testimonial-two-slide-arrow .testimonial-two-prev-arrow.slick-arrow {
    margin-right: 10px;
}

.testimonial-two-person-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.testimonial-two-person-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.testimonial-two-person-name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-two-slide-arrow {
    visibility: visible;
    margin-top: 20px;
}


@media only screen and (max-width: 767px) {
    .testimonial-two-slide-arrow{
        display: none;
    }
}

/*====================================
# Testimonial Three
====================================*/
.kidowz-testimonial-three-item {
    border: 2px dashed var(--kidowz-primary-color);
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

.testimonial-three-star {
    color: var(--kidowz-primary-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-three-star i {
    margin-right: 5px;
}

.testimonial-three-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.testimonial-three-content .person-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.testimonial-three-person-name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-three-icon {
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: var(--kidowz-primary-color);
    font-size: 60px;
}

@media only screen and (max-width: 1024px) {
    .kidowz-testimonial-three-item {
        padding: 30px;
    }

    .testimonial-three-icon {
        right: 30px;
        bottom: 30px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .kidowz-testimonial-three-item {
        padding: 25px;
    }

    .testimonial-three-icon {
        right: 25px;
        bottom: 25px;
        font-size: 25px;
    }
}


/*====================================
# Accordion One CSS
====================================*/

.kidowz-accordion-title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.kidowz-accordion-wrapper .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.kidowz-accordion-wrapper .accordion-item {
    margin-bottom: 30px;
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
}

.kidowz-accordion-wrapper .accordion-item:first-of-type{
    border-radius: 0;
}

.kidowz-accordion-wrapper .accordion-item:last-child {
    margin-bottom: 0;
}

.kidowz-accordion-wrapper .accordion-collapse {
    border: none;
}

.kidowz-accordion-wrapper .accordion-button,
.kidowz-accordion-wrapper .accordion-body {
    border: none;

}

.kidowz-accordion-wrapper .accordion-button {
    padding: 20px 30px;
    position: relative;
}

.kidowz-accordion-wrapper .accordion-body {
    border-top: 1px solid #e0e0e0;
    background: #f4f4f4;
    border-radius: 0;
    padding: 20px 30px;
    color: #727272;
}

.kidowz-accordion-wrapper .accordion-item:first-of-type .accordion-button,
.kidowz-accordion-wrapper .accordion-item .accordion-button {
    border-radius: 0;
}

.kidowz-accordion-wrapper .accordion-item:first-of-type .accordion-button:not(.collapsed),
.kidowz-accordion-wrapper .accordion-item .accordion-button:not(.collapsed),
.kidowz-accordion-wrapper .accordion-button.collapsed:hover{
    border-radius: 0;
    color: #121212;
    box-shadow: none;
}

.kidowz-accordion-wrapper .accordion-button.collapsed {
    color: #121212;
    background-color: #f4f4f4;
}

.kidowz-accordion-wrapper .accordion-button:hover,
.kidowz-accordion-wrapper .accordion-button:not(.collapsed) {
    background: #f4f4f4;
}

.kidowz-accordion-wrapper .accordion-body p:last-child {
    margin-bottom: 0;
}

.kidowz-accordion-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.kidowz-accordion-wrapper .accordion-item:not(:first-of-type) {
    border-top: 1px solid transparent;
    border-bottom: 0;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.kidowz-accordion-wrapper .accordion-button::after,.kidowz-accordion-wrapper .accordion-button:not(.collapsed)::after{
    display: none;
}

.kidowz-accordion-wrapper .accordion-button.collapsed .open-icon{
    display: none;
}

.kidowz-accordion-wrapper .accordion-button:not(.collapsed) .close-icon{
    display: none;
}

.kidowz-accordion-wrapper .kidowz-accordion-icon {
    position: absolute;
    right: 26px;
    top: 27px;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: right;
    line-height: 22px;
}

.kidowz-accordion-wrapper .kidowz-accordion-icon svg {
    width: 35px;
}

@media only screen and (max-width: 767px) {
    .kidowz-accordion-title{
        font-size: 20px;
    }

    .kidowz-accordion-wrapper .kidowz-accordion-icon svg {
        width: 30px;
    }

    .kidowz-accordion-wrapper .kidowz-accordion-icon {
        right: 15px;
    }

    .kidowz-accordion-wrapper .accordion-button{
        padding: 20px;
    }

    .kidowz-accordion-wrapper .accordion-body{
        padding: 20px;
    }
}

/*====================================
# Image Two
====================================*/
.kidowz-image-two {
    display: inline-block;
    position: relative;
}


.kidowz-image-two .image-text{
    left: 0;
}

.image-bottom-text-wrapper {
    height: 155px;
    width: 155px;
    background-color: var(--kidowz-secondary-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 25px;
    line-height: 155px;
}

.image-bottom-text {
    color: #000000;
    line-height: 30px;
    font-family: var(--kidowz-heading-font);
    font-weight: 400;
    font-size: 20px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
}

.image-bottom-text span {
    display: block;
    font-weight: 500;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .image-bottom-text-wrapper {
        height: 140px;
        width: 140px;
        bottom: 0;
        line-height: 140px;
    }

    .image-bottom-text {
        font-size: 18px;
    }

    .image-bottom-text span,
    .kidowz-image-two .image-text span{
        font-size: 22px;
    }

    .kidowz-image-two .image-text {
        height: 140px;
        width: 140px;
        left: 0;
    }
}


/*====================================
# Progress Bar CSS
====================================*/

.td-progress-wrapper .progressbar {
    width: 100%;
    height: 2px;
    background-color: #D9D9D9;
    position: relative;
    margin-bottom: 90px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
}

.td-progress-wrapper .progressbar:last-child {
    margin-bottom: 20px;
}

.progress-title {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    color: #1b1525;
    font-weight: 500;
    font-family: var(--kidowz-heading-font);
}

.td-progress-wrapper .count-bar {
    width: 0;
    height: 2px;
    position: relative;
    text-align: right;
    padding-right: 0px;
    color: #282828;
    border-radius: 0;
    overflow: visible !important;
    font-size: 18px;
    background-color: var(--kidowz-primary-color-three);
}

.td-progress-wrapper .count-bar .progress-percent-count-wrap {
    position: absolute;
    top: -45px;
    right: 0;
    font-weight: 500;
    font-size: 18px;
    color: #1c2329;
    text-align: center;
    background-color: transparent;
    font-family: var(--kidowz-heading-font);
}

.progress-percent-count-wrap:before {
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    bottom: -20px;
    left: 50%;
}

/*====================================
# Pricing One
====================================*/
.kidowz-pricing-one-wrapper {
    background-color: #FAF4EA;
    border-radius: 20px;
    overflow: hidden;
}

.pricing-one-image {
    height: 272px;
}

.pricing-one-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pricing-one-content-wrapper {
    padding: 30px;
}

.pricing-one-price {
    color: #1F0B45;
    font-family: var(--kidowz-heading-font);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 115.6%;
    text-align: center;
}

.pricing-one-price sub {
    font-size: 32px;
}

.pricing-one-title {
    color: var(--kidowz-primary-color-three);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin-top: 10px;
}

.pricing-one-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-one-features ul li {
    color: #1F0B45;
    font-size: 18px;
    margin: 20px 0;
    position: relative;
    padding-left: 30px;
}

.pricing-one-features ul li:before {
    content: "\f121";
    position: absolute;
    font-family: "Flaticon";
    font-size: 18px;
    left: 0;
    top: 1px;
    color: var(--kidowz-primary-color-three);
}

.pricing-one-button{
    margin-top: 30px;
}

.pricing-one-button .kidowz-theme-btn-one {
    width: 100%;
    text-align: center;
    border-radius: 50px;
}

.pricing-one-button .kidowz-theme-btn-one .kidowz-theme-btn-one__inner{
    background-color: var(--kidowz-primary-color-three);
}


@media only screen and (max-width: 767px) {
    .pricing-one-content-wrapper {
        padding: 30px 20px;
    }
}


/*====================================
# Pricing Two
====================================*/

.kidowz-pricing-two-wrapper {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 15px;
}

.pricing-two-title {
    background-color: var(--kidowz-primary-color);
    padding: 15px 40px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
}


.pricing-two-content-wrapper {
    padding: 40px;
}

.feature-two-icon {
    width: 20px;
    color: var(--kidowz-primary-color);
    font-size: 20px;
}

.feature-two-icon svg path{
    fill: var(--kidowz-primary-color);
}

.pricing-two-features li {
    display: flex;
    align-items: normal;
    gap: 10px;
    color: #1F0B45;
    font-weight: 500;
    margin-bottom: 20px;
}


.pricing-two-price {
    font-size: 64px;
    line-height: 1;
}

.pricing-two-price-wrapper {
    font-family: var(--kidowz-heading-font);
    color: #e33d5c;
    font-size: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pricing-two-button {
    margin-top: 35px;
}

.pricing-two-button .kidowz-theme-btn-one {
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .pricing-two-title{
        padding: 15px 30px;
    }
    .pricing-two-content-wrapper {
        padding: 40px 30px;
    }
}


/*====================================
# Brand Image Slider
====================================*/

.kidowz-brand-item.slick-slide img{
    display: inline-block;
}

.kidowz-brand-item.slick-slide {
    padding: 0 15px;
}
.kidowz-brand-img-wrapper .kidowz-brand-images {
    margin: 0 -15px;
}

.kidowz-brand-item {
    text-align: center;
}


/*====================================
# Footer Quick Links
====================================*/
.kidowz-elementor-widget.widget_nav_menu li a {
    padding-left: 20px;
    position: relative;
    color: #727272;
}
.kidowz-elementor-widget.widget_nav_menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 8px;
    width: 8px;
    background: #727272;
    transition: .3s;
    border-radius: 50%;
}

.kidowz-elementor-widget.widget.widget_nav_menu ul li {
    padding: 8px 0;
}
.kidowz-elementor-widget.widget_nav_menu li a:hover{
    color: var(--kidowz-primary-color);
}
.kidowz-elementor-widget.widget_nav_menu li a:hover:before{
    background-color: var(--kidowz-primary-color);
}

.widget.kidowz-elementor-widget.widget_nav_menu ul ul li:first-of-type {
    margin-top: 8px;
    padding-top: 8px;
}