@media only screen and (max-width:1199px) {
    .main-responsive-nav {
        display: block
    }

        .main-responsive-nav .main-responsive-menu {
            position: relative
        }

            .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px
            }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
                    color: #d83b3b
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
                    display: none
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
                    font-size: 14px
                }

            .main-responsive-nav .main-responsive-menu.mean-container .others-options {
                display: none !important
            }

            .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 300px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
                box-shadow: 0 7px 13px 0 rgba(0,0,0,.1)
            }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            color: #212529
        }

            .main-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #212529;
                position: relative
            }

        .main-responsive-nav .logo {
            position: relative
        }

            .main-responsive-nav .logo img {
                max-width: 100px !important
            }

    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .main-navbar {
        display: none
    }

    .others-option-for-responsive {
        display: block
    }

    .header-information {
        display: block
    }

    .top-header-area.active {
        display: block
    }
}

.main-banner-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.main-banner-item {
    background-image: url(/banner3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 270px
}

.main-banner-content {
    max-width: 825px
}

    .main-banner-content h1 {
        font-size: 75px;
        color: #fff;
        margin-bottom: 15px;
        line-height: 1.4;
        font-weight: 700
    }

        .main-banner-content h1 span {
            font-weight: 400;
            font-style: italic
        }

    .main-banner-content p {
        color: #fff
    }

    .main-banner-content .banner-btn {
        margin-top: 38px
    }

        .main-banner-content .banner-btn .default-btn {
            margin-right: 20px
        }

.main-banner-item-box .container-fluid {
    padding-left: 0;
    overflow: hidden
}

.main-banner-item-box .main-banner-content {
    max-width: 715px;
    padding-left: 50px
}

    .main-banner-item-box .main-banner-content h1 {
        font-size: 65px;
        color: #212529;
        margin-bottom: 25px;
        line-height: 1.4;
        font-weight: 700
    }

        .main-banner-item-box .main-banner-content h1 span {
            font-weight: 400
        }

    .main-banner-item-box .main-banner-content p {
        color: #6b6b84
    }

    .main-banner-item-box .main-banner-content .banner-btn {
        margin-top: 38px
    }

        .main-banner-item-box .main-banner-content .banner-btn .default-btn {
            margin-right: 20px
        }

        .main-banner-item-box .main-banner-content .banner-btn .optional-btn {
            background-color: #d83b3b;
            color: #fff
        }

            .main-banner-item-box .main-banner-content .banner-btn .optional-btn i {
                background-color: #d83b3b
            }

            .main-banner-item-box .main-banner-content .banner-btn .optional-btn:hover {
                background-color: #d83b3b
            }

                .main-banner-item-box .main-banner-content .banner-btn .optional-btn:hover i {
                    background-color: #d83b3b;
                    color: #fff
                }

.main-banner-image {
    position: relative
}

    .main-banner-image .image-shape {
        position: absolute;
        top: 0;
        right: -100px;
        -webkit-animation: moveleftbounce 8s linear infinite;
        animation: moveleftbounce 8s linear infinite;
        max-width: 410px
    }

.main-banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 30%
}

    .main-banner-shape img {
        width: 100%
    }

.main-banner-shape-two {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
    -webkit-animation: moveleftbounce 10s linear infinite;
    animation: moveleftbounce 10s linear infinite
}

.main-slides-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.main-slides-item {
    background-image: url(../images/main-slides/slides-bg-1.html);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 350px
}

    .main-slides-item.item-two {
        background-image: url(../images/main-slides/slides-bg-2.html)
    }

    .main-slides-item.item-three {
        background-image: url(../images/main-slides/slides-bg-3.html)
    }

.main-slides-item-box {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .main-slides-item-box .container-fluid {
        padding-right: 0
    }

    .main-slides-item-box .main-slides-content {
        max-width: 835px;
        margin-left: auto
    }

.main-slides-content {
    max-width: 825px
}

    .main-slides-content h1 {
        font-size: 65px;
        margin-bottom: 15px;
        line-height: 1.4;
        color: #d83b3b;
        font-weight: 700;
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

        .main-slides-content h1 span {
            font-weight: 400;
            font-style: italic
        }

    .main-slides-content p {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }

    .main-slides-content .slides-btn {
        margin-top: 38px
    }

        .main-slides-content .slides-btn .default-btn {
            margin-right: 20px;
            -webkit-animation-delay: 2s;
            animation-delay: 2s
        }

        .main-slides-content .slides-btn .optional-btn {
            background-color: #d83b3b;
            color: #fff;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s
        }

            .main-slides-content .slides-btn .optional-btn i {
                background-color: #d83b3b
            }

            .main-slides-content .slides-btn .optional-btn:hover {
                background-color: #d83b3b
            }

                .main-slides-content .slides-btn .optional-btn:hover i {
                    background-color: #d83b3b;
                    color: #fff
                }

.home-slides.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

    .home-slides.owl-theme .owl-dots .owl-dot {
        -webkit-transition: .6s;
        transition: .6s
    }

        .home-slides.owl-theme .owl-dots .owl-dot span {
            width: 5px;
            height: 35px;
            margin: 0 8px;
            background: #d83b3b;
            -webkit-transition: .6s;
            transition: .6s;
            border-radius: 30px
        }

        .home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
            background-color: #212529;
            height: 55px
        }

            .home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
                opacity: 1;
                visibility: visible
            }

.features-area {
    position: relative;
    margin-top: -100px;
    z-index: 1
}

    .features-area.bg-ffffff {
        margin-top: 0
    }

