
        html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Victor Mono', monospace;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Victor Mono', monospace;
    margin-top: 0;
}

a {
    color: rgba(255, 255, 255, 0.85);
    transition: all .3s ease-in-out;
}

    a:visited {
        color: rgba(255, 255, 255, 0.7);
    }

    a:focus,
    button:focus {
        outline: none;
    }

    .btn:hover,
    a:hover {
        text-decoration: none;
        color: #f5c0ba;
    }

img {
    max-width: 100%;
}


.bg-fixed {
    background-size: cover;
    /* background-size: cover;  */
}

.bg-grey {
    background-color: rgba(0, 0, 0, 0.2);
}

.fs-40 {
    font-size: 40px;
}

section {
    position: relative;
}

.section-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-wrap,
.section-title {
    text-align: center;
}

.shadow {
    box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important;
}

.review {
    text-decoration: none;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    margin-bottom: 30px
}

.review-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%
}

.review-content {
    padding: 30px
}

.review-title {
    letter-spacing: 1px;
    margin: 0 0 10px
}

p.review-text {
    margin-top: 0;
    margin-bottom: 0 !important
}

.bg-yellow {
    padding: 1rem;
    background-color: #ffd966;
}

.bg-darkblue {
    padding: 1rem;
    background-color: #073763;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.review-link {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

    .review-link:hover {
        color: #000
    }

.spacedgrid div {
    margin: 0.2rem 0;
}

#header-navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.navbar-brand {
    font-size: 40px;
    color: #000;
}

.navbar-nav .nav-link {
    color: #fff;
    transition: .3s ease;
}

.nav-link-inline span {
    display: inline-block !important;
}

.navbar-nav:hover li a {
    opacity: 0.5;
}

    .navbar-nav:hover li a:hover {
        opacity: 1;
    }

