/*@font-face {
    font-family: 'Wicked Mouse';
    src: url('../fonts/wicked_mouse_demo-webfont.woff2') format('woff2'),
    url('../fonts/wicked_mouse_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Riffic Bold';
    src: url('../fonts/rifficfree-bold-webfont.woff2') format('woff2'),
    url('../fonts/rifficfree-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Comfortaa Bold';
    src: url('../fonts/comfortaa-bold-webfont.woff2') format('woff2'),
    url('../fonts/comfortaa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'Comfortaa Light';
    src: url('../fonts/comfortaa-light-webfont.woff2') format('woff2'),
    url('../fonts/comfortaa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Comfortaa Regular';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'),
    url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothic.woff') format('woff'),
    url('../fonts/gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Wicked Mouse';
    src: url('../fonts/wicked-mouse.otf');
}

body{

    font-family: 'Century Gothic';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Wicked Mouse';
}
.bg-green{
    background-color: #89C13D;
}
.bg-orange{
    background-color: #df7135;
}
.bg-blue{
    background-color: #3896be;
}

.btn-blue {
    color:#fff;
    background-color:#3896be;
    border-color:#3896be
}
.btn-blue:hover {
    color:#fff;
    background-color:#25789c;
    border-color:#25789c
}
.btn-blue.focus,
.btn-blue:focus {
    color:#fff;
    background-color:#25789c;
    border-color:#25789c;
    box-shadow:none;
}
.btn-green {
    color:#fff;
    background-color:#89C13D;
    border-color:#89C13D
}
.btn-green:hover {
    color:#fff;
    background-color:#77a537;
    border-color:#77a537
}
.btn-green.focus,
.btn-green:focus {
    color:#fff;
    background-color:#77a537;
    border-color:#77a537;
    box-shadow:none;
}
.btn-orange {
    color:#fff;
    background-color:#df7135;
    border-color:#df7135
}
.btn-orange:hover {
    color:#fff;
    background-color:#c55c23;
    border-color:#c55c23
}
.btn-orange.focus,
.btn-orange:focus {
    color:#fff;
    background-color:#c55c23;
    border-color:#c55c23;
    box-shadow:none;
}
.btn-gray {
    color:#fff;
    background-color:#9192A1;
    border-color:#9192A1
}
.btn-gray:hover {
    color:#fff;
    background-color:#94959c;
    border-color:#94959c
}
.btn-gray.focus,
.btn-gray:focus {
    color:#fff;
    background-color:#94959c;
    border-color:#94959c;
    box-shadow:none;
}
.top-bar .btn{
    margin-left: 10px;
    font-family: 'Comfortaa Bold', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 200px;
}
header{
    z-index: 9;
    position: relative;
}
.navbar{
    min-height: 55px;
}

.navbar-custom-height{
    height: 85px;
}

.navbar-brand{
    background-color: none;
    position: absolute;
    padding: 20px 40px;
    width: 280px;
    border-radius: 0 0 10px 10px;
    margin-top: -30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    font-family: 'Comfortaa Bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
/* COPY BELOW FOR MENU */
.submenu, .sub-submenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 14px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left:0;
    border-top:0;
    margin-top: 0;
}
.dropdown-item:focus{
    background-color: #3896be;
}
@media (max-width: 767px){
    .dropdown-submenu a::after {transform: rotate(-0deg);right:15px}
    .navbar-nav .dropdown-menu{margin-left: 15px;}
    .dropdown-submenu .dropdown-menu{padding-left: 15px;}
}

@media (max-width: 991px) and (min-width: 768px) {
    .dropdown-submenu a::after {transform: rotate(-0deg);right:15px}
    .navbar-nav .dropdown-menu{margin-left: 15px;}
    .dropdown-submenu .dropdown-menu{padding-left: 15px;}
}

