@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600&family=Montserrat&display=swap');

body, html {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

/* NAVIGATION */
.navbar-dark {
    background: transparent !important;
    padding: 1rem 0;
    transition: 0.15s ease all;
}
.navbar-dark.active {
    background: #003671 !important;
    padding: 0.5rem 0;
}
.navbar .navbar-brand {
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
}
.navbar .navbar-brand img {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}
.navbar .navbar-brand span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.navbar .navbar-nav {
    align-items: center;
}
.navbar .nav-item > .nav-link {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-left: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: 0.15s ease all;
    border-radius: 6px;
}
.navbar .nav-item > .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.navbar .nav-item.lang-item.active > .nav-link {
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.navbar .nav-item > .nav-link:active {
    color: #fff;
    background: rgba(255,255,255,0.3);
}
.navbar .nav-item > .nav-link img {
    width: 20px;
}

/* MAIN */
.main {
    position: relative;
    background: url('../img/bg-1.jpg') center no-repeat;
    background-size: cover;
    padding: 12rem 0 9.5rem 0;
    text-align: center;
}
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003671;
    opacity: 0.25;
    content: ' ';
    z-index: 1;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main img {
    width: 300px;
}
.main h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin: 2.5rem 0 0 0;
    font-family: 'Oxanium', sans-serif;
}
.main p {
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
}

/* LINKS */
.links {
    display: block;
    margin: -35px 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.links a.btn-primary.btn-circle {
    width: 70px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #333;
    border: none;
    box-shadow: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25rem;
    transition: 0.15s ease all;
}
.links a.btn-primary.btn-circle:first-child {
    background: #111;
}
.links a.btn-primary.btn-circle:hover,
.links a.btn-primary.btn-circle:focus {
    background: #454545;
    border: none;
    box-shadow: none;
}
.links a.btn-primary.btn-circle:active {
    background: #111;
    border: none;
    box-shadow: none !important;
}
.links a.btn-primary.btn-circle img {
    width: 24px;
}

/* TOOLTIPS */
.tooltip .tooltip-inner {
    background: #333;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.5rem 1.75rem;
    border: none;
    border-radius: 6px;
}
.tooltip .tooltip-arrow,
.tooltip .arrow {
    display: none;
}

/* ABOUT */
.about {
    display: block;
    padding: 8rem 0 1px 0;
    background: #f2f3f4;
}
.about .box {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(10,10,10,0.1) 0 10px 35px;
    padding: 3rem;
    position: relative;
    z-index: 2;
    margin-bottom: -3rem;
}
.about h3 {
    font-weight: 600;
    color: #fff;
    background: #111;
    display: inline-block;
    padding: 0.5rem 2rem;
    margin-bottom: 1.5rem;
    font-family: 'Oxanium', sans-serif;
}
.about p {
    margin: 10px 0;
    font-size: 1.25rem;
}

/* MISSIONS */
.missions {
    display: block;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 11rem 0 4rem 0;
}
.missions:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    content: ' ';
    background: #f2f3f4;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.missions h3 {
    font-weight: 600;
    color: #111;
    margin-bottom: 1.5rem;
    font-family: 'Oxanium', sans-serif;
    text-align: center;
}
.missions .card-box {
    display: block;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: rgba(10,10,10,0.05) 0 4px 4px;
}
.missions .card-box h4 {
    color: #111;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Oxanium', sans-serif;
}
.missions .card-box p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.missions .card-box .mission-period {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    height: calc(100% + 4rem);
    width: calc(100% + 2rem);
    background: #003671;
    margin: -2rem 0 -2rem -2rem;
}
.missions .card-box .mission-period span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.75;
}
.missions .card-box .mission-period strong {
    display: block;
    font-size: 1.5rem;
    font-family: 'Oxanium', sans-serif;
}

