/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.input-group-text input[type=checkbox],
.input-group-text input[type=radio],
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

address,
p,
ul {
    margin-bottom: 1rem
}

body,
caption {
    text-align: left
}

dd,
label {
    margin-bottom: .5rem
}

button,
hr,
input {
    overflow: visible
}

.block-18 .text span,
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
figcaption,
figure,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

address,
legend {
    line-height: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

.carousel-indicators .active,
.table .table,
body {
    background-color: #fff
}

.carousel,
.collapsing,
.contact-form .form-group,
.dropdown,
.dropleft,
.dropright,
.dropup,
.owl-carousel,
.testimony-section,
sub,
sup {
    position: relative
}

.btn,
.dropdown-item,
.navbar-brand {
    white-space: nowrap
}

.list-group,
.navbar-nav {
    -webkit-box-direction: normal
}

.blog-entry,
.collapsing,
.modal,
.modal-open,
.progress,
svg:not(:root) {
    overflow: hidden
}

.modal-dialog,
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.dropdown-menu,
.popover {
    background-clip: padding-box
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #78d5ef;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.ftco-navbar-light .navbar-toggler:focus,
[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

h1,
h2,
h3,
h4,
p,
ul {
    margin-top: 0
}

address {
    font-style: normal
}

.sidebar-box :last-child,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

.btn,
.table tbody tr td,
img {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

.btn:active,
.btn:focus,
.btn:hover,
a:not([href]):not([tabindex]):focus {
    outline: 0
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

a>code,
legend {
    color: inherit
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

.btn,
.navbar-toggler {
    border: 1px solid transparent
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.figure,
output {
    display: inline-block
}

.collapse:not(.show),
.popover-header:empty,
template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-family: inherit
}

.form-group,
.table,
hr {
    margin-bottom: 1rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after,
.no-gutters {
    margin-left: 0
}

.no-gutters {
    margin-right: 0
}

.navbar-nav .nav-link,
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-lg,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-md-1,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.btn,
.form-control {
    padding: .375rem .75rem;
    line-height: 1.5
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.nav,
.navbar {
    -ms-flex-wrap: wrap
}

.table {
    max-width: 100%;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.form-control {
    display: block;
    width: 100%;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .25);
    box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .25);
    box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #78d5ef;
    border-color: #78d5ef
}

.btn-primary:hover {
    color: #212529;
    background-color: #56caeb;
    border-color: #4ac7ea
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(120, 213, 239, .5)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #4ac7ea;
    border-color: #3fc3e8
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show),
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg,
.modal-backdrop.fade {
    opacity: 0
}

.collapsing {
    height: 0;
    -webkit-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s
}

.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.alert,
.list-group-item,
.navbar {
    position: relative
}

.nav,
.navbar-nav {
    margin-bottom: 0;
    list-style: none
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    width: 0;
    height: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    content: ""
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #78d5ef
}

.navbar-toggler,
button.close {
    background-color: transparent
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link.disabled {
    color: #6c757d
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit
}

.navbar-nav,
.progress {
    display: -webkit-box;
    display: -ms-flexbox
}

.navbar-nav {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

@media (min-width:992px) {

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.ftco-footer .ftco-footer-widget ul li a span,
.ftco-footer a:hover,
.ftco-footer-social li a:hover,
.gallery .icon span,
.hero-wrap .slider-text,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.table tbody tr td .trainer,
.testimony-wrap .quote i {
    color: #fff
}
.hero-wrap {background: url(../images/bg.jpg);}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #78d5ef;
    border-color: #78d5ef
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover,
.tooltip {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.show,
.package-program:focus:after,
.package-program:hover:after {
    opacity: .5
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.table tbody tr td,
.text-center {
    text-align: center !important
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {

    .btn,
    .carousel-item,
    .collapsing,
    .fade,
    .form-control,
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.fixed-bottom,
.fixed-top {
    z-index: 1030;
    left: 0;
    right: 0
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.float-right {
    float: right !important
}

.position-static {
    position: static !important
}

.fixed-top {
    position: fixed;
    top: 0
}

.fixed-bottom {
    position: fixed;
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.m-1 {
    margin: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.ml-auto {
    margin-left: auto !important
}

.visible {
    visibility: visible !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

body {
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #4d4d4d
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a,
span {
    color: #ff0d75
}

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #d02183
}

a:active,
a:focus,
a:hover {
    color: #ff0d75;
    outline: 0 !important;
    text-decoration: none !important
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    line-height: 1.4;
    color: #000;
    font-weight: 400
}

.ftco-navbar-light {
    background: 0 0 !important;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0
}

.block-21 .text .heading a,
.blog-entry .text .heading a,
.coach .text h3 a,
.contact-section .contact-info p span,
.ftco-counter .text:focus .icon span,
.ftco-counter .text:hover .icon span,
.ftco-navbar-light .navbar-brand,
.ftco-navbar-light .navbar-brand:focus,
.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
.ftco-navbar-light.scrolled .navbar-brand,
.hero-wrap .slider-text .breadcrumbs span a,
.hero-wrap .slider-text h1 span,
.testimony-section .owl-nav .owl-next:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-prev:hover span:before {
    color: #000
}

.ftco-navbar-light .navbar-brand span {
    color: #d291bc;
    font-size: 28px
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
    padding: 1.5rem 20px;
    font-weight: 500;
    color: #000;
    opacity: 1 !important
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 14px
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #000
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a:after {
    opacity: 1;
    background: #d02183
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #ff0d75 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #ff0d75 !important
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
    color: #000 !important
}

.coach .text .ftco-social-media,
.do-list,
.ftco-gallery {
    padding: 0
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #d291bc !important
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.navbar-brand {
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.owl-carousel .owl-item {
    opacity: .4
}

.gallery:focus .icon,
.gallery:hover .icon,
.mfp-with-zoom.mfp-ready .mfp-container,
.owl-carousel .owl-item.active,
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev,
.package-program:focus .text,
.package-program:hover .text,
.testimony-section:hover .owl-nav .owl-next,
.testimony-section:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #d291bc !important;
    -moz-transition: .7s;
    -o-transition: .7s;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    transition: .7s;
    opacity: 0
}

.hero-wrap .slider-text .bread,
.hero-wrap .slider-text h1 {
    color: #000;
    font-size: 70px;
    font-weight: 200;
    font-family: "Playfair Display", serif;
}

.block-18 .text strong,
.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel .owl-nav .owl-prev span:before {
    font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px
}

.hero-wrap {
    width: 100%;
    position: relative
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .3;
    background: #d291bc;
    background: -moz-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #d291bc), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%)
}

.hero-wrap .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 400;
    letter-spacing: 4px
}

.hero-wrap .slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, .7)
}

.hero-wrap .slider-text h2 {
    font-weight: 400;
}

.hero-wrap .slider-text .typewrite>.wrap {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.hero-wrap .slider-text .bread {
    line-height: 1.2
}

.hero-wrap .slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.hero-wrap .slider-text .btn-primary:focus,
.hero-wrap .slider-text .btn-primary:hover {
    background: #fff !important;
    color: #000
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.bg-light {
    background: #fafafa !important
}

.bg-white {
    background: #fff !important
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 13px
}

.contact-form .form-control,
.form-control {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none !important
}

.btn.btn-primary {
    background: #ff0d75;
    border: 1px solid #ff0d75 !important;
    color: #fff
}

.package-program .text,
.table tbody tr td .at,
.table tbody tr td .time {
    color: rgba(255, 255, 255, 1);
}

.btn.btn-primary:hover {
    border: 1px solid #d291bc;
    background: 0 0 !important;
    color: #ff0d75
}

.ftco-intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.do-list {
    margin: 0
}

.do-list li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 300;
    background: #fff;
    padding: 3px 20px;
    border-radius: 5px
}

.gallery .icon,
.services .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%
}

.do-list li span {
    color: #ff0d75;
    font-size: 22px
}

.gallery {
    display: block;
    height: 270px;
    position: relative
}

.gallery .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    -moz-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    transition: .6s;
    background: #d291bc;
    border-radius: 50%
}

.services {
    width: 100%;
    display: block;
    margin-bottom: 40px
}

.services .icon {
    width: 100px;
    height: 100px;
    background: #ff0d751a;
    border-radius: 50%
}

#map,
.coach,
.coach .img,
.coach .text,
.services .text,
.table {
    width: 100%
}

#map.map,
.coach .img {
    height: 400px
}

.services .icon span {
    font-size: 44px;
    color: #ff0d75
}

.services .text h3 {
    font-size: 20px;
    font-weight: 500
}

.package-program {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.block-7,
.coach {
    margin-bottom: 30px
}

.package-program:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0d75;
    z-index: 0;
    content: '';
    opacity: 0;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.package-program .img {
    display: block;
    height: 400px
}

.package-program .text {
    z-index: 1;
    opacity: 0;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}

.package-program .text h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.coach {
    display: block
}

.coach .img {
    background-position: top center !important
}

.coach .text .subheading {
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.coach .text h3 {
    font-size: 22px;
    color: #000
}

.coach .text .ftco-social-media li {
    list-style: none
}

.coach .text .ftco-social-media li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #d291bc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.coach .text .ftco-social-media li a span {
    font-size: 24px;
    color: #fff
}

.sched-list {
    overflow-x: scroll
}

.table {
    min-width: 1000px !important;
    text-align: center
}

.table th {
    font-weight: 500
}

.table .thead-primary,
.table tbody tr td.color {
    background: #d291bc
}

.table .thead-primary tr th {
    padding: 20px 10px;
    color: #fff !important;
    border: 1px solid transparent !important
}

.table tbody tr td {
    padding: 40px 10px;
    border: 1px solid transparent !important
}

.table tbody tr td h3 {
    margin-bottom: 20px;
    font-size: 16px
}

.table tbody tr td h3 a {
    text-transform: uppercase;
    color: #fff
}

.table tbody tr td .at {
    margin-bottom: 15px;
    display: block
}

.table tbody tr td.color-1 {
    background: #7acfdf
}

.table tbody tr td.color-2 {
    background: #26baee
}

.table tbody tr td.color-3 {
    background: #fb929e
}

.table tbody tr td.color-4 {
    background: #12e6c8
}

.table tbody tr td.color-5 {
    background: #a287f4
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

.testimony-section .owl-nav .owl-next,
.testimony-section .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: 0 !important;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    opacity: 0
}

.testimony-section .owl-nav .owl-next span:before,
.testimony-section .owl-nav .owl-prev span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, .2);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.testimony-section .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section .owl-nav .owl-next,
.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2)
}

.testimony-section .owl-dots .owl-dot.active {
    background: #d291bc;
    background: -moz-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #d291bc), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #f90c72 0, #691291 100%)
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, .1);
    color: rgba(0, 0, 0, .8)
}

.testimony-wrap .user-img {
    width: 90px;
    height: 110px;
    border-radius: 50%;
    position: relative
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000
}

.testimony-wrap .position {
    font-size: 13px
}

.testimony-wrap .line {
    position: relative;
    border-left: 1px solid #e6e6e6
}

.testimony-wrap .quote {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ff0d75;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.form-control {
    height: 58px !important;
    background: #fff !important;
    color: rgba(0, 0, 0, .9) !important;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .08) !important
}

.form-control:active,
.form-control:focus {
    border-color: #d291bc
}

.contact-form textarea.form-control,
textarea.form-control {
    height: inherit !important
}

.ftco-animate {
    opacity: 0;
    visibility: hidden
}

.ftco-section {
    padding: 7em 0;
    position: relative
}

.ftco-bg-dark {
    background: #090808
}

.ftco-footer {
    font-size: 16px;
    padding: 4em 0;
    background: #d291bc
}

.block-20,
.blog-img,
.hero-wrap,
.img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat
}

.ftco-footer h1.logo {
    color: #fff;
    font-size: 30px;
    font-weight: 300
}

.ftco-footer h2.location {
    font-size: 24px;
    color: rgba(255, 255, 255, .9)
}

.ftco-footer a,
.ftco-footer p {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, .2);
        -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, .2);
        box-shadow: 0 0 0 0 rgba(210, 145, 188, .2)
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
        box-shadow: 0 0 0 30px rgba(210, 145, 188, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
        box-shadow: 0 0 0 0 rgba(210, 145, 188, 0)
    }
}

.heading-section {
    z-index: 0
}

.heading-section .subheading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #b3b3b3;
    line-height: 1;
    z-index: 1;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px
}

.heading-section h2 {
    z-index: -1;
    font-size: 50px;
    font-weight: 300;
    position: relative
}

.blog-img,
.hero-wrap,
.img,
.user-img {
    background-position: center center
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

#section-counter {
    position: relative;
    z-index: 0
}

#section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d291bc;
    background: -moz-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #d291bc), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    opacity: .8
}

.ftco-counter {
    padding: 7em 0
}

@media (max-width:1199.98px) {
    .ftco-counter {
        background-position: center center !important
    }
}

.ftco-counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 0
}

.block-20,
.blog-entry .text {
    position: relative;
    width: 100%
}

.ftco-counter .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    bordeR: 1px solid #d291bc;
    z-index: -1;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.ftco-counter .icon span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d291bc
}

.ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 50px;
    color: #fff
}

.ftco-counter .text span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, .7)
}

.ftco-counter .text:focus .icon:after,
.ftco-counter .text:hover .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #d291bc
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        top: 0;
        padding: 10px 15px
    }

    .ftco-navbar-light .navbar-brand {
        color: #fff
    }

    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding: .9rem 0;
        color: rgba(0, 0, 0, .7)
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #000
    }

    .ftco-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        border-radius: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .hero-wrap .overlay {
        width: 100%
    }

    .hero-wrap .slider-text .bread {
        font-size: 60px
    }

    #map {
        height: 300px
    }

    .ftco-counter .counter-wrap {
        margin-bottom: 40px !important
    }
}