.navbar-toggler {
    font-size: 2rem;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.jumbotron {
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    /*Original 100*/
    min-height: 100vh;
}

@media (max-width: 767px) and (orientation: landscape) {
    .jumbotron {
        min-height: 500px;
    }
}

.jumbotron .container {
    position: relative;
    z-index: 1;
}

.jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.jumbotron h1 {
    line-height: .9;
    font-weight: bold;
    display: inline-block;
    border: 12px solid #fff;
    padding: 16px;
    font-size: 3rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s;
}

.jumbotron-single h1 {
    font-size: 3rem !important;
}

.jumbotron-small {
    min-height: 50vh;
}

@media (max-width: 767px) and (orientation: landscape) {
    .jumbotron-small {
        min-height: 300px;
    }
}

.overlay {
    color: #fff;
}

    .overlay:before {
        position: absolute;
        display: block;
        content: "";
        opacity: 0.9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .overlay.bg-white {
        color: #000;
    }

        .overlay.bg-white:before {
            background: #fff;
            opacity: .7;
        }

.text-white {
    color: #fff;
}

.container {
    position: relative;
}
/*==============================
=            BUTTON            =
==============================*/
.btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 9px 25px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.btn-primary {
    display: inline-block;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
    }

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

    .btn-outline-primary:hover {
        background-color: #e9b1aa;
        border-color: #e9b1aa;
        color: #1b264f;
    }

.btn-shadow {
}

.btn-icon {
    color: #000;
}

.btn-link {
    color: #e9b1aa;
}

/*=====  End of BUTTON  ======*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1 {
    width: 2000px;
    height: 400px;
    transform-origin: 50% 150% 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transform: scale(1) rotate(-10deg);
}

.rectangle-2 {
    width: 2000px;
    height: 400px;
    transform-origin: 65% 100% 0;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: scale(1) rotate(50deg);
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-100vw) rotate(-15deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-15deg);
    }
}

@keyframes grow1 {
    from {
        opacity: 0;
        transform: scale(2) rotate(-10deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(-10deg);
    }
}

@keyframes grow2 {
    from {
        opacity: 0;
        transform: scale(2) rotate(50deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(50deg);
    }
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rectangle-1 {
    opacity: 0;
    animation: grow1 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-2 {
    opacity: 0;
    animation: grow2 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-transparent-1 {
    width: 500px;
    height: 500px;
    border: 15px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    left: -5%;
    bottom: -10%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite;
}

.rectangle-transparent-2 {
    width: 600px;
    height: 600px;
    border: 15px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    right: -10%;
    top: 5%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite;
}

.circle-1 {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    transform-origin: 50% 50%;
    left: 5%;
    top: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite;
}

.circle-2 {
    width: 70px;
    height: 70px;
    top: 20%;
    left: 83%;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform-origin: 50% 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

.circle-3 {
    top: 80%;
    right: 25%;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

    .circle-3 img, .circle-2 img, .circle-1 img, .triangle img, .rectangle-transparent-2 img, .rectangle-transparent-1 img, .rectangle-1 img {
        opacity: 0.4;
    }

@keyframes floating {
    0% {
        transform: translate(0%, 0%) rotate(25deg);
    }

    25% {
        transform: translate(5%, 15%) rotate(25deg);
    }

    50% {
        transform: translate(10%, 5%) rotate(25deg);
    }

    75% {
        transform: translate(0%, 15%) rotate(25deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(25deg);
    }
}

@keyframes floating-slow {
    0% {
        transform: translate(0%, 0%) rotate(25deg);
    }

    25% {
        transform: translate(1%, 3%) rotate(25deg);
    }

    50% {
        transform: translate(2%, 1%) rotate(25deg);
    }

    75% {
        transform: translate(0%, 3%) rotate(25deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(25deg);
    }
}

.triangle {
    position: absolute;
    width: 50px;
    height: 50px;
}

.triangle-1 {
    right: 0;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite;
}

    .triangle-1 img {
        width: 50px;
        transform: rotate(30deg);
    }

.triangle-2 {
    top: 30%;
    left: 20%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite;
}

    .triangle-2 img {
        width: 155px;
        transform: rotate(15deg);
    }

.triangle-3 {
    top: 80%;
    left: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite;
}

    .triangle-3 img {
        width: 45px;
        transform: rotate(40deg);
    }

.triangle-4 {
    top: 60%;
    right: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite;
}

    .triangle-4 img {
        width: 45px;
        transform: rotate(-40deg);
    }

/*=====  End of FORM RECTANGLE ETC  ======*/
/*================================
=            FEATURES            =
================================*/
.feature-item {
    height: 90%;
    cursor: pointer;
    transition: all .2s ease-in-out 0s !important;
}

    .feature-item:hover {
        transform: translateY(-13px);
    }

    .feature-item a {
        color: inherit;
        text-decoration: none;
    }

.progress-bar {
    background-color: #e9b1aa;
}

/*=====  End of FEATURES  ======*/
/*=============================
=            TESTI            =
=============================*/
.testi-img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block !important;
}

.testi-details {
    text-align: left;
}

.testi-text {
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}


.testi-content {
    margin-top: 80px;
    padding-bottom: 80px;
}

.testi-item {
    margin-left: 15px;
    margin-right: 15px;
}

.int-link, .int-link:link, .int-link:visited, .int-link:active {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

    .int-link:hover {
        text-decoration: none;
        transition: 0.5s;
    }

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

    .owl-dot span {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 50%;
        text-indent: -999em;
        cursor: pointer;
        position: absolute;
    }

    .owl-dot.active > span {
        background-color: transparent;
    }

.owl-dots {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    clear: both;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heading-section {
    position: relative;
}

/*=====  End of TESTI  ======*/
/*=================================
=            PORTFOLIO            =
=================================*/
.filter-button-group {
    margin-bottom: 15px;
}

    .filter-button-group a {
        margin: 5px;
        cursor: pointer;
    }

.grid-link a {
    margin: 5px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.grid-portfolio {
}

.gutter-sizer {
    width: 2%;
}

.grid-sizer,
.grid-item {
    cursor: pointer;
    width: 32%;
}

.grid-item {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

    .grid-item:hover .grid-info {
        top: 50%;
        opacity: 1;
    }

.grid-item-wrapper:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
}

.grid-item-wrapper:hover:before {
    opacity: 1;
}

.grid-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
}

.lightcase-icon-close:before {
    content: '\e870';
    font-family: "Linearicons-Free";
}

.grid-title {
    text-align: center;
}

/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}

.sidenav-content {
    padding: 8px 32px;
    transform: translateY(20px);
    opacity: 0;
}

.in .sidenav-content {
    transform: translateY(0);
    opacity: 1;
}

.side-nav, .side-nav ul {
    list-style-type: square;
}

    .side-nav a {
        text-decoration: none;
    }

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #c4c4c4;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        text-decoration: none;
        color: #f1f1f1;
    }

.sidenav #side-nav-close,
.sidenav #side-search-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#side-search .form-control {
    background-color: transparent;
    color: #fff;
}