/* COMPETENCES */
.competences {
    display: block;
    position: relative;
    padding: 11rem 0 calc(4rem - 30px) 0;
    background: #f2f3f4;
}
.competences h3 {
    font-weight: 600;
    color: #111;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-family: 'Oxanium', sans-serif;
}
.competences .competence-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 30px;
    transition: 0.2s ease all;
}
.competences .competence-box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.competences .competence-box:hover {
    box-shadow: rgba(10,10,10,0.25) 0 5px 15px;
    filter: brightness(110%);
}
.competences .competence-box.box-green:after {
    background: #2d67cc; /*#70ad46;*/
}
.competences .competence-box.box-blue:after {
    background: #4dc695;/*#9bc1e6;*/
}
.competences .competence-box.box-grey:after {
    background: #bfbfbf;
}
.competences .competence-box.box-yellow:after {
    background: #9bc1e6;/*#ffc000;*/
}
.competences .competence-box h4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.85rem;
    font-weight: bold;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin: auto;
    text-align: center;
    transition: 0.2s ease all;
    font-family: 'Oxanium', sans-serif;
    color: #fff;
    z-index: 1;
}
.competences .competence-box .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    padding: 2.5rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease all;
    background: #fff;
}
.competences .competence-box .box-content::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
}
.competences .competence-box .box-content::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 0;
}
.competences .competence-box .box-content::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.35);
    border-radius: 0;
}
.competences .competence-box .box-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.55);
}
.competences .competence-box .box-content h5 {
    font-weight: bold;
    font-size: 0.9rem;
}
.competences .competence-box .box-content p,
.competences .competence-box .box-content ul li {
    font-size: 0.8rem;
}
.competences .competence-box .box-content ul {
    margin-bottom: 0;
}

/* BLOG */
.blog {
    display: block;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 11rem 0 4rem 0;
}
.blog h3 {
    font-weight: 600;
    color: #111;
    margin-bottom: 1.5rem;
    font-family: 'Oxanium', sans-serif;
    text-align: center;
}
.blog .card-box {
    display: block;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: rgba(10,10,10,0.05) 0 4px 4px;
}
.blog .card-box.blog-post .blog-thumb {
    position: relative;
    height: calc(100% + 4rem);
    width: calc(100% + 2rem);
    margin: -2rem 0 -2rem -2rem;
    display: block;
}
.blog .card-box.blog-post .blog-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .card-box.blog-post .blog-title {
    color: #111;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Oxanium', sans-serif;
}
.blog .card-box.blog-post .blog-title:hover {
    color: #003671;
    text-decoration: none;
}
.blog .card-box.blog-post .blog-date {
    font-size: 0.7rem;
    color: #999;
    margin: 0 0 1rem 0;
}
.blog .card-box p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.blog .card-box .mission-period {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    height: calc(100% + 4rem);
    width: calc(100% + 2rem);
    background: #003671;
    margin: -2rem 0 -2rem -2rem;
}
.blog .card-box .mission-period span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.75;
}
.blog .card-box .mission-period strong {
    display: block;
    font-size: 1.5rem;
    font-family: 'Oxanium', sans-serif;
}

/* CONTACT */
.contact {
    display: block;
    padding: 6rem 0;
    background: url('../img/map.jpg') center no-repeat;
    background-size: cover;
}
.contact .box {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(10,10,10,0.1) 0 5px 15px;
    padding: 3rem;
}
.contact h3 {
    font-weight: 600;
    color: #111;
    font-family: 'Oxanium', sans-serif;
}
.contact .form-group .form-control {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    height: auto;
    border: 1px solid #eee;
    box-shadow: rgba(10,10,10,0.05) 0 3px 3px;
    border-radius: 6px;
}
.contact .form-group .form-control:focus {
    box-shadow: rgba(10,10,10,0.1) 0 4px 4px;
}
.contact .form-group textarea.form-control {
    min-height: 150px;
}
.contact .btn.btn-primary {
    background: #003671;
    border-color: #003671;
    color: #fff;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    font-size: 0.8rem;
}
.contact .contact-item {
    display: block;
    position: relative;
}
.contact .contact-item img {
    filter: invert(56%) sepia(44%) saturate(6283%) hue-rotate(197deg) brightness(95%) contrast(103%)
}
.contact .contact-item img {
    width: 32px;
    height: 32px;
}
.contact .contact-item + .contact-item {
    margin-top: 30px;
}
.contact .contact-item span {
    display: block;
    font-size: 0.9rem;
    color: #111;
    margin-top: 5px;
}
.contact .contact-item strong {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    color: #111;
    font-family: 'Oxanium', sans-serif;
}

