/**
*
* ---------------------------------------------------------------------------
*
* Template:    Fitcare Gym & Fitness HTML5 Responsive Template
* Author:      Coderhut
* Author URI:  http://hiknik.com/
* Version:     1.0
*
* --------------------------------------------------------------------------- 
*
*/


/*  ---------------------------------------------------------------------------
Table of Contents
---------------------------------------------------------------------------

*   01. Global area
*   02. Main header area / .main-header-area
*   03. Main banner area / .main-banner-area
*   04. About area / .about-area
*   05. Info area / .info-area
*   06. Our class area / .our-class-area
*   07. Discount area / .discount-area
*   08. Trainer area / .trainer-area
*   09. Pricing table area / .pricing-table-area
*   10. Get notice area / .get-notice-area
*   11. Blog area / .blog-area
*   12. Testimonial area / .testimonial-area
*   13. Our barnd area / .our-barnd-area
*   14. Main footer area / .main-footer-area
*   15. Page header / ..page-header-area
*   16. Gallery page area / .gallery-page-area
*   17. Schedule page area / .schedule-page-area
*   18. Contact us page / .contact-page
*   19. Error area / .error-area
*   20. Coming soon page / .comming-soon-page 
*   
*/


/**
*
* ---------------------------------------------------------------------------
# [Color codes]

# Background:	#fff and #0094f7
# Content:	#555, #0094f7 and #fff 
# Heading:	#fff and #0094f7
# Navigation: #0094f7 and #fff
# Link: #fff and #0094f7
# Hover: #fff and #0094f7
# Footer: #fff and #0094f7

* --------------------------------------------------------------------------- 
*
*/


/**
*
* ---------------------------------------------------------------------------
# [Typography]

# Body copy:            'Open Sans', sans-serif;
# Heading:              'Open Sans', sans-serif;
# Input, textarea:      'Open Sans', sans-serif;
# Links:                'Open Sans', sans-serif;

* --------------------------------------------------------------------------- 
*
*/


/*
* ---------------------------------------------------------------------------
* 01. Global area
* ---------------------------------------------------------------------------
*/

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #474747;
    line-height: 1.4;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #666;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.media img {
    max-width: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
}

button {
    border: none;
    background-color: transparent;
}

button:focus,
input:focus {
    outline: none;
}


/* Section style */

.section-padding {
    padding: 90px 0;
}

.section-title {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-title-alt h2 {
    color: #fff;
}

.section-title h2 span {
    color: #0094f7;
}

.section-title-alt p {
    color: #fff;
}

.section-title p {
    margin-bottom: 0;
    margin-top: 37px;
}

.no-padding {
    padding: 0 !important;
}

.p-r-0 {
    padding-right: 0;
}


/* Theme button */

.theme-btn:visited,
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #0094f7;
    text-decoration: none;
    color: #fff;
    padding: 14px 24px;
    background-color: #0094f7;
    font-size: 16px;
    z-index: 1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.theme-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50px;
    background-color: #fff;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.theme-btn:active,
.theme-btn:hover {
    color: #0094f7;
    border: 1px solid #fff;
    background-color: transparent;
}

.theme-btn:hover span {
    width: 500px;
    height: 500px;
}

.theme-btn-alt:visited,
.theme-btn-alt {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #0094f7;
    text-decoration: none;
    color: #fff;
    padding: 14px 24px;
    font-size: 16px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.theme-btn-alt span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50px;
    background-color: #0094f7;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.theme-btn-alt:hover span {
    width: 1000px;
    height: 1000px;
}

.theme-btn-alt:active,
.theme-btn-alt:hover {
    color: #fff;
}

.enroll-btn {
    position: relative;
    z-index: 2;
    margin: 12px 0;
    text-align: center;
}

.enroll-btn a {
    display: inline-block;
    background-color: #0094f7;
    padding: 30px 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.enroll-btn a span {
    display: block;
}


/* Ripple Out */

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #fff solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    animation-name: hvr-ripple-out;
}


/* Parallax */

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* Scrol Up */

#scrollUp {
    bottom: 63px;
    right: 3%;
    height: 40px;
    width: 40px;
    line-height: 39px;
    text-align: center;
    font-size: 30px;
    background-color: rgba(0, 148, 247, 0.6);
    color: #fff;
    display: inline-block;
    transition: all 1s ease;
    font-size: 18px;
}

