@media (max-width: 575.98px) {
    
    h1  {
        font-size: 1.4rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 2.2rem;
    }
    
    h5 {
        font-size: 2.2rem;
    }
    
    h6 {
        font-size: 2.2rem;
    }

    .header__logo {
        height: auto;
        max-width: 200px;
        position: absolute;
        top: 80px;
        left: 10px;
    }
    
    .header__heading-1 {
        padding: 0 20px;
        bottom: 20px;
    }
    
    .header__heading-1--realization {
        padding: 0 20px;
        bottom: 0;
        position: relative !important;
    }
    
    .realizations--padding {
        padding-top: 90px !important;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .col-xs--margin-top-3x {
        margin-top: 90px;
    }
    
    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1  {
        font-size: 1.4rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 2.2rem;
    }
    
    h5 {
        font-size: 2.2rem;
    }
    
    h6 {
        font-size: 2.2rem;
    }
    
    .header__logo {
        height: auto;
        max-width: 300px;
        position: absolute;
        top: 115px;
        left: -30px;
    }
    
    .header__heading-1 {
        bottom: 50px;
    }
    
    .header__heading-1--realization {
        padding: 0 20px;
        bottom: 0;
        position: relative !important;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .col-sm--margin-top-3x {
        margin-top: 90px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1  {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header__logo {
        height: auto;
        max-width: 300px;
        position: absolute;
        top: 260px;
        left: -20px;
    }
    
    .header__heading-1 {
        bottom: 100px;
    }
    
    .header__heading-1--realization {
        padding: 0 20px;
        bottom: 0;
        position: relative !important;
    }
    
    .text-md-justify {
        text-align: justify;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .col-md--margin-top-3x {
        margin-top: 90px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {

    .arrow {
        left: 15px;
        bottom: 15px;
    }
}

@media (min-width: 992px) {
    
    h1  {
        font-size: 2.4rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header {
        height: auto;
    }
    
    .header__heading-1 {
        bottom: 100px;
    }
    
    .arrow {
        left: 30px;
        bottom: 30px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .header__logo {
        height: auto;
        max-width: 300px;
        position: absolute;
        top: 453px;
        left: 0;
    }
    
    .header__heading-1--realization {
        padding: 0 20px;
        bottom: 0;
        position: relative !important;
    }
    
    .text-lg-justify {
        text-align: justify;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-3x {
        margin-top: 90px;
    }
    
    .lg--hidden {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #323130;
    }
    
    .navbar-brand {
        margin: 3px 0 0 0;
        position: relative;
        left: 7px;
    }
    
    .navbar-brand__image {
        margin-bottom: 3px;
        height: 26px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #ffffff;
    }
    
    .navbar--custom .nav-item:hover .nav-link, .navbar--custom .nav-item:focus .nav-link {
        color: #ffffff;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #d51317;
        color: #ffffff !important;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 6px;
        right: 54px;
        z-index: 3;
    }
    
    .navbar-collapse {
        background-color: #323130;
    }
    
    .header--margin-top {
        margin-top: 90px;
        height: auto;
    }
    
    .logo-absolute {
        display: none;
    }
    
}

@media (min-width: 1200px) {
    
    h1  {
        font-size: 2.4rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .navbar-nav li a {
        padding-top: 0;
        padding-left: 16px !important;
        padding-right: 16px !important;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a, .navbar--custom .navbar-nav li a:focus {
        color: #ffffff;
    }
    
    .navbar--custom .navbar-nav li a:hover {
        color: #d41318;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 200px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--normal .navbar-brand__image {
        margin-top: 0;
        height: 100px;
        width: auto;
        transition: height ease-in-out .3s;
        position: absolute;
        top: 0;
        right: -90px;
    }
    
    .navbar--normal .navbar-nav {
        position: absolute;
        top: 39px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .navbar--shrink .navbar-collapse {
        margin-right: 70px;
    }
    
    .navbar--custom .navbar-nav li a {
        height: 30px;
        line-height: 30px;
    }

    .navbar--custom .navbar-nav .nav-link {
        color: #ffffff;
    }
    
    .navbar--normal .social-list--dark, .navbar--normal .navbar-brand__image--dark {
        display: none;
    }
    
    .navbar--shrink .social-list--dark, .navbar--shrink .navbar-brand__image--dark {
        display: none;
    }
    
    .navbar--shrink {
        background-color: #323130;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-nav {
        position: relative;
    }
    
    .navbar--shrink .navbar-brand__image {
        margin-top: -10px;
        height: 26px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a, .navbar--shrink .navbar-nav li a:focus {
        color: #ffffff !important;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover {
        background-color: #d51317;
        color: #ffffff !important;
        border: none;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }

    .nav-item {
        font-size: 1.5rem;
        color: #ffffff;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .header__logo {
        height: auto;
        max-width: 580px;
        position: absolute;
        top: 168px;
        left: -150px;
    }
    
    .logo-absolute {
        top: 100px;
        right: 15px;
    }
    
    .header--margin-top {
        margin-top: 250px;
        height: auto;
    }
    
    .header__heading-1--realization {
        padding: 0 20px;
        bottom: 0;
        position: relative !important;
    }

    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .col-xl--margin-top-3x {
        margin-top: 90px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #323130;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y !important;
}

h1 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.2em;
}

h2 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
}

h2 span {
    font-weight: 300;
}

h3 span {
    font-weight: 400;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

section li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

strong {
    font-weight: 600;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    position: relative !important;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #ffffff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #d51317;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #d51317;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #d51317;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header {
    width: 100%;
    position: relative;
}

.header__image {
    height: auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header__heading-1 {
    width: 100%;
    color: #ffffff;
    letter-spacing: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.content--padding {
    padding: 90px 0;
}

.content ol, .content ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
}

.content ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: justify;
    position: relative;
}

.content ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: justify;
    list-style-type: none;
    position: relative;
}

.content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #d51317;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

p a, p a:hover, p a:focus, .fancy-popup * a, .fancy-popup * a:hover, .fancy-popup * a:focus {
    color: inherit;
    text-decoration: none;
}

.realizations--padding {
    padding: 150px 0 90px 0;
}

.realizations__heading-2, .content h2, .content h3 {
    color: #ffffff;
}

.realizations__heading-2 a, .realizations__heading-2 a:focus {
    color: #ffffff;
    text-decoration: none;
}

.realizations__heading-2 a:hover {
    color: #ce1418;
}

.realizations p, .content p {
    font-size: 1.6rem;
    color: #ffffff;
}

.realizations__span {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.4rem;
}

.realizations__image {
    height: auto;
    max-width: 100%;
}

.footer {
    padding-top: 50px;
}

.footer .container {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer p a, .footer p a:focus {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.footer p a:hover {
    color: #ce1418;
}

.btn--custom {
    padding: 15px 30px 16px 30px;
    width: auto;
    min-width: 180px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
}

.btn--red, .btn--red:focus {
    background-color: #ce1418;
    color: #ffffff;
    text-decoration: none;
}

.btn--red:hover {
    background-color: #ffffff;
    color: #ce1418;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.row--margin-top-3x {
    margin-top: 90px;
}

.preloader {
    background-color: #323130;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #ffffff;
    border-top: 10px solid #ce1318;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    background-color: #ce1419;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: fixed;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.logo-absolute {
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 99999999;
    display: none;
}

.logo-absolute img {
    height: 100px;
    width: 100px;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.layer {
    position: relative;
    z-index: 2;
}

.vertical-center {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
}

.grecaptcha-badge {
    visibility: hidden;
}

.gallery__owl-carousel .item {
    left: -120px !important;
    position: relative;
}