.single-features {
    background-color: #d83b3b;
    padding: 35px 30px;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 30px
}

    .single-features .features-title {
        position: relative;
        padding-left: 85px;
        margin-bottom: 20px;
        -webkit-transition: .6s;
        transition: .6s
    }

        .single-features .features-title i {
            display: inline-block;
            height: 70px;
            width: 70px;
            line-height: 70px;
            background-color: #fff;
            color: #212529;
            text-align: center;
            font-size: 35px;
            border-radius: 20px 0 0 0;
            -webkit-transition: .6s;
            transition: .6s;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .single-features .features-title h3 {
            font-size: 22px;
            margin-bottom: 12px;
            font-weight: 600
        }

            .single-features .features-title h3 a {
                color: #f7c723
            }

        .single-features .features-title span {
            font-size: 14px;
            font-weight: 500;
            color: #d83b3b
        }

    .single-features p {
        font-weight: 500;
        color: #fff;
        font-size: 15px
    }

    .single-features:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .about-area.bg-ffffff .about-main-content {
        padding-left: 0
    }

.about-main-image {
    position: relative
}

    .about-main-image img {
        border-radius: 0 50px 0 0
    }

    .about-main-image .about-shape .shape-1 {
        position: absolute;
        left: -40px;
        top: 0;
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

    .about-main-image .about-shape .shape-2 {
        position: absolute;
        left: -50px;
        top: 30%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        max-width: 100px;
        z-index: -1;
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

    .about-main-image .about-shape .shape-3 {
        position: absolute;
        bottom: 150px;
        left: -30px;
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

    .about-main-image .about-shape .shape-4 {
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

    .about-main-image .about-shape .shape-5 {
        position: absolute;
        bottom: 0;
        left: -10px
    }

    .about-main-image .about-shape.about-wrap .shape-2 {
        right: -50px;
        left: auto;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        max-width: 150px
    }

    .about-main-image .about-shape.about-wrap .shape-3 {
        bottom: 105px
    }

@-webkit-keyframes movescale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes movescale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.about-main-content {
    padding-left: 35px
}

    .about-main-content h3 {
        font-size: 35px;
        margin-bottom: 30px
    }

    .about-main-content .about-content-image {
        position: relative;
        margin-bottom: 20px
    }

        .about-main-content .about-content-image .sub-title {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 35px;
            font-size: 25px;
            font-style: italic;
            margin-bottom: 0
        }

        .about-main-content .about-content-image .video-btn {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background-color: #fff;
            border-radius: 50%;
            color: #212529;
            position: absolute;
            z-index: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 35px;
            text-align: center;
            -webkit-transition: .6s;
            transition: .6s
        }

            .about-main-content .about-content-image .video-btn i {
                font-size: 35px;
                position: relative;
                top: 8px;
                left: 5px;
                color: #d83b3b;
                -webkit-transition: .6s;
                transition: .6s
            }

            .about-main-content .about-content-image .video-btn::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                bottom: 0;
                left: 0;
                border-radius: 50%;
                border: 2px solid #fff;
                -webkit-animation: ripple 1s linear infinite;
                animation: ripple 1s linear infinite
            }

            .about-main-content .about-content-image .video-btn:hover {
                background-color: #d83b3b
            }

                .about-main-content .about-content-image .video-btn:hover i {
                    color: #fff
                }

    .about-main-content p {
        margin-bottom: 10px
    }

    .about-main-content b {
        font-weight: 400
    }

    .about-main-content .about-information {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        padding: 20px 20px 20px 110px;
        border-radius: 20px 20px 0 20px;
        margin-top: 25px
    }

        .about-main-content .about-information i {
            display: inline-block;
            height: 70px;
            width: 70px;
            line-height: 70px;
            background-color: #d83b3b;
            color: #fff;
            text-align: center;
            font-size: 35px;
            border-radius: 10px;
            -webkit-transition: .6s;
            transition: .6s;
            position: absolute;
            left: 25px;
            top: 16px
        }

        .about-main-content .about-information h5 {
            font-size: 25px;
            font-family: montserrat,sans-serif;
            margin-bottom: 8px
        }

        .about-main-content .about-information span {
            font-weight: 500;
            color: #d83b3b
        }

    .about-main-content .about-btn {
        margin-top: 30px
    }

        .about-main-content .about-btn .default-btn {
            background-color: #d83b3b;
            color: #fff
        }

            .about-main-content .about-btn .default-btn i {
                background-color: #fff;
                color: #d83b3b
            }

            .about-main-content .about-btn .default-btn:hover {
                background-color: #d83b3b
            }

                .about-main-content .about-btn .default-btn:hover i {
                    background-color: #d83b3b;
                    color: #fff
                }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.about-main-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 70%
}

.partner-area {
    background-color: #d83b3b
}

    .partner-area.bg-transparent {
        background-color: transparent;
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0
    }

        .partner-area.bg-transparent .single-partner {
            background-color: #d83b3b
        }

    .partner-area.bg-color {
        background-color: #fff
    }

        .partner-area.bg-color .single-partner {
            background-color: #d83b3b
        }

.single-partner {
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 30px 30px 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px
}

    .single-partner:hover {
        -webkit-transform: unset;
        transform: unset
    }

    .single-partner.style-two {
        border-radius: 0 30px 30px 30px
    }

.offer-area {
    background-image: url(../images/offer/offer-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed
}

    .offer-area::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #212529;
        z-index: -1;
        opacity: .7
    }

    .offer-area .container-fluid {
        padding-right: 0
    }

.offer-item {
    padding-top: 45px;
    padding-bottom: 55px;
    max-width: 685px;
    margin-left: auto
}

    .offer-item .content {
        margin-bottom: 30px
    }

        .offer-item .content h2 {
            font-size: 45px;
            margin-bottom: 0;
            color: #fff
        }

    .offer-item .accordion .accordion-item {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(147,153,161,.1);
        box-shadow: 0 0 1.25rem rgba(147,153,161,.1);
        padding: 15px 15px 15px 90px;
        border-radius: 30px 30px 0 30px;
        margin-bottom: 15px
    }

        .offer-item .accordion .accordion-item:last-child {
            margin-bottom: 0
        }

        .offer-item .accordion .accordion-item .accordion-title {
            cursor: pointer
        }

            .offer-item .accordion .accordion-item .accordion-title i {
                display: inline-block;
                height: 60px;
                width: 60px;
                line-height: 60px;
                background-color: #d83b3b;
                color: #fff;
                text-align: center;
                font-size: 30px;
                border-radius: 10px;
                -webkit-transition: .6s;
                transition: .6s;
                position: absolute;
                left: 15px;
                top: 12px
            }

            .offer-item .accordion .accordion-item .accordion-title h3 {
                font-size: 22px;
                font-family: montserrat,sans-serif;
                margin-bottom: 8px;
                -webkit-transition: .6s;
                transition: .6s;
                cursor: pointer
            }

                .offer-item .accordion .accordion-item .accordion-title h3:hover {
                    color: #d83b3b
                }

            .offer-item .accordion .accordion-item .accordion-title span {
                font-weight: 500;
                color: #d83b3b;
                display: inline-block;
                font-size: 15px
            }

        .offer-item .accordion .accordion-item .accordion-content {
            display: none
        }

            .offer-item .accordion .accordion-item .accordion-content p {
                margin-top: 10px;
                margin-bottom: 10px;
                font-size: 15px
            }

            .offer-item .accordion .accordion-item .accordion-content .offer-btn {
                font-size: 14px;
                font-weight: 500;
                color: #d83b3b;
                border-bottom: 1px solid #d83b3b;
                -webkit-transition: .6s;
                transition: .6s
            }

                .offer-item .accordion .accordion-item .accordion-content .offer-btn:hover {
                    color: #d83b3b;
                    border-bottom: 1px solid #d83b3b
                }

            .offer-item .accordion .accordion-item .accordion-content.show {
                display: block
            }

    .offer-item .all-offer-btn {
        margin-top: 30px
    }

.reviews-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.reviews-image img {
    border-radius: 0 50px 0 0
}

.reviews-title {
    margin-bottom: 45px;
    margin-left: 30px
}

    .reviews-title h3 {
        font-size: 45px;
        margin-bottom: 0
    }

.reviews-slides {
    position: relative;
    margin-left: 30px
}

    .reviews-slides .reviews-feedback {
        position: relative
    }

        .reviews-slides .reviews-feedback .single-feedback {
            position: relative;
            margin-top: 30px;
            margin-bottom: 30px
        }

            .reviews-slides .reviews-feedback .single-feedback p {
                position: relative;
                line-height: 1.5;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 0;
                font-size: 20px;
                color: #212529
            }

            .reviews-slides .reviews-feedback .single-feedback .icon {
                position: absolute;
                top: -50px;
                left: 0;
                opacity: 50%
            }

                .reviews-slides .reviews-feedback .single-feedback .icon i {
                    font-size: 120px;
                    color: #d83b3b;
                    margin-bottom: 20px
                }

    .reviews-slides .reviews-thumbnails {
        position: relative;
        z-index: 1
    }

        .reviews-slides .reviews-thumbnails .item .img-fill {
            cursor: pointer;
            position: relative;
            text-align: center
        }

            .reviews-slides .reviews-thumbnails .item .img-fill img {
                opacity: .7;
                -webkit-transition: .6s;
                transition: .6s;
                display: inline-block;
                position: relative;
                border-radius: 0 50px 0 0;
                width: 130px;
                -webkit-transform: scale(.9);
                transform: scale(.9)
            }

        .reviews-slides .reviews-thumbnails .item .title {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .6s;
            transition: .6s;
            margin: 0 -262px 30px;
            text-align: left
        }

            .reviews-slides .reviews-thumbnails .item .title h3 {
                margin-bottom: 0;
                text-transform: capitalize;
                font-size: 25px;
                font-family: montserrat,sans-serif
            }

            .reviews-slides .reviews-thumbnails .item .title span {
                display: block;
                color: #d83b3b;
                font-size: 15px;
                margin-top: 8px
            }

        .reviews-slides .reviews-thumbnails .item.slick-center .title {
            opacity: 1;
            visibility: visible
        }

        .reviews-slides .reviews-thumbnails .item.slick-center .img-fill img {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

    .reviews-slides .next-arrow, .reviews-slides .prev-arrow {
        position: absolute;
        cursor: pointer;
        bottom: -175px;
        background: #d83b3b;
        border: none;
        color: #212529;
        z-index: 9;
        border-radius: 10px 10px 0 10px;
        outline: 0 !important;
        -webkit-transition: .6s;
        transition: .6s;
        font-size: 25px;
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 52px;
        opacity: 0;
        visibility: hidden
    }

    .reviews-slides .next-arrow {
        right: -20px
    }

    .reviews-slides .prev-arrow {
        left: -20px
    }

    .reviews-slides:hover .next-arrow, .reviews-slides:hover .prev-arrow {
        opacity: 1;
        visibility: visible
    }

    .reviews-slides .slick-list {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

.slick-slide {
    outline: 0
}

.reviews-main-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 50%
}

    .reviews-main-shape img {
        width: 100%
    }

.clients-item .item {
    margin-left: 30px
}

    .clients-item .item .title {
        margin-bottom: 45px
    }

        .clients-item .item .title h3 {
            font-size: 45px;
            margin-bottom: 0
        }

    .clients-item .item .single-feedback {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px
    }

        .clients-item .item .single-feedback p {
            position: relative;
            line-height: 1.5;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
            font-size: 20px;
            color: #212529
        }

        .clients-item .item .single-feedback .icon {
            position: absolute;
            top: -50px;
            left: 0;
            opacity: 50%
        }

            .clients-item .item .single-feedback .icon i {
                font-size: 120px;
                color: #d83b3b;
                margin-bottom: 20px
            }

    .clients-item .item .title-info {
        -webkit-transition: .6s;
        transition: .6s
    }

        .clients-item .item .title-info h3 {
            margin-bottom: 0;
            text-transform: capitalize;
            font-size: 25px
        }

        .clients-item .item .title-info span {
            display: block;
            color: #6b6b84;
            font-size: 14px;
            margin-top: 8px;
            font-weight: 500
        }

.clients-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .clients-slides.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        right: 60px;
        top: 70%;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 52px;
        -webkit-transition: .6s;
        transition: .6s;
        background: #d83b3b;
        color: #fff;
        border-radius: 10px 10px 0 10px
    }

        .clients-slides.owl-theme .owl-nav [class*=owl-]:hover, .clients-slides.owl-theme .owl-nav [class*=owl-]:focus {
            background-color: #212529
        }

        .clients-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            right: 0
        }

            .clients-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                top: 1px;
                left: 2px
            }

        .clients-slides.owl-theme .owl-nav [class*=owl-] i {
            font-size: 25px;
            font-weight: 700;
            position: relative;
            top: 1px;
            right: 2px
        }

.philosophy-area {
    background-image: url(../images/philosophy/philosophy-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed
}

    .philosophy-area::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #d83b3b;
        z-index: -1;
        opacity: .95
    }

.philosophy-item .philosophy-content h3 {
    font-size: 38px;
    margin-bottom: 35px
}

.philosophy-item .philosophy-content h4 {
    font-size: 22px;
    color: #212529;
    font-style: italic;
    margin-bottom: 20px
}

.philosophy-item .philosophy-content p {
    color: #212529
}

.philosophy-item .philosophy-content .philosophy-quote {
    background-color: #fff;
    padding: 25px;
    position: relative;
    border-radius: 10px
}

    .philosophy-item .philosophy-content .philosophy-quote i {
        font-size: 45px;
        color: #d83b3b;
        position: absolute;
        top: 10px;
        left: 25px;
        opacity: 50%
    }

    .philosophy-item .philosophy-content .philosophy-quote p {
        position: relative;
        z-index: 1
    }

.philosophy-item .philosophy-content .philosophy-btn {
    margin-top: 30px;
    text-align: right
}

    .philosophy-item .philosophy-content .philosophy-btn .default-btn {
        background-color: #212529;
        color: #fff
    }

        .philosophy-item .philosophy-content .philosophy-btn .default-btn i {
            background-color: #d83b3b
        }

        .philosophy-item .philosophy-content .philosophy-btn .default-btn:hover {
            background-color: #fff;
            color: #212529
        }

.philosophy-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    text-align: left
}

    .philosophy-slides.owl-theme .owl-dots .owl-dot {
        -webkit-transition: .6s;
        transition: .6s
    }

        .philosophy-slides.owl-theme .owl-dots .owl-dot span {
            width: 5px;
            height: 35px;
            margin: 0 8px;
            background: #fff;
            -webkit-transition: .6s;
            transition: .6s;
            border-radius: 30px
        }

        .philosophy-slides.owl-theme .owl-dots .owl-dot:hover span, .philosophy-slides.owl-theme .owl-dots .owl-dot.active span {
            background-color: #212529;
            height: 55px
        }

            .philosophy-slides.owl-theme .owl-dots .owl-dot:hover span::before, .philosophy-slides.owl-theme .owl-dots .owl-dot.active span::before {
                opacity: 1;
                visibility: visible
            }