#scrollUp:hover {
    background-color: #0094f7;
}


/* Template preloader */

.tem-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0094f7;
    z-index: 999;
}

.loader-wrapper {
    width: 148px;
    height: 100px;
    position: absolute;
    margin: -50px 0 0 -74px;
    left: 50%;
    top: 60%;
}

.loader {
    width: 148px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
}

.loader:after {
    content: "";
    top: auto;
    position: absolute;
    display: block;
    animation: shadow 1.2s infinite linear;
    bottom: 0em;
    left: 0;
    height: .25em;
    width: 1em;
    border-radius: 50%;
    background-color: #034466;
    opacity: 0.3;
}

.roller,
.roller:last-child {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rollercoaster 1.2s infinite linear;
    transform: rotate(135deg);
}

.roller:last-child {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
    animation: rollercoaster2 1.2s infinite linear;
}

.roller:before,
.roller:last-child:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}

@keyframes rollercoaster {
    0% {
        transform: rotate(135deg);
    }
    8% {
        transform: rotate(240deg);
    }
    20% {
        transform: rotate(300deg);
    }
    40% {
        transform: rotate(380deg);
    }
    45% {
        transform: rotate(440deg);
    }
    50% {
        transform: rotate(495deg);
        opacity: 1;
    }
    50.1% {
        transform: rotate(495deg);
        opacity: 0;
    }
    100% {
        transform: rotate(495deg);
        opacity: 0;
    }
}

@keyframes rollercoaster2 {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: rotate(-45deg);
    }
    58% {
        transform: rotate(-160deg);
    }
    70% {
        transform: rotate(-240deg);
    }
    80% {
        transform: rotate(-300deg);
    }
    90% {
        transform: rotate(-340deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes shadow {
    0% {
        opacity: .3;
        transform: translateX(65px) scale(0.5, 0.5);
    }
    8% {
        transform: translateX(30px) scale(2, 2);
    }
    13% {
        transform: translateX(0px) scale(1.3, 1.3);
    }
    30% {
        transform: translateX(-15px) scale(0.5, 0.5);
        opacity: 0.1;
    }
    50% {
        transform: translateX(60px) scale(1.2, 1.2);
        opacity: 0.3;
    }
    60% {
        transform: translateX(130px) scale(2, 2);
        opacity: 0.05;
    }
    65% {
        transform: translateX(145px) scale(1.2, 1.2);
    }
    80% {
        transform: translateX(120px) scale(0.5, 0.5);
        opacity: 0.1;
    }
    90% {
        transform: translateX(80px) scale(0.8, 0.8);
    }
    100% {
        transform: translateX(60px);
        opacity: 0.3;
    }
}

#loader2:after {
    animation-delay: 0.15s;
}

#loader2 .roller {
    animation-delay: 0.15s;
}

#loader3:after {
    animation-delay: 0.3s;
}

#loader3 .roller {
    animation-delay: 0.3s;
}


/* Template pagination */

.tem-pagination {
    margin-top: 90px;
}

.tem-pagination ul {
    list-style-type: none;
    text-align: center;
}

.tem-pagination ul li {
    display: inline-block;
}

.tem-pagination ul li a {
    display: block;
    padding: 10px 15px;
    margin: 0 5px;
    font-weight: 700;
    background-color: #0094f7;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
}

.tem-pagination ul li.active a,
.tem-pagination ul li a:hover {
    border: 1px solid #0094f7;
    background-color: #fff;
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 02. Main header area / .main-header-area
* ---------------------------------------------------------------------------
*/

.main-header-area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.hdr-support {
    background-color: #0094f7;
    color: #fff;
    padding: 17.5px 20px;
    display: inline-block;
    position: relative;
}
.hdr-support a{
	color: #fff;
}

.hdr-support i {
    margin-left: 10px;
}

.hdr-support:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    border-bottom: 56px solid #0094f7;
    border-right: 56px solid transparent;
}

