html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
    overflow: hidden;
}

#sticky-footer {
    flex-shrink: none;
    background: #777776;
}
.footer-credits-bcg {
    background: #464645;
}
/* Other Classes for Page Styling */

body {
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
}
p {
    color: #676769;
    font-size: .875rem;
    line-height: 2;
}
h1 {
    text-transform: uppercase;
    color: #cd3e39;
    font-size: 1.4rem;
}
a:hover {
    text-decoration: none;
}
.footer-content img {
    height: 100px;
}
@media (max-width: 550px) {
    .footer-content img {
        height: auto;
        width: 60%;
    }
}
.footer-content ul {
    list-style: none;
    padding: 0;
    color: white;
}
.footer-content ul li {
    padding-bottom: 0px;
}
.footer-content ul li h3 {
    font-size: 1.275rem;
}
.footer-content ul li a {
    color: white;
    font-size: .875rem;
}
.footer-credits small {
    color: white;
    font-weight: 100;
}
.footer-credits a {
    color: white;
    font-weight: 600;
}
.about-text {
    padding: 50px 80px 50px 10px;
}
.about-text p {
    line-height: 2;
}
.about-side-bcg {
    background-position: center;
    background: url(../img/slider2.jpeg);
    background-size: cover;

}
.navbar-brand {
    position: absolute;
}
.navbar-brand img {
    height: 65px;
}
.change-language {
    position: absolute;
    right: 40px;
    background: #cd3e39;
    padding: 10px;
}
.navbar {
    background: #cd3e39;
    color: white;
    padding: 30px 40px;
}
.navbar a {
    color: white;
}
.navbar-nav {
    border-bottom: 1px solid #ffffff5e;
    padding: 0 20px;
}
.nav-link {
    border-bottom: 1px solid transparent;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: .9rem;
    transition: .2s;
}
.nav-link:hover {
    border-bottom: 1px solid white;
    transition: .3s;
}
.nav-item .active {
    border-bottom: 1px solid white;
}
.change-language a {
    font-weight: 100;
    color: #c5c5c5;
}
.change-language span {
    margin: 0 3px;
}
.change-language .active {
    font-weight: 600;
    color: white;
}
.service-block {
    margin: 10px 0;
}
.service-block img {
    margin-bottom: 15px;
}
.service-block h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #cd3e39;
}
.service-block-ref-link {
    background: white;
    padding: 30px;
    width: 2000%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}
.service-block-ref-link h3 {
    color: #cd3e39;
    font-weight: 600;
}
.service-block-ref-link a {
    color: #cd3e39;
    font-weight: 100;
}
.service-block-ref-link .sub-block {
    text-align: right;
    width: 250px;
}
.contact-block ul {
    padding: 0;
    font-size: 1rem;
}
.contact-block ul li {
    list-style: none;
}
.contact-block h3 {
    font-size: 1rem;
}
.sublock-contact-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.border-r {
    border-right: 1px solid #c4c8cb;
}
.pad-r {
    padding-right: 40px;
}
.pad-l {
    padding-left: 40px;
}
.contact-block h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
}
.contact-redirect h3 {
    font-size: 2rem;
    color: #cd3e39;
    font-weight: 600;
}
.contact-redirect a {
    font-size: .875rem;
    font-weight: 100;
    color: #cd3e39;
    margin: 5px 0;
    display: inline-block;
}
.submit-btn {
    background: #cd3e39;
    font-size: .875rem;
    color: white;
    padding: 15px 45px;
}
.submit-btn:hover {
    color: #d0d0d0;
}
::placeholder {
    color: #7d7d7d !important;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    color: #7d7d7d !important;
}
::-ms-input-placeholder {
    color: #7d7d7d !important;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}
.bcg-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}
.owl-homepage .item:before {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.8575805322128851) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.8575805322128851) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.8575805322128851) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cd3e39",GradientType=1);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