.block-20 {
    overflow: hidden;
    background-position: center center;
    display: block;
    height: 270px
}

@media (min-width:768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .float-md-left {
        float: left !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .blog-entry {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ftco-section {
        padding: 6em 0
    }

    .heading-section h2 {
        font-size: 28px
    }

    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    margin-top: -40px;
    background: #fff
}

.blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 400
}

.block-21 .text .heading a:active,
.block-21 .text .heading a:focus,
.block-21 .text .heading a:hover,
.blog-entry .text .heading a:active,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:hover {
    color: #d291bc
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px
}

.blog-entry .meta>div a {
    color: gray;
    font-size: 15px
}

.blog-entry .meta>div a:hover {
    color: #666
}

.blog-entry .one {
    width: 80px
}

.blog-entry .two {
    width: calc(100% - 80px)
}

.blog-entry span.day {
    font-size: 58px;
    font-weight: 300;
    color: #d291bc;
    line-height: 1
}

.blog-entry span.mos,
.blog-entry span.yr {
    display: block;
    color: #b3b3b3
}

.block-7 {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .07);
    box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .07);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.block-7 .heading {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase
}

.block-7 .btn-primary,
.block-7 .heading-2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.block-7 .heading-2 {
    font-size: 14px
}

.block-7 .price {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 24px
}

