@font-face {
font-family: 'CachetStd-Medium';
src: url('../fonts/cachet/CachetStd-Medium');
src: local('CachetStd-Medium'), url('../fonts/cachet/CachetStd-Medium.woff') format('woff'), url('../fonts/cachet/CachetStd-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'cachet-book-webfont';
src: url('../fonts/cachet/cachet-book-webfont');
src: local('cachet-book-webfont'), url('../fonts/cachet/cachet-book-webfont.woff') format('woff'), url('../fonts/cachet/cachet-book-webfont.ttf') format('truetype');
}


body{
    margin:0;
    padding:0;
    font-size:16px;
    font-family: 'cachet-book-webfont';
    color: #000000;
}
p {
    font-family: 'cachet-book-webfont';
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'CachetStd-Medium';
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
	 }
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #92278f;
}
h4{
    font-size: 18px;
    color: #92278f;
}
h5{
    font-size: 22px;
    color: #0089d1;
}
h6{
    font-size: 18px;
    color: #0089d1;
}

a{
    color: #92278f;
}
a:focus, a:hover{
	text-decoration:none;
}
#main-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo{
    padding: 5px 0px 0px;
    display: block;
}
.header-address h1 {
    color: #0089d0;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.header-address address {
    float: right;
    text-align: right;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 18px;
}
nav.navbar.bootsnav{
        background-color: #92278f;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100 !important;
    padding: 15px 15px;
    margin: 0px 25px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover {
    color: #1b99d6;
}
.navbar-right{
    float: none !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #92278f;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #466dbc;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: inherit !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.carousel-indicators{
    display: none;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-color: rgb(0 0 0 / 45%);*/
}
.carousel-caption {
    margin: 0px;
    left: 10%;
    background-color: inherit;
    text-align: left;
    top: 20%;
}
.carousel-caption h1 {
    color: #ffffff;
    font-weight: 100 !important;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
    margin: 20px 0px 15px;
}
.carousel-caption p{
    line-height: 1.4;
    margin: 15px 0px;
}
.carousel-caption a{
    background-color: #a9268c;
    width: auto;
    margin: 20px 0px 15px;
    border-radius: 4px;
    float: left;
    text-align: center;
    padding: 10px 40px;
    line-height: inherit;
    height: auto;
    font-weight: 400;
}
.carousel-caption a:hover{
    background-color: #0089d1;
    color: #ffffff;
}
.reg-button {
    float: right;
}
.reg-button a {
    background-color: #92278f;
    display: inline-block;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.reg-button a:hover{
    background-color: #5c2e91;
    color: #ffffff;
}
.register-info {
    background-color: #0089d1;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: -90px;
    position: relative;
}
.reg-content h2 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
}
.reg-content p{
    color: #ffffff;
}
.reg-button {
    float: right;
    margin: 40px 0px;
}
.slider-content {
    padding-bottom: 15px;
}
.about-content h2 {
    margin-top: 0px;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.about-content h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:70px;
    height: 4px;
    background-color: #92278f;
}
.about-content h3 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}
.about-content .btn-primary {
    color: #fff;
    background-color: #92278f;
    border-color: #92278f;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.3s linear;
}
.about-content .btn-primary:hover{
    color: #fff;
    background-color: #0089d1;
    border-color: #0089d1;
}
.fly-services {
    background-color: #92278f;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}
.fly-services:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgb(0 137 209 / 86%);
}
.serivices-list .owl-carousel .owl-item{
    border-right: 2px solid #fff;
}
.serivices-list .owl-carousel .owl-item:last-child{
    border-right: none;
}
.serivices-list .owl-carousel .owl-item h3{
    text-align: center;
    margin: 10px 0px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
}
.serivices-list .owl-carousel .owl-item a {
    padding: 10px 10px;
    width: 100%;
    float: left;
    clear: both;
    color: #fff;
}
.serivices-list .owl-carousel .owl-item img{
    display: block;
    margin:0px auto;
}
.customNavigation, .owl-pagination{
    display: none;
}
.owl-theme .owl-controls{
    margin: 0px;
}
.serivices-list .owl-carousel .owl-item:hover{
    background-color: #92278f;
}
.fam-pad{
    padding: 0px;
}
.partner-div .owl-carousel .owl-item .item {
    margin: 15px 20px;
}
.partner-div .owl-carousel .owl-item .item img{
    display: block;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 10px;
}
.fam-partner{
    padding: 30px 0px;
    background-color: #eeeeee;
}
.our_box {
    position: relative;
}
.our_img {
    overflow: hidden;
    border-radius: 5px;
}
.our_box .our_text {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    background: #FFF;
    border-bottom: 3px solid #92278f;
    margin: 0px 15px;
    border-radius: 5px;
    padding: 20px;
    transition: all 0.5s ease;
}
.our_img img {
    border-radius: 5px;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
}
.our_img:hover img {
    transform: scale(1.1);
}
.our_box:hover .our_text {
    background: #0089d1;
    transform: translateY(-10px);
}
.our_box:hover .our_text h1, .our_box:hover .our_text p, .our_box:hover .our_text h1 a {
    color: #FFF;
}
.our_text h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.50px;
    margin: 0;
}
.our_text h1 a{
    color: #000000;
}
.our_text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.50px;
    color: #000;
    margin: 0;
}
.service-block {
    padding: 40px 0px;
    margin-bottom: 60px;
}
.main-heading {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
}
footer{
    border:none;
}
.main-footer{
    background-color: #0089d1;
    padding: 30px 0px 30px;
}
.bottom-footer {
    padding: 10px 0px;
    background-color: #92278f;
    width: 100%;
    float: left;
    padding: 15px 0px;
}
.main-footer address, .main-footer ul {
    margin-top: 0px;
}
.main-footer .footer-title, .main-footer address p{
    color: #fff;
}
.mission-info ul li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 9px;
    font-size: 20px;
    border-radius: 10px;
    color: #92278f;
    transition: all 0.3s linear;
}
.mission-info ul li a:hover{
    background-color: #92278f;
    color: #ffffff;
}
#scrolltoup:hover{
    background-color: #92278f;
    color: #ffffff;
}
.mission-info ul li .fa-facebook {
    padding-left: 3px;
}
.more-info li{
    font-family: 'cachet-book-webfont';
    font-size: 16px;
}
.contact-list li{
    margin-bottom: 15px;
}
.more-info .fa-map-marker {
    float: left;
}
.add-info {
    display: table-cell;
}
.more-info i{
    color: #ffffff;
}
.more-info a:hover{
    color: #92278f;
}
.q-links ul.quick-links{
    list-style-type: none;
    padding: 0px;
}
.q-links ul.quick-links a{
    color: #fff;
}
.q-links ul.quick-links a:hover{
    color: #000;
}
.q-links ul.quick-links li {
    margin-bottom: 10px;
    font-size: 16px;
}
.hours-list strong {
    display: block;
    font-weight: 400;
    font-family: 'CachetStd-Medium';
}
.hours-list li{
    color: #ffffff;
    margin-bottom: 10px;
}
ul.social li:hover a {
    color: #000;
}
.main-footer .footer-title{
    border-bottom: none;
    font-family: 'CachetStd-Medium';
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.main-footer .footer-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: #ffffff;
}
.mission-info p {
    color: #ffffff;
}
.main-footer .social li i{
    color: #fff;
    font-size: 36px;
}
.social a.social-name {
    font-size: 18px;
    position: relative;
    bottom: 7px;
}
.copy p, .power p{
    color: #fff;
    margin-bottom: 0px;
}
.power a {
    color: #000000;
}
.del-col{
    padding: 0px;
}
.register-btn {
    background-color: #0089d1;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s linear;
}
.register-btn:hover{
    background-color: #92278f;
    color: #ffffff;
}
.aqua-page hr {
    border-top: 2px solid #cccccc;
}
.session-info {
    background-color: #0089d1;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0px 20px;
}
.session-info h4 {
    color: #ffffff;
}
.session-info ul {
    padding-left: 0px;
    line-height: 1.8;
    list-style-type: none;
}
.dance-info h5 {
    font-size: 20px;
}
.bitty-info {
    border: solid 1px #a9b4bb;
    border-radius: 15px;
    padding: 15px 30px;
    width: 350px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 7px rgb(50 50 50 / 75%);
}
.inner-content {
    width: 100%;
    float: left;
    border: solid 1px #d8d8d8;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 3px 7px rgb(50 50 50 / 75%);
}
.inner-content h3 {
    margin-top: 0px;
}
.meet-list p {
    margin-bottom: 0px;
    color: #0089d0;
}
.life-btn ul {
    list-style-type: none;
}
.life-btn ul li{
    margin-bottom: 15px;
}
.life-btn ul li a {
    background-color: #92278f;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.life-btn ul li a:hover{
    background-color: #0089d1;
    color: #ffffff;
}
.page-section h1:first-child {
    margin-top: 10px;
    font-size: 36px;
    margin-bottom: 15px;
}
.page-section img{
    border-radius: 10px;
}
.bitty-info .btn-primary {
    color: #fff;
    background-color: #0089d1;
    border-color: #0089d1;
}
.bitty-info .btn-primary:hover {
    color: #fff;
    background-color: #92278f;
    border-color: #92278f;
}
.light-bg{
    background-color: #caeafa;
}
.history-info h3 {
    margin-bottom: 20px;
}
.house-hold {
    padding-right: 40px;
}
.staff-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.staff-content h3 {
    font-size: 26px;
    color: #0089d1;
    margin-top: 20px;
    margin-bottom: 8px;
}
.staff-content p {
    font-size: 16px;
    margin-bottom: 3px;
}
.staff-content {
    margin-bottom: 40px;
    text-align: center;
}
.staff-row {
    margin-top: 50px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 1400px){
    .our_box .our_text {
    margin: 0px 10px;
    padding: 10px;
    }
    .our_text h1 {
        font-size: 20px;
    }
}