/* BLOG PAGE */
.blog-page .blog-image {
    position: relative;
    width: 100%;
    padding: 9.5rem 0 7.5rem 0;
}
.blog-page .blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    z-index: 0;
}
.blog-page .blog-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: ' ';
    background: #003671;
    opacity: 0.65;
}
.blog-page .blog-image .blog-image-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.blog-page .blog-image .blog-image-content h1 {
    font-family: 'Oxanium', sans-serif;
    font-weight: bold;
    color: #fff;
}
.blog-page .blog-image .blog-image-content p {
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.75;
}
.blog-page .blog-image .blog-image-content ul.blog-categories {
    display: block;
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
}
.blog-page .blog-image .blog-image-content ul.blog-categories li {
    display: inline-block;
    vertical-align: middle;
    padding: 0.15rem 0.85rem;
    color: #111;
    border: 2px solid #fff;
    background: #fff;
    font-weight: bold;
    border-radius: 25px;
    font-size: 0.8rem;
    margin: 0 2px;
}
.blog-page .blog-image .blog-image-content ul.blog-categories li:before {
    content: '#';
}
.blog-page .blog-post {
    padding: 5rem 0;
}
.blog-page .blog-post p {
    font-size: 1rem;
    margin: 0 0 2rem 0;
}
.blog-page .blog-post p.lead {
    font-size: 1.35rem;
    margin: 0 0 2rem 0;
}
.blog-page .blog-post blockquote {
    padding: 2rem 0;
}
.blog-page .blog-post blockquote p {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 300;
}
.blog-page .blog-post ul,
.blog-page .blog-post ol {
    margin-left: 0;
    margin-bottom: 2rem;
    padding-left: 16px;
}
.blog-page .blog-post ul ul,
.blog-page .blog-post ul ol,
.blog-page .blog-post ol ul,
.blog-page .blog-post ol ol {
    margin-bottom: 0;
}
.blog-page .blog-post img {
    margin-bottom: 2rem;
    border-radius: 6px;
    box-shadow: rgba(10,10,10,0.1) 0 4px 4px;
}
.blog-page .blog-post h1,
.blog-page .blog-post h2,
.blog-page .blog-post h3,
.blog-page .blog-post h4,
.blog-page .blog-post h5,
.blog-page .blog-post h6 {
    margin-bottom: 1rem;
    font-family: 'Oxanium', sans-serif;
    color: #111;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 13px;
    }
    .main img {
        width: 250px;
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    .navbar-dark,
    .navbar-dark.active {
        background: #003671 !important;
        padding: 0.5rem 15px;
    }
    .navbar-dark .navbar-toggler {
        border-color: transparent;
        outline: none;
        color: #fff;
    }
    .navbar .nav-item > .nav-link {
        margin-left: 0;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
    }
    .main {
        padding: 7.5rem 0 5rem 0;
    }
    .main img {
        width: 200px;
    }
    .main h1 {
        font-size: 2rem;
    }
    .main p {
        font-size: 1rem;
    }
    .about .box {
        text-align: center;
    }
    .missions .card-box {
        text-align: center;
    }
    .missions .card-box .mission-period {
        width: calc(100% + 4rem);
        height: auto;
        padding: 3rem 0;
        text-align: center;
        margin: -2rem -2rem 2rem -2rem;
    }
    .competences {
        padding: 4rem 0 calc(4rem - 10px) 0;
    }
    .competences .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .competences .row div[class^='col'] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .competences .competence-box {
        margin-bottom: 10px;
    }
    .competences .competence-box h4,
    .competences .competence-box:hover h4 {
        font-size: 1rem;
        opacity: 1;
        visibility: visible;
    }
    .competences .competence-box .box-content,
    .competences .competence-box:hover .box-content {
        display: none;
    }
    .blog .card-box.blog-post .blog-thumb {
        height: 150px;
        margin: -2rem -2rem 2rem -2rem;
        width: calc(100% + 4rem);
    }
    .contact .box {
        padding: 2rem;
    }
    .contact .contact-item {
        margin-top: 30px;
        text-align: center;
    }
    .contact .btn.btn-primary {
        width: 100%;
        display: block;
        font-size: 1rem;
    }
}