html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 30px 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.8em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

table tr th {
    background-color: #525252;
    border-color: #ADADAD;
    color: #ffffff;
}

table tr td {
    border-color: #ADADAD;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

iframe {
    border: 0;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Arial', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.spacer_30 {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

*:focus {
    outline: none;
}

/* INFO BAR */
.info_bar {
    width: calc(100% - 10%);
    height: auto;
    padding: 5px 5%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #252525;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .info_bar {
        width: calc(100% - 20px);
        padding: 5px 10px;
    }
}

.slogan {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .slogan {
        width: 100%;
        padding: 0 0 5px 0;
        display: table;
        position: relative;
        font-size: 0.9em;
        text-align: center;
        margin: 0 auto;
    }
}

.socials {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 560px) {
    .socials {
        width: 100%;
        display: table;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
}

.socials i {
    color: #1968b2;
    font-size: 1.2em;
    padding: 0 2px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .socials i {
        font-size: 1.1em;
    }
}

.socials i:hover {
    transform: scale(1.2, 1.2);
    z-index: 2;
}

/* HEADER TOP */
.header {
    width: calc(100% - 10%);
    height: auto;
    padding: 10px 5% 50px 5%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-color: #e5e5e5;
    background-image: linear-gradient(#e5e5e5, #bcbcbc);
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .header {
        width: calc(100% - 20px);
        padding: 10px 10px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        padding: 5px 10px;
    }
}

.logo {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .logo {
        width: 100%;
        padding: 0 0 10px 0;
        display: table;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .logo {
        padding: 0;
    }
}

.logo_main {
    width: auto;
    height: 120px;
    display: table;
}

@media screen and (max-width: 1080px) {
    .logo_main {
        height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .logo_main {
        display: none;
    }
}

.logo_mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .logo_mobile {
        width: auto;
        height: 80px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        clear: both;
        text-align: center;
        display: table;
    }
}

@media screen and (max-width: 440px) {
    .logo_mobile {
        height: 60px;
    }
}

.logo_sticky {
    display: none;
}

.contacts {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .contacts {
        width: 100%;
        display: table;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .contacts {
        display: none;
    }
}

.contact_holder {
    width: auto;
    height: auto;
    padding: 0 0 0 40px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    display: table;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact_holder {
        padding: 0 20px;
        margin: 0 auto;
        float: none;
        display: inline-block;
    }
}

.contact_icon {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #8a8a8a;
    font-size: 30px;
}

@media screen and (max-width: 1080px) {
    .contact_icon {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .contact_icon {
        display: none;
    }
}

.contact_info {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .contact_info {
        text-align: center;
    }
}

.contact_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: right;
    font-size: 1.0em;
    line-height: 1.3em;
    color: #1968b2;
}

@media screen and (max-width: 1080px) {
    .contact_title {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
    .contact_title {
        text-align: center;
    }
}

.contact_title a,
.contact_title a:visited {
    color: #1968b2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact_title a:hover,
.contact_title a:visited:hover {
    color: #0e4578;
}

.contact_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    text-align: right;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #252525;
}

@media screen and (max-width: 767px) {
    .contact_description {
        text-align: center;
    }
}

/* MENU BAR */
.menu_bar {
    width: calc(100% - 10%);
    height: auto;
    padding: 0;
    margin: -28px 5% 0 auto;
    position: relative;
    clear: both;
    background-color: #252525;
    display: table;
    z-index: 1001;
}

@media screen and (max-width: 1080px) {
    .menu_bar {
        width: calc(100% - 10px);
        margin: 0 auto;
        padding: 0 0 0 10px;
    }
}

.menu_bar.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu_bar.sticky + .content {
    padding-top: 150px;
}

.navigation {
    width: auto;
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .navigation {
        padding: 0;
    }
}

.enquiry_button {
    width: auto;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.enquiry_button a,
.enquiry_button a:visited {
    width: auto;
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
    background-color: #1968b2;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.9em;
    display: table;
    float: right;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.enquiry_button a:hover,
.enquiry_button a:visited:hover {
    background-color: #041e37;
}

/* SLIDER IMAGES */
.slider {
    clear: both;
    display: table;
    height: auto;
    margin: -28px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .slider {
        margin: 0 auto;
    }
}

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

.bxslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .bxslider {
        padding-bottom: 60% !important;
    }
}

@media screen and (max-width: 560px) {
    .bxslider {
        padding-bottom: 65% !important;
    }
}

@media screen and (max-width: 440px) {
    .bxslider {
        padding-bottom: 75% !important;
    }
}

.slider_info {
    width: calc(60% - 5%);
    height: auto;
    padding: 0 5% 0 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    z-index: 4;
    animation: animateSliderInfo 1.5s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_info {
        width: calc(70% - 5%);
    }
}

@media screen and (max-width: 767px) {
    .slider_info {
        width: calc(100% - 10%);
        padding: 0 5%;
        top: -100%;
    }
}

@keyframes animateSliderInfo {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    @keyframes animateSliderInfo {
        0% {
            right: 0;
            top: -100%;
        }
        100% {
            right: 0;
            top: 50%;
        }
    }
}

.slider_title {
    color: #ffffff;
    font-size: 3.2vw;
    line-height: 1.0em;
    font-weight: 700;
    margin: 5px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .slider_title {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 767px) {
    .slider_title {
        font-size: 4.2vw;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 4.8vw;
    }
}

@media screen and (max-width: 440px) {
    .slider_title {
        font-size: 1.2em;
    }
}

.slider_description {
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.3em;
    font-weight: 500;
    margin: 5px 0;
    padding: 0;
    text-align: right;
}

@media screen and (max-width: 1080px) {
    .slider_description {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 767px) {
    .slider_description {
        display: none;
    }
}

.slider_button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    display: table;
}

@media screen and (max-width: 767px) {
    .slider_button {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

.slider_button a,
.slider_button a:visited {
    width: auto;
    height: auto;
    padding: 1.2vw 2.2vw;
    margin: 10px 0;
    position: relative;
    display: table;
    color: #ffffff;
    background-color: #1968b2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 1.0em;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 1.6vw 2.6vw;
    }
}

@media screen and (max-width: 767px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 2.0vw 4.0vw;
    }
}

@media screen and (max-width: 560px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 3.0vw 6.0vw;
    }
}

@media screen and (max-width: 440px) {
    .slider_button a,
    .slider_button a:visited {
        padding: 12px 30px;
        font-size: 0.9em;
    }
}

.slider_button a:hover,
.slider_button a:visited:hover {
    background-color: #041e37;
}

.slider_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.slider_info_box {
    width: 20%;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: calc(2.5% - 5px);
    transform: translateY(-50%);
    border: 10px solid #6b6b6b;
    z-index: 3;
    opacity: 0.0;
    animation: animateSliderInfoBox 1.0s ease-in-out 0.5s 1 forwards;
}

@media screen and (max-width: 1080px) {
    .slider_info_box {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .slider_info_box {
        width: 40%;
        margin: 0 auto;
        top: 100%;
        right: 0;
        left: 0;
        border: 5px solid #6b6b6b;
    }
}

@media screen and (max-width: 560px) {
    .slider_info_box {
        display: none;
    }
}

@keyframes animateSliderInfoBox {
    0% {
        height: 0;
        opacity: 0.0;
    }
    100% {
        height: 70%;
        opacity: 1.0;
    }
}

@media screen and (max-width: 767px) {
    @keyframes animateSliderInfoBox {
        0% {
            height: 0;
            opacity: 0.0;
            top: 100%;
        }
        100% {
            height: 70%;
            opacity: 1.0;
            top: 50%;
        }
    }
}

/* READ MORE BOXES */
.qboxes {
    width: calc(100% - 5px);
    height: auto;
    padding: 0;
    margin: 10px 2.5px 0 2.5px;
    position: relative;
    clear: both;
    display: table;
    overflow-x: hidden;
    overflow-y: auto;
}

.qbox_link {
    text-decoration: none;
}

.qbox_holder {
    width: calc(100% / 3 - 10px - 40px);
    height: auto;
    padding: 20px;
    margin: 0 5px;
    position: relative;
    clear: none;
    float: left;
    background-image: url('../images/qboxes_bg_filter.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 560px) {
    .qbox_holder {
        width: calc(100% / 1 - 10px - 40px);
        margin: 0 5px 10px 5px;
        clear: both;
        float: none;
        background-position: right center;
    }
}

.qbox_link:nth-child(1) .qbox_holder,
.qbox_link:nth-child(3) .qbox_holder {
    background-color: #041e37;
}

.qbox_link:nth-child(2) .qbox_holder {
    background-color: #021120;
}

.qbox_link:hover .qbox_holder {
    background-color: #000000;
    transform: scale(1.03, 1.03);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .qbox_link:hover .qbox_holder {
        transform: scale(1.00, 1.00);
    }
}

.qbox_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
    clear: both;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    color: #041e37;
    background-color: #ffffff;
    font-size: 34px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
    .qbox_icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }
}

@media screen and (max-width: 560px) {
    .qbox_icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 34px;
    }
}

@media screen and (max-width: 440px) {
    .qbox_icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
    }
}

.qbox_link:hover .qbox_icon {
    transform: rotate(360deg);
}

.qbox_info {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.qbox_title {
    width: 100%;
    height: 4.6vw;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 1080px) {
    .qbox_title {
        height: 4.0vw;
        font-size: 2.0vw;
    }
}

@media screen and (max-width: 767px) {
    .qbox_title {
        height: 7.0vw;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 560px) {
    .qbox_title {
        height: auto;
        padding: 0;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 440px) {
    .qbox_title {
        height: auto;
        padding: 0;
        font-size: 1.2em;
    }
}

.qbox_description {
    width: 100%;
    height: 5.6vw;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.3em;
    color: #ffffff;
}

@media screen and (max-width: 1080px) {
    .qbox_description {
        display: none;
    }
}

/* MAIN CONTENT */
.content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .content {
        background-image: none;
    }
}

.content_inner {
    width: 1000px;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .content_inner {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
}

.content_h2_header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #525252;
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.6em;
    }
}

.content_h2_header_line {
    width: 50%;
    height: 2px;
    padding: 0;
    margin: 0 0 20px 50%;
    position: relative;
    clear: both;
    background-color: #1968b2;
    display: table;
}

@media screen and (max-width: 767px) {
    .content_h2_header_line {
        display: none;
    }
}

.content p {
    text-align: justify;
    line-height: 1.4em;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

/* PAGE IMAGES */
.page_images {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.page_image_link {
    text-decoration: none;
}

.page_images_container {
    height: auto;
    padding-bottom: calc(100% / 3 / 1.6 - 10px);
    margin: 5px;
    position: relative;
    clear: none;
    float: left;
    background-color: #c4c4c4;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page_images_container_stretch1 {
    width: calc(100% / 3 * 1 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch1 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch2 {
    width: calc(100% / 3 * 2 - 10px);
    padding-bottom: calc(100% / 2.4 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch2 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_images_container_stretch3 {
    width: calc(100% / 3 * 3 - 10px);
    padding-bottom: calc(100% / 3 / 2.0 * 3 - 10px);
}

@media screen and (max-width: 560px) {
    .page_images_container_stretch3 {
        width: calc(100% / 1 * 1 - 10px);
        padding-bottom: calc(100% / 3 / 1.6 * 1 - 10px);
        padding-bottom: calc(100% / 2 - 10px);
    }
}

.page_image_title {
    width: calc(100% - 20px);
    height: auto;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
}

.page_image_link:hover .page_image_title {
    display: none;
}

.page_image_filter {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page_image_link:hover .page_image_filter {
    background-color: rgba(0, 0, 0, 0.0);
}

/* PAGE BUTTONS */
.page_buttons {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    text-align: center;
}

.pg_btn {
    min-width: 200px;
    height: auto;
    padding: 15px 10px;
    margin: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1968b2;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .pg_btn {
        min-width: 180px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 560px) {
    .pg_btn {
        min-width: none;
        display: table;
        font-size: 0.9em;
        width: calc(100% - 20px - 10px);
    }
}

.pg_btn:hover {
    background-color: #041e37;
    color: #ffffff;
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.contact_blocks_left {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 10px 0 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_left {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_blocks_right {
    width: calc(50% - 10px);
    height: auto;
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
}

@media screen and (max-width: 560px) {
    .contact_blocks_right {
        width: 100%;
        clear: both;
        float: none;
        padding: 0;
    }
}

.contact_block_holder {
    width: calc(100% - 10px);
    height: auto;
    padding: 0;
    margin: 10px 5px;
    position: relative;
    clear: none;
    float: left;
    display: table;
}

.contact_block_icon {
    width: 36px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.contact_block_icon .fas {
    font-size: 34px;
    color: #1968b2;
}

.contact_block_info {
    width: calc(100% - 36px - 10px);
    height: auto;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: top;
}

.contact_block_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    clear: both;
    display: table;
    font-size: 1.2em;
    font-weight: 600;
    color: #363636;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .contact_block_description {
        font-size: 1.1em;
    }
}

.contact_block_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.0em;
    font-weight: 500;
    color: #000000;
}

@media screen and (max-width: 560px) {
    .contact_block_content {
        font-size: 0.9em;
    }
}

.contact_block_content a,
.contact_block_content a:visited {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* INSERTS */
.inserts {
    background-attachment: scroll, scroll, scroll, fixed;
    background-position: center top, center bottom, center center, center center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 100% 50px, 100% 50px, cover, cover;
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 70px 5%;
    position: relative;
    width: calc(100% - 10%);
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .inserts {
        padding: 50px 5%;
        background-size: 100% 30px, 100% 30px, cover, cover;
    }
}

@media screen and (max-width: 560px) {
    .inserts {
        padding: 50px 5%;
        background-image: url('../images/inserts_top.png'), url('../images/inserts_bottom.png'), none, none !important;
        background-color: #041e37;
    }
}

.insert_header {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 3.2em;
    font-weight: 700;
    height: auto;
    margin: 10px auto;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    line-height: 1.1em;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .insert_header {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 1080px) {
    .insert_header {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 767px) {
    .insert_header {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 560px) {
    .insert_header {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 440px) {
    .insert_header {
        font-size: 1.8em;
    }
}

.insert_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-size: 1.2em;
    height: auto;
    margin: 10px auto;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 1.4em;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .insert_description {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .insert_description {
        font-size: 1.0em;
    }
}

.insert_button {
    clear: both;
    display: table;
    height: auto;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: auto;
    display: table;
}

.insert_button a,
.insert_button a:visited {
    background-color: #1968b2;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

@media screen and (max-width: 1080px) {
    .insert_button a,
    .insert_button a:visited {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 560px) {
    .insert_button a,
    .insert_button a:visited {
        font-size: 0.9em;
        padding: 12px 22px;
    }
}

.insert_button a:hover,
.insert_button a:visited:hover {
    background-color: #041e37;
    color: #ffffff;
}

@media screen and (max-width: 560px) {
    .insert_button a:hover,
    .insert_button a:visited:hover {
        background-color: #000000;
    }
}

/* LOGO SLIDER */
.logo_slider {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 5px auto 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* MAP */
.mapouter {
    text-align: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 5px auto 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.gmap_canvas {
    background: none !important;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/* FOOTER */
.footer {
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 10px 20px 70px 20px;
    position: relative;
    width: calc(100% - 40px);
    overflow: hidden;
}

.footer_nowapp {
    padding: 10px 20px 20px 20px;
}

.footer_socials {
    display: table;
    height: auto;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.footer_socials i {
    border: 1px solid #1968b2;
    color: #1968b2;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 40px;
}

.footer_socials i:hover {
    background-color: #1968b2;
    color: #e5e5e5;
}

.footer_addresses {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.footer_address_holder {
    width: calc(50% - 20px);
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    color: #252525;
    font-size: 1.0em;
    line-height: 1.2em;
}

@media screen and (max-width: 767px) {
    .footer_address_holder {
        width: 100%;
        margin: 10px auto;
        clear: both;
        font-size: 0.9em;
    }
}

.footer_address_holder:nth-child(1) {
    text-align: left;
    float: left;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(1) {
        text-align: center;
        float: none;
    }
}

.footer_address_holder:nth-child(2) {
    text-align: right;
    float: right;
}

@media screen and (max-width: 767px) {
    .footer_address_holder:nth-child(2) {
        text-align: center;
        float: none;
    }
}

.footer_address_header {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.privacy_policy {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center;
    display: table;
    color: #525252;
    font-size: 1.1em;
    line-height: 1.0em;
}

@media screen and (max-width: 560px) {
    .privacy_policy {
        font-size: 1.0em;
    }
}

.privacy_policy a,
.privacy_policy a:visited {
    color: #525252;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
    color: #000000;
}

.credentials {
    clear: both;
    color: #000000;
    display: table;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #000000;
    display: table;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #525252;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #000000;
    text-decoration: underline;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
    width: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1005;
}

.whatsapp_button img {
    width: auto;
    height: 45px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    border: 2px solid #525252;
    border-radius: 6px 6px 0 6px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #525252;
    opacity: 0.0;
    animation: animateWhatsappPopup 1.5s ease-in-out 5.0s 1 forwards;
}

@keyframes animateWhatsappPopup {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.whatsapp_link:hover img {
    transform: scale(1.1, 1.1);
}

/* CONTENT BOXES */
.content_boxes {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.content_box_holder {
    width: calc(100% - 30px - 2px);
    height: auto;
    padding: 15px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
    width: 260px;
    height: 260px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 767px) {
    .content_box_photo {
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 560px) {
    .content_box_photo {
        display: none;
    }
}

.content_box_photo_top {
    display: block;
}

.content_box_photo_bottom {
    display: none;
}

@media screen and (max-width: 560px) {
    .content_box_photo_bottom {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin: 10px auto 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .content_box_photo_top {
        display: none;
    }
}

.content_box_info {
    width: calc(100% - 25px - 260px);
    height: 260px;
    padding: 0 10px 0 15px;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .content_box_info {
        width: calc(100% - 25px - 230px);
        height: 230px;
    }
}

@media screen and (max-width: 560px) {
    .content_box_info {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
}

/* width */
.content_box_info::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content_box_info_full {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 0 10px 0 0;
}

.content_box_main_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #646464;
    line-height: 1.1em;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1080px) {
    .content_box_main_title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .content_box_main_title {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 560px) {
    .content_box_main_title {
        font-size: 1.3em;
        text-align: center;
    }
}

.content_box_sub_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    font-size: 1.2em;
    color: #6d6d6d;
    line-height: 1.1em;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1080px) {
    .content_box_sub_title {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .content_box_sub_title {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 560px) {
    .content_box_sub_title {
        font-size: 1.0em;
        text-align: center;
    }
}

.content_box_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
}

.content_box_content p {
    text-align: justify;
    line-height: 1.4em;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 5px 0;
}

/* PHOTO GALLERY */
.album_gallery,
.photo_gallery {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.album_header_name {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 5px 10px;
    margin: 0 auto 2px auto;
    position: relative;
    clear: both;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Font Awesome 5 Pro', 'Arial', sans-serif;
    line-height: 1.0em;
}

.album_header_name a,
.album_header_name a:visited {
    color: #ffffff;
    text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

.album_holder {
    background-attachment: scroll;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #e5e5e5;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding-bottom: calc(100% / 3 - 4px);
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 1080px) {
    .album_holder {
        padding-bottom: calc(100% / 2 - 4px);
        width: calc(100% / 2 - 4px);
    }
}

.album_holder_stretch_1 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_1 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_2 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 2 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_2 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_holder_stretch_3 {
    padding-bottom: calc(100% / 3 - 4px);
    width: calc(100% / 3 * 3 - 4px);
}

@media screen and (max-width: 560px) {
    .album_holder_stretch_3 {
        padding-bottom: calc(100% / 1 - 4px);
        width: calc(100% / 1 - 4px);
    }
}

.album_title {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    height: 30px;
    left: 0;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 0.8em;
    position: absolute;
    font-weight: 600;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 20px);
}

.album_holder:hover .album_title {
    height: calc(100% - 10px);
}

.album_icon {
    color: #1968b2;
    display: none;
    font-size: 50px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    z-index: 3;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.album_holder:hover .album_icon {
    display: table;
    opacity: 1.0;
}

.album_button {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    position: relative;
    text-align: center;
    width: auto;
}

.album_button a,
.album_button a:visited {
    border: 1px solid #AFB374;
    color: #AFB374;
    font-family: 'Font Awesome 5 Pro', 'Poppins', sans-serif;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
    border: 1px solid #4e502e;
    color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
    background-color: #ffffff;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0 0;
    position: relative;
    width: 100%;
}

.video_gallery_holder {
    background-color: #eeeeee;
    clear: none;
    display: table;
    float: left;
    height: 100%;
    margin: 10px;
    overflow: hidden;
    padding-bottom: calc(100% / 4 - 20px);
    position: relative;
    width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
    .video_gallery_holder {
        clear: both;
        float: none;
        padding-bottom: calc(100% / 2 - 20px);
        width: calc(100% / 1 - 20px);
    }
}

.resp_iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* COOKIES NOTICE */
.cookie_notice {
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    margin: 0 auto;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 1200;
    background-color: #3a3a3a;
    animation: animateCookieNotice 5.0s ease-in-out 0.0s 1 forwards;
}

@media screen and (max-width: 300px) {
    .cookie_notice {
        width: 300px;
    }
}

@keyframes animateCookieNotice {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

.cookie_notice_header {
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-weight: 600;
    color: #c4c4c4;
    font-size: 1.2em;
}

@media screen and (max-width: 1080px) {
    .cookie_notice_header {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    .cookie_notice_header {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 560px) {
    .cookie_notice_header {
        font-size: 1.1em;
    }
}

.cookie_notice_text {
    width: calc(100% - 20px - 100px);
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .cookie_notice_text {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 560px) {
    .cookie_notice_text {
        width: calc(100%);
        padding: 0 0 10px 0;
        display: table;
        position: relative;
        clear: both;
        font-size: 0.7em;
    }
}

.cookie_notice_buttons {
    width: 100px;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons {
        width: 100%;
        display: table;
        position: relative;
        clear: both;
    }
}

.cookie_notice_buttons input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: #1968b2;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .cookie_notice_buttons input[type="submit"] {
        font-size: 0.9em;
    }
}

.cookie_notice_buttons input[type="submit"]:hover {
    background-color: #041e37;
}

/* FORM STYLING */
.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    width: 48%;
}

@media screen and (max-width: 560px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 2%;
    padding: 0;
    position: relative;
    width: 48%;
}

@media screen and (max-width: 560px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_group_1_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_1_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_group_2_3 {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 2%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 4%);
}

@media screen and (max-width: 560px) {
    .form_group_2_3 {
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
    }
}

.form_group_3_3 {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 2%;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
    .form_group_3_3 {
        margin: 0 0 25px 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Arial', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
}

label.error {
    color: #ff0000;
    font-size: 0.7em;
    font-weight: 500;
    position: relative;
    float: right;
    padding: 2px 0 0 0;
}

label.error:before {
    content: '\f06a';
    color: #ff0000;
    padding: 0 2px 0 0;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Arial', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Arial', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Arial', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #1968b2;
    clear: none;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'Font Awesome 5 Pro', 'Poppins', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    border: 0;
    color: #ffffff;
    background-color: #041e37;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-size: 0.8em;
    height: auto;
    margin: 2px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}

/* PAGING */
.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 0 2px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 22px;
    font-family: 'Font Awesome 5 Pro', sans-serif;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #686b3e;
    color: #ffffff;
}

.paging_current {
    background-color: #AFB374;
    color: #ffffff;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

.paging_holder {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: auto;
}