.top-banner{
    height: 34vw;
    overflow: hidden;
    width: 100%;
    margin-top: -130px;
    background-color: #1a2e34;
}
.top-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.navbar-dark .navbar-toggler-icon{
    color: #fff;
}
.featured-block-item{
    display: block;
}
.featured-block-item img, .featured-block-item span{
    display: block;
}
.featured-block-item{
    text-decoration: none;
    margin-bottom: 40px;
}
.featured-block-item:hover{
    text-decoration: none;
}
.featured-block-item span{
    padding: 15px 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'Wicked Mouse';
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
    letter-spacing: 1px;
}
.featured-block2-item{
    display: block;
}
.featured-block2-item img, .featured-block2-item span{
    display: block;
}
.featured-block2-item{
    text-decoration: none;
    margin-bottom: 40px;
}
.featured-block2-item:hover{
    text-decoration: none;
}
.featured-block2-item span{
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    min-height: 110px;
    justify-content: end;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    text-align: right;
}
.featured-block2-item.fbi-odd span{
    left: 0;
    right: auto;
    text-align: left;
    justify-content: start;
}
.navbar-nav .dropdown-menu{
    background-color: #df7135;
    border-radius: 0;
    border: 0;
    border-top: 6px solid transparent;
}
.navbar-nav .dropdown-item{
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.navbar-nav .dropdown-item:hover{
    background-color: #3896be;
}
.search-dropdown .nav-link::after{
    display: none;
}
.search-dropdown .dropdown-menu{
    right: 15px;left: auto;
    padding: 15px;
    min-width: 300px;
    background-color: #3896be;
}
.classes-section h3{
    font-weight: 900;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 50px;
}
.class-item{
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    margin-top: 15px;
}

.class-item h4{
    font-size: 16px;
    font-weight: 900;
    color:#fff;
}
.class-item p{
    margin-bottom: 0;
}

.navbar-nav .active .nav-link {
    background-color: rgba(255,255,255,.4) !important;
}

.content-box {
    padding-top: 25px;
}

#schoolList {
    border: 1px solid #D1D1D1;
    border-top: none;
    width: 100%;
    font-size: 11px;
    padding: 5px;
    /*height: 860px;*/
    overflow: auto;
    text-align: center;
}

#schoolList .schoolItem {
    padding: 5px;
}

#schoolList .schoolItem {
    text-align: left;
}

.red_std {
    color: #CC3300;
    font-size: 14px;
    /*font-family: Verdana;*/
}

.tiny_font_custom {
    font-size: 12px;
}

#signup-wrapper {
    max-width: 815px;
    padding: 0px 20px;
    border: 1px solid lightgrey;
    margin: 22px auto;
}

#signup-wrapper fieldset {
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    background: rgba(0, 0, 0, 0.01);
}

#signup-wrapper legend {
    color: #3796C2;
    font: 24px "futura-pt", Arial, sans-serif;
    padding: 0 20px;
}

#signup-wrapper .signup-info p {
    font-size: 13px;
    margin-top: 10px;
}

#signup-wrapper .setup-panel li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    color: #666666;
    cursor: pointer;
}

#signup-wrapper .setup-panel li.activeLI {
    font-size: 15px;
}

#signup-wrapper .setup-panel li a.active {
    color: #df7135;
}

#signup-wrapper .setup-panel li a {
    color: #666666;
}

#signup-wrapper {
    font-size: 13px !important;
}

#signup-form .label-control {
    text-align: left;
}

#signup-form .form-group label {
    padding-top: 7px;
}

.form-group label {
    font-weight: 700 !important;
}

.card-footer {
    border-top: 0px;
    text-align: center;
}

.card-footer button {
    background-color: #3896BE;
}

.signup-footer a {
    min-width: 180px;
}

.help-block {
    color: red;
}

.custom_card {
    border: none;
}

#work-wu-form {
    font-size: 13px!important;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: #2562A3 !important;
    font: 24px "futura-pt", Arial, sans-serif;
    /*padding: 0 20px;*/
}

.form-group .checkbox-inline, .form-group .workcheck {
    font-weight: 100 !important;
}

#work-wu-form img {
    margin-bottom: 11px;
}