.block-7 .price sup {
    font-size: 20px;
    top: -10px;
    color: #ff0d75
}

.block-7 .price .number {
    font-size: 34px;
    font-weight: 500;
    color: #ff0d75
}

8 .block-7 .excerpt {
    margin-bottom: 20px;
    color: #999
}

.block-27 ul,
.block-7 .pricing-text,
.block-7 .pricing-text li,
.comment-list {
    padding: 0;
    margin: 0
}

.block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #4d4d4d
}

.block-7 .btn-primary {
    color: #fff;
    border: transparent;
    font-style: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto
}

.block-7 .btn-primary:focus,
.block-7 .btn-primary:hover {
    background: #ff75b0 !important;
    color: #fff
}

.block-7:focus,
.block-7:hover {
    -webkit-box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .11);
    box-shadow: 0 24px 48px -13px rgba(0, 0, 0, .11)
        /*! background: #fff; */
}

.block-18 .icon>span {
    font-size: 40px
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: #d291bc;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #d291bc;
    color: #fff;
    border: 1px solid transparent
}

.contact-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
    height: 58px !important;
    background: 0 0 !important;
    color: rgba(0, 0, 0, .9) !important;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none !important
}

.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .9)
}

.contact-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.22);
}

.contact-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .9)
}

.contact-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .9)
}

