﻿body {
    color: #333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #222;
}

a .badge:hover {
    color: #000 !important;
}

svg {
    fill: currentColor;
}

.lang{
    color: rgba(255, 255, 255, 0.5);
}

.lang:hover {
    color: rgba(255, 255, 255, 0.8);
}

.lang span {
    font-size: 0.9rem;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-link {
    color: #555;
}

.navbar-nav .nav-item {
    font-size: 1rem;
    padding: 0.2rem 0;
}

@media (max-width: 576px) {
    .navbar-nav .nav-item {
        font-size: 1rem;
        padding: 0.2rem 0.5rem;
    }
}

.navbar-nav .navbar-brand {
    align-items: center;
}

.navbar-nav .nav-link .small {
    font-size: 0.7rem;
}

.navbar-nav .nav-item-divider .nav-link>span {
    display: block;
    margin-top: 3px;
    border-left: 1px solid #ccc;
    height: 11px;
}

.navbar-dark>.container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-light>.container:after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    right: 0;
    border-top: 1px solid #dee2e6;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000;
}

.bg-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -99;
}

.bg-cover.on {
    z-index: -9;
}

.bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    z-index: -1;
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
}

.bgs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.link-name {
    position: absolute;
    top: -30px;
}

.section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .section.footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .section.page {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }

    .section.footer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.section-top {
    padding-top: calc(5rem + 5.8125rem);
}

@media (min-width: 768px) {
    .section-top {
        padding-top: calc(7.5rem + 5.8125rem);
    }
}

@media (min-width: 768px) {
    .section-full .container>.row {
        min-height: calc(100vh - 7.5rem * 2);
    }

    .section-full .container>.row:before {
        content: "";
        min-height: inherit;
    }

    .section-full.section-top>.container>.row {
        min-height: calc(100vh - 7.5rem * 2 - 5.8125rem);
    }
}

.fs-sm {
    font-size: 0.9rem;
}

.card {
    transition: all 0.3s;
    background-color: transparent;
}

@media (min-width: 768px) {
    .card:hover {
        transform: translateY(-8px);
        background: #fff;
    }
}

.round {
    border-radius: 100%;
}

.list-iconed {
    list-style-type: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
    text-align: left;
}

.list-iconed-item {
    display: -webkit-box;
}

.list-iconed-item+.list-iconed-item {
    margin-top: 1em;
}

.bg-triangle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

.bg-triangle-left {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-left.bg-triangle-light {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right.bg-triangle-light {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

@media only screen and (max-width: 578px) {
    .credits {
        text-align: center;
    }
}