@charset "utf-8";
/* CSS Document */

/* */
.padding-s {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-m {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-l {
    padding-top: 160px;
    padding-bottom: 160px;
}

.margin-s {
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin-m {
    margin-top: 100px;
    margin-bottom: 100px;
}
.margin-l {
    margin-top: 160px;
    margin-bottom: 160px;
}

/* */
.navigation {
    background: #fff;

    position: relative;
    z-index: 100;

    width: 100%;

    padding: 25px 0;
}
    .navigation .logo {
        position: relative;
    }
        .navigation .logo_text {
            margin-left: -10px;
        }
        .navigation .logo_text i {
            font-size: 22px;
        }
        .navigation .logo_text a {
            font-family: 'Urbanist', sans-serif;
            font-size: 22px;
            font-weight: 600;
        }
        .navigation .logo_text a:hover {
            text-decoration: none;
        }
        .navigation .logo_text .region {
            font-size: 16px;

            margin-left: -4px;
        }

    .navigation a {
        font-size: 16px;
        font-weight: 600;
        color: #2e3b4c;
        text-decoration: none;

        transition: 0.1s;
    }
        .navigation a:hover {
            color: #de3673;

            text-decoration: none;

            transition: 0.1s;
        }

    /* */
    .navigation.show {
        position: sticky;
        top: -1px;

        transition: top 0.4s;
    }
    .navigation.hide {
        position: sticky;
        top: -160px;

        transition: top 0.4s;
    }

/* */
.background-stripe-01 {
    background: #ffffff;

    position: relative;
    z-index: 20;
}
.background-stripe-02 {
    background: #eff3f4;

    position: relative;
    z-index: 20;
}
.background-stripe-03 {
    background: #de3673;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-04 {
    background: #2e3b4c;

    color: #fff;

    position: relative;
    z-index: 20;
}
    .background-stripe-04 .container-03 {
        background: #fff;
    }
    .background-stripe-04 .container-03 .white {
        color: #2e3b4c !important;
    }
.background-stripe-05 {
    background: #000;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-06 {
    background: #191717;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-07 {
    background: #212121;

    color: #fff;

    position: relative;
    z-index: 20;
}

/* */
.background-img-wrapper {
    background: #eff3f4;

    overflow: hidden;

    width: 100%;
    height: calc(100vh - 76px);
}
    .background-img-wrapper .banner-row {
        height: calc(100vh - 200px);
    }
    .background-img-wrapper h1 {
        font-size: 52px;
    }
    .background-img-wrapper h2 {
        font-size: 22px;
        font-weight: 500;
    }
    .background-img-wrapper .container-bottom {
        position: absolute;
        bottom: 0;

        width: 100%;

        padding-bottom: 60px;
    }
    .background-img-wrapper .container-bottom img {
        width: auto;
        height: 40px;
    }
    .background-img-wrapper .banner-img {
        position: absolute;
        bottom: 0;
        right: 0;

        width: auto;
        height: 100vh;
    }

/* */
.container-01 {
    background: #fff;
}
.container-02 {
    background: #eff3f4;
}
.container-03 {
    background: #2e3b4c;
}
.container-04 {
    background: #de3673;
}
.container-05 {
    background: #000;
}
.container-06 {
    background: #191717;
}
.container-07 {
    background: #212121;
}
.container-08 {
    background: #e3ebed;
}

.container-success {
    background: #d4edda;
    color: #155724;
}
    .container-success a {
        color: #155724;
    }
    .container-success a:hover {
        color: #155724;
    }
.container-alert {
    background: #f8d7da;
    color: #721c24;
}
    .container-alert a {
        color: #721c24;
    }
    .container-alert a:hover {
        color: #721c24;
    }
.container-info {
    background: #cce5ff;
    color: #004085;
}
    .container-info a {
        color: #004085;
    }
    .container-info a:hover {
        color: #004085;
    }

.container-dark {
    background: #2e3b4c;
    color: #fff;
}
    .container-dark a {
        color: #fff;
    }
    .container-dark a:hover {
        color: #fff;
    }
.container-pink {
    background: #de3673;
    color: #fff;
}
    .container-pink a {
        color: #fff;
    }
    .container-pink a:hover {
        color: #fff;
    }

.container-reviews {
    position: relative;
}
    .container-reviews::before {
        font-family: "Font Awesome 5 Free";
        font-size: 32px;
        font-weight: 900;
        color: #2e3b4c;
        content: "\f10d";

        position: absolute;
        top: 0;
        left: 15px;
    }
    .container-reviews::after {
        font-family: "Font Awesome 5 Free";
        font-size: 32px;
        font-weight: 900;
        color: #2e3b4c;
        content: "\f10e";

        position: absolute;
        bottom: 0;
        right: 15px;
    }

.container-editor img {
    border-radius: 4px;

    width: 100% !important;

    object-fit: cover;

    margin-bottom: 20px;
}
.container-editor pre {
    background: #f5f5f5;
    padding: 10px 15px;
}
.container-editor h4 {
    font-size: 26px;
}
.container-editor h3 {
    font-size: 30px;
}
.container-editor h2 {
    font-size: 36px;
}
.container-editor h1 {
    font-size: 42px;
}
.container-editor figure {
    margin: 0;
}

.container-padding-s {
    padding: 20px;
}
.container-padding-m {
    padding: 40px;
}
.container-padding-l {
    padding: 60px;
}

.container-height-s {
    min-height: 80px;
}
.container-height-m {
    min-height: 120px;
}
.container-height-l {
    min-height: 180px;
}

.container-shadow {
    box-shadow: 0 5px 8px #e9e9e9 !important;
}
.container-border {
    border: 1px solid #eaedf2;
}
.container-rounded {
    border-radius: 12px;
}

.container-circle {
    border-radius: 50%;

    display: block;
}
    .container-circle.small {
        width: 35px;
    	height: 35px;
    	line-height: 35px;
    }
    .container-circle.medium {
        width: 75px;
    	height: 75px;
    	line-height: 75px;
    }
    .container-circle.large {
        width: 100px;
    	height: 100px;
    	line-height: 100px;
    }
    .container-circle.xlarge {
        width: 125px;
    	height: 125px;
    	line-height: 125px;
    }

/* */
.alert-icon {
    position: absolute;
    top: 13px;
    left: 10px;

    color: #fff;
    font-size: 18px;

    transition: 0.2s;
    transition-delay: 0.3s;

    visibility: hidden;
}
    .alert-icon.active {
        visibility: visible;

        transition: 0.2s;
        transition-delay: 0.3s;
    }
.alert-red {
    border-left: 38px solid #de3673 !important;
    border-top: 2px solid #de3673 !important;
    border-bottom: 2px solid #de3673 !important;
    border-right: 2px solid #de3673 !important;

    transition: 0.2s;
}
.alert-green {
    border-left: 38px solid #44a597 !important;
    border-top: 2px solid #44a597 !important;
    border-bottom: 2px solid #44a597 !important;
    border-right: 2px solid #44a597 !important;

    transition: 0.2s;
}

/* */
.footer-bar {
    background: #2e3b4c;

    color: #fff;
    font-size: 16px;

    padding-top: 60px;
    padding-bottom: 20px;
}
    .footer-bar a {
        color: #fff;
        text-decoration: none;

        transition: 0.2s;
    }
        .footer-bar a:hover {
            color: #de3673;

            transition: 0.2s;
        }

    .footer-bar ul {
        list-style: none;

        padding: 0;
        margin: 0;
    }
        .footer-bar li {
            margin: 0;
            padding: 5px 0;
        }

    .footer-bar hr {
        background-image: none;
        border-top: 1px solid #3f4d60;

    	width: 100%;

    	margin: 30px 0 15px 0;
    }