.contact-form .form-control:active,
.contact-form .form-control:focus {
    border-color: #d291bc !important
}

.block-9 .form-control {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 16px
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #e6e6e6;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap {
    clear: both
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 20px
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff
}

.sidebar-box h3.heading-2 {
    font-size: 18px;
    margin-bottom: 30px
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a {
    display: block;
    color: #000
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.categories li.active a {
    color: #000;
    font-style: italic
}

.search-form {
    background: #f2f2f2;
    padding: 10px
}

.search-form .form-group {
    position: relative;
    background: #fff
}

.search-form .form-group input {
    padding-right: 50px;
    padding-left: 15px
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility linear;
    -o-transition: opacity .4s ease-out, visibility linear;
    transition: opacity .4s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

#ftco-loader .circular {
    -webkit-animation: 2s linear infinite loader-rotate;
    animation: 2s linear infinite loader-rotate;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: 1.5s ease-in-out infinite loader-dash;
    animation: 1.5s ease-in-out infinite loader-dash;
    stroke-linecap: round
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

.important-notes {
    background-color: #ffe6e6;
    border: 1px solid #ff4d4d;
    border-radius: 8px;
    padding: 20px;
    color: #900;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.important-notes h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c00;
    text-transform: uppercase
}

.important-notes ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 1rem
}

.important-notes li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5
}

.contact-section {
    background-color: #f9f9f9;
    padding: 60px 0
}

.contact-section h3.subheading {
    color: #6c757d;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.contact-section h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700
}

.contact-section p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 40px
}