#side-search .input-group-text {
    background: transparent;
    color: #fff;
}

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

    .skill-item p {
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500;
    }

    .skill-item .text-muted {
        color: #939393;
    }

.progress-bar, .progress {
    transition: all 4s;
}

/*=====  End of SKILLS  ======*/
/*============================
=            BLOG            =
============================*/
.blog-item {
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .blog-item:hover {
        box-shadow: 0 5px 15px -5px #333;
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        transform: translateY(-6px);
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .blog-item a {
        text-decoration: none;
    }

.bg-grey .blog-item {
    background: rgba(255, 255, 255, 0.1);
}

.blog-item-wrapper {
    margin-bottom: 30px;
    display: flex;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-title h4 {
    color: #fff;
}

.blog-title p {
    float: right;
    padding: 0 0.5rem;
}

.blog-text {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-tag {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.blog-meta {
    color: #939393;
}

    .blog-meta p {
        display: inline-block;
        font-size: 14px;
    }

    .blog-meta a {
        color: #939393;
    }

.blog-author {
    display: block;
    color: #939393;
    margin-top: auto;
}

    .blog-author p {
        font-size: 14px;
        margin-bottom: 0;
    }

.blog-share-wrapper {
    float: right;
    display: inline-block;
    margin: 0 -5px;
}

    .blog-share-wrapper .blog-share {
        padding: 0 5px;
        cursor: pointer;
    }

.blog-content img.float-left {
    margin: 15px 15px 15px 0;
}

.blog-content .img.float-right {
    margin: 15px 0 15px 15px;
}

/* Small screens (e.g., smartphones) */
@media (max-width: 600px) {
    .blog-title h4 {
        font-size: 16px;
    }
    .blog-title p {
        font-size: 10px;
    }
}

/* Medium screens (e.g., tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
    .blog-title h4 {
        font-size: 18px;
    }
    .blog-title p {
        font-size: 12px;
    }
}

/* Large screens (e.g., laptops and desktops) */
@media (min-width: 1025px) {
    .blog-title h4 {
        font-size: 20px;
    }
    .blog-title p {
        font-size: 14px;
    }
}

/*=====  End of BLOG  ======*/
/*====================================
=            FORM CONTROL            =
====================================*/
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25);
}

.form-control::-webkit-input-placeholder {
    opacity: .5;
}

.form-control::-moz-placeholder {
    opacity: .5;
}

.form-control:-ms-input-placeholder {
    opacity: .5;
}

.form-control::-ms-input-placeholder {
    opacity: .5;
}

.form-control::placeholder {
    opacity: .5;
}

/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider .owl-nav {
    display: none;
}

.client-slider .client-item {
    padding: 0 40px;
}

.above {
    z-index: 5;
}
/*=====  End of CLIENT  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
/*@media (max-width: 992px) {
    .lang-dropdown-content {
        position: absolute;
    }

        .lang-dropdown-content a {
            display: inline-block;
        }

    .not-on-top #header-navbar {
        position: fixed;
        top: 0;
        height: auto;
        width: 100%;
        background: none;*/
        /* fallback for old browsers */
        /*z-index: 11;
    }

    #header-navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background:none;
    }

    .navbar-transparent .navbar-collapse {
        background: none;
        padding: 10px;
    }
}*/

@media (max-width: 767px) {
    .jumbotron h1 {
        font-size: 2rem;
    }

    .grid-item {
        width: 100%;
    }

    .progress {
        height: 30px;
        font-size: 16px;
    }
}

/*=====  End of RESPONSIVE  ======*/
.owl-dot.active > span {
    background-color: transparent;
}

.clickable {
    cursor: pointer;
}

.img-circle {
    border-radius: 50%;
}

.image-component {
    padding-top: 2rem;
}

.featured-text {
    color: #e88a25;
}

.lang-dropdown {
    position: relative;
    display: inline;
}

.lang-dropdown-content {
    display: inline;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* ── Blog ────────────────────────────────────────────────── */
.blog-section {
    padding-top: 90px;
}

/* ── Home page ───────────────────────────────────────────── */
.link-highlight {
    text-decoration: none;
    color: #90EE90;
}

/* ── Navbar ──────────────────────────────────────────────── */
.navbar-nhl-logo {
    height: 30px;
    width: auto;
}

/* ── Block grid demo components ──────────────────────────── */
.blockgrid-headline {
    padding: 20px;
}

.blockgrid-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blockgrid-richtext {
    padding: 20px;
}