@media (min-width:1200px){
    .wrap-sticky{
        height: 50px !important;
    }
    .q-links ul.quick-links li {
         width: 45%;
        float: left;
    }
    .about-content {
        padding: 0px 0px 5px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px 15px;
        padding: 15px 15px;
    }
    .carousel-caption h1{
        font-size: 30px;
    }
    .our_box {
        margin-bottom: 100px;
    }
    .service-block{
        margin-bottom: 0px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .home-account a{
        padding: 0px 5px;
        font-size: 12px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 14px;
        margin: 0px 0px;
    }
    .carousel-caption h1{
        font-size: 36px;
        float: none;
    }
    .carousel-caption a{
        margin: 10px 0px 0px;
    }
    .register-info{
        margin-top: 30px;
    }
    .our_box {
        margin-bottom: 85px;
    }
    .service-block{
        margin-bottom: 0px;
    }
    .carousel-caption{
        top: 10%;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .header-address h1 {
        text-align: center;
        margin-top: 15px;
    }
    .header-address address {
        float: none;
        text-align: center;
    }
    .header-address.pull-right {
        float: none !important;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 10%;
    }
    .carousel-caption h1{
        font-size: 24px;
        line-height: 1.2;
    }
    .carousel-caption a{
        margin: 0px 0px 10px;
        float: none;
        border-radius: 10px;
        padding: 7px 20px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
        margin: 0px;
    }

    .about-content h2 {
        margin-top: 15px;
    }

    .serivices-list .owl-carousel .owl-item{
        border-right: 0px;
    }
    .register-info {
        margin-top: 30px;
    }
    .reg-button {
        float: none;
        margin: 10px 0px;
        text-align: left;
    }
    .our_box {
        margin-bottom: 80px;
    }
    .service-block{
        margin-bottom: 0px;
        padding-top: 30px;
    }
}
@media (max-width: 480px) and (min-width: 320px){
    .carousel-caption p{
        display: none;
    }
    .carousel-caption h1{
        font-size: 18px;
    }
    .carousel-caption{
        top: 0px;
    }
    .main-heading {
        margin-top: 0px;
        padding-bottom: 20px;
        font-size: 30px;
    }
    .house-hold{
        padding-right: 0px;
    }
}