.contact-form {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.contact-form .form-group,
.footer-col {
    margin-bottom: 20px
}

.contact-form label {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
    display: block
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    color: #333
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 5px rgba(0, 123, 255, .2)
}

.contact-form .btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background .3s
}

.contact-form .btn:hover {
    background: #33363c
}

.footer-section {
    background: #222;
    color: #fff;
    padding: 40px 0;
    font-size: 14px
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff
}

.footer-section a,
.footer-section p {
    color: #ccc;
    line-height: 1.6
}

.footer-section a:hover {
    color: #fd4c98;
    text-decoration: none
}

.social-icons {
    list-style: none;
    padding: 0
}

.social-icons li {
    margin-bottom: 10px
}

.social-icons li a {
    color: #ff0d75;
    text-decoration: none
}

.social-icons li a:hover {
    text-decoration: underline
}

.footer-section .btn-primary {
    background: #ff0d75;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px
}

.footer-section .btn-primary:hover {
    background: #0056b3
}

hr {
    border-color: #444
}
.navbar-brand img{height: 100px}

.y-video{height: 450px}




@media (max-width:768px) {
    #classes a.btn.btn-success{margin-bottom:4px !important }

    .y-video{height: 200px}
    .testimony-wrap {text-align: left !important;}

    .services.ftco-animate.fadeInUp.ftco-animated div.icon{margin: 0 auto;}

    .footer-col {
        text-align: center
    }

    .text-right {
        text-align: center !important
    }

    .hero-wrap .slider-text h1 {
        font-size: 34px;
        color: #000;
        font-weight: 200
    }
     .ftco-animate{text-align: center;}

     .footer-section small{text-align: center; display: block;}

     .navbar-brand img{height: 60px}
}

.btn-success {
    background: #009317;
    color: #fff;
    font-size: 18px
}

.btn-success:hover {
    background: #18ae2f;
    color: #fff
}

#about {
    background: #f3e6e091
}

#whyus {
    background: #e6d5deb2
}

.modal-body .contact-form {
    padding: 0 !important;
    box-shadow: none
}

.block-7 h1 {
    background: #ff0d75;
    color: #fff;
    padding: 5px 16px;
    font-size: 27px;
    border-radius: 5px
}

#our-studio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .3;
    background: #d291bc;
    background: -moz-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #d291bc), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(45deg, #d291bc 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #7fb548 0, rgba(255, 255, 255, 0) 100%)
}