/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #101010;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #222050;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 66px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;
    text-decoration: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #101010;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}


.btn {
    font-size: 14px;
    position: relative;
    border-radius: 6px;
    padding: 0 60px;
    height: 51px;
    min-width: 100px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #F73C3C;
    border-color: #F73C3C;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #14506E;
    border-color: #14506E;
    outline: none;
    box-shadow: none !important;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
}

header.header-solid {
    background-color: #fff;
    box-shadow: 0 4px 24px 7px rgba(34, 32, 80, .08)
}

header .logo {
    display: inline-block;
}

header .logo img {
    height: 35px;
}

.contact-us {
    color: #101010;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 5px 20px;
    border-radius: 12px;
}

.contact-us:hover {
    background-color: #fecdc3;
}

.coming-soon {
    background: #fff url("../imgs/body-bgr.svg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-self: center;
}

.coming-soon .page-content {
    display: flex;
    align-items: center;
}

.coming-soon .hint {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.coming-soon h1 {
    margin: 0 0 20px 0;
}

.coming-soon .form-holder {
    margin: 0 0 20px 0;
    position: relative;
}

.coming-soon .form-holder input[type=text] {
    border: 1px solid #222050;
    height: 50px;
    padding: 0 15px 0 45px;
    border-radius: 6px;
    margin: 0 15px 0 0;
    min-width: 300px;
}

.coming-soon .form-holder .btn {
    position: relative;
    top: -2px;
}

.coming-soon .form-holder img {
    position: absolute;
    top: 18px;
    left: 15px;
    height: 15px;
}

.coming-soon .juzt-card {
    box-shadow: 0px 60px 66px -20px rgba(16, 16, 16, .16);
    border-radius: 23px;
}

.text {
    position: relative;
    padding: 100px 0;
}

.text:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #222050;
}

.text aside.sticky-top {
    top: 105px;
}

.text aside ul {
    padding-right: 20px;
}

.text aside ul li {
    margin: 5px 0;
}

.text aside ul li a {
    color: #fff;
    opacity: .7;
    padding: 7px 15px;
    display: block;
    border-radius: 12px;
}

.text aside ul li a:hover,
.text aside ul li.active a {
    background-color: #2d2b59;
    opacity: 1;
}

.text .text-content {
    padding: 0 0 0 70px;
}

.text .text-content h1,
.text .text-content h2,
.text .text-content h3,
.text .text-content h4,
.text .text-content h5,
.text .text-content h6 {
    margin: 0 0 15px 0;
}

.text .text-content ul {
    margin: 0 0 30px 0;
}

.text .text-content ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 5px 0;
}

.text .text-content p {
    margin: 0 0 30px 0;
}

.container {
    position: relative;
    z-index: 2;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin: 0 10px;
}

footer ul li a {
    color: #222050;
    display: block;
}