.social_icon_custom{
    width: 29px;
    height: 29px;
    object-fit: cover;
    margin-left: -5px
}
.franchise_opportunities_heading {
    background-color: #89C13D;
    border-radius: 5px;
    box-shadow: var(--shd,0 1px 4px rgba(0,0,0,.6));
}

#sub-nav-box {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
}

#sub-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#sub-nav li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    color: #666666;
    cursor: pointer;
}

#sub-nav a.selected {
    color: #df7135;
}

#sub-nav a {
    color: #2562A3;
}

#left-section .sub-nav-button {
    list-style: none outside none;
    margin: 0;
    padding-left: 15px;
}

#left-section .sub-nav-button li a {
    color: #89C13D;
    font-size: 13px;
    text-decoration: none;
}

.custom_green_color {
    color: #89C13D !important;
}

.custom_magenta_color {
    color: #a2206c !important;
}

.custom_orange_color {
    color: #df7135 !important;
}

.custom_blue_color {
    color: #3896BE !important;
}

.custom_brochure_color {
    color: #a2206c !important;
}

.custom_brochure_secondary_color {
    color: #6052a3 !important;
}

.custom_dark_blue_color {
    color: #2562A3 !important;
}

.custom_bg_green_color {
    background-color: #89C13D !important;
}

.custom_bg_orange_color {
    background-color: #df7135 !important;
}

.custom_bg_blue_color {
    background-color: #3896BE !important;
}

.custom_bg_dark_blue_color {
    background-color: #2562A3 !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_24 {
    font-size: 24px !important;
}

.font_15 {
    font-size: 15px !important;
}

.footer-links {
    font-size: 20px;
    font-weight: bold;
    margin-left: -10px
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-content-custom {
    border-top: 4px solid rgba(217, 251, 165, .7);
    border-right: 4px solid rgba(217, 251, 165, .7);
    border-bottom: 4px solid rgba(217, 251, 165, .7);
}

.center-content-custom {
    border-top: 4px solid rgba(217, 251, 165, .7);
    border-bottom: 4px solid rgba(217, 251, 165, .7);
}

.right-content-custom {
    border-top: 4px solid rgba(217, 251, 165, .7);
    border-left: 4px solid rgba(217, 251, 165, .7);
    border-bottom: 4px solid rgba(217, 251, 165, .7);
}

.image-bd {
    margin-top: -32px;
}

#partydesc {
    background: url(../img/parties-list-bkg.gif) 0 15px no-repeat;
    float: left;
    color: #3c2313;
    font-size: 16px;
    font-family: "futura-pt", Arial, sans-serif;
    font-weight: 300;
    /* width: 315px; */
    /* margin-left: 65px; */
    margin-top: 10px;
    padding: 0 80px 0 30px;
}

#party-details li {
    margin: 4px 0;
}

#book-party-button {
    border: none;
    cursor: pointer;
    height: 37px;
    width: 266px;
    padding-left: 16px;
    vertical-align: middle;
}

.hide {
    display: none;
}

.book-title {
    font-size: 18px;
    color: #df7135;
}

.mb-10 {
    margin-bottom: 10px;
}

.pull-right {
    float: right;
}

b, strong {
    font-weight: bold !important;
}

.text_decor_none {
    text-decoration: none !important
}

.mb-15 {
    margin-bottom: 15px;
}

#program_list .school-heading {
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

#program_list .school-address {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 30px;
}

.more-about {
    font-size: 13px;
    font-weight: bold;
}

.camps-tables-wrap .table {
    table-layout: fixed;
}
.camps-tables-wrap .table td,
.camps-tables-wrap .table th {
    border: 1px solid #9a9a9a;
    text-align: center;
}

.body-0 {
    background: #c9e5e9;
}
.body-1 {
    background: #f2d0c4;
}
.body-2 {
    background: #f0f3cd;
}
.body-3 {
    background: cadetblue;
}

