body
{
    font-family: 'Sniglet', cursive;
    font-size: 14px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}


/* width */
::-webkit-scrollbar 
{
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track 
{
    background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb 
{
    background: #777;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
    background: #56aaff; 
}


a
{
    cursor: pointer;
}


a:hover{
    text-decoration: none;
}

pcard
{
    color: #7b7b7b;
    font-family: 'Sniglet', cursive;
    font-size: 16px;
}
 
.container
{
    max-width: 1400px;
}

.hrsmall
{
  max-width: 50px;
  border-width: 3px;
  border-color: #56aaff;
}

.hrwhite
{
  max-width: 50px;
  border-width: 3px;
  border-color: #fff;
}

.header-text
{
    color: #56aaff;
    font-weight: 600;
    margin-bottom: 30px;
}

.navbar
{
    background-color: #fff;
     -webkit-box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
    box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
}

 .navbar-brand
 {
    margin-right: 0;
 }

.nav-item
{
    font-size: 17px;
    font-weight: 600;
    padding: 0px 6px;
}

.nav-link
{
    color: #56aaff;
}
.nav-link:hover
{
    color: #c75dc7;
}



.header
{
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}


.header2
{
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

.franchise
{
    
    background-image: url('../images/conference/conference2024team.png');
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.timetable-container
{
    padding: 100px 20px;;
}
    
.header h1
{
    padding-top: 20%;
    margin-bottom: 50px;
    font-size: 4.5vw;
    font-weight: 900;
    color: white;
}

.franchise h1
{
    padding-top: 15%;
    padding-bottom: 15%;
    margin-bottom: 50px;
    font-size: 4.5vw;
    font-weight: 900;
    color: white;
}

.header2 h1
{
    padding-top: 115px;
    font-size: 4.0vw;
    font-weight: 900;
    color: white;
}

.header2 h2
{
    padding-top: 115px;
    font-size: 4.0vw;
    font-weight: 900;
    color: white;
}

.header2 h5 
{
    margin-bottom: 40px;
}

.cloud-top
{
    margin-top: 50px;
    position: relative;
    bottom: -2px;
    left: 0px;
}


.btn-more
{
    border: 2px solid #fff;
    border-radius: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 8px 38px;
}

.btn-more:hover
{
    border: 2px solid #fff;
    color: #56aaff;
    font-weight: 600;
    font-size: 22px;
    padding: 8px 38px;
    background-color: #fff;
}

.booking-filter
{
    background: #c85dc8;
    padding: 14px 35px;
    color: #fff;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px 15px 0px 0px;
    font-weight: 800;
    font-size: 17px;
}

.booking-filter:hover
{
    background: #723072;
    adding: 14px 35px;
    color: #fff;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px 15px 0px 0px;
    font-weight: 800;
    font-size: 17px;
}

.booking-filter.active
{
    background: #55aafe;
    adding: 14px 35px;
    color: #fff;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px 15px 0px 0px;
    font-weight: 800;
    font-size: 17px;
}






.video
{
    border-radius: 10px;  -webkit-box-shadow: -1px -1px 32px -3px rgba(158,158,158,1);
    -moz-box-shadow: -1px -1px 32px -3px rgba(158,158,158,1);
    box-shadow: -1px -1px 32px -3px rgba(158,158,158,1);
    margin-top: 60px;
    cursor: pointer;
}







.footprints
{
    width: 50%;
}


.footprints2
{
    width: 50%;
}



.footprints3
{
    width: 21%;
}



.about
{
    padding: 40px 0px;
    
}

.about-div1
{

}


.about1-img
{

    margin: 0px;
}

.about1-text
{
    margin: 0px; 
    padding-top: 6%;
}


.about2
{
   
}

.about-div2
{
    margin-top: 0px;
}



.about2-img
{
    margin: 0px; 
}

.about2-text
{
    padding-top: 6%;
}



.background-info
{
    
}


.icon
{
    margin: 30px 0px;
    color: #c75dc7;
}

.aboutlist
{
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
}


.didyouknow
{
    
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5% 36px;
    margin: auto;
    margin-top: 100px;
}


.didyouknow h2 
{
    color: white;
    margin-bottom: 30px;
}

.didyouknow p 
{
    color: white;
}

.circle-img
{
    border-radius: 100%;
    height: 200px;
    width: 200px;
}



.class-link:hover
{
    text-decoration: none;
}

.tile{
    background: #fff;
    -webkit-box-shadow: 0px 4px 25px -8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 25px -8px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.card
{
    border: none;
    background: #f3f3f3;
}

.card-img-top
{
       height: 30vw;
}

.card-body
{
    padding: 25px 0px;
}

.classes
{
    padding: 100px 0px;
    padding-bottom: 0px;
}

.class
{
    padding: 20px 40px;
    margin-bottom: 40px;
}

.class-info
{
    min-height: 135px;
}

.btn-test
{
    background-color: #56aaff;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    padding: 7px 40px;
    color: #fff!important;
    border-radius: 20px;
}

.btn-test:hover
{
    background-color: #c75dc7;
    border-radius: 20px;
}


.btn 
{
    font-weight: 800;
    text-transform: uppercase; 
    border-radius: 30px;
}

.btn-view
{
    color: #56aaff;
    /* background-color: #56aaff; */
    border-color: #56aaff;
    
}

.btn-view:hover
{
    color: #fff;
    background-color: #56aaff;
    border-color: #56aaff;
    
}


.btn-submit
{
    color: #fff;
    background-color: #c85dc8;
    border-color: #c85dc8;
    
   
}

.btn-submit:hover
{
    color: #fff;
    background-color: #442144;
    border-color: #442144;
}


.contact
{
    
    background-color: #56aaff;
    background-size: cover;
    background-position: 0px -18px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.contact-details
{
    color: #fff;
}

.contact-link
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.contact-link:hover
{
    color: #fff;
    text-decoration: none;
}


.contact-header
{
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.details
{
    margin-bottom: 40px;
}

.enquiry-form
{
    border: none;
    border-radius: 4px;
    /* border-bottom: 2px solid #f8f8f8; */
    background-color: #4b97e4;
    margin-top: -3px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding: 7px 10px;
}

.enquiry-form:focus
{
   border: none;
    border-radius: 4px;
    /* border-bottom: 2px solid #f8f8f8; */
    background-color: #4b97e4;
    margin-top: -3px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding: 7px 10px;
}


.alert-success {
    color: #56aaff;
    background-color: #fafafa;
    border-color: #fafafa;
}

.alert-danger {
    color: #f52f15;
    background-color: #fafafa;
    border-color: #fafafa;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e4e4e4;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e4e4e4;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e4e4e4;
}

.btn-contact
{
    background-color: #fff;
    color: #4b97e4;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 20px;
}
.btn-contact:hover
{
    background-color: #c75dc7;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 20px;
}



.tag-blue
{
    color: #fff;
    background: #c75dc7;
    font-weight: bold;
    padding: 3px 10px;
    border-radius:20px;
    cursor: pointer;
}







/* BLOGS  */

.blogs
{
    background: #fff;
    margin-top:-100px;
}

.blog
{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    min-height: 100%;
    -webkit-box-shadow: 0 3px 50px #0000000f!important;
    box-shadow: 0 3px 50px #0000000f!important;

}

.blog:hover
{
    transition: 300ms;
    transform: scale(1.02);
    text-decoration: none!important;
}


.blog-img
{
    border-radius: 0 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


video
{
    border-radius: 30px;
} 

.blog video
{
    border-radius: 0 30px;
}

.blog-text
{
   color: #0A1F2D;
}


figcaption
{
    background: #f3f3f3;
    padding: 14px;
    text-align: center;
}
figure img
{
    width:100%;
}


.tag
{
    background: #f3f3f3;
    padding: 7px 16px;
    border-radius: 20px;
    color: #7b7b7b;
    cursor: pointer;
        margin-bottom: 7px;
    display: inline-block;
}

.tag.active
{
    background: #32abff;
    padding: 7px 16px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
        margin-bottom: 7px;
    display: inline-block;
}




/*---------- CALENDAR ----------*/
.fc.fc-bootstrap4 a {
    text-decoration: none;
    border: none;
    background-color: #3a3a3a;
    border-left: 7px solid #3a3a3a;
    border-top: 1px solid;
    color: rgb(255, 255, 255);
    padding: 8px;
    border-radius: 0px;
    z-index: 1;
    left: 0%;
    right: 0%;
    cursor: pointer;
}

.fc-more
{
    background: #fff!important;
    color: #353535!important;
    border: none!important;
    width: 100%;
}






.classes-header
{
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 300px;

}

.classes-header h1
{
    padding-top: 13%;
    font-size: 6em;
    font-weight: 900;
    color: white;
}

.class-image
{
    padding: 10px;
    border: 2px solid #eae8e8;
    margin: 60px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
    box-shadow: 0px 4px 25px -8px rgba(0,0,0,0.37);
    margin: auto;
    margin-bottom: 50px;
}

.class_desc h1, h2, h3, h4
{
    color: #7b7b7b;
}

.class_desc ul
{
    text-decoration: none;
}

.class_desc li
{
    color: #7b7b7b;
    margin-bottom: 10px;
}





footer
{
    background-color: #2b2b2b;
    padding: 30px 0px;
}

.footer-div
{
    padding: 0px 30px;
}

.footer-title
{
    color: #56aaff;
}

.footer-logo
{
    width: 200px;
}

.footer-about p 
{
    color: #9a9a9a;
    font-size: 13px;
}

.quicklinks
{
    list-style: none;
    padding: 0px;
}

.quicklinks li
{
    margin-bottom: 7px;
}

.quicklink
{
    color: #9a9a9a; 
}

.quicklink:hover
{
    color: #56aaff; 
    text-decoration: none;
}

.quicklink
{
    color: #9a9a9a; 
}

.copyright
{
    background-color: #222222;
    padding: 10px 0px;
    font-size: 15px;
}















@media(max-width: 1250px) 
{

    .header
    {
        
    }

    .header h1 
    {
        /*font-size: 5em;*/
    }
    
}
@media(max-width: 1200px)
{
    .about-div1
    {
        margin-top: 35px;
    }
}




@media(max-width: 990px) 
{

    p
    {
            font-size: 14px;
    }
    
    .header h1
    {
          font-size: 6.5vw;
    }
    
    .what
    {
        text-align: center;
    }

    .footprints
    {
        
        width: 60%;
    }

    .footprints2
    {
        width: 60%;
    }

    .footprints3
    {
        width: 23%;
    }

    .company-img
    {
        width: 200px;
        height: 200px;
    }
    
    .card-img-top
    {
        height: 215px;
    }
    
    .footer-logo
    {
        width: 100%;
    }
}






@media(max-width: 768px) 
{

    .header
    {
        background-image: url('../images/banner.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        background-repeat: no-repeat;

    }
    
    .franchise
    {
        
        background-image: url('../images/conference/lullababyteam-small.png');
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    
    .franchise h1 
    {
        padding-top: 30%;
        padding-bottom: 20%;
        margin-bottom: 50px;
        font-size: 7.5vw;
        font-weight: 900;
        color: white;
    }

    .header h1 
    {
        padding-top: 39%;
        /*font-size: 4.5em;*/
    }      

    .cloud-top
    {
        margin-top: 127px;
    }
    
    .btn-more
    {
        font-size: 16px;
        padding: 5px 23px;
    }
    
    .btn-more:hover
    {
        font-size: 16px;
        padding: 5px 23px;
    }

    .footprints
    {
        
        width: 80%;
    }

    .footprints2
    {
        width: 80%;
    }

    .footprints3
    {
        width: 34%;
    }

    
    .didyouknow
    {
    
        background-image: url('../images/banner2-small.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        background-repeat: no-repeat;
        color: #fff;
        padding: 5% 36px;
        margin: auto;
        margin-top: 100px;
    }
    
    .didyouknowtext
    {
        text-align: center;
    }
    
   
    
    .card-img-top
    {
        height: 300px;
    }
    
    
    
    .header2
    {
        background-image: url('../images/banner2-small.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        background-repeat: no-repeat;

    }
    
    
    .footer-about p 
    {
        font-size: 11px;
    }

}



@media(max-width: 576px) 
{

    .header2 h1 {
        padding-top: 115px;
        font-size: 6.5vw;
        font-weight: 900;
        color: white;
    }

    .footer-logo
    {
        padding: 0px 20%;
    }
    
    .footer-about p 
    {
        font-size: 12px;
    }
    
    .footer-div
    {
        padding: 5px ;
    }
    
    
}




@media(max-width: 525px) 
{

    .header
    {
        
    }
    
    .navbar-brand img
    {
        width: 130px!important;
    }
    
    .header h1
    {
        /*font-size: 3.5em;*/
        padding-top: 69%;
    }
    
    .background-info
    {
        
    }
    
    .header2 h2
    {
        padding-top: 115px;
        font-size: 9vw;
        font-weight: 900;
        color: white;
    }
  
}


@media(max-width: 400px) 
{

    .header
    {
        
    }
    
    .header h1
    {
        /*font-size: 3em;*/
        padding-top: 58%;
        font-size: 9vw;
    }
    
    .card-img-top 
    {
        height: 250px;
    }
    
    .about2-text
    {
        margin-top: 20px;
    }

}



@media(max-width: 320px) 
{

    .header
    {
        
    }
    
    .header h1
    {
        /*font-size: 3em;*/
        padding-top: 55%;
    }
    
    .footprints 
    {
        top: 658px;
        left: 1%;
        width: 95%;
    }
    
    .footprints2 
    {
        position: absolute;
        left: 4%;
        top: 260px;
        width: 92%;
    }

}


@media(min-width: 1400px) 
{

    
}