.philosophy-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    max-width: 1370px;
    margin-left: auto
}

.philosophy-main-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 15%
}

    .philosophy-main-shape img {
        width: 100%
    }

.products-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .products-area .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

.products-item {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

    .products-item .products-image {
        border-radius: 25px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        -webkit-transition: .6s;
        transition: .6s
    }

        .products-item .products-image img {
            border-radius: 25px
        }

        .products-item .products-image .action-btn {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            -webkit-transition: .6s;
            transition: .6s;
            opacity: 0;
            visibility: hidden;
            margin-top: 10px
        }

            .products-item .products-image .action-btn .default-btn {
                background-color: #212529;
                color: #fff
            }

                .products-item .products-image .action-btn .default-btn i {
                    background-color: #d83b3b;
                    line-height: 40px
                }

                .products-item .products-image .action-btn .default-btn:hover {
                    background-color: #d83b3b
                }

                    .products-item .products-image .action-btn .default-btn:hover i {
                        background-color: #fff
                    }

    .products-item .products-content {
        text-align: center;
        margin-top: 25px
    }

        .products-item .products-content h3 {
            font-size: 18px;
            margin-bottom: 12px;
            font-style: italic
        }

            .products-item .products-content h3 a {
                color: #212529
            }

        .products-item .products-content span {
            font-size: 14px;
            color: #6b6b84;
            font-weight: 600
        }

    .products-item:hover .products-image .action-btn {
        opacity: 1;
        visibility: visible;
        margin-top: 0
    }

.book-store-btn {
    text-align: center;
    margin-top: 30px
}

    .book-store-btn .default-btn {
        background-color: #d83b3b;
        color: #fff
    }

        .book-store-btn .default-btn i {
            background-color: #d83b3b
        }

        .book-store-btn .default-btn:hover {
            background-color: #d83b3b
        }

            .book-store-btn .default-btn:hover i {
                background-color: #d83b3b;
                color: #fff
            }

.products-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .products-slides.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: -10px;
        top: 30%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 52px;
        -webkit-transition: .6s;
        transition: .6s;
        background: #d83b3b;
        color: #fff;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .products-slides.owl-theme .owl-nav [class*=owl-]:hover, .products-slides.owl-theme .owl-nav [class*=owl-]:focus {
            background-color: #212529
        }

        .products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: -10px
        }

            .products-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                top: 1px;
                left: 2px
            }

        .products-slides.owl-theme .owl-nav [class*=owl-] i {
            font-size: 25px;
            font-weight: 700;
            position: relative;
            top: 1px;
            right: 2px
        }

