html {
    height: 100%;
}

body {
    font-family: Montserrat, sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.428;
    background: border-box;
}

h2,
p {
    padding: 0;
    margin: 0;
    color: #333;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    float: right;
    margin-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

li a {
    color: #fff;
    margin-left: 3px;
}

.column-wrap a {
    color: #673de6;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.column-wrap p {
    color: #727586;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.container {
    margin-top: 100px;
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    margin-top: 5px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-nav>li>a:hover {
    text-decoration: none;
    color: #cdc3ea !important;
}

.navbar-nav>li>a i {
    margin-right: 5px;
}

.top-container {
    display: flex;
    flex-direction: row;
}

.message-subtitle {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.message {
    width: 60%;
    height: auto;
    padding: 40px 0;
    align-items: baseline;
    border-radius: 5px;
    position: relative;
}

.message p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#siteName {
    color: #000000;
    font-weight: 700;
    overflow-wrap: break-word;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

.section-title {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}

.column-ninza {
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
}

.column-title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.navbar a {
    color: #fff !important;
}

.navbar {
    border-radius: 0 !important;
}

.navbar-inverse {
    background-color: #0050d8;
    border: none;
}

.column-ninza-wrap {
    padding-top: 10px 20px;
}

.badge {
    font-size: 12px;
    line-height: 16px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #fd3434;
}


@media screen and (max-width:768px) {
    .message {
        width: 100%;
        padding: 35px 0;
    }

    .container {
        margin-top: 30px;
    }

    .navbar-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-links>li {
        margin: 0;
    }

    .top-container {
        flex-direction: column-reverse;
    }
}

.transition {
    -moz-transition: ease-in-out all .35s;
    -o-transition: ease-in-out all .35s;
    -webkit-transition: ease-in-out all .35s;
    transition: ease-in-out all .35s
}

[class*=hover-] {
    -moz-transition: ease-in-out all .35s;
    -o-transition: ease-in-out all .35s;
    -webkit-transition: ease-in-out all .35s;
    transition: ease-in-out all .35s
}

.hover-fade {
    position: relative;
    top: 0
}

.hover-fade:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%) !important;
    border-color: #fff;
    transform: scale(1.02);
}

.hover-fade-in .hover-fade--in {
    position: relative;
    top: 0
}

.hover-fade-in:hover .hover-fade--in {
    top: -10px;

}

.txt-link {
    position: relative;
    display: inline-block;
}

.txt-link:hover {
    opacity: .8
}

.txt-link::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    bottom: 3px;
    right: 0;
    opacity: .8;
    background-color: #000000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.txt-link:hover::after {
    width: 100%;
    right: auto;
    left: 0
}
.avtar{
    height: 350px;
    width: 350px;
}