.hdr-social {
    padding: 10px 0;
}

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

.hdr-social ul li a {
    color: #fff;
    display: block;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #0094f7;
}

.hdr-social ul li a:hover {
    background-color: #0094f7;
}


/* Main menu */

.main-menu {
    margin: 25px 0;
    text-align: center;
}

.main-menu ul {
    display: inline-block;
    margin: 20px 0;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li:hover ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.main-menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

.main-menu ul li.active a,
.main-menu ul li a:hover {
    color: #0094f7;
}

.main-menu ul ul {
    position: absolute;
    top: 200%;
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: all 0.5s ease;
}

.main-menu ul ul li {
    display: block;
    margin-bottom: 3px;
}

.main-menu ul ul li a {
    width: 250px;
    text-align: left;
    padding: 15px 10px;
    background-color: rgba(0, 148, 247, 0.65);
    color: #fff !important;
}

.main-menu ul ul li a:hover {
    background-color: rgba(0, 148, 247, 0.9);
}


/* Mobile menu */

.mobile-menu {
    margin: 15px 0;
    display: none;
}

.mobile-menu .slicknav_menu {
    background-color: #222;
}

.mobile-menu .slicknav_menu ul li {
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
}

.mobile-menu .slicknav_menu ul li:first-child {
    border-top: 0;
}

.mobile-menu .slicknav_menu ul li:last-child {
    border-bottom: 0;
}

.mobile-menu .slicknav_menu ul li a {
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}

.mobile-menu .slicknav_menu ul li a:hover {
    background-color: #0094f7;
    color: #fff;
    border-radius: 0;
}

.mobile-menu .slicknav_btn {
    float: left;
}


/* Search area */

.search {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.search i {
    color: #0094f7;
    cursor: pointer;
}

.searc-form {
    position: absolute;
    right: 0;
    top: 200%;
    background-color: rgba(0, 148, 247, 0.65);
    padding: 15px 15px;
    width: 400px;
    display: none;
}

.searc-form span.input-group-addon {
    padding: 0;
    border: none;
}

.searc-form button {
    background-color: #0094f7;
    padding: 9px 25px;
    border: none;
    outline: none;
    border-radius: 0 3px 3px 0;
}

.searc-form button i {
    color: #fff;
}


/*
* ---------------------------------------------------------------------------
* 03. Main banner area / .main-banner-area
* ---------------------------------------------------------------------------
*/

.main-banner-area {
    position: relative;
    overflow: hidden;
}

.main-banner-area:after {
    content: '';
    position: absolute;
    bottom: -164px;
    left: -50%;
    height: 200px;
    width: 200%;
    background-color: #fff;
    z-index: 3;
    transform: rotate(3deg);
}

.single-banner-slide {
    height: 800px;
    width: 100%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.single-banner-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.slide-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.slide-content h1 {
    color: #fff;
    text-transform: inherit;
    font-weight: 300;
    margin-bottom: 27px;
    font-size: 36px;
}

.slide-content img {
    margin-bottom: 30px;
    width: auto !important;
    display: inline-block !important;
}

.slide-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.slide-content a {
    margin: 0 15px;
}


/* Slide dot */

.banner-slide .owl-dots {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-slide .owl-dot {
    display: block;
    padding: 5px;
    color: #fff;
    margin: 5px 0;
    font-size: 20px;
}

.banner-slide .owl-dot.active {
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 04. About area / .about-area
* ---------------------------------------------------------------------------
*/

.about-area {
    position: relative;
}

.about-img {
    position: absolute;
    left: 0;
    top: -20%;
    width: 50%;
    height: 120%;
    background: transparent url('img/about-bg.png') center center no-repeat;
    background-size: contain;
    z-index: 4;
}

.about-content h2 {
    margin-bottom: 37px;
}

.about-content h2 span {
    color: #0094f7;
}

.about-content p {
    margin-bottom: 15px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-content a {
    margin-top: 20px;
}


/* About page area */

.about-flex {
    display: flex;
}

.single-about-page-caro,
.about-page-caro .owl-item,
.about-page-caro .owl-stage,
.about-page-caro .owl-stage-outer,
.about-page-caro {
    height: 100%;
}

.single-about-page-caro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* About page carousel navigation */

.about-page-caro .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.about-page-caro .owl-next,
.about-page-caro .owl-prev {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(0, 148, 247, 0.65);
    color: #fff;
    margin: 15px 10px;
}

.about-page-caro .owl-next:hover,
.about-page-caro .owl-prev:hover {
    background-color: rgba(0, 148, 247, 1);
}


/*
* ---------------------------------------------------------------------------
* 05. Info area / .info-area
* ---------------------------------------------------------------------------
*/

.info-area {
    position: relative;
}

.info-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.single-info {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.single-info i {
    font-size: 70px;
}

.single-info h2 {
    color: #0094f7;
    margin-top: 17px;
}

.single-info p {
    margin-bottom: 0;
    margin-top: 15px;
}


/*
* ---------------------------------------------------------------------------
* 06. Our class area / .our-class-area
* ---------------------------------------------------------------------------
*/

.single-class {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.single-class:hover .class-detail {
    transform: scale(1);
    visibility: visible;
}

.single-class:hover .class-detail a {
    top: 50%;
}

.class-hdr {
    position: relative;
}

.class-detail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 148, 247, 0.8);
    text-align: center;
    transform: scale(0);
    visibility: hidden;
    transition: all 0.5s ease;
}

.class-detail a {
    border: 1px solid #fff !important;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}

.class-txt h3 {
    font-size: 20px;
    margin: 8px 0;
}

.class-txt h3 span {
    color: #0094f7;
}

.class-txt .trainer i {
    margin-right: 5px;
}

.class-load-more {
    margin-top: 50px;
    text-align: center;
}


/* Classes page area */

.classes-page-area {
    padding-top: 40px;
}


/* Class single page */


/* Class single page carousel navigation */

.class-gallery .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.class-gallery .owl-next,
.class-gallery .owl-prev {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(0, 148, 247, 0.65);
    color: #fff;
    float: left;
    margin-left: 15px;
}

.class-gallery .owl-next {
    float: right;
    margin-right: 15px;
}

.class-gallery .owl-next:hover,
.class-gallery .owl-prev:hover {
    background-color: rgba(0, 148, 247, 1);
}

.class-single-title {
    margin: 15px 0;
}

.class-single-title span {
    color: #0094f7;
}

.class-single-txt p {
    margin-bottom: 15px;
}

.single-class-sched {
    margin-bottom: 20px;
}

.single-class-sched h4 {
    margin-bottom: 10px;
}

.single-class-sched li {
    list-style-type: none;
    line-height: 2;
    padding-left: 20px;
}

.class-sing-share li,
.class-sing-tag li {
    list-style-type: none;
    display: inline-block;
}

.class-sing-share li a,
.class-sing-tag li a {
    border: 1px solid #ccc;
    display: block;
    margin: 10px 5px 0 0;
    padding: 10px 12px;
    text-transform: uppercase;
}

.class-sing-share li a:hover,
.class-sing-tag li a:hover {
    color: #0094f7;
}

.single-class-trainer {
    padding: 15px;
    margin: 50px 0;
    border: 1px solid #ccc;
}

.single-class-trainer .media-object {
    height: 100px;
    border-radius: 50%;
}

.single-class-trainer .media-heading span {
    display: block;
    font-size: 14px;
    color: #0094f7;
    margin-top: 3px;
}

.single-class-trainer .media-body p {
    margin-bottom: 0;
    margin-top: 15px;
}


/*
* ---------------------------------------------------------------------------
* 07. Discount area / .discount-area
* ---------------------------------------------------------------------------
*/

.discount-area {
    position: relative;
}

.discount-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.discount-sub {
    position: relative;
    z-index: 2;
    color: #fff;
}

.discount-sub h2 {
    color: #fff;
    font-size: 40px;
}

.discount-sub h2 span {
    color: #fff;
    font-size: 60px;
    margin-right: 10px;
}

.discount-sub input {
    padding: 15px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    width: 45%;
    margin-right: 10px;
}

.discount-sub button {
    background-color: transparent;
    border-color: #fff;
}


/*
* ---------------------------------------------------------------------------
* 08. Trainer area / .trainer-area
* ---------------------------------------------------------------------------
*/

.single-trainer {
    margin-top: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.single-trainer:hover .triner-name {
    bottom: -100%;
}

.single-trainer:hover .trainer-hover {
    transform: scale(1);
    visibility: visible;
}

.triner-name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
}

.triner-name h3 {
    padding: 15px 10px;
    background-color: rgba(0, 148, 247, 0.6);
    color: #fff;
}

.trainer-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: rgba(0, 148, 247, 0.6);
    text-align: center;
    transform: scale(0);
    visibility: hidden;
    transition: all 1s ease;
}

.trainer-hover h3 {
    text-align: right;
    padding: 10px 20px;
    font-size: 20px;
}

.trainer-hover h3 a {
    color: #fff;
}

.trainer-hover h3 span {
    font-size: 14px;
    display: block;
    color: #fff;
}

.trainer-hover ul {
    margin: 30px 0 20px;
}

.trainer-hover ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.trainer-hover ul li a {
    color: #fff;
}


/*
* ---------------------------------------------------------------------------
* 09. Pricing table area / .pricing-table-area
* ---------------------------------------------------------------------------
*/

.pricing-table-area {
    position: relative;
}

.pricing-table-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.single-pricing-table {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 37px;
    color: #fff;
    border-bottom: 5px solid #0094f7;
    margin: 50px 35px 0;
}

.pricing-table-spacial {
    border-bottom: 5px solid #fff;
}

.pricing-table-hdr {
    margin-bottom: 20px;
}

.pricing-table-hdr h3 {
    color: #fff;
    font-size: 20px;
}

.pricing-table-hdr span {
    font-size: 16px;
    margin-top: 8px;
    display: block;
    text-transform: uppercase;
}

.pricing-table-hdr sup {
    color: #0094f7;
}

.pricing-table-txt ul li {
    margin-bottom: 15px;
    list-style-type: none;
}

.pricing-table-txt ul li span {
    color: #0094f7;
}

.pricing-table-btn {
    margin: 20px 0;
}

.pricing-table-spacial .pricing-table-btn a {
    border-color: #fff;
}


/* Pricing page area */

.pricing-page-area {
    padding-top: 40px;
}

.pricing-page-area .single-pricing-table {
    background-color: #1a1a1a;
}

.pricing-page-area .pricing-table-spacial {
    border-bottom: 5px solid #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 10. Get notice area / .get-notice-area
* ---------------------------------------------------------------------------
*/

.get-notice {
    border: 3px dotted #0094f7;
    text-align: center;
    padding: 50px 0;
}

.get-notice h2 {
    margin-bottom: 32px;
}

.get-notice form .input-field {
    margin: 0 100px;
}

.get-notice form input {
    border: none;
    border-bottom: 1px solid #0094f7;
    padding: 15px 0;
    color: #0094f7;
    width: 100%;
}

.get-notice form button {
    margin-top: 55px;
    color: #0094f7;
    background-color: transparent;
	border-color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 11. Blog area / .blog-area
* ---------------------------------------------------------------------------
*/

.blog-area {
    position: relative;
}

.blog-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.all-blog {
    margin: 0 -15px;
}

.single-blog {
    position: relative;
    z-index: 2;
    margin: 50px 15px 0;
    width: 30.79%;
}

.single-blog:hover .blog-img-hvr {
    transform: scale(1);
    visibility: visible;
}

.single-blog:hover .blog-img-hvr a i {
    top: 50%;
}

.blog-img {
    position: relative;
}

.blog-img-hvr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 148, 247, 0.8);
    transform: scale(0);
    visibility: hidden;
    transition: all 0.5s ease;
}

.blog-img-hvr a {
    color: #fff;
}

.blog-img-hvr a i {
    position: absolute;
    left: 50%;
    top: 25%;
    line-height: 60px;
    width: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    font-size: 20px;
    border-radius: 50%;
    transition: all 1s ease;
}

.blog-txt {
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-txt h4 {
    margin-bottom: 10px;
}

.blog-txt h4 a {
    color: #fff;
}

.blog-txt p {
    color: #fff;
}

.blog-load-more {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 50px;
}


/* Blog page area */

.blog-page-area {
    padding-top: 40px;
}

.blog-page-area .blog-txt {
    background-color: #1a1a1a;
}


/* Single blog page */

.blog-single-thumb {
    width: 100%;
    margin-bottom: 20px;
}

.blog-single-post .post-title {
    margin-bottom: 15px;
}

.blog-single-post .post-info {
    list-style-type: none;
    margin-bottom: 15px;
}

.blog-single-post .post-info li {
    display: inline-block;
    margin-right: 10px;
}

.blog-single-post .post-info li i {
    margin-right: 5px;
    color: #0094f7;
}

.single-post-content p {
    margin-bottom: 15px;
}

.blog-single-comment-title {
    color: #0094f7;
    font-size: 20px;
    padding-bottom: 15px;
    margin: 50px 0 20px;
    border-bottom: 1px dotted #0094f7;
}

.comment-list {
    list-style-type: none;
    padding: 0;
}

.single-comment {
    margin: 30px 0;
    display: block;
}

.single-comment-info {
    list-style-type: none;
    margin-bottom: 10px;
}

.single-comment-info li {
    display: inline-block;
    margin-right: 10px;
}

.single-comment-info li i {
    margin-right: 5px;
    color: #0094f7;
}

.comment-reply:hover,
.comment-reply i {
    color: #0094f7;
}

.single-blog-form-title {
    color: #0094f7;
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-single-comment .form-group {
    margin-bottom: 20px;
}

.blog-single-comment .form-group input {
    height: 45px;
}

.blog-single-comment form button {
    color: #0094f7;
}


/* Blog sidebar */

.sidebar-widget-area {
    margin-top: -60px;
}

.single-sidebar-widget {
    margin-top: 60px;
}

.sidebar-widget-title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 3px dotted #0094f7;
    color: #0094f7;
    font-size: 20px;
}

.search-widget .input-group-addon {
    padding: 0;
}

.search-widget button {
    background-color: #0094f7;
    padding: 8px 15px;
    color: #fff;
}

.recent-news .media {
    margin-top: 25px;
}

.recent-news .media-object {
    width: 70px;
}

.recent-news .media-heading {
    font-size: 14px;
    display: inline;
}

.recent-news .media-body a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}

.recent-news .media-body a:hover {
    color: #0094f7;
}

.archives ul li,
.categories ul li {
    line-height: 2;
    list-style-type: none;
}

.archives ul li a:hover,
.archives ul li span,
.categories ul li a:hover,
.categories ul li span {
    color: #0094f7;
}

.tags ul li {
    display: inline-block;
    list-style-type: none;
}

.tags ul li a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #ccc;
    margin: 10px 5px 0 0;
    text-transform: uppercase;
}

.tags ul li a:hover {
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 12. Testimonial area / .testimonial-area
* ---------------------------------------------------------------------------
*/

.testimonial-area {
    background-color: #0094f7;
}

.testimonial-avatar ul {
    border-bottom: 0;
}

.testimonial-avatar ul li {
    margin-bottom: 0;
}

.testimonial-avatar ul li a {
    border: none;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
}

.testimonial-avatar .nav-tabs>li.active>a,
.testimonial-avatar .nav-tabs>li.active>a:focus,
.testimonial-avatar .nav-tabs>li.active>a:hover {
    border: none;
    background-color: transparent;
}

.testimonial-avatar .nav>li>a:focus,
.testimonial-avatar .nav>li>a:hover {
    background-color: transparent;
}

.testimonial-avatar ul li a img {
    height: 162px;
    margin-right: 15px;
    margin-top: 19px;
    transition: all 0.5s ease;
}

.testimonial-avatar ul li.active a img {
    height: 200px;
    margin-top: 0;
}

.testimonial-avatar ul li:last-child a img {
    margin-right: 0;
}

.testimonial-content {
    color: #fff;
}

.single-testimonial-content i {
    font-size: 50px;
    margin-bottom: 15px;
}

.single-testimonial-content .student-title {
    border-left: 5px solid #fff;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

.single-testimonial-content .student-title h3 {
    font-size: 20px;
    color: #fff;
}

.single-testimonial-content .student-title h3 span {
    display: block;
    font-size: 14px;
}


/*
* ---------------------------------------------------------------------------
* 13. Our barnd area / .our-barnd-area
* ---------------------------------------------------------------------------
*/

.single-brand-caro {
    text-align: center;
}

.single-brand-caro a {
    display: inline-block;
}

.single-brand-caro a img {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}


/*
* ---------------------------------------------------------------------------
* 14. Main footer area / .main-footer-area
* ---------------------------------------------------------------------------
*/

.main-footer-area {
    color: #fff;
}


/* 14.1 Footer top */

.footer-top {
    background-color: #222;
}

.single-footer-widget {
    margin-bottom: 50px;
}

.footer-widget-title h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-widget-content ul {
    list-style-type: none;
}

.ftr-contact-info ul li {
    margin-top: 15px;
    overflow: hidden;
}

.ftr-contact-info ul li:first-child {
    margin-top: 0;
}

.ftr-contact-info ul li i {
    margin-right: 8px;
}

.ftr-menu ul li {
    margin-top: 15px;
}

.ftr-menu ul li:first-child {
    margin-top: 0;
}

.ftr-menu ul li a {
    text-transform: uppercase;
    color: #fff;
}

.ftr-menu ul li a:hover {
    color: #0094f7;
}

.ftr-recent-post ul li {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
}

.ftr-recent-post ul li:first-child {
    padding-top: 0;
}

.ftr-recent-post ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ftr-recent-post ul li a {
    color: #fff;
}

.ftr-recent-post ul li a i {
    color: #0094f7;
}

.ftr-recent-post ul li a:hover {
    color: #0094f7;
}

.ftr-recent-post ul li span {
    margin-top: 5px;
    color: #777;
}

.discount-txt {
    background: #ddd url('img/discount-bg.jpg') center center no-repeat;
    background-size: cover;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.offert-ticker {
    background-color: #0094f7;
    display: inline-block;
    padding: 15px 0 10px;
    width: 200px;
    text-align: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -78px;
    top: -10px;
}

.offert-ticker h5 {
    color: #fff;
    font-size: 12px;
}

.offert-ticker h5 span {
    display: block;
}

.discount-txt h3 {
    padding: 15px 20px;
    background: linear-gradient(to right, rgba(0, 148, 247, 1) 0%, rgba(125, 185, 232, 0) 100%);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.discount-txt h3 span {
    display: block;
    font-size: 16px;
}

.footer-social {
    text-align: center;
}

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

.footer-social ul li a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.footer-social ul li a:hover {
    color: #0094f7;
}


/* 14.2 Footer bottom */

.footer-bottom {
    background-color: #1a1a1a;
}

.footer-copy-rights {
    text-align: center;
    padding: 20px 0;
}

.footer-copy-rights a {
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 15. Page header / ..page-header-area
* ---------------------------------------------------------------------------
*/

.page-header-area {
    padding: 197px 0 90px;
    position: relative;
}

.page-header-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.page-breadcrumb {
    position: relative;
    z-index: 2;
}

.page-breadcrumb .breadcrumb {
    margin-bottom: 0;
    margin-top: 50px;
    background-color: transparent;
    text-align: center;
}

.page-breadcrumb .breadcrumb li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.page-breadcrumb .breadcrumb li.active {
    color: #0094f7;
    font-size: 16px;
    text-transform: uppercase;
}

.page-breadcrumb .breadcrumb li a:hover {
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 16. Gallery page area / .gallery-page-area
* ---------------------------------------------------------------------------
*/

.gallery-menu {
    margin-bottom: 10px;
    text-align: center;
}

.gallery-menu button {
    background-color: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #0094f7;
    font-weight: 700;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
}

.gallery-menu button:after {
    content: '/';
    position: absolute;
    top: 0;
    left: 100%;
}

.gallery-menu button:last-child:after {
    display: none;
}

.gallery-menu button.active-gallery {
    color: #444;
}

.single-gallery {
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.single-gallery:hover .gallery-hover {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.gallery-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
    z-index: 1;
}

.gallery-hover:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed #0094f7;
    z-index: 2;
}

.gallery-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.gallery-txt a {
    color: #0094f7;
    display: inline-block;
    margin-bottom: 15px;
}

.gallery-txt a i {
    font-size: 32px;
}

.gallery-txt span {
    color: #0094f7;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}


/*
* ---------------------------------------------------------------------------
* 17. Schedule page area / .schedule-page-area
* ---------------------------------------------------------------------------
*/

.schedule-page-area {
    overflow: hidden;
}
.month-title {
    text-align: center;
}

.month-title h3 {
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(0, 148, 247, 0.2);
}

.schedule-table-area {
    overflow: auto;
    position: relative;
}
.schedule-table {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.sched-days {
    background-color: #555;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #fff;
}

.sced-time-table {
    background-color: #f5f5f5;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.sched-tit-tim {
    background-color: #0094f7;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    border: 1px solid #fff;
}

.sched-title {
    display: block;
}

.sched-time {
    display: block;
    margin-top: 7px;
}


/*
* ---------------------------------------------------------------------------
* 18. Contact us page / .contact-page
* ---------------------------------------------------------------------------
*/

.contact-page {
    position: relative;
}

.contact-map {
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 90px;
    width: 50%;
}

.contact-info {
    width: 75%;
    margin: 0 auto;
}

.single-contact-info {
    background-color: #f2f0f0;
    margin-bottom: 30px;
    padding: 25px 0;
}

.single-contact-info i {
    font-size: 44px;
    display: block;
    text-align: right;
    color: #999;
}

.single-contact-info h5 {
    color: #999;
}

.single-contact-info h5 span {
    color: #0094f7;
    display: block;
    margin-bottom: 5px;
}

.contact-form h3 {
    text-align: center;
    margin-bottom: 25px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input {
    height: 45px;
    line-height: 45px;
}

.contact-btn button {
    color: #0094f7;
}


/*
* ---------------------------------------------------------------------------
* 19. Error area / .error-area
* ---------------------------------------------------------------------------
*/

.error-content h2 {
    font-size: 400px;
    line-height: 0.8;
    color: #0094f7;
}

.error-content h2 span {
    position: relative;
}

.error-content h2 span:after {
    position: absolute;
    content: '';
    background: transparent url('img/404.png') center center no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.error-content span.error-para {
    display: block;
    font-size: 70px;
    color: #0094f7;
}

.error-content a {
    margin-top: 50px;
}


/*
* ---------------------------------------------------------------------------
* 20. Coming soon page / .comming-soon-page
* ---------------------------------------------------------------------------
*/

.comming-soon-page {
    background: #ddd url('img/coming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.comming-soon-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.comming-content-area {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.comming-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.comming-content h2 {
    color: #0094f7;
    font-size: 80px;
    margin-bottom: 10px;
}

.comming-content p {
    color: #fff;
    margin-bottom: 15px;
}

.comming-content a {
    margin-top: 35px;
    margin-right: 15px;
}

.countdown-content-area {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.countdown-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.single-count {
    color: #fff;
    font-size: 40px;
    margin: 50px 0;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}

.single-count span {
    display: block;
    color: #0094f7;
}