.products-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

    .products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 10px
    }

.products-slides .owl-item.active.center .products-item {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.products-main-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 50%
}

    .products-main-shape img {
        width: 100%
    }

.blog-area .container-fluid {
    max-width: 2500px;
    margin: auto
}

.single-blog {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

    .single-blog .blog-image {
        position: relative;
        -webkit-transition: .6s;
        transition: .6s;
        text-align: center
    }

        .single-blog .blog-image img {
            border-radius: 5px 5px 0 0
        }

        .single-blog .blog-image .tag {
            display: inline-block;
            padding: 15px 22px;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            background-color: #d83b3b;
            color: #d83b3b;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -30px;
            border-radius: 50%;
            -webkit-transition: .6s;
            transition: .6s;
            font-family: poppins,sans-serif
        }

            .single-blog .blog-image .tag span {
                display: block
            }

    .single-blog .blog-content {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        padding: 50px 30px 30px;
        text-align: center;
        border-radius: 0 0 5px 5px;
        -webkit-transition: .6s;
        transition: .6s;
        max-width: 430px;
        margin: auto
    }

        .single-blog .blog-content h3 {
            font-size: 22px;
            margin-bottom: 18px;
            line-height: 1.8
        }

            .single-blog .blog-content h3 a {
                color: #212529
            }

        .single-blog .blog-content .blog-btn .default-btn {
            background-color: #212529;
            color: #fff
        }

            .single-blog .blog-content .blog-btn .default-btn i {
                background-color: #d83b3b;
                color: #fff
            }

            .single-blog .blog-content .blog-btn .default-btn:hover i {
                background-color: #fff;
                color: #d83b3b
            }

    .single-blog:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-blog:hover .blog-content {
            background-color: #d83b3b;
            max-width: 100%
        }

.single-blog-item {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

    .single-blog-item .blog-image {
        position: relative;
        -webkit-transition: .6s;
        transition: .6s;
        text-align: center
    }

        .single-blog-item .blog-image img {
            border-radius: 5px 5px 0 0;
            display: inline-block
        }

        .single-blog-item .blog-image .tag {
            display: inline-block;
            padding: 16px 25px;
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            background-color: #d83b3b;
            color: #d83b3b;
            position: absolute;
            left: 30px;
            bottom: -45px;
            border-radius: 50%;
            -webkit-transition: .6s;
            transition: .6s;
            font-family: poppins,sans-serif;
            z-index: 1
        }

            .single-blog-item .blog-image .tag span {
                display: block
            }

    .single-blog-item .blog-content {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        padding: 65px 30px 30px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: .6s;
        transition: .6s;
        position: relative
    }

        .single-blog-item .blog-content .meta {
            position: absolute;
            top: 20px;
            right: 20px
        }

            .single-blog-item .blog-content .meta p {
                margin-bottom: 0;
                color: #212529;
                font-weight: 500;
                font-style: italic
            }

                .single-blog-item .blog-content .meta p a {
                    color: #212529
                }

        .single-blog-item .blog-content h3 {
            font-size: 25px;
            margin-bottom: 22px;
            line-height: 1.5
        }

            .single-blog-item .blog-content h3 a {
                color: #212529
            }

        .single-blog-item .blog-content .blog-btn .default-btn {
            background-color: #212529;
            color: #fff
        }

            .single-blog-item .blog-content .blog-btn .default-btn i {
                background-color: #d83b3b;
                color: #fff
            }

            .single-blog-item .blog-content .blog-btn .default-btn:hover i {
                background-color: #fff;
                color: #d83b3b
            }

    .single-blog-item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-blog-item:hover .blog-content {
            background-color: #d83b3b
        }

.blog-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: -10px;
        top: 30%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 52px;
        -webkit-transition: .6s;
        transition: .6s;
        background: #d83b3b;
        color: #fff;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
            background-color: #212529
        }

        .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: -10px
        }

            .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                top: 1px;
                left: 2px
            }

        .blog-slides.owl-theme .owl-nav [class*=owl-] i {
            font-size: 25px;
            font-weight: 700;
            position: relative;
            top: 1px;
            right: 2px
        }

.blog-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: -20px;
    -webkit-transition: .6s;
    transition: .6s
}

    .blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: -20px
    }

.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f9f9f9
}

.tab .tabs_item {
    display: none
}

    .tab .tabs_item:first-child {
        display: block
    }

.services-list-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 45px
}

    .services-list-tab .tabs li {
        -webkit-box-flex: 24%;
        -ms-flex: 24%;
        flex: 24%;
        max-width: 25%;
        margin-left: 5px;
        margin-right: 5px
    }

        .services-list-tab .tabs li a {
            display: inline-block;
            color: #212529;
            background-color: #fff;
            -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
            box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
            padding: 25px 15px 25px 75px;
            -webkit-transition: .6s;
            transition: .6s;
            width: 100%;
            border-radius: 15px;
            position: relative;
            text-align: center
        }

            .services-list-tab .tabs li a i {
                display: inline-block;
                height: 50px;
                width: 50px;
                line-height: 50px;
                background-color: #d83b3b;
                color: #d83b3b;
                font-size: 25px;
                position: absolute;
                left: 15px;
                top: 12px;
                text-align: center;
                border-radius: 15px
            }

            .services-list-tab .tabs li a span {
                display: block;
                font-size: 16px;
                font-weight: 600
            }

        .services-list-tab .tabs li.current a {
            color: #fff;
            background-color: #d83b3b
        }

            .services-list-tab .tabs li.current a i {
                background-color: #d83b3b;
                color: #fff
            }