.birthday-party-0 {
    background: #BF1829;
}
.birthday-party-1 {
    background: #9F1963;
}
.birthday-party-2 {
    background: #8CBD3D;
}
.birthday-party-3 {
    background: #662992;
}
.birthday-party-4 {
    background: #006835;
}
.birthday-party-5 {
    background: #1476BD;
}
.birthday-party-6 {
    background: #F15A24;
}
.birthday-party-7 {
    background: #DB165C;
}

.session-title {
    background: #2196F3;
    color: #fff;
    text-align: center;
}

.session_img {
    border: 0;
    max-width: 100%;
}

.testimonial-content p{
    margin-top:5px;
    font-size:13px;
}

.party-page-imgs{
    text-align: center;
}

.party-page-imgs img:first-child{
    border:5px solid #5c9ebc;
    border-radius:10px;
    margin-bottom: 20px;
    transform: rotate(9deg);
    margin-top: 25px;
    max-width: 100%;
}
.party-page-imgs img:nth-child(2){
    border: 5px solid #e01a1a;
    border-radius: 10px;
   /* margin-left: -20px;*/
    transform: rotate(354.7607584085156deg);
    margin-top: -15px;
    max-width: 97%;
}
.party-page-imgs img:last-child{
    border-radius: 10px;
    /*margin-left: -20px;*/
    transform: rotate(8deg);
    margin-top: 3px;
    max-width: 97%;
}

.img-pace-a{
    border: 7px solid #662d91;
    border-radius: 10px;
    margin-bottom: 20px;
    transform: rotate(-9deg);
    margin-top: 25px;
    max-width: 250px;
}
.img-pace-b{
    border: 7px solid #008f77;
    border-radius: 10px;
    margin-bottom: 20px;
    transform: rotate(9deg);
    margin-top: 25px;
    max-width: 290px;
}

.workshop-3cc{
    border:5px solid #f7941e;
    color:#fff;
}
.workshop-3cc .row .col-md-4:nth-child(1){
    background-color: #95348d;
}
.workshop-3cc .row .col-md-4:nth-child(2){
    background-color: #3d59a8;
}
.workshop-3cc .row .col-md-4:nth-child(3){
    background-color: #c7197c;
}
.workshop-3cc ul{
    margin: 0;padding:25px 15px;
    list-style: none;
}
.workshop-3cc ul li{
    text-align: center;
    padding: 4px 0;
    display: block;
}
.img-workshop-a{
    border: 7px solid #ffd168;
    border-radius: 10px;
    margin-bottom: 20px;
    transform: rotate(9deg);
    margin-top: 25px;
    max-width: 220px;
}
.img-workshop-b{
    border: 7px solid #ef7322;
    border-radius: 10px;
    margin-left: 64px;
    transform: rotate(9deg);
    margin-top: -36px;
    max-width: 170px;
    margin-bottom: 15px;
}
.img-workshop-c{
    border: 7px solid #394fa2;
    border-radius: 10px;
    transform: rotate(-9deg);
    margin-top: 25px;
    max-width: 250px;
    margin-bottom: 25px;
}

.collage-like-images img:first-child{
    border:5px solid #5c9ebc;
    border-radius:10px;
    margin-bottom: 20px;
    transform: rotate(9deg);
    margin-top: 25px;
    max-width: 310px;
}
.collage-like-images img:last-child{
    border: 5px solid #e01a1a;
    border-radius: 10px;
    margin-left: -20px;
    transform: rotate(354.7607584085156deg);
    margin-top: -35px;
    max-width: 260px;
}

.collage-like-images-single{
    border:5px solid #5c9ebc;
    border-radius:10px;
    transform: rotate(6deg);
    margin-top: 25px;
    max-width: 360px;
}

.collage-like-images-multiple img:first-child{
    border:5px solid #EA1967;
    border-radius:10px;
    transform: rotate(350deg);
    width: 110px;
}
.collage-like-images-multiple img:nth-child(2){
    border:5px solid #7EBC67;
    border-radius:10px;
    transform: rotate(10deg);
    margin-left: -5px;
    margin-top: 12px;
    width: 110px;
}
.collage-like-images-multiple img:nth-child(3){
    border:5px solid #D90E0E;
    border-radius:10px;
    transform: rotate(351deg);
    margin-top: -8px;
    margin-left: 1px;
    width: 110px;
}
.collage-like-images-multiple img:last-child{
    border:5px solid #4996B8;
    border-radius:10px;
    transform: rotate(10deg);
    margin-top: 8px;
    width: 110px;
}

