@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ConfiteriaScript';
    src: url('../fonts/ConfiteriaScript-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{
    margin: 0;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1440px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 70px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 60px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 0px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #e95647;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #e95647;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e95647;
}

header.nav-new {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 22px;height: 16px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 22px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 7px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(7px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Down To Top ***** */
.go-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 999;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.go-top-text {
    width: 40px;
    height: 40px;
    background: #e6584e;
    border: 1px solid #5d609d;
    border-radius: 7px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.go-top:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/* ***** End Down To Top ***** */


/* **** Banner **** */
.banner-wrp{
    position: relative;
    width: 100%;
}
.banner-wrp figure {
    width: 100%;
}
.banner-wrp figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrp-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.banner-wrp-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.banner-wrp-slider .slide-arrow{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 87, 77, 0.5);
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    z-index: 1;
}
.banner-wrp-slider .slide-arrow:hover{
    background: rgba(231, 87, 77, 1);
}
.banner-wrp-slider .slide-arrow img{
    width: 25px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.banner-wrp-slider .slide-arrow.next-arrow{
    left: auto;
    right: 15px;
}
/* **** End Banner **** */

/* **** Who We Arer **** */
.whoweare-wrp{
    position: relative;
    width: 100%;
    padding: 100px 0;
}

.conter-boxs{
    position: relative;
    padding: 0 20px;
}
.conter-boxs-data{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conter-boxs-data h2{
    font-size: 45px;
    font-family: 'ConfiteriaScript';
    color: #f3d27c;
    font-weight: bold;
    line-height: 0.988;
    margin: 0 0 5px;
}
.conter-boxs-data p{
    font-size: 25px;
    font-family: "ConfiteriaScript";
    color: #f9eed5;
    line-height: 1.1;
    margin: 0;
}

.conter-boxs-img figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whoweare-wrp-conter{
    margin: 0 0 100px;
}

.comman-title{
    text-align: center;
    margin: 0 0 60px;
}
.comman-title h1,
.comman-title h2{
    font-size: 40px;
    color: #292929;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.whoweare-data{
    margin: 0 0 100px;
}
.whoweare-data p{
    font-size: 22px;
    color: #5f5e5e;
    line-height: 1.2;
    text-align: justify;
    margin: 0 0 30px;
}

.verticals-wrp-box{
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 45px;
}
.verticals-wrp-box-img{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.verticals-wrp-box-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(229, 87, 77, 0.878); 
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.verticals-wrp-box:hover .verticals-wrp-box-img::before{
    height: 100%;
}
.verticals-wrp-box-2 .verticals-wrp-box-img::before{
    background: rgba(93, 96, 157, 0.878);
}
.verticals-wrp-box-3 .verticals-wrp-box-img::before{
    background: rgba(238, 191, 85, 0.878);
}
.verticals-wrp-box-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.verticals-wrp-box-icon{
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.58);
    padding: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.verticals-wrp-box-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.verticals-wrp-box:hover .verticals-wrp-box-icon img{
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}
.verticals-wrp-box-data{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(229, 87, 77, 0.878); 
    padding: 10px 15px; 
}
.verticals-wrp-box-data h2{
    font-size: 40px;
    font-family: "ConfiteriaScript";
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.verticals-wrp-box-2 .verticals-wrp-box-data{
    background: rgba(93, 96, 157, 0.878);
}
.verticals-wrp-box-3 .verticals-wrp-box-data{
    background: rgba(238, 191, 85, 0.878);
}
/* **** End Who We Arer **** */

/* **** Events **** */
.events-wrp{
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #5d609c;
}
.events-wrp .comman-title h2{
    color: #f3d27c;
}
.star-line{
    display: flex;
    align-items: center;
    justify-content: center;
}
.star-line figure{
    margin: 0 10px;
}
.star-line figure img{
    width: 30px;
}
.events-wrp-list{
    position: relative;
    margin: 0;
}
.events-wrp-box{
    position: relative;
    background: #f9efd5;
    padding: 40px;
    border-radius: 40px 40px 40px 120px;
    border: 2px solid #5d609c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    height: 100%;
}
.events-wrp-list .slick-list,
.events-wrp-list .slick-track{
    display: flex;
}
.events-wrp-list .slick-list{
    padding: 40px 0 !important;
}
.events-wrp-list .slick-current.slick-active.slick-center{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}
.events-wrp-box h2{
    text-transform: uppercase;
    font-size: 35px;
    color: #e4584e;
    font-weight: bold;
    line-height: 1.121;
    margin: 0 auto 40px;
    text-align: center;
}
.events-wrp-box p{
    font-size: 25px;
    color: #292929;
    font-weight: bold;
    line-height: 1.121;
    text-align: center;
    margin: 0 0 40px;
}
.events-wrp-box p:last-child{
    margin: 0;
}
.events-wrp-box p span{
    font-size: 20px;
}

.events-wrp-list .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0;
}
.events-wrp-list .slick-dots li{
    margin: 0 10px;
}
.events-wrp-list .slick-dots button{
    border: 0;
    background: 0;
    width: 30px;
    height: 30px;
    background: url(../images/w-star.svg) 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
}

/* **** End Events **** */

/* **** Say About Us **** */
.sayabout-wrp{
    position: relative;
    width: 100%;
    padding: 100px 0;
}
.parents-say{
    margin: 0 0 80px;
}
.parents-say .comman-title,
.students-say .comman-title{
    margin: 0 0 80px;
}
.parents-say-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    position: relative;
    padding: 0 40px;
    margin: 0;
}
.parents-say-data::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(../images/quote.svg) 0 0 no-repeat;
    background-size: 100%;
}
.parents-say-data::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 80px;
    height: 80px;
    background: url(../images/quote-2.svg) 0 0 no-repeat;
    background-size: 100%;
}
.parents-say-data li{
    margin: 0 50px;
}
.parents-say-data li p{
    font-size: 18px;
    font-family: "Gilroy";
    color: #565656;
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
    font-weight: 500;
}
.parents-say-data li p strong{
    font-style: normal;
    color: #3f3e3e;
}
.sayabout-wrp-shape-1,
.sayabout-wrp-shape-2{
    position: absolute;
    top: 5%;
    z-index: -1;
    left: 0;
}
.sayabout-wrp-shape-2{
    left: auto;
    right: 0;
}
.sayabout-wrp-shape-1 img,
.sayabout-wrp-shape-2 img{
    width: 50%;
}
.sayabout-wrp-shape-2 img {
    margin-left: auto;
}
.students-say-box{
    width: 350px;
    height: 350px;
    position: relative;
    background-image: url(../images/circle-bg-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 80px;
}
.students-say-box figure{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.58);
    padding: 5px;
    margin: -50px 0 10px;
}
.students-say-box figure img{
    width: 100%;
    height: 100%;
    border-radius: 80px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #3f3e3e;
}
.students-say-box h2,
.students-say-box p{
    font-size: 18px;
    font-family: "ConfiteriaScript";
    color: #000;
    font-weight: 600;
    line-height: 1.333;
    text-align: center;
    margin: 0;
}
.students-say-box p{
    font-weight: 400;
}
.parents-say-data .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}
.parents-say-data .slick-dots li{
    margin: 0 10px;
}
.parents-say-data .slick-dots button{
    border: 0;
    background: 0;
    width: 30px;
    height: 30px;
    background: url(../images/y-star.svg) 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
}
/* **** End Say About Us **** */

/* **** Affiliated **** */
.affiliated-wrp{
    position: relative;
    padding: 40px 0 100px;
}
.affiliated-wrp-list{
    position: relative;
    margin: 0 -10px;
}
.affiliated-wrp-list li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 10px;
}
.affiliated-wrp-list li a{
    display: inline-block;
    width: 60%;
}
.affiliated-wrp-list li img{
    width: 100%;
}
.affiliated-wrp-list .slick-list,
.affiliated-wrp-list .slick-track{
    display: flex;
}



