@media (max-width: 575.98px) {
    
    h1 {
        font-size: 2.4rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    h3 {
        font-size: 2rem;
    }
    
    h4 {
        font-size: 2.2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        height: 300px;
    }
    
    .col-xs--margin-top {
        margin-top: 20px;
    }
    
    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.8rem;
    }
    
    h3 {
        font-size: 2rem;
    }
    
    h4 {
        font-size: 3.8rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        height: 300px;
    }
    
    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4.4rem;
    }
    
    h2 {
        font-size: 4.2rem;
    }
    
    h3 {
        font-size: 2rem;
    }
    
    h4 {
        font-size: 4.2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2.4rem;
    }
    
    .header {
        height: 300px;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .gallery--padding {
        padding: 50px 0;
    }
    
    .contact--padding {
        padding: 50px 0;
    }
    
    .bb:before {
        border-left-width: 50vw;
        border-left-style: solid;
        border-right-width: 50vw;
        border-right-style: solid;
        border-bottom-width: 50px;
        border-bottom-style: solid;
        top: -50px;
    }

    .ba:after {
        border-left-width: 50vw;
        border-left-style: solid;
        border-right-width: 50vw;
        border-right-style: solid;
        border-bottom-width: 50px;
        border-bottom-style: solid;
        bottom: -50px;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 4.4rem;
    }
    
    h2 {
        font-size: 4.2rem;
    }
    
    h3 {
        font-size: 2rem;
    }
    
    h4 {
        font-size: 4.2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        height: 400px;
    }
    
    .gallery--padding {
        padding: 0 0 50px 0;
    }
    
    .contact--padding {
        padding: 50px 0;
    }
    
    .bb:before {
        border-left-width: 50vw;
        border-left-style: solid;
        border-right-width: 50vw;
        border-right-style: solid;
        border-bottom-width: 100px;
        border-bottom-style: solid;
        top: -100px;
    }

    .ba:after {
        border-left-width: 50vw;
        border-left-style: solid;
        border-right-width: 50vw;
        border-right-style: solid;
        border-bottom-width: 100px;
        border-bottom-style: solid;
        bottom: -100px;
    }
    
    .contact__logo--margin-top {
        margin-top: 49px;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .lg--hidden {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #000000;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        left: 7px;
    }
    
    .navbar-brand__image {
        height: 30px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #ffffff;
        text-align: center;
    }
    
    .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
    }
    
    .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: #ffffff;
        color: #020202 !important;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar--custom {
        background-color: rgba(0, 0, 0, 0);
        height: 100px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink {
        background-color: rgba(0, 0, 0, 1);
        height: 60px !important;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 40px;
        transition: height ease-in-out .3s;
        margin-top: -4px;
    }
    
    .navbar-brand__image {
        height: 40px;
        transition: height ease-in-out .3s;
        width: auto;
    }
    
    .navbar-nav li {
        transition: height ease-in-out .3s;
    }
    
    .navbar-nav li a {
        padding-top: 0;
        height: 100px;
        line-height: 100px;
        border-top: 2px solid transparent;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        border-top: 2px solid #ffffff;
    }
    
    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        padding-top: 0;
        height: 60px;
        line-height: 60px;
    }
    
    .nav-item {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 1.6rem;
    }
    
    .nav-item:last-child a {
        margin-top: 27px;
        padding: 15px !important;
        height: auto;
        line-height: normal !important;
        border: 2px solid #ffffff;
        transition: height ease-in-out .3s;
    }
    
    .nav-item:last-child a:hover, .nav-item:last-child a:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .navbar--custom .nav-item.active .nav-link, .navbar--custom .nav-item:hover .nav-link, .navbar--custom .nav-item:focus .nav-link {
        color: #ffffff;
    }
    
    .navbar--shrink .navbar-nav .nav-item:last-child a {
        margin: 0;
        padding: 0 !important;
        color: #ffffff;
        line-height: 60px !important;
        border-top: 2px solid transparent;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
    }
    
    .navbar--shrink .navbar-nav .nav-item:last-child a:hover, .navbar--shrink .navbar-nav .nav-item:last-child a:focus {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #ffffff;
    }
    
    .text-xl-justify {
        text-align: justify !important;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }

}

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: #ffffff;
}

h1, h2 {
    margin: 0;
    font-family: 'Radikal', sans-serif;
    line-height: 0.9em;
}

h1 {
    font-weight: 200;
}

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;
}

h2 {
    font-weight: 300;
}

h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Radikal', sans-serif;
    font-weight: 400;
    line-height: 0.9em;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

p strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.navbar--custom .navbar-nav .nav-link {
    color: #ffffff;
}