/*testimonials slider css*/

#franchise-testimonials .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#franchise-testimonials .shadow-effect p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
#franchise-testimonials .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #2562A3;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#franchise-testimonials .item {
    text-align: center;
    margin-top:40px;
    margin-bottom:50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#franchise-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

/*home pages sliders css*/
#home-page-slider .owl-dot span {
    display: block;
    height: 10px;
    width: 10px;
    content: "";
    background-color: #df7135;
    margin: 0 5px;
}
#home-page-slider .owl-dot.active span {
    background-color: #89C13D;
}
#home-page-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 15px;
    position: relative;
}
body::before{
    position: absolute;
    display: block;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #1a2e34;
}
#home-page-slider .owl-item img {
    display: block;
    width: 100%;
    height: 30vw;
    object-fit: cover;
    object-position: center;
    max-width: unset;
}
@media (max-width: 991px){
    #home-page-slider .owl-item img {
        /*height: auto;*/
    }
}
@media (max-width: 767px){
    #home-page-slider .owl-dot span {
        height: 7px;
        width: 7px;
    }
    #home-page-slider .owl-dots {
        margin-top: -35px;
    }
}
/*home pages sliders css*/

#franchise-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#franchise-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2562A3;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#franchise-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#franchise-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#franchise-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #2562A3;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*testimonials slider css ends here*/

.staff-team {
    font-weight: 300;
}

.staff-team h5 {
    line-height: 22px;
}

.staff-team .subtitle {
    line-height: 24px;
    font-size: 13px;
}

.staff-team img{
    width: 60%;
    height: 210px;
    object-fit: cover;
}

.custom_align_awards_img{
    text-align: center;
    margin-top: 10px;
}

.footer-social-icons{
    display: inline-block;
}

.licensing-section .text-well{
    background-color: #2562A3;
    color: #fff;
    padding: 20px 40px;
    border-radius: 24px;
}
.licensing-section .text-well p{
    color: #fff;
    margin-bottom: 0;
}
.lice-star-list ul{
    padding-left: 5px;
    list-style: none;
}
.lice-star-list li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 45px;
    list-style: none;
    color: #000;
}

.lice-star-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
}
.lice-sec-green .lice-star-list li::before {
    background: url('../img/green-star.png') no-repeat center/cover;
}
.lice-sec-orange .lice-star-list li::before {
    background: url('../img/orange-star.png') no-repeat center/cover;
}
.text-well-heading div{
    display: inline-block;
    background-color: #2562A3;
    color: #fff;
    padding: 10px 40px;
    border-radius: 24px;
    font-family: 'Wicked Mouse';
    font-size: 20px;
}
.lice-circle-list ul{
    padding-left: 65px;
    list-style: none;
}
.lice-circle-list li{
    position: relative;
    padding-left: 20px;
    list-style: none;
    color: #000;
}

.lice-circle-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: url('../img/small-bullet.png') no-repeat center/cover;
}
.text-border-info{
    border: 2px solid #ccc;
    padding: 8px 25px;
    margin-top: 20px;
    margin-left: 15px;
    display: inline-flex;
}
.text-border-info p{
    position: relative;
    padding-left: 34px;
    font-size: 26px;
    margin-bottom: 0;
    color: #000;
}
.text-border-info p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 19px;
    height: 19px;
    background: url('../img/blue-box.png') no-repeat center/cover;
}
.lice-images-list{
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
.lice-images-list img{
    padding: 15px;
    width: 33.33%;
    max-width: 300px;
}
.lice-sec-green .text-well-heading div{
    background-color: #89C13D;
}
.lice-sec-orange .text-well-heading div{
    background-color: #df7135;
}
.lice-sec-green .text-border-info{
    border-color: #89C13D;
}
.lice-sec-orange .text-border-info{
    border-color: #df7135;
}
@media (max-width: 767px){
    .text-well-heading div{font-size: 18px;}
    .text-border-info p{font-size: 18px;}
    .lice-images-list{flex-flow: column;align-items: center;}
    .lice-images-list img{width: 100%;max-width: 200px;}
    .lice-circle-list ul{padding-left: 0;}
    .text-border-info{margin-left: 0;}
}

/* Absolute Center Spinner Starts */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

#classesAccordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#classesAccordion .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.front_heading {
    font-size: 28px !important;
}