.br-r {
    border-right: 1px solid #c7c7c7;
    margin: 15px 0px;
}
.br-r:last-child {
    border-right: none;
}
.counter-col {
    padding: 5px;
}
.counter-col span {
    display: block;
}
.counter-col span {
    color: #cd3e39;
    display: inline-block;
}
.counter-col .count {
    font-size: 1.855rem;
    color: #cd3e39;
    margin-right: 5px;
    font-weight: 600;
}
.plus {
    font-size: 1.855rem;
    color: #cd3e39;
    margin-right: 5px;
}
.partners-row {
    padding: 1.5rem 0;
}
.owl-partners img {
    opacity: .5;
    height: 40px;
    width: auto !important;
    margin: 0 auto;
}
.counter-col span:last-child {
    color: #757575;
    font-size: .9rem;
    font-weight: 100;
    display: block;
}
.about-homepage {
    margin: 30px 0;
}
.counter-div {
    margin: 20px 0;
}
.out-of-area {
    background: white;
    padding: 0 20px;
    box-shadow: 0px 3px 3px 0px #b1b1b180;
}
.services-title-homepage {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 2;
}
.services-title-homepage h3 {
    font-size: 1.6rem;
    color: white;
}
.services-title-homepage span {
    font-size: .9rem;
    color: white;
    font-weight: 100;
}
.services-homepage {
    margin: 20px 0;
    position: relative;
}
.services-homepage a {
    display: block;
}
.overlay-home {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.7343312324929971) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.7343312324929971) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(205,62,57,0.7343312324929971) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cd3e39",GradientType=1);
}
.homepage-content h2 {
    color: #cd3e39;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.homepage-content {
    margin-top: -130px;
    z-index: 1;
    position: relative;
}
.references-row {
    background: white;
    padding-bottom: 2rem;
}
.owl-carousel .owl-item {
    max-height: 650px;
    overflow: hidden;
}
.reference-desc date span {
    margin-left: 5px;
    color: #cd3e39;
}
.reference-desc date {
    color: #cd3e3980;
    font-size: 1.2rem;
    font-weight: 600;
}
.reference-desc {

    padding-right: 20px;
}
.owl-services-homepage .item {
    margin: 10px 0 5px 0;
}
.owl-services-homepage .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.owl-services-homepage .owl-nav button {
    font-size: 2rem;
    margin: 5px;
}
i:focus, button:focus {
    border: none;
    transition: none;
    outline: none;
}
.owl-services-homepage {
    height: 100%;
    POSITION: RELATIVE;
}
.owl-services-homepage .owl-stage-outer {

}
.icon-left {
    height: 20px;
    width: 40px;
    display: block;
    background: url("../img/left-arrow.svg") no-repeat scroll 0 0;
}
.icon-right {
    height: 20px;
    width: 40px;
    display: block;
    background: url("../img/right-arrow.svg") no-repeat scroll 0 0;
}
.ref-link-homepage {
    text-align: center;
    text-transform: uppercase;
    color: #cd3e39;
    font-size: .9rem;
    font-weight: 600;
}
.owl-homepage .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 2rem;
    color: white;
}
.owl-homepage .owl-nav .owl-prev {
    left: 20px;
    position: absolute;
}
.contact-subpage {
    margin: 5rem 0;
}
.owl-homepage .owl-nav .owl-next {
    right: 20px;
    position: absolute;
}
.owl-homepage .owl-dots .owl-dot span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100px;
    height: 5px;
    margin-left: 2px;
    margin-right: 2px;
    background: #ccc;
    border:none;
}
.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #f0f0f0;
}
.owl-homepage .owl-dots .owl-dot.active span,
.owl-homepage .owl-dots.clickable .owl-dot:hover span{
    background: #cd3e39;
}
.margin-auto {
    margin: 0 auto;
}
.nav-references .active {
    border-bottom: 0;
    font-weight: 600;
}
.nav-references a {
    color: #cd3e39;
    font-size: .9rem;
    font-weight: 100;
    border-bottom: 0;
}
.nav-references a:hover {
    border-bottom: 0;
}
.reference-desc h3 {
    font-weight: 600;
    color: #2f2f2f;
    font-size: 2rem;
}
.relative-tab {
    position: relative;
}
.center-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}
.tab-item .row:nth-child(even) {
    background: white;
}
.overlay-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: 9999999;
}

.loader {
    background: url("../img/logoBlack.svg") no-repeat;
    width: 120px;
    height: 120px;
    animation-duration: 2s;
    animation-iteration-count: infinite;

    z-index: 999999;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-100px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}




















