.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    position: relative;
    fill: #444;
    fill: currentColor;
}

a, button, input, textarea, select, .btn, .icon, .animate {
    transition: all .3s ease-in-out;
}

.row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f4f4f4;
    position: relative;
}

.row.white {
    background: #fff;
}

.row.intro-transparent-bg {
    background-position: top right;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.row.jarallax {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.jarallax::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    background: #000000bf;
}

.jarallax .contain {
    position: relative;
    z-index: 2;
}

.btn {
    display: flex;
    background: transparent;
    border: 2px solid #c64e96;
    color: #c64e96;
    padding: 1.1rem 1.75rem 1rem;
    line-height: 1;
    border-radius: 80px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}

.btn + .btn {
    margin-left: 1rem;
}

.btn.alt-btn {
    border-radius: 3px;
    background: #c64e96;
    color: #fff;
    border-color: rgba(0,0,0,.1);
    font-size: 16px;
}

.btn:hover,
.btn:focus {
    background: #c64e96;
    color: #fff;
    border-color: #e66803;
}

.home-slide .btn {
    background: #c64e96;
    color: #fff;
    padding: 1.5rem 1.75rem 1.4rem;
    font-size: 1rem;
    border-width: 3px;
}

.home-slide .btn:hover,
.home-slide .btn:focus {
    background: transparent;
    color: #c64e96;
}

.btns-wrapper {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns-wrapper.single {
    margin: 0;
}

.btns-wrapper.left {
    justify-content: flex-start;
}

.block-link {
    display: block;
    width: 100%;
    height: 100%;
}

.alt-font, .btn, .vertical-title, .pricing-table-cell-tier,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Catamaran', sans-serif; /* 700,900 */
}

html {
    font-size: 100%;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
    background: #f9f9f9;
    font-family: 'Lato', sans-serif; /* 400, 700 */
}

.contain {
    width: 1120px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.main-header {
    position: relative;
    z-index: 2;
    background: #222;
}

.main-header.stuck {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.top-header {
    padding: 1rem 0;
}

.stuck .top-header {
    display: none;
}

.socials-bar {
    display: flex;
    align-items: center;
}

.social-link {
    color: #fff;
    padding: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.social-link:last-of-type {
    margin-right: 0;
}

.social-link .icon {
    transition: initial;
}

.social-link:hover {
    color: #c64e96;
}

.contacts-bar {
    display: flex;
    align-items: center;
}

.contact-link-wrapper {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 1rem;
}

.contact-link-wrapper:last-of-type {
    margin-right: 0;
}

.contact-link-wrapper span {
    margin-right: .5rem;
}

.contact-link-wrapper span .icon {
    transition: initial;
    width: 18px;
    height: 18px;
}

.contact-link {
    color: inherit;
    font-size: 14px;
    font-weight: bold;
}

.contact-link:hover {
    color: #c64e96;
}

.bottom-header {
    background: #fff;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.1);
}

.home .bottom-header {
    box-shadow: initial;
    background: initial;
}

.home .bottom-header .header-flex {
    background: #fff;
    border-radius: 100px;
    padding: 1rem 2rem;
    bottom: -49px;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.25);
    position: relative;
    margin-top: -49px;
}

.stuck .bottom-header .header-flex {
    bottom: initial;
    margin-top: 0;
    box-shadow: initial;
    border-radius: initial;
    padding: 0;
}

.logo {
    flex: 0 0 150px;
}

.main-nav {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav-trigger {
    display: none;
}

.stuck .main-nav {
    padding-top: 0;
}

.mobile-nav {
    display: flex;
    align-items: center;
}

.nav-link {
    text-transform: uppercase;
    padding: .25rem .5rem;
    font-size: 10px;
    font-weight: 900;
    color: #444;
    line-height: 1;
}

.stuck .nav-link {
    font-size: 11px;
}

.nav-link:hover {
    color: #c64e96;
}

.header-cta-wrapper {
    margin-left: 1rem;
}

.btn.header-cta {
    border-radius: 5px;
    padding: .85rem 1rem .75rem;
}

.page-banner {
    height: 300px;
}

.page-banner-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.page-title {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
    color: #c64e96;
}

.page-subtitle {
    font-size: 18px;
    max-width: 800px;
    color: #0e7ebd;
}

.page-title a {
    color: #f4f4f4;
    text-decoration: underline;
}

.home-slider-banner {
    height: 700px;
    position: relative;
}

.home-slider-banner > *,
.home-slider-banner > * > *,
.home-slider-banner > * > * > * {
    height: 100%;
}

.slide-content {
    display: flex;
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.slide-title {
    text-transform: uppercase;
    font-weight: 900;
    color: #0e7ebd;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 1px 1px #333;
}

.slide-title strong {
    font-weight: inherit;
    color: #c64e96;
}

.slide-subtitle {
    font-weight: 900;
    color: #0e7ebd;
    font-size: 1.75rem;
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 700px;
    text-shadow: 1px 1px #333;
}

.home-slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: initial;
    padding: 0 3rem;
}

.slider-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.slider-arrow.left {

}

.slider-arrow.right {

}

.slider-arrow .icon {
    transition: initial;
    width: 22px;
    height: 22px;
}

.slider-arrow:hover {
    color: #c64e96;
    border-color: #c64e96;
}

.row-title {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 3rem;
}

.row-title.center {
    align-items: center;
}

.row-title .main {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.row-title .main + * {
    line-height: 1;
    margin-top: .5rem;
    color: #333;
    font-size: 1.25rem;
}

.vertical-title {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: rotate(90deg) translateY(2rem);
    transform-origin: left top;
}

.vertical-title::after {
    content: '';
    width: 3rem;
    height: 1px;
    background: #efc09a;
    margin-bottom: 2px;
    margin-left: .5rem;
}

.row-title.on-dark .main {
    color: #fff;
}

.intro {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    position: relative;
}

.intro-content > * {
    margin-bottom: 1rem;
}

.intro-content > :last-child {
    margin-bottom: 0;
}

.intro-content p {
    line-height: 1.6;
    color: #666;
}

.about-aside-btns {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
}

.about-aside-btns .btns-wrapper {
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-aside-btns .btns-wrapper .btn {
    margin: 0;
    width: 320px;
    justify-content: center;
    border-radius: 5px;
}

.about-aside-btns .btns-wrapper .btn + .btn {
    margin-top: 1rem;
}

/*
pricing table
 */
.pricing-table + .pricing-table {
    margin-top: 3rem;
}

.pricing-table-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    align-items: stretch;
}

.pricing-table-header-type {
    flex: 0 0 200px;
    background: #c64e96;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-left: 5px solid #fff;
    color: #fff;
}

.pricing-table-header-type strong {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    text-align: center;
    line-height: 1.1;
    font-weight: normal;
}

.pricing-table-header-type span {
    font-weight: bold;
    font-size: .9rem;
}

.pricing-table-content {
    display: flex;
    flex-direction: column;
}

.pricing-table-row {
    display: flex;
    align-items: center;
    background: #e4e4e4;
    margin-bottom: 1rem;
    line-height: 1;
}

.pricing-table-row:last-of-type {
    margin-bottom: 0;
}

.pricing-table-cell {
    flex-grow: 1;
    padding: 1rem;
}

.pricing-table-cell.pricing-table-cell-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-table-cell.pricing-table-cell-description {
    text-align: right;
}

.pricing-table-cell.pricing-table-cell-description span {
    font-size: .9rem;
    background: #c64e96;
    color: #fff;
    padding: 5px 6px;
    border-radius: 3px;
    font-weight: normal;
}

.pricing-table-cell-tier {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 5px solid #fff;
}

.pricing-table-cell span {
    font-weight: bold;
    color: #333;
    font-size: 1.2rem;
}

.pricing-table-cell span > i {
    display: block;
    font-style: normal;
    font-size: 1rem;
    margin-top: .25rem;
    color: #888;
}

.mobile-pricing-table-header {
    display: none;
}

.pricing-table-price-hint {
    font-size: .9rem;
    color: #999;
    font-weight: normal;
    margin-bottom: 2px;
}

.pricing-table-cell-tier span {
    color: #333;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.pricing-table-cell-duration {
    font-style: normal;
    background: #c64e96;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
    font-weight: bold;
    font-size: .9rem;
    padding: 2px 4px;
}

.testimonials {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial {
    color: #fff;
    padding: 2rem;
    background: rgba(0,0,0,.75);
}

.testimonial-quote {
    line-height: 1.4;
    font-size: .9rem;
}

.testimonial-photo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
}

.testimonial-photo img {
    margin: 0;
    border-radius: 50px;
    margin-right: 1rem;
    width: 68px;
}

.testimonial-photo figcaption {
    font-weight: bold;
    font-size: .9rem;
}

.testimonials-controls {
    margin-top: 2rem;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.slick-dots button {
    text-indent: -99999px;
    font-size: 0;
    padding: 0;
    line-height: 1;
    width: 26px;
    border: 0;
    height: 3px;
    background: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

.slick-dots button::before {
    content: '';
    height: 3px;
    width: 50%;
    background: inherit;
    position: absolute;
    top: -6px;
}

.slick-dots li.slick-active button {
    background: #c64e96;
}

.features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2rem;
    justify-content: space-between;
}

.feature {
    flex: 0 0 32%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-image {
    flex: 0 0 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border: 1px dashed #c0c0c0;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.feature-image .icon {
    width: 40px;
    height: 40px;
    fill: #c64e96;
}

.feature-content {

}

.feature-title {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #c64e96;
    margin-top: .5rem;
}

.feature-title + p {
    font-size: .9rem;
    line-height: 1.2;
    color: #888;
}

.main-footer {
    background: #111;
}

.top-footer {
    padding: 2rem;
}

.footer-flex {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-nav {
    display: flex;
    align-items: center;
}

.footer-logo {
    margin-right: 2rem;
    flex: 0 0 50px;
}

.footer-nav ul {
    display: flex;
    align-items: center;
}

.footer-li {
    margin-right: .5rem;
}

.footer-li:last-of-type {
    margin-right: 0;
}

.footer-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.footer-link:hover {
    color: #c64e96;
    box-shadow: 0 2px #c64e96;
}

.footer-legals {
    display: flex;
    align-items: center;
}

.footer-legals p {
    font-size: 12px;
    color: #0e7ebd;
}

.footer-legals p a {
    color: inherit;
    text-decoration: underline;
}

.footer-legals p a:hover {
    color: #c64e96;
}

.bottom-footer {
    padding: 1rem;
    background: #212121;
}

.bottom-footer .footer-flex {
    justify-content: center;
}

.bottom-footer .socials-bar {
    margin-right: 3rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.5rem;
    justify-content: space-between;
}

.gallery-item {
    flex: 0 0 32%;
    height: 250px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.5), 5px 5px 5px -2px rgba(0,0,0,.12);
    overflow: hidden;
}

.gallery-item-link:hover,
.gallery-item-link:focus {
    transform: rotate(2deg) scale(1.1);
}

.contacts-wrapper {
    display: flex;
    align-items: flex-start;
}

.contact-page-section {
    padding-right: 2rem;
    flex: 0 0 30%;
}

.contact-page-section:nth-of-type(3) {
    padding-right: 0;
    flex: 1;
}

.contact-section-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1;
    color: #111;
}

.contact-section-title + h4 {
    line-height: 1.1;
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.contact-page-section:nth-of-type(1) p {
    line-height: 1.6;
    color: #333;
    font-size: .85rem;
    font-weight: bold;
}

.contact-row {
    display: flex;
    align-items: center;
}

.contact-row:not(:last-of-type) {
    margin-bottom: 1rem;
}

.contact-row span {
    margin-right: .5rem;
}

.default-form {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 5px 5px -1px rgba(0,0,0,.25), 0 0 10px -5px rgba(0,0,0,.1);
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
}

.form-row + .form-row {
    margin-top: 1rem;
}

.form-object {
    display: flex;
    flex-direction: column;
}

.form-label {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: .25rem;
    line-height: 1;
    font-weight: 600;
}

.form-input {
    width: 100%;
    padding: .75rem .75rem .7rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    color: #666;
    font-weight: 600;
    font-size: .9rem;
}

.form-input:hover,
.form-input:focus {
    color: #111;
    border-color: #333;
}

textarea.form-input {
    height: 100px;
    line-height: 1.5;
    font-size: .85rem;
}

.form-btn {
    display: block;
    width: 100%;
}

.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.form-errors {
    margin-bottom: 1rem;
    background: #ef685e;
    padding: .5rem;
    line-height: 1.6;
}

.form-error {
    display: block;
    font-size: .9rem;
    color: #fff;
    border-bottom: 1px solid #0000001a;
}

.form-error:last-of-type {
    border-bottom: 0;
}

.mail-success-feedback {
    display: block;
    text-align: center;
    color: #fff;
    padding: 2rem;
    background: #2fa56a;
    font-size: 1.2rem;
}

.feedback-box {
    text-align: center;
}

.feedback-box > strong {
    display: block;
    font-size: 1.2rem;
    color: #333;
}

.feedback-box > p {

}