.services-list-tab .tab_content .tabs_item .services-tab-image {
    position: relative
}

    .services-list-tab .tab_content .tabs_item .services-tab-image img {
        border-radius: 62% 38% 53% 47%/48% 59% 41% 52%
    }

    .services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-1 {
        position: absolute;
        left: 0;
        top: 20px;
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

    .services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-2 {
        position: absolute;
        left: -50px;
        top: 30%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        max-width: 100px;
        z-index: -1;
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

    .services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-3 {
        position: absolute;
        bottom: 70px;
        left: 0;
        -webkit-animation: moveleftbounce 5s linear infinite;
        animation: moveleftbounce 5s linear infinite
    }

    .services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-4 {
        position: absolute;
        right: 60px;
        bottom: 30px;
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

    .services-list-tab .tab_content .tabs_item .services-tab-image .circle-shape {
        position: absolute;
        bottom: 50px
    }

.services-list-tab .tab_content .tabs_item .services-tab-content .services-content-image {
    position: relative;
    margin-bottom: 20px
}

    .services-list-tab .tab_content .tabs_item .services-tab-content .services-content-image .sub-title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 35px;
        font-size: 25px;
        font-style: italic
    }

.services-list-tab .tab_content .tabs_item .services-tab-content b {
    font-weight: 400;
    font-size: 15px;
    color: #6b6b84
}

.services-list-tab .tab_content .tabs_item .services-tab-content .services-quote {
    background-color: #fff;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    margin-top: 20px
}

    .services-list-tab .tab_content .tabs_item .services-tab-content .services-quote i {
        font-size: 45px;
        color: #d83b3b;
        position: absolute;
        top: 10px;
        left: 25px;
        opacity: 50%
    }

    .services-list-tab .tab_content .tabs_item .services-tab-content .services-quote p {
        position: relative;
        z-index: 1
    }

.services-list-tab .tab_content .tabs_item .services-tab-content .services-btn {
    margin-top: 25px
}

    .services-list-tab .tab_content .tabs_item .services-tab-content .services-btn .default-btn {
        background-color: #d83b3b;
        color: #fff;
        padding: 15px 65px 14px 15px
    }

        .services-list-tab .tab_content .tabs_item .services-tab-content .services-btn .default-btn i {
            background-color: #d83b3b
        }

        .services-list-tab .tab_content .tabs_item .services-tab-content .services-btn .default-btn:hover {
            background-color: #d83b3b;
            color: #d83b3b
        }

            .services-list-tab .tab_content .tabs_item .services-tab-content .services-btn .default-btn:hover i {
                background-color: #d83b3b;
                color: #fff
            }

.services-main-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

    .services-main-shape img {
        width: 100%
    }

.faqs-area {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .faqs-area.bg-color::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
        height: 30px
    }

    .faqs-area.bg-color::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
        height: 170px
    }

    .faqs-area.bg-ffffff {
        margin-top: 100px
    }

.faq-item {
    padding-top: 100px;
    padding-bottom: 65px
}

    .faq-item .content {
        margin-bottom: 45px
    }

        .faq-item .content h3 {
            font-size: 45px;
            margin-bottom: 0
        }

            .faq-item .content h3 span {
                font-weight: 500;
                font-style: italic
            }

    .faq-item .faq-btn {
        margin-top: 30px
    }

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        background: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
        margin-bottom: 15px
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0
        }

    .faq-accordion .accordion .accordion-title {
        padding: 25px 40px 25px 20px;
        color: #212529;
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        -webkit-transition: .6s;
        transition: .6s
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #212529;
            font-size: 15px;
            -webkit-transition: .6s;
            transition: .6s
        }

        .faq-accordion .accordion .accordion-title.active {
            color: #d83b3b
        }

            .faq-accordion .accordion .accordion-title.active i::before {
                content: "\ee2d";
                color: #d83b3b
            }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 18px 20px;
        border-top: 1px solid #d83b3b;
        color: #6b6b84
    }

        .faq-accordion .accordion .accordion-content.show {
            display: block
        }