/* **** End Affiliated **** */

/* **** Footer **** */
footer {
    width: 100%;
    position: relative;
    padding: 0;
}
footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #5d609d;
}
.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
}
.social-media li {
    margin: 0 10px;
}
.social-media li a {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 1px solid #3f3e3e;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    font-size: 22px;
    color: #fff;
}
.social-media li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.social-media li a span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #3f3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media li a::after,
.social-media li a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #3f3e3e;
}
.social-media li a::before {
    right: 1px;
    left: auto;
}
.footer-contect-data {
    text-align: center;
    width: 72%;
    height: 100%;
    padding: 45px 20px;
}
.footer-contect-data h2 {
    font-size: 25px;
    color: #3f3e3e;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 10px;
}
.footer-contect-data p {
    font-size: 18px;
    color: #636262;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.footer-contect-data a {
    font-size: 22px;
    color: #636262;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.footer-contect-data a:hover {
    color: #000;
}
.footer-contect-icon {
    font-size: 30px;
    width: 28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6584e;
    color: #fff;
    border-radius: 0 18px 18px 0;
    padding: 40px;
}
.footer-contect-icon img{
    width: 100%;
}
.footer-contect {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer-contect li {
    width: 30%;
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #e6584e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer-shedow {
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    mix-blend-mode: multiply;
    width: 80%;
    margin: 0;
}
.footer-shedow img {
    width: 100%;
}
.copyright {
    width: 100%;
    position: relative;
    text-align: center;
    background: #f9eed5;
    padding: 10px 0;
    margin-top: 110px;
}
.copyright p {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}
/* **** End Footer **** */

/* **** About Page **** */
.about-us-wrp{
    position: relative;
    padding: 100px 0;
    background: #e5584e;
}
.about-us-wrp .comman-title h1{
    text-transform: uppercase;
    color: #f8eed5;
}
.about-us-wrp-box-data{
    text-align: center;
    background: #f8eed6;
    border-radius: 15px;
    padding: 0 60px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-wrp-box-data h2{
    font-size: 25px;
    font-family: "ConfiteriaScript";
    color: #292929;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.about-us-wrp-box-data h3{
    font-size: 22px;
    font-family: "ConfiteriaScript";
    color: #292929;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.about-us-wrp-box-data p{
    font-size: 22px;
    color: #292929;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}
.about-us-wrp-box-icon {
    width: 150px;
    height: 150px;
    background: url(../images/c-blue.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px auto;
    position: relative;
    z-index: 1;
}
.about-us-wrp-box-icon img{
    width: 60px;
    margin-left: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.about-us-wrp-box:hover .about-us-wrp-box-icon img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.approach-wrp{
    position: relative;
    padding: 100px 0;
}
.approach-wrp .comman-title h2{
    text-transform: uppercase;
}
.approach-wrp .comman-title h3{
    font-family: "ConfiteriaScript";
    font-size: 33px;
    color: #282828;
    font-weight: bold;
    line-height: 1;
    margin: 40px 0 0;
    font-weight: 500;
}
.approach-wrp-icon{
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin: 0 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.approach-wrp ul li:hover .approach-wrp-icon{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.approach-wrp-icon img{
    width: 100%;
}
.approach-wrp-data h2{
    font-size: 25px;
    color: #5d609c;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.approach-wrp ul li:nth-child(even) h2{
    color: #373978;
}
.approach-wrp-data p{
    font-size: 18px;
    font-weight: 400;
    color: #5f5e5e;
    line-height: 1.4;
    margin: 0;
}
.approach-wrp ul li{
    position: relative;
    background: #f3d27c;
    display: flex;
    align-items: center;
    height: 220px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding: 0 130px;
}
.approach-wrp ul li:nth-child(even){
    background: #fff;
}
.approach-wrp ul li::before,
.approach-wrp ul li::after{
    content: '';
    position: absolute;
    top: 0;
    left: -110px;
    width: 220px;
    height: 220px;
    background: url(../images/bg-shape-1.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.approach-wrp ul li::after{
    left: auto;
    right: -110px;
}

.why-wrp{
    position: relative;
    width: 100%;
}
.why-wrp-bg{
    padding: 30px 0 60px;
    width: 100%;
    position: relative;
    background: url(../images/a-bg-2.svg) 0 0 no-repeat;
    background-size: cover;
}
.why-wrp .comman-title h2{
    text-transform: uppercase;
}
.why-wrp-box{
    width: 390px;
    height: 390px;
    position: relative;
    background: url(../images/a-bg-4.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
    text-align: center;
    padding: 30px 20px;
}
.why-wrp-box figure{
    width: 80px;
    height: 120px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.why-wrp-box:hover figure{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.why-wrp-box-set figure{
    width: 50px;
}
.why-wrp-box figure img{
    width: 100%;
}
.why-wrp-box h2{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #000;
    line-height: 1.2;
}
.why-wrp-box p{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    line-height: 1.2;
    max-width: 80%;
}

.our-team-wrp{
    position: relative;
    width: 100%;
    padding: 100px 0 30px;
    background-color: #e5584e;
    background-image: url(../images/a-bg-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 160px;
    margin: 0 0 40px;
}
.our-team-wrp .comman-title{
    margin: 0 0 80px;
}
.our-team-wrp .comman-title h2{
    text-transform: uppercase;
    color: #fff;
}
.our-team-wrp-box{
    margin: 0 0 70px;
    position: relative;
}
.our-team-wrp-box-data{
    text-align: center;
    background: #f8eed6;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.our-team-wrp-box-data h2{
    font-size: 22px;
    color: #282828;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
.our-team-wrp-box-data p{
    font-size: 18px;
    color: #282828;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}
.our-team-wrp-box-icon {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 0 auto -15px;
    position: relative;
}
.our-team-wrp-box-icon::before{
    content: '';
    position: absolute;
    top: -8px;
    left: -5px;
    width: 160px;
    height: 160px;
    background: url(../images/c-yellow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.our-team-wrp-box-icon figure{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    position: relative;
}
.our-team-wrp-box-icon img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.our-team-wrp-box:hover .our-team-wrp-box-icon img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.our-team-wrp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-team-wrp ul li{
    width: 47%;
}
.our-team-wrp-box-shape{
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    mix-blend-mode: multiply;
    width: 100%;
    margin: 0;
}
.our-team-wrp-box-shape img{
    width: 100%;
}
/* **** End About Page **** */

/* **** Outreach Page **** */
.out-banner{
    position: relative;
    width: 100%;
    padding: 40px 0;
}
.out-banner::before,
.out-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f3d17c;
}
.out-banner::after{
    top: auto;
    bottom: 0;
}
.out-banner-img img{
    width: 100%;
}
.out-banner-shape{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 50%;
}
.out-banner-shape img{
    width: 100%;
}
.program-wrp{
    padding: 100px 0 0;
}
.program-wrp .comman-title{
    margin: 0 0 40px;
}
.program-wrp h1{
    font-size: 40px;
    color: #5d609d;
    line-height: 1;
    margin: 0 0 60px;
    text-align: center;
    font-family: "ConfiteriaScript";
}

.team-wrp{
    position: relative;
    padding: 0 0 100px;
}
.team-wrp .comman-title{
    margin: 0 0 80px;
}
.team-wrp .comman-title h2{
    text-transform: uppercase;
}
.team-wrp-box{
    position: relative;
    text-align: center;
}
.team-wrp-box::before{
    content: '';
    position: absolute;
    top: -34px;
    right: -34px;
    width: 100px;
    height: 100px;
    background: url(../images/out-star.png) 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
}
.team-wrp-box figure{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 30px;
}
.team-wrp-box figure::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #5d5f9c;
}
.team-wrp-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-wrp-box h2{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #282828;
    margin: 0 0 30px;
}
.team-wrp-box p{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #282828;
    margin: 0;
}
.team-wrp ul{
    position: relative;
    margin: 0 -40px;
}
.team-wrp ul li{
    margin: 0 40px;
    padding-top: 40px;
}

.outreach-page.events-wrp{
    background: #f4d27c;
    margin: 0 0 60px;
}
.outreach-page.events-wrp .comman-title h2{
    color: #5d5f9c;
}
.outreach-page.events-wrp .events-wrp-box{
    background: #e5584d;
    border-color: #f4d27c;
    border-width: 4px;
    padding: 40px;
}
.outreach-page.events-wrp .events-wrp-box h2{
    font-size: 30px;
    font-family: "ConfiteriaScript";
    color: #f9efd5;
    font-weight: 400;
    text-transform: none;
    margin: 0 auto 30px;
}
.outreach-page.events-wrp .events-wrp-box p{
    font-size: 20px;
    font-weight: 400;
}
.events-wrp-list-2 .slick-current.slick-active.slick-center{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}
.events-wrp-list-2 .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0;
}
.events-wrp-list-2 .slick-dots li{
    margin: 0 10px;
}
.events-wrp-list-2 .slick-dots button{
    border: 0;
    background: 0;
    width: 30px;
    height: 30px;
    background: url(../images/b-star.svg) 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
}
.events-wrp-list-2 .slick-list,
.events-wrp-list-2 .slick-track{
    display: flex;
}
.events-wrp-list-2 .slick-list{
    padding: 40px 0 !important;
}
/* **** End Outreach Page **** */

/* **** Contact Page **** */
.contact-banner {
    position: relative;
    width: 100%;
    height: 1080px;
    padding: 40px 0 0;
    background: url(../images/contact-banner.jpg) 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
}
.contact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f9eed5;
}
.contact-banner-shape img{
    width: 100%;
}
.contact-banner-shape{
    position: absolute;
    top: -18%;
    right: 0;
    width: 50%;
    z-index: -1;
}

.contact-banner-data{
    padding: 100px 0;
}
.contact-banner-data figure{
    margin: 0 0 30px;
}
.contact-banner-data img{
    height: 120px;
}
.contact-banner-data p,
.contact-banner-data ul li{
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 1.4;
    margin: 0 0 20px;
}
.contact-banner-data p strong,
.contact-banner-data ul li a{
    font-weight: bold;
    color: #3d3d3d;
}
.contact-banner-data ul li a:hover{
    color: #000;
}

.contact-form{
    position: relative;
    width: 100%;
    padding: 150px 0;
    background-color: #5d609c;
    z-index: 1;
}
.contact-form::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    background: url(../images/form-bg-2.png) 0 0 no-repeat;
    background-size: contain;
    border: 4px solid #f9efd4;
    z-index: -1;
}
.contact-form h1{
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #f3d27c;
    font-family: "ConfiteriaScript";
    margin: 0 0 40px;
}
.contact-form .form-group{
    margin: 0 0 30px;
}
.contact-form .form-group label{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.contact-form .form-control{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: #e6584e;
    border: 0;
    outline: none;
    box-shadow: none;
}
.contact-form textarea.form-control{
    background-color: #f9eed5;
}
.contact-form button{
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #f3d27c;
    font-family: "ConfiteriaScript";
    margin: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: none;
}
.contact-form button:hover{
    color: #000;
}

.insta-wrp{
    position: relative;
    width: 100%;
    background: #f9eed5;
    margin: 0 0 50px;
}
.insta-wrp-imgs{
    position: relative;
}
.insta-wrp-imgs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.insta-wrp-imgs ul li{
    width: 49.8%;
    margin: 0 0 7px;
}
.insta-wrp-imgs ul li figure{
    width: 100%;
    height: 620px;
    position: relative;
}
.insta-wrp-imgs ul li figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(93, 94, 158, 0.5);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.insta-wrp-imgs ul li figure:hover::before{
    height: 100%;
}
.insta-wrp-imgs ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.insta-wrp-imgs-shape{
    position: absolute;
    top: 49.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 20%;
}
.insta-wrp-imgs-shape img{
    width: 100%;
}
.insta-wrp-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
}
.insta-wrp-icon figure{
    width: 180px;
    height: 180px;
    background: url(../images/insta-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 55px;
}
.insta-wrp-icon figure img{
    width: 100%;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.insta-wrp-icon a:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
/* **** End Contact Page **** */

/* **** Products Page **** */
.enrichment-wrp{
    position: relative;
    width: 100%;
    padding: 40px 0 100px;
}
.enrichment-wrp .comman-title p{
    font-size: 22px;
    color: #292929;
    font-weight: 400;
    line-height: 1.4;
    margin: 30px auto 0;
    max-width: 80%;
}
.enrichment-wrp figure img{
    width: 100%;
}
.junior-wrp{
    position: relative;
    width: 100%;
    padding: 80px 0;
    background-color: #ffd469;
    background-image: url(../images/juniar-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.junior-wrp .comman-title{
    text-align: left;
}
.junior-wrp .comman-title h3{
    font-size: 40px;
    color: #292929;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 30px;
    font-family: "ConfiteriaScript";
}
.junior-wrp .comman-title h2{
    margin: 0 0 30px;
}
.junior-wrp .comman-title p{
    font-size: 22px;
    color: #292929;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.junior-wrp-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.junior-wrp-list ul li{
    width: 49.5%;
    margin: 0 0 5px;
}
.junior-wrp-list ul li{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
    background: #fff8e7;
    border-radius: 10px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    height: 60px;
}
.junior-wrp-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 700px;
    border: 10px solid #f9efd6;
    border-left: 0;
}
.junior-wrp-img::before{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80%;
    height: 60px;
    background: url(../images/shadow-2.png) 0 0 no-repeat;
    background-size: 100%;
    mix-blend-mode: multiply;
}
.junior-wrp-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(93, 94, 158, 0.5);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.junior-wrp-img:hover::after{
    height: 100%;
}
.junior-wrp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.junior-wrp-row{
    position: relative;
    height: 700px;
    margin-bottom: 80px;
}
.junior-wrp-medium .comman-title h2{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.junior-wrp-medium .comman-title h2 img{
    margin: 0 0 0 20px;
    height: 120px;
}
.junior-wrp-medium .comman-title{
    margin: 0 0 10px;
}
.junior-wrp-medium ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.junior-wrp-medium ul li{
    width: 33.1%;
    margin: 0 0 5px;
}
.junior-wrp-medium ul li a{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    background: #e4ab11;
    border-radius: 10px;
    padding: 12px 15px;
    display: block;
}
.junior-wrp-medium ul li a:hover{
    color: #e4ab11;
    background: #000;
}

.elementary-wrp{
    background-color: #5d609c;
    background-image: url(../images/ele-bg.png);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.elementary-wrp.junior-wrp .comman-title h3,
.elementary-wrp.junior-wrp .comman-title h2,
.elementary-wrp.junior-wrp .comman-title p,
.advance-wrp.junior-wrp .comman-title h3,
.advance-wrp.junior-wrp .comman-title h2,
.advance-wrp.junior-wrp .comman-title p,
.teens-wrp.junior-wrp .comman-title h3,
.teens-wrp.junior-wrp .comman-title h2,
.teens-wrp.junior-wrp .comman-title p{
    color: #ffffff;
}
.elementary-wrp .junior-wrp-list ul li a{
    background: #c4c7ee;
}
.elementary-wrp .junior-wrp-list ul li a:hover{
    background: #000;
}
.elementary-wrp .junior-wrp-medium ul li a{
    background: #373b89;
    color: #fff;
}
.elementary-wrp .junior-wrp-medium ul li a:hover{
    color: #373b89;
    background: #fff;
}
.elementary-wrp .junior-wrp-img{
    left: auto;
    right: 0;
    border: 10px solid #f9efd6;
    border-right: 0;
}

.advance-wrp{
    background-color: #e6584f;
    background-image: url(../images/advance-bg.png);
    border-bottom: 2px solid #fff;
}
.advance-wrp .junior-wrp-list ul li a{
    background: #ecb5b3;
}
.advance-wrp .junior-wrp-list ul li a:hover{
    background: #000;
}
.advance-wrp .junior-wrp-medium ul li a{
    background: #c23b33;
    color: #fff;
}
.advance-wrp .junior-wrp-medium ul li a:hover{
    color: #c23b33;
    background: #fff;
}

.teens-wrp{
    background: #011d36;
    border-bottom: 7px solid #fff;
}
.teens-wrp table{
    width: 100%;
    position: relative;
    margin: 0 0 60px;
    background: none;
    border-spacing: 5px;
    border-collapse: separate;
}
.teens-wrp table tr{
    width: 100%;
}
.teens-wrp table tr td,
.teens-wrp table tr th{
    width: 20%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    background: #5d5f9c;
    border-radius: 10px;
    padding: 12px 15px;
    border: none;
}
.teens-wrp table tr:nth-child(even) td,
.teens-wrp table tr:nth-child(even) th{
    background: #e4584f;
}
.teens-wrp table tr th span{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
.teens-wrp table tr:last-child th{
    color: #333333;
    background: #f3d27c;
}
.teens-wrp table tr:first-child td,
.teens-wrp table tr:first-child th{
    background: transparent;
}

.artists-wrp{
    padding: 100px 0 70px;
}
.artists-wrp .comman-title h2{
    font-family: "ConfiteriaScript";
    font-weight: 600;
}
.artists-wrp .comman-title p{
    max-width: 100%;
}
.artists-wrp .comman-title{
    margin: 0 0 30px;
}
.artists-wrp-data h2,
.artists-wrp-data ul li,
.artists-wrp-data p{
    font-size: 22px;
    color: #292929;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.artists-wrp-data ul{
    margin: 0 0 30px;
}
.artists-wrp-data ul li{
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.artists-wrp-data ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/list-star.png) 0 0 no-repeat;
    background-size: cover;
}
.artists-wrp-data p{
    text-transform: none;
    font-weight: 400;
}
.artists-wrp-data p strong{
    text-transform: uppercase;
}

.celebrations-wrp{
    position: relative;
    width: 100%;
    background: #f2d17c;
    padding: 0 0 100px;
}
.celebrations-wrp-row{
    display: flex;
    align-items: center;
}
.celebrations-wrp-img{
    width: 50%;
    position: relative;
}
.celebrations-wrp-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(93, 94, 158, 0.5);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.celebrations-wrp-img:hover::after{
    height: 100%;
}
.celebrations-wrp-row3 .celebrations-wrp-img::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80%;
    height: 60px;
    background: url(../images/shadow-2.png) 0 0 no-repeat;
    background-size: 100%;
    mix-blend-mode: multiply;
}
.celebrations-wrp-img img{
    width: 100%;
    border: 10px solid #f9efd6;
}
.celebrations-wrp-data{
    width: 50%;
    padding: 50px 100px;
}
.celebrations-wrp-data .comman-title{
    text-align: left;
    margin: 0 0 50px;
}
.celebrations-wrp-data .comman-title h2{
    font-family: "ConfiteriaScript";
    font-weight: 600;
    color: #e6584d;
}
.celebrations-wrp-data p,
.celebrations-wrp-data ul li{
    font-size: 22px;
    color: #292929;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px;
}
.celebrations-wrp-data ul li{
    margin: 0;
}
.celebrations-wrp-row2 ul{
    padding-left: 24px;
}
.celebrations-wrp-row2 ul li{
    margin: 0 0 25px;
    list-style: disc;
}
.celebrations-wrp-row2 ul li:last-child{
    margin: 0;
}
.celebrations-wrp-row3 ul li{
    font-weight: bold;
    margin: 0 0 25px;
    padding-left: 40px;
    position: relative;
}
.celebrations-wrp-row3 ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/list-star-red.png) 0 0 no-repeat;
    background-size: cover;
}

.diy-wrp1{
    padding: 100px 0;
    background: #e5584e;
    border-top: 5px solid #fff;
}

.diy-wrp{
    padding: 100px 0;
    background: #5e609d;
    border-top: 5px solid #fff;
}
.diy-wrp .comman-title h2,
.diy-wrp .comman-title p{
    color: #fff;
}
.diy-wrp .comman-title h2,
.curriculum-wrp .comman-title h2{
    text-transform: uppercase;
}
.diy-wrp-img{
    width: 100%;
    border: 10px solid #f9efd6;
    border-radius: 10px;
    margin: 13px 0;
    overflow: hidden;
}
.gallery-page .diy-wrp-img{
    height: 350px;
}
.diy-wrp-img a,
.diy-wrp-img a figure{
    display: block;
    width: 100%;
    height: 100%;
}
.diy-wrp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.diy-wrp-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.curriculum-wrp{
    padding: 100px 0 40px;
}

.tyub-list{
    position: relative;
}
.tyub-list ul{
    position: absolute;
    bottom: 55%;
    width: 100%;
}
.tyub-list ul li{
    font-size: 22px;
    color: #292929;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-family: "ConfiteriaScript";
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    width: 15%;
    left: 4%;
}
.tyub-list ul li:nth-child(2){
    left: 25%;
}
.tyub-list ul li:nth-child(3){
    left: 47%;
}
.tyub-list ul li:nth-child(4){
    left: 68%;
}
/* **** End Products Page **** */

/* **** Gallery Page **** */
.gallery-page .comman-title h1{
    color: #fff;
}
.gallery-page{
    margin-bottom: 50px;
}
/* **** End Gallery Page **** */


/* ***** Whatsapp ***** */
.whatsapp {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.whatsapp:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.whatsapp figure {
    margin: 0;
}
.whatsapp figure img {
    width: 100%;
}
/* ***** End Whatsapp ***** */

.outrech10 {margin-bottom:10px;}
.logo-center {text-align:center !important;}
.footer-logo {display:inline;}
.copyright-pt {padding-top:10px;}
.events {margin:0 auto; display:table;}