.page-title {
    padding: 36px 0 18px 0;
    color: #555555;
    font-size: 38px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
}

.page-title:after, .page-header h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -44px;
    background: #00ff22;
    border-radius: 2px;
    height: 2px;
    width: 90px;
}

.title {
    color: red;
    text-align: center;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
}


.carousel-item {
    /*height: 100vh;*/
    /*min-height: 300px;*/
    max-height: calc(100vw / 1.7);
    background: no-repeat center center scroll;
    background-size: cover;
}

@media (min-width: 1200px) {
    .carousel-item {
        max-height: calc(100vw / 2.3);
    }
}

.carousel-caption {
    bottom: 270px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {

    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 0.2rem;
    display: inline-block;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-toggler {
    background: #fff;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    padding: .2rem 0.2rem;
}

.nav-link.active, .nav-link:focus {
    color: #fff;


}

.navbar-toggler {
    padding: 1px 2px;
    font-size: 18px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 0.2rem;
    display: inline-block;
}

.p:after {
    margin-bottom: 2px;
}

.item {
    position: relative;
    width: 160px;
    height: 160px;
}

.item div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
}

svg {
    transform: rotate(-90deg);
}

.circle_animation {
    /* this value is the pixel circumference of the circle */
    stroke-dasharray: calc(var(--percentage) / 100 * 160 * 3.1415926535 + 35);
    stroke-dashoffset: calc(var(--percentage) / 100 * 160 * 3.1415926535 + 35);
    animation: html 1s ease-out forwards;
}

@keyframes html {
    to {
        stroke-dashoffset: var(--percentage);
    }
}

.col-6.content-center {
    text-align: center;
    display: flex;
    justify-content: center;
}

html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    margin-top: 5%;
}

.pb-4, .py-4 {
    padding-bottom: 0.2rem !important;
}

.pt-4, .py-4 {
    padding-top: 0.2rem !important;
}

.contact-context {
    text-align: left;
}

.icon {
    /*display: flex;*/
    /*width: auto;*/
    height: 60px;
    /*justify-content: right;*/
}

.col-2.content-right {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    /*padding-bottom: 2%;*/
}

.img {
    background: transparent;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.contact-margin {
    margin: 15px 0;
}