.faq-image {
    background-image: url(../images/faq.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.faqs-main-shape {
    position: absolute;
    bottom: 50px;
    z-index: -1;
    left: 0;
    opacity: 50%;
    width: 100%
}

    .faqs-main-shape img {
        width: 100%
    }

.fun-facts-area {
    background-image: url(../images/fun-facts-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 100px
}

    .fun-facts-area.bg-top {
        margin-top: 0
    }

.single-fun-fact {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    padding: 30px 35px 30px 120px;
    border-radius: 30px 30px 0 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

    .single-fun-fact .icon {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .single-fun-fact .icon i {
            display: inline-block;
            height: 85px;
            width: 85px;
            line-height: 85px;
            background-color: #d83b3b;
            color: #fff;
            font-size: 45px;
            text-align: center;
            border-radius: 15px
        }

    .single-fun-fact h3 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 1
    }

        .single-fun-fact h3 .sign-icon {
            font-size: 25px;
            font-weight: 500
        }

    .single-fun-fact p {
        margin-bottom: 0
    }

.pricing-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-pricing-table {
    background-color: #d83b3b;
    padding: 30px 30px 15px;
    margin-bottom: 30px;
    border-radius: 30px 30px 0 30px;
    -webkit-transition: .6s;
    transition: .6s;
    padding-bottom: 30px;
}

    .single-pricing-table .pricing-header {
        position: relative;
        background-color: #fff;
        border-radius: 30px 30px 0 30px;
        padding: 30px 20px 20px 20px
    }

        .single-pricing-table .pricing-header i {
            font-size: 50px;
            color: #d83b3b;
            position: absolute;
            left: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .single-pricing-table .pricing-header h3 {
            font-size: 20px;
            margin-bottom: 15px
        }

        .single-pricing-table .pricing-header span {
            font-size: 16px;
            color: #6b6b84;
            font-weight: 500
        }

        .single-pricing-table .pricing-header .price {
            position: absolute;
            right: 30px;
            top: 30px;
            font-size: 20px;
            font-weight: 700
        }

    .single-pricing-table .pricing-features {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 30px
    }

        .single-pricing-table .pricing-features li {
            list-style-type: none;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 18px;
            color: #212529;
            position: relative;
            padding-left: 25px;
            -webkit-transition: .6s;
            transition: .6s
        }

            .single-pricing-table .pricing-features li:last-child {
                margin-bottom: 0
            }

            .single-pricing-table .pricing-features li i {
                position: absolute;
                left: 0;
                top: 1px;
                color: #fff;
                -webkit-transition: .6s;
                transition: .6s
            }

            .single-pricing-table .pricing-features li.color-gray {
                color: #eee
            }

    .single-pricing-table .pricing-btn {
        position: relative;
        top: 25px;
        text-align: center
    }

        .single-pricing-table .pricing-btn .default-btn {
            background-color: #d83b3b;
            color: #fff;
            -webkit-transition: .6s;
            transition: .6s
        }

            .single-pricing-table .pricing-btn .default-btn i {
                background-color: #d83b3b
            }

    .single-pricing-table:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-pricing-table:hover .pricing-features li {
            color: #fff
        }

        .single-pricing-table:hover .pricing-btn .default-btn {
            background-color: #d83b3b;
            color: #fff
        }

            .single-pricing-table:hover .pricing-btn .default-btn i {
                background-color: #d83b3b;
                color: #fff
            }

.pricing-main-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 50%
}

    .pricing-main-shape img {
        width: 100%
    }

.download-area {
    background-image: url(../images/download/download-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .download-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
        height: 50px
    }

    .download-area::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -1;
        height: 50px
    }

.download-main-content h3 {
    font-size: 45px;
    margin-bottom: 30px
}

    .download-main-content h3 span {
        font-weight: 500
    }

.download-main-content h4 {
    font-size: 23px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 500
}

.download-main-content p {
    margin-bottom: 0
}

.download-main-content .download-btn {
    margin-top: 25px
}

.page-banner-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .page-banner-area .container-fluid {
        padding-left: 0
    }

.page-banner-content {
    margin-left: 70px
}

    .page-banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px
    }

    .page-banner-content ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .page-banner-content ul li {
            display: inline-block;
            list-style-type: none;
            margin-left: 35px;
            font-weight: 600;
            color: #d83b3b;
            position: relative
        }

            .page-banner-content ul li::before {
                content: '';
                position: absolute;
                left: -26px;
                top: 12px;
                height: 1px;
                width: 15px;
                background: #d83b3b
            }

            .page-banner-content ul li:first-child {
                margin-left: 0
            }

                .page-banner-content ul li:first-child::before {
                    display: none
                }

            .page-banner-content ul li a {
                display: block;
                color: #d83b3b
            }

.page-banner-image {
    position: relative
}

    .page-banner-image .image-shape {
        position: absolute;
        top: -15px;
        right: -50px;
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite
    }

.page-banner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 30%;
    z-index: -1
}

    .page-banner-shape img {
        width: 100%
    }

.page-banner-with-full-image {
    position: relative;
    z-index: 1;
    background-image: url(../images/page-banner/page-banner-bg-1.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    background-attachment: fixed
}

    .page-banner-with-full-image::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #000;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: .6
    }

    .page-banner-with-full-image.item-bg1 {
        background-image: url(../images/page-banner/page-banner-bg-2.html)
    }

    .page-banner-with-full-image.item-bg2 {
        background-image: url(../images/page-banner/page-banner-bg-3.jpg)
    }

    .page-banner-with-full-image.item-bg3 {
        background-image: url(../images/page-banner/page-banner-bg-4.html)
    }

    .page-banner-with-full-image.item-bg4 {
        background-image: url(../images/page-banner/page-banner-bg-5.html)
    }

.page-banner-content-two {
    text-align: center
}

    .page-banner-content-two h2 {
        font-size: 45px;
        margin-bottom: 20px;
        color: #fff
    }

    .page-banner-content-two ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .page-banner-content-two ul li {
            display: inline-block;
            list-style-type: none;
            margin-left: 35px;
            font-weight: 600;
            color: #fff;
            position: relative
        }

            .page-banner-content-two ul li::before {
                content: '';
                position: absolute;
                left: -26px;
                top: 12px;
                height: 1px;
                width: 15px;
                background: #fff
            }

            .page-banner-content-two ul li:first-child {
                margin-left: 0
            }

                .page-banner-content-two ul li:first-child::before {
                    display: none
                }

            .page-banner-content-two ul li a {
                display: block;
                color: #d83b3b
            }

.single-coaches {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

    .single-coaches .image {
        position: relative
    }

        .single-coaches .image .social-link {
            position: absolute;
            right: 20px;
            bottom: 35px;
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none
        }

            .single-coaches .image .social-link li {
                display: block;
                margin-bottom: 8px
            }

                .single-coaches .image .social-link li:last-child {
                    margin-bottom: 0
                }

                .single-coaches .image .social-link li a {
                    width: 45px;
                    height: 45px;
                    text-align: center;
                    color: #d83b3b;
                    background-color: #fff;
                    font-size: 20px;
                    position: relative;
                    border-radius: 50px;
                    -webkit-transform: scaleY(0);
                    transform: scaleY(0);
                    -webkit-transition: .6s;
                    transition: .6s
                }

                    .single-coaches .image .social-link li a i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        -webkit-transform: translateY(-48%);
                        transform: translateY(-48%)
                    }

                    .single-coaches .image .social-link li a:hover {
                        background-color: #d83b3b;
                        color: #fff
                    }

                .single-coaches .image .social-link li:nth-child(2) a, .single-coaches .image .social-link li:nth-child(4) a, .single-coaches .image .social-link li:nth-child(6) a, .single-coaches .image .social-link li:nth-child(8) a {
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0)
                }

    .single-coaches .content {
        background-color: #f9f9f9;
        text-align: left;
        padding: 30px;
        position: relative
    }

        .single-coaches .content h3 {
            font-size: 28px;
            margin-bottom: 0
        }

        .single-coaches .content span {
            margin-top: 15px;
            display: block;
            font-weight: 600;
            color: #6b6b84
        }

        .single-coaches .content i {
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            background-color: #d83b3b;
            -webkit-transition: .6s;
            transition: .6s;
            color: #fff;
            border-radius: 50px;
            position: absolute;
            right: 20px;
            top: -25px;
            font-size: 25px
        }

    .single-coaches:hover .content i {
        background-color: #d83b3b;
        color: #fff
    }

    .single-coaches:hover .image .social-link li a {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

.coaches-details-image img {
    border-radius: 15px;
    width: 70%;
}

.coaches-details-content h3 {
    font-size: 25px;
    margin-bottom: 18px
}

.coaches-details-content b {
    font-weight: 600;
    color: #d83b3b;
    display: inline-block;
    margin-bottom: 16px
}

.coaches-details-content p {
    margin-bottom: 20px
}

.coaches-details-content .information {
    padding-left: 0;
    margin-bottom: 0
}

    .coaches-details-content .information li {
        list-style-type: none;
        margin-bottom: 15px
    }

        .coaches-details-content .information li:last-child {
            margin-bottom: 0
        }

        .coaches-details-content .information li span {
            color: #6b6b84;
            font-weight: 600
        }

        .coaches-details-content .information li a {
            color: #d83b3b;
            font-weight: 500
        }

            .coaches-details-content .information li a:hover {
                color: #d83b3b;
                letter-spacing: 1px
            }

.coaches-details-content .social-link {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px
}

    .coaches-details-content .social-link li {
        list-style-type: none;
        display: inline-block;
        margin-right: 8px
    }

        .coaches-details-content .social-link li:last-child {
            margin-right: 0
        }

        .coaches-details-content .social-link li a i {
            display: inline-block;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            background-color: #e1e1e1;
            -webkit-transition: .6s;
            transition: .6s;
            color: #d83b3b;
            border-radius: 50px;
            transition: .6s;
            font-size: 18px
        }

            .coaches-details-content .social-link li a i:hover {
                background-color: #d83b3b;
                color: #fff;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px)
            }

.psylo-grid-sorting {
    margin-bottom: 30px
}

    .psylo-grid-sorting .result-count p .count {
        font-weight: 700;
        color: #212529
    }

    .psylo-grid-sorting .ordering {
        text-align: right
    }

        .psylo-grid-sorting .ordering label {
            display: inline-block;
            margin-bottom: 0;
            color: #d83b3b;
            margin-right: 5px;
            font-weight: 600
        }

        .psylo-grid-sorting .ordering .nice-select {
            display: inline-block;
            width: 215px;
            background: #f8f8f8;
            border-color: #eee;
            color: #212529;
            -webkit-transition: .6s;
            transition: .6s;
            padding: 0 0 0 12px;
            height: 55px;
            line-height: 55px;
            font-weight: 700;
            border-radius: 0
        }

            .psylo-grid-sorting .ordering .nice-select .list {
                background-color: #fff;
                border-radius: 0;
                -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
                box-shadow: 0 10px 30px rgba(0,0,0,.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin-top: 0;
                margin-bottom: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px
            }

                .psylo-grid-sorting .ordering .nice-select .list .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: #212529;
                    position: relative;
                    -webkit-transition: .6s;
                    transition: .6s;
                    padding-left: 15px;
                    padding-right: 25px;
                    font-weight: 600
                }

                    .psylo-grid-sorting .ordering .nice-select .list .option.selected.focus {
                        color: #d83b3b;
                        background-color: #fff
                    }

                    .psylo-grid-sorting .ordering .nice-select .list .option:hover {
                        background-color: #d83b3b;
                        color: #fff
                    }

            .psylo-grid-sorting .ordering .nice-select:after {
                border-color: #212529;
                height: 8px;
                width: 8px;
                margin-top: -5px
            }

            .psylo-grid-sorting .ordering .nice-select:hover {
                border-color: #d83b3b;
                background-color: transparent
            }

    .psylo-grid-sorting .search-form {
        position: relative
    }

        .psylo-grid-sorting .search-form .search-field {
            background-color: #f9f9f9;
            height: 60px;
            padding: 8px 15px;
            border: 1px solid #f9f9f9;
            width: 100%;
            display: block;
            outline: 0;
            -webkit-transition: .6s;
            transition: .6s;
            border-radius: 5px;
            color: #d83b3b
        }

            .psylo-grid-sorting .search-form .search-field::-webkit-input-placeholder {
                color: #6b6b84
            }

            .psylo-grid-sorting .search-form .search-field:-ms-input-placeholder {
                color: #6b6b84
            }

            .psylo-grid-sorting .search-form .search-field::-ms-input-placeholder {
                color: #6b6b84
            }

            .psylo-grid-sorting .search-form .search-field::placeholder {
                color: #6b6b84
            }

            .psylo-grid-sorting .search-form .search-field:focus {
                border-color: #d83b3b
            }

        .psylo-grid-sorting .search-form button {
            border: none;
            background-color: #d83b3b;
            color: #fff;
            height: 40px;
            width: 40px;
            position: absolute;
            right: 10px;
            padding: 0;
            -webkit-transition: .6s;
            transition: .6s;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer
        }

            .psylo-grid-sorting .search-form button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 52%;
                -webkit-transform: translateY(-52%);
                transform: translateY(-52%)
            }

            .psylo-grid-sorting .search-form button:hover, .psylo-grid-sorting .search-form button:focus {
                background-color: #d83b3b;
                color: #fff
            }

.single-events-box {
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #fff;
    margin-bottom: 30px
}

    .single-events-box .image {
        position: relative
    }

        .single-events-box .image .date {
            position: absolute;
            right: 10px;
            bottom: 10px;
            display: inline-block;
            background-color: #fff;
            color: #6b6b84;
            padding: 8px 20px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 700
        }

        .single-events-box .image img {
            border-radius: 5px 5px 0 0
        }

    .single-events-box .content {
        padding: 20px;
        position: relative;
        background-color: #f3f3f3;
        border-radius: 0 0 5px 5px
    }

        .single-events-box .content h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font-size: 25px
        }

            .single-events-box .content h3 a {
                display: inline-block
            }

        .single-events-box .content .location {
            display: block;
            color: #d83b3b;
            margin-top: 20px;
            position: relative;
            padding-left: 22px;
            font-size: 16px;
            font-weight: 700
        }

            .single-events-box .content .location i {
                color: #d83b3b;
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px
            }

    .single-events-box:hover {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.events-details-image {
    position: relative;
    margin-bottom: 50px
}

    .events-details-image #timer {
        position: absolute;
        z-index: 2;
        right: 0;
        left: 0;
        bottom: 50px
    }

        .events-details-image #timer div {
            background-color: #d83b3b;
            color: #fff;
            width: 150px;
            height: 150px;
            z-index: 1;
            border-radius: 10px;
            font-size: 60px;
            font-weight: 800;
            margin-left: 8px;
            margin-right: 8px
        }

            .events-details-image #timer div span {
                display: block;
                margin-top: -6px;
                font-size: 16px;
                font-weight: 600
            }