.disclaimer-container {
    padding: 15px;
    background-color: #f9f9f9;
}
.disclaimer-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Absolute Center Spinner Ends */

@media (max-width: 767px) {
    .navbar {margin-top: 20px;align-items: start;height: 55px;}
    .top-bar .btn {font-size: 15px;padding-left: 15px;padding-right: 15px;margin-top: 15px;min-width: 145px;}
    .navbar-dark .navbar-nav .nav-link {font-size: 15px;font-weight: 800;padding-left: 15px;padding-right: 15px;}
    .navbar-brand {width: 150px;padding: 20px 20px;margin-top: -36px;z-index: 9;}
    .navbar-toggler{position: absolute;right: 15px;color: #fff !important;border-color: #fff !important;}
    .navbar-collapse{position: absolute;width: 100%;left: 0;top: 53px;background-color: #89C13D;padding-top: 60px;padding-bottom: 30px;padding-right: 15px;}
    .top-banner{height: 60vw;padding-top: 100px;}
    .featured-block-item span{height: auto;}
    .search-dropdown .dropdown-menu{margin-left:15px;}
    .about-author-images img{width: 100%;height: auto;}
    #franchise-testimonials.owl-carousel .owl-dots{position: absolute;top: 12px;}
}


@media (max-width: 991px) and (min-width: 768px) {
    .navbar {margin-top: 40px;align-items: start;height: 55px;}
    .top-bar .btn {font-size: 15px;padding-left: 15px;padding-right: 15px;}
    .navbar-dark .navbar-nav .nav-link {font-size: 15px;font-weight: 800;padding-left: 15px;padding-right: 15px;}
    .navbar-brand {width: 170px;padding: 20px 20px;margin-top: -48px;z-index: 9;}
    .navbar-toggler{position: absolute;right: 15px;color: #fff !important;border-color: #fff !important;}
    .navbar-collapse{position: absolute;width: 100%;left: 0;top: 53px;background-color: #89C13D;padding-top: 60px;padding-bottom: 30px;padding-right: 15px;}
    .featured-block-item span{font-size: 16px;}
    .camps-tables-wrap .table {
        table-layout: fixed;
    }

    .camps-tables-wrap .table thead th {
        border-bottom: none;
    }

    .camps-tables-wrap .period-name {
        border-bottom: 1px solid #333;
        background: #f1f1f1;
        color: #000;
    }

    .camps-tables-wrap .table tr {
        border: 1px solid #333;
    }

    .camps-tables-wrap .period-name+td {
        border-bottom: 1px solid #777;
    }

    .camps-tables-wrap td,
    .camps-tables-wrap th {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar {margin-top: 40px;}
    .top-bar {position: absolute;top: -41px;right: 0;}
    .top-bar .btn {font-size: 18px;padding-left: 15px;padding-right: 15px;}
    .navbar-dark .navbar-nav .nav-link {font-size: 15px;font-weight: 800;padding-left: 15px;padding-right: 15px;}
    .navbar-brand {width: 218px;margin-left: 50px;}
}
@media (min-width: 1200px) {
    .navbar {margin-top: 42px;}
    .top-bar {position: absolute;top: -43px;right: 0;}
    .navbar-brand {margin-left: 50px;}
}
@media (max-width: 767.98px) {
    .nav-item .dropdown-item{white-space: unset;}
}
.select2-container{
    font-size: 15px !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