.owl_custom_nav {display:block;overflow:hidden;position: absolute}
.owl_custom_nav .ocn_nav {float:left;}
.owl_custom_nav .ocn_nav .customPrevBtn {display:inline-block;vertical-align:middle;width:20px;margin-right:20px;cursor:pointer;}
.owl_custom_nav .ocn_nav .customNextBtn {display:inline-block;vertical-align:middle;width:20px;cursor:pointer;}

.owl_custom_nav .ocn_nav .customPrevBtn:hover, .owl_custom_nav .ocn_nav .customNextBtn:hover {color: #9e322f;}

.owl_custom_nav .ocn_counter {float:right;font-size:20px;margin-top:6px;color:#cbcbcb;}
.counter_dark {color:#3a3a3a;}

.owl-carousel-product-types {position:relative;margin-top:10px;margin-bottom:10px;}
.owl-carousel-product-types .owl-nav {position:absolute;top:0;width:100%;top:34%;transform: translateY(-34%);opacity:.5;background:#ccc;height:0px;}
.owl-carousel-product-types:hover .owl-nav {opacity:1;}

.owl-carousel-product-types .pa_image {overflow:hidden;}
.owl-carousel-product-types .pa_title {background:#f7f7f7;padding:15px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.owl-carousel-product-types .pa_wrapper {width:auto;margin-right:auto;}

.contact-redirect h3 {
    width: 300px;
    margin: 0 auto;
}

@media (max-width: 850px) and (max-height: 550px){
    .reference-desc date {
        font-size: .6rem;
    }
    .service-block-ref-link {
        left: 10px;
        padding: 15px;
    }
    .contact-redirect h3 {
        width: 300px;
        margin: 0 auto;
    }
    .services-title-homepage {
        bottom: 0px;
    }
    .services-title-homepage h3 {
        font-size: .9rem;
    }
    .services-title-homepage span {
        font-size: .6rem;
    }
    .nav-link:hover {
        border-bottom: none;
    }
    .nav-item .active {
        border-bottom: none;
    }
    .homepage-content {
        margin-top: -85px;
    }
    .homepage-pad {
        padding-top: 97px;
    }
    .navbar {
        padding: 11px 15px;
        position: inherit;
        background: #cd3e39;
        top: 0;
        z-index: 2;
        width: 100%;
    }
    .navbar-toggler {
        color: white;
    }
    .change-language {
        position: inherit;
        padding: 10px 5px 0 5px;
        text-align: right;
        right: 0;
        background: none;
    }
    .reference-desc h3 {
        font-size: 1.3rem;
        margin-bottom: .5rem !important;
    }
    p {
        font-size: .675rem;
        margin-bottom: .5rem;
    }
    .navbar-brand {
        position: initial;
    }
    .border-r {
        border-right: 0;
    }
    .pad-r {
        padding-right: 0;
    }
    .pad-l {
        padding-left: 0;
    }
    .sublock-contact-block {
        position: inherit;
        padding-top: 30px;
    }
    .center-y {
        position: inherit;
        padding-bottom: 20px;
    }
    .footer-content ul {
        text-align: center;
        padding-top: 20px;
    }
    .service-block-ref-link {
        position: inherit;
        left: 150px;
    }
    .services-title-homepage h3 {
        font-size: 1rem;
    }
    .services-title-homepage span {
        font-size: 0.9rem;
    }
    .services-title-homepage {
        bottom: 30px;
    }
    .counter-col .count {
        margin-right: 0;
    }
    .counter-col span:last-child {
        font-size: .5rem;
    }
    .nav-link:hover {
        border-bottom: none;
    }
    .nav-item .active {
        border-bottom: none;
    }
}
@media (max-width: 850px) and (max-height: 576px){
    .contact-block ul {
        font-size: 0.8rem;
    }
    .homepage-pad {
        padding-top: 97px;
    }
    .homepage-content {
        margin-top: -85px;
    }
    .navbar {
        position: absolute;
    }
    .counter-col span:last-child {
        font-size: .7rem;
    }
    .navbar-brand {
        position: initial;
    }
    .navbar {
        padding: 11px 15px;
        position: inherit;
        background: #cd3e39;
        top: 0;
        z-index: 2;
        width: 100%;
    }
    .navbar-toggler {
        color: white;
    }
    .change-language {
        position: inherit;
        padding: 10px 5px 0 5px;
        text-align: right;
        right: 0;
        background: none;
    }
    .service-block-ref-link {
        left: 50px;
    }
    .nav-link:hover {
        border-bottom: none;
    }
    .nav-item .active {
        border-bottom: none;
    }
}
@media (max-width: 768px) and (max-height: 1024px){
    .homepage-content {
        margin-top: -85px;
    }
    .homepage-pad {
        padding-top: 97px;
    }
    .service-block-ref-link {
        left: 50px;
    }
    .navbar-brand {
        position: initial;
    }
    .navbar {
        padding: 11px 15px;
        position: absolute;
        background: #cd3e39;
        top: 0;
        z-index: 10;
        width: 100%;
    }
    .nav-link:hover {
        border-bottom: none;
    }
    .nav-item .active {
        border-bottom: none;
    }
    .navbar-toggler {
        color: white;
    }
    .change-language {
        position: inherit;
        padding: 10px 5px 0 5px;
        text-align: right;
        right: 0;
        background: none;
    }
    .pad-r {
        padding-right: 0;
    }
    .pad-l {
        padding-left: 0;
    }
}
@media (max-width: 576px) {
    .reference-desc date span {
        display: block;
    }
    .owl-partners img {
        height: 27px;
    }
    .owl_custom_nav {
        right: 50%;
        transform: translateX(50%);
        bottom: -35px;
    }
    .owl_custom_nav .ocn_nav .customNextBtn {
        width: 36px;
    }
    .owl_custom_nav .ocn_nav .customPrevBtn {
        width: 36px;
    }
    .homepage-pad {
        z-index: 3;
        padding-top: 96px;
    }
    .homepage-content {
        margin-top: -85px;
    }
    .homepage-pad {
        padding-top: 97px;
    }
    .nav-link:hover {
        border-bottom: none;
    }
    .nav-item .active {
        border-bottom: none;
    }
    .contact-redirect h3 {
        margin: 0 auto;
        width: auto;
    }
    .about-text {
        padding: 10px;
        position: inherit;
        transform: none;
        top: inherit;
    }
    .navbar-brand {
        position: initial;
    }
    .navbar {
        padding: 11px 15px;
        position: relative;
        background: #cd3e39;
        top: 0;
        z-index: 2;
        width: 100%;
    }
    .navbar-toggler {
        color: white;
    }
    .change-language {
        position: inherit;
        padding: 10px 5px 0 5px;
        text-align: right;
        right: 0;
        background: none;
    }
    .border-r {
        border-right: 0;
    }
    .pad-r {
        padding-right: 0;
    }
    .pad-l {
        padding-left: 0;
    }
    .sublock-contact-block {
        position: inherit;
        padding-top: 30px;
    }
    .footer-content ul {
        padding-top: 30px;
        text-align: center;
    }
    .center-y {
        position: inherit;
    }
    .nav-references a {
        font-size: .75rem;
        padding: 5px !important;
        border-bottom: 1px solid transparent;
    }
    .nav-references .active {
        border-bottom: 1px solid #0e2b4e !important;
    }
    .reference-desc {
        text-align: center;
        padding: 15px 0;
    }
    .service-block-ref-link {
        position: inherit;
        width: 100%;
        left: 0;
    }
    .service-block-ref-link .sub-block {
        width: auto;
        text-align: center;
    }
    .counter-col span:last-child {
        font-size: .7rem;
    }
    .contact-block ul li {
        font-size: .875rem;
    }
    .contact-block h3 {
        font-size: 1.4rem;
    }
    .contact-subpage {
        margin: 0;
    }
    .footer-content ul li h3 {
        font-size: 1.4rem;
    }
    .footer-content ul li a {
        font-size: 1.3rem;
        font-weight: 100;
    }
    .counter-col .count {
        font-size: 1.355rem;
    }
    .plus {
        font-size: .7rem;
    }
    .year {
        font-size: 0.7rem;
    }
}