.events-details-header {
    margin-bottom: 30px
}

    .events-details-header ul {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        padding: 30px
    }

        .events-details-header ul li {
            display: inline-block;
            margin-right: 20px;
            color: #d83b3b;
            position: relative;
            padding-left: 25px;
            font-size: 16px;
            font-weight: 600
        }

            .events-details-header ul li i {
                color: #d83b3b;
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px
            }

            .events-details-header ul li:last-child {
                margin-right: 0
            }

.events-details-location {
    margin-bottom: 30px
}

    .events-details-location iframe {
        height: 450px;
        width: 100%;
        border: none
    }

.events-details-desc h3 {
    margin-bottom: 20px;
    font-size: 25px
}

    .events-details-desc h3:not(:first-child) {
        margin-top: 20px
    }

.events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px
}

    .events-details-info .info {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0
    }

        .events-details-info .info li {
            border-bottom: 1px solid #e5e5e7;
            color: #d83b3b;
            font-size: 16px;
            font-weight: 600;
            padding-top: 15px;
            padding-bottom: 15px
        }

            .events-details-info .info li span {
                font-weight: 700;
                color: #212529;
                position: relative
            }

            .events-details-info .info li.price {
                padding-bottom: 10px;
                color: #d83b3b;
                font-size: 28px;
                font-weight: 700
            }

                .events-details-info .info li.price span {
                    color: #212529;
                    font-size: 16px;
                    font-weight: 700
                }

            .events-details-info .info li:first-child {
                padding-top: 0
            }

    .events-details-info .events-btn-box {
        text-align: center;
        margin-top: 25px
    }

        .events-details-info .events-btn-box p {
            margin-top: 20px;
            font-weight: 600
        }

            .events-details-info .events-btn-box p a {
                color: #d83b3b
            }

                .events-details-info .events-btn-box p a:hover {
                    text-decoration: underline
                }

    .events-details-info .events-share {
        text-align: center;
        margin-top: 20px
    }

        .events-details-info .events-share .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer
        }

            .events-details-info .events-share .share-info span {
                display: inline-block;
                color: #d83b3b;
                line-height: 1;
                font-size: 16px;
                font-weight: 700
            }

            .events-details-info .events-share .share-info .social-link {
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
                margin-top: 12px
            }

                .events-details-info .events-share .share-info .social-link li {
                    display: inline-block;
                    margin-right: 5px
                }

                    .events-details-info .events-share .share-info .social-link li:last-child {
                        margin-right: 0
                    }

                    .events-details-info .events-share .share-info .social-link li a i {
                        display: inline-block;
                        width: 45px;
                        height: 45px;
                        line-height: 45px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: 20px;
                        color: #212529;
                        position: relative;
                        border-radius: 50px;
                        -webkit-transition: .6s;
                        transition: .6s
                    }

                        .events-details-info .events-share .share-info .social-link li a i:hover {
                            background-color: #d83b3b;
                            color: #fff;
                            -webkit-transform: translateY(-5px);
                            transform: translateY(-5px)
                        }