.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: #f1f1f1;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #f1f1f1;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #f1f1f1;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header {
    background-color: #000000;
    width: 100%;
    position: relative;
    overflow: hidden;
 }

.jarallax--header {
    opacity: 0.55;
}

.header__inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    transform: translateY(-50%);
}

.header__heading-1 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header__heading-1:after {
    margin-left: -40px;
    background-color: #ffffff;
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
}

.header__heading-1 strong {
    font-weight: 400;
}

.header__inner p {
    font-size: 1.8rem;
    color: #ffffff;
}

.main__image {
    height: auto;
    max-width: 100%;
}

.gallery {
    background-color: #ffffff;
}

.gallery__heading-2 {
    margin-bottom: 30px;
    color: #020202;
}

.ri__top {
    position: relative;
}

.ri__image {
    height: auto;
    width: 100%;
    display: block;
}

.ri__bottom {
    padding: 15px 30px;
    background-color: #cd8323;
    min-height: 105px;
    width: 100%;
    position: relative;
}

.ri__bottom h3 {
    color: #ffffff;
}

.rib__image {
    height: 41px !important;
    width: 468px !important;
    position: absolute;
    top: -30px;
    left: 0;
}

.gallery__inner {
	position: relative;
    overflow: hidden;
}

.gallery__overlay {
    background: rgba(0, 0, 0, 0.52);
	height: 100%;
    width: 100%;
    position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.overlay-link {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: normal;
    color: rgba(255, 255, 255, 0.52);
    position: absolute;
    left: 0;
    top: 0;
}

.overlay-link:hover, .overlay-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.vc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery .item:hover .gallery__overlay {
	transform: scale(1);
}

.ol__image {
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
}

.gallery__link, .gallery__link:hover, .gallery__link:focus {
    padding-bottom: 2px;
    font-size: 1.6rem;
    color: #020202;
    text-decoration: none;
    border-bottom: 1px dotted #020202;
}

.contact {
    background-color: #ffffff;
    border-top: 1px solid #f5f5f5;
}

.contact__heading-4 {
    color: #404040;
}

.contact p {
    font-size: 1.6rem;
    color: #404040;
}

.contact p a, .contact p a:hover, .contact p a:focus {
    color: inherit;
    text-decoration: none;
}

.contact__paragraph {
    font-size: 1.3rem !important;
    line-height: 1.1em !important;
}

.footer {
    background-color: #f5f5f5;
}

.footer--padding {
    padding: 20px 0;
}

.footer p {
    font-size: 1.6rem;
    color: #474644;
}

.footer p a {
    color: #474644;
    text-decoration: none;
}

.footer__row--margin-top {
    margin-top: 80px;
}

.btn--text {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111111;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--text__fa {
    padding-left: 5px;
    color: #fbc113;
}

.btn--custom {
    padding: 15px 20px 18px 20px;
    width: auto;
    min-width: 150px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--orange, .btn--orange:hover, .btn--orange:focus {
    background-color: #cd8323;
    color: #ffffff;
    border: none;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 40px;
}

.preloader {
    background-color: #ffffff;
    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 #f5f5f5;
    border-top: 10px solid #cd8323;
    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: rgba(205, 131, 35, 0.75);
    height: 60px;
    width: 60px;
    border-radius: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.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;
}

.owl-next:focus, .owl-prev:focus { outline: none; }

.lang-list__item {
    list-style: none;
    float: left;
}

.ba, .bb {
    position: relative;
    z-index: 3;
}

.ba:after, .bb:before {
    position: absolute;
    content: '';
}

.b-white:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #ffffff;
}

.b-white:after {
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: transparent;
}

.ri__bottom:before {
    margin-left: -20px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #cd8323;
    border-left-width: 20px;
    border-left-style: solid;
    border-right-width: 20px;
    border-right-style: solid;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    position: absolute;
    top: -20px;
    left: 50%;
    content: '';
}

.form-control--custom {
    background-color: #f5f5f5;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #474644;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #f9f9f9;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #474644 !important;
}
					
input:-moz-placeholder {
    color: #474644 !important;  
}
					
input::-moz-placeholder {
    color: #474644 !important;  
}
					
input:-ms-input-placeholder {  
    color: #474644 !important;  
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #474644 !important;
}
					
textarea:-moz-placeholder {
    color: #474644 !important;  
}
					
textarea::-moz-placeholder {
    color: #474644 !important;  
}
					
textarea:-ms-input-placeholder {  
    color: #474644 !important;  
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    margin 10px 0;
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
    content: '\f00c';
}

div.wpcf7-validation-errors:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}