*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Ubuntu', sans-serif;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0b546e;
}

body::-webkit-scrollbar-thumb {
    background-color: #0b546e;
    outline: 1px solid #0b546e;
}

.preloader-box {
    background-color: #063647 !important;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes animateBg {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.preloader-box .preloader {
    position: relative;
    width: 7.5rem;
    height: 7.5rem;
}

.preloader-box .preloader span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(20deg * var(--i)));
}

.preloader-box .preloader span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e4e5e6;
    box-shadow: 0px 0px 10px #dfe2e2, 0px 0px 20px #00cffd, 0px 0px 40px #0872b8, 0px 0px 80px #d5d6d6, 0px 0px 100px #0872b8;
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i))
}

@keyframes animate {
    0% {
        transform: scale(1);
    }
    80%,
    100% {
        transform: scale(0);
    }
}

.preloader-box .preloader-title {
    font-size: 2rem;
    margin-top: 1.3rem;
    color: rgba(255, 255, 255, .5);
}

section {
    position: relative;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 90;
    border-radius: .50rem;
}

.contact_link {
    color: #E7A005;
    text-decoration: 0;
}

.contact_link:hover {
    color: #d4d4d4;
}

.animate_backInUp {
    animation: backInUp;
    animation-duration: 2s;
}

.fullscreen {
    position: fixed;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 1000;
}

.screen {
    width: 100vw !important;
    min-height: 100vh !important;
}

.section_bg {
    background-image: url('/assets/img/background/g1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #0b546e69;
    transition: background 2s ease;
    color: #fafafa !important;
}

.pa-light {
    background-color: #0b546e69;
    width: 100%;
}

#section_welcome nav {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    z-index: 9;
    background-color: #0b546e69;
}

#section_welcome .slogan {
    position: absolute;
    background-color: #0b546e69;
    color: #fafafa;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0 !important;
    text-align: center;
    word-wrap: break-word;
}

#section_welcome .slogan>span {
    animation: fadeFromSide;
    -webkit-animation: fadeFromSide;
    animation-direction: normal;
    animation-duration: 5000ms;
}

@keyframes fadeFromSide {
    0% {
        margin-left: -100vw;
    }
    50% {
        margin-left: 0;
    }
}

#section_welcome ul.navbar-nav li.nav-item a:not(.active) {
    background: transparent !important;
    padding: .50rem !important;
    color: #fafafa !important;
    border-radius: .50rem;
    transition: .3s;
    transform-origin: center;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

#section_welcome ul.navbar-nav li.nav-item a:not(.active):hover {
    color: #0b546e !important;
    background-color: #fafafa !important;
}

#section_welcome button.navbar-toggler {
    color: #fafafa !important;
    border-radius: .50rem;
    background: #032c69 !important;
}

#section_welcome ul.navbar-nav li.nav-item a.active {
    background: transparent !important;
    padding: .50rem !important;
    border-radius: .50rem;
    transition: .3s;
    transform-origin: center;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background: #e7a005 !important;
    color: #181818 !important;
}

#section_welcome div.navbar-collapse.collapse.show ul {
    background-color: transparent !important;
}

#section_welcome div.navbar-collapse.collapse.show ul li a {
    background: #0b546e !important;
    color: #fafafa !important;
    border-radius: 0;
}

#section_welcome div.navbar-collapse.collapse.show ul li a.active {
    background: #e7a005 !important;
    color: #181818 !important;
}

.card-icon {
    font-size: 3rem;
}


/* .item-services {
    display: flex;
    flex-direction: row;
} */

.card-services {
    text-decoration: none !important;
    padding: 1.2rem;
    background: rgba(255, 255, 255, .1);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
}

.card-services:hover {
    background: none;
}

.card-services .card-services-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #65bfe0;
}

.card-services .card-services-description {
    font-size: 1.1rem;
    margin-top: .9rem;
    font-weight: 400;
    color: #d6d3d3;
}

.btn-more {
    text-align: center;
    text-decoration: none;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    padding: 1rem;
    /*font-size: 1.8rem;
    */
    margin-top: .5rem;
    border: .3rem #4289a3 solid;
    background: none;
    color: #4289a3;
    text-transform: uppercase;
}

.btn-more:hover {
    color: #f3f3f3;
    background: #4289a3;
}

.card-custom {
    overflow: hidden;
    min-height: 350px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    margin: 5px;
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background: url('../img/card_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}


/* First border-left-width setting is a fallback */

.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar {
    background: #fafafa;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
    background: #fafafa;
}

.pres_download {
    padding: .5rem;
    background: #bebebe;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    color: #000;
    border-radius: 1.8rem;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    -ms-border-radius: 1.8rem;
    -o-border-radius: 1.8rem;
}

.pres_download:hover {
    background: #b4b4b4;
    color: #073866;
}