.success-story-image {
    position: relative;
    overflow: hidden
}

    .success-story-image img {
        -webkit-transition: .6s;
        transition: .6s
    }

    .success-story-image .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 90px;
        background-color: #d83b3b;
        border-radius: 50px;
        color: #fff;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center
    }

        .success-story-image .video-btn i {
            font-size: 30px;
            position: relative;
            top: 0;
            left: 4px
        }

        .success-story-image .video-btn::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50px;
            border: 1px solid #d83b3b;
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite
        }

        .success-story-image .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50px;
            border: 1px solid #d83b3b;
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite
        }

        .success-story-image .video-btn:hover {
            background-color: #fff;
            color: #d83b3b
        }

    .success-story-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.success-story-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px
}

.success-story-content p {
    margin-bottom: 0
}

.courses-area .container-fluid {
    max-width: 2500px;
    margin: auto
}

.single-courses-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146,184,255,.2);
    box-shadow: 0 8px 16px 0 rgba(146,184,255,.2);
    -webkit-transition: .6s;
    transition: .6s
}

    .single-courses-box .courses-image {
        border-radius: 5px 5px 0 0;
        position: relative;
        z-index: 1
    }

        .single-courses-box .courses-image .image {
            border-radius: 5px 5px 0 0
        }

            .single-courses-box .courses-image .image img {
                border-radius: 5px 5px 0 0
            }

        .single-courses-box .courses-image .price {
            display: inline-block;
            background-color: #d83b3b;
            color: #fff;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            bottom: -32.5px;
            text-align: center;
            line-height: 65px;
            font-size: 25px;
            font-weight: 600
        }

    .single-courses-box .courses-content {
        border-radius: 0 0 5px 5px;
        padding: 30px
    }

        .single-courses-box .courses-content .course-author {
            margin-bottom: 20px
        }

            .single-courses-box .courses-content .course-author img {
                width: 45px;
                height: 45px;
                margin-right: 10px
            }

            .single-courses-box .courses-content .course-author span {
                color: #d83b3b;
                font-size: 16px;
                font-weight: 600
            }

        .single-courses-box .courses-content h3 {
            margin-bottom: 15px;
            line-height: 1.5;
            font-size: 22px
        }

            .single-courses-box .courses-content h3 a {
                display: inline-block
            }

        .single-courses-box .courses-content .courses-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 20px
        }

            .single-courses-box .courses-content .courses-box-footer li {
                color: #d83b3b;
                font-size: 16px;
                font-weight: 500;
                position: relative;
                padding-left: 32px;
                padding-right: 8px
            }

                .single-courses-box .courses-content .courses-box-footer li i {
                    color: #d83b3b;
                    position: absolute;
                    left: 6px;
                    top: 0;
                    font-size: 20px
                }

    .single-courses-box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.membership-levels-table .table {
    margin-bottom: 0
}

    .membership-levels-table .table thead th {
        vertical-align: middle;
        background-color: #d83b3b;
        white-space: nowrap;
        padding: 20px;
        text-align: center;
        color: rgba(255,255,255,.9);
        border-left: 1px solid #e98f8f;
        border-right: 1px solid #e98f8f;
        border-bottom: none
    }

        .membership-levels-table .table thead th .desc-1 {
            color: #fff;
            margin-bottom: 0;
            font-size: 35px;
            font-weight: 700;
            font-family: montserrat,sans-serif;
            display: block
        }

        .membership-levels-table .table thead th .desc-2 {
            color: #fff;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: 700;
            font-family: montserrat,sans-serif;
            display: block
        }

        .membership-levels-table .table thead th:first-child {
            border-left: none
        }

        .membership-levels-table .table thead th:last-child {
            border-right: none
        }

    .membership-levels-table .table tbody tr td {
        padding: 20px 25px;
        white-space: nowrap;
        vertical-align: middle;
        border: none;
        text-align: center;
        font-size: 16px;
        font-weight: 600
    }

        .membership-levels-table .table tbody tr td:first-child {
            text-align: left
        }

        .membership-levels-table .table tbody tr td.item-check i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: #0eb582;
            color: #fff;
            display: block;
            margin: 0 auto
        }

        .membership-levels-table .table tbody tr td.item-none i {
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 100%;
            background-color: #d85554;
            color: #fff;
            display: block;
            margin: 0 auto
        }

        .membership-levels-table .table tbody tr td .select-btn {
            display: inline-block;
            color: #212529;
            background-color: #efefef;
            padding: 15px 35px;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 700
        }

            .membership-levels-table .table tbody tr td .select-btn:hover {
                color: #fff;
                background-color: #d83b3b
            }

.become-coaches-image img {
    border-radius: 10px
}

.become-coaches-form {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1)
}

    .become-coaches-form .become-coaches-title {
        margin-bottom: 30px
    }

        .become-coaches-form .become-coaches-title h3 {
            font-size: 30px;
            margin-bottom: 15px
        }

        .become-coaches-form .become-coaches-title span {
            color: #6b6b84
        }

    .become-coaches-form form .form-group {
        margin-bottom: 25px
    }

        .become-coaches-form form .form-group .form-control {
            height: 60px;
            padding: 20px;
            line-height: initial;
            color: #212529;
            background-color: transparent;
            border: 1px solid #eee;
            border-radius: 15px;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: .6s;
            transition: .6s;
            font-size: 16px;
            font-weight: 500
        }

            .become-coaches-form form .form-group .form-control:focus {
                border: 1px solid #d83b3b;
                background-color: transparent
            }

                .become-coaches-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: .6s;
                    transition: .6s
                }

                .become-coaches-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .6s;
                    transition: .6s
                }

                .become-coaches-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .6s;
                    transition: .6s
                }

                .become-coaches-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: .6s;
                    transition: .6s
                }

    .become-coaches-form form textarea.form-control {
        height: 120px !important
    }

    .become-coaches-form form .default-btn {
        border: none;
        width: 100%;
        padding: 20px 30px
    }
