:root {
    --bs-body-bg: #fafbfc;
}

body.path-frontpage {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.path-frontpage {
    width: 100% !important;
}

.path-frontpage .container-fluid {
    padding: 0;
}

.path-frontpage .mm-page {
    background-color: transparent;
}

.path-frontpage .dialog-off-canvas-main-canvas,
.path-frontpagefooter,
.path-frontpage.copyright {
    max-width: 100%;
}

.path-frontpage .socialbuttons {
    display: none;
}

.container2 {
    margin-top: 50px !important;
}

@media (min-width: 992px) {
    .path-frontpage .pb-lg-40 {
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .pt-lg-50 {
        padding-top: 4.8rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .mb-lg-30 {
        margin-bottom: 3.175rem !important;
    }
}


/* pero */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

body.path-frontpage {
    min-width: 360px;
}

@media (max-width: 1199.98px) {
    body.path-frontpage {
        line-height: 1.75;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    body.path-frontpage {
        line-height: 1.5;
    }
}

@media (max-width: 575.98px) {
    body.path-frontpage {
        font-size: 14px;
    }
}

body.path-frontpage.nav-active {
    overflow: hidden;
}

.path-frontpage h1,
.path-frontpage .h1,
.path-frontpage h2,
.path-frontpage .h2,
.path-frontpage h3,
.path-frontpage .h3,
.path-frontpage h4,
.path-frontpage .h4,
.path-frontpage h5,
.path-frontpage .h5,
.path-frontpage h6,
.path-frontpage .h6 {
    color: #344e5a;
    text-transform: uppercase;
}

.path-frontpage h1 {
    display: block;
}

.path-frontpage .h-100 {
    height: 100% !important;
}

.path-frontpage .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (min-width: 992px) {
    .path-frontpage .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

.path-frontpage .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.path-frontpage .row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.path-frontpage .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.path-frontpage .container {
    max-width: 1530px;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1549.98px) {
    h1,
    .h1 {
        font-size: 48px;
    }
}

@media (max-width: 1374.98px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 1199.98px) {
    h1,
    .h1 {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    h1,
    .h1 {
        font-size: 30px;
    }
}

@media (max-width: 1549.98px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}

@media (max-width: 1374.98px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199.98px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    h2,
    .h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    h2,
    .h2 {
        font-size: 24px;
    }
}

.path-frontpage h2 span,
.path-frontpage .h2 span {
    color: #d3ab5c;
}

@media (max-width: 1374.98px) {
    h3,
    .h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    h3,
    .h3 {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    h3,
    .h3 {
        font-size: 24px;
    }
}

@media (max-width: 1374.98px) {
    h4,
    .h4 {
        font-size: 27px;
    }
}

@media (max-width: 1199.98px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    h4,
    .h4 {
        font-size: 21px;
    }
}

@media (max-width: 991.98px) {
    h5,
    .h5 {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    h5,
    .h5 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    p {
        margin: 0 0 15px;
    }
}

.path-frontpage a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.path-frontpage .text-link {
    color: #ffca1d;
    font-weight: 600;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .text-link {
        font-size: 18px;
    }
}

.path-frontpage .text-link:hover {
    color: #220389;
}

.path-frontpage #wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    top: 1px;
}

.path-frontpage .btn {
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 18px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
}

.path-frontpage #languageSelector {
    top: -3px;
    display: block;
    color: white;
    right: 6px;
    z-index: 4;
}

.path-frontpage.lang-ar #languageSelector {
    max-width: 120px;
    left: auto;
}

.path-frontpage #languageSelector a {
    color: #000;
    display: block;
    padding: 3px 8px;
}

.path-frontpage .selector-display {
    position: relative;
    top: -12px;
}

#header .btn {
    z-index: 1;
}

@media (max-width: 1374.98px) {
    .btn {
        padding: 10px 20px;
    }
}

.path-frontpage .btn:before {
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.path-frontpage .btn span {
    z-index: 2;
}

.path-frontpage .btn:hover:before {
    width: 100%;
}

.path-frontpage .btn.path-frontpage .btn-primary {
    color: #fff;
    background: #d3ab5c;
}

.path-frontpage .btn.path-frontpage .btn-primary:focus,
.path-frontpage .btn.path-frontpage .btn-primary:active,
.path-frontpage .btn.path-frontpage .btn-primary:first-child:active {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-primary:hover:before {
    background: #c69636;
}

.path-frontpage .btn.path-frontpage .btn-info {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-info:focus,
.path-frontpage .btn.path-frontpage .btn-info:active,
.path-frontpage .btn.path-frontpage .btn-info:first-child:active {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-info:hover:before {
    background: #ffca1d;
}

.path-frontpage .btn.path-frontpage .btn-link {
    color: #000;
    text-decoration: underline;
}

.path-frontpage .btn.path-frontpage .btn-link:hover,
.path-frontpage .btn.path-frontpage .btn-link:focus {
    color: #ffca1d;
}

@media (max-width: 1374.98px) {
    .path-frontpage .btn-sm {
        padding: 10px 28px;
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .btn.path-frontpage .btn-sm {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.path-frontpage .btn.path-frontpage .btn-green,
.path-frontpage .btn.path-frontpage .btn-orange,
.path-frontpage .btn.path-frontpage .btn-brown {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-green:focus,
.path-frontpage .btn.path-frontpage .btn-green:active,
.path-frontpage .btn.path-frontpage .btn-green:first-child:active,
.path-frontpage .btn.path-frontpage .btn-orange:focus,
.path-frontpage .btn.path-frontpage .btn-orange:active,
.path-frontpage .btn.path-frontpage .btn-orange:first-child:active,
.path-frontpage .btn.path-frontpage .btn-brown:focus,
.path-frontpage .btn.path-frontpage .btn-brown:active,
.path-frontpage .btn.path-frontpage .btn-brown:first-child:active {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-green:before,
.path-frontpage .btn.path-frontpage .btn-orange:before,
.path-frontpage .btn.path-frontpage .btn-brown:before {
    opacity: 0.5;
}

.path-frontpage .btn.path-frontpage .btn-green.path-frontpage .btn-sm,
.path-frontpage .btn.path-frontpage .btn-orange.path-frontpage .btn-sm,
.path-frontpage .btn.path-frontpage .btn-brown.path-frontpage .btn-sm {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
}

@media (max-width: 767.98px) {
    .btn.path-frontpage .btn-green.path-frontpage .btn-sm,
    .btn.path-frontpage .btn-orange.path-frontpage .btn-sm,
    .btn.path-frontpage .btn-brown.path-frontpage .btn-sm {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.path-frontpage .btn.path-frontpage .btn-green:hover:before {
    background: #203818;
}

.path-frontpage .btn.path-frontpage .btn-orange:hover:before,
.path-frontpage .btn.path-frontpage .btn-brown:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

.path-frontpage .btn.path-frontpage .btn-dark-yellow,
.path-frontpage .btn.path-frontpage .btn-white {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-dark-yellow:focus,
.path-frontpage .btn.path-frontpage .btn-dark-yellow:active,
.path-frontpage .btn.path-frontpage .btn-dark-yellow:first-child:active,
.path-frontpage .btn.path-frontpage .btn-white:focus,
.path-frontpage .btn.path-frontpage .btn-white:active,
.path-frontpage .btn.path-frontpage .btn-white:first-child:active {
    color: #fff;
}

.path-frontpage .btn.path-frontpage .btn-dark-yellow:before,
.path-frontpage .btn.path-frontpage .btn-white:before {
    opacity: 0.5;
}

.path-frontpage .btn.path-frontpage .btn-dark-yellow:hover:before,
.path-frontpage .btn.path-frontpage .btn-white:hover:before {
    background: #bf8300;
}

.path-frontpage .btn.path-frontpage .btn-dark-yellow.path-frontpage .btn-sm,
.path-frontpage .btn.path-frontpage .btn-white.path-frontpage .btn-sm {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.path-frontpage .btn.path-frontpage .btn-white {
    color: #000;
    background: #fff;
}

.path-frontpage .btn.path-frontpage .btn-white:hover:before {
    background: #bfbfbf;
}

.path-frontpage .btn.path-frontpage .btn-outline-primary {
    color: #d3ab5c;
    border: 2px solid #d3ab5c;
}

.path-frontpage .btn.path-frontpage .btn-outline-primary:hover {
    color: #fff;
    background: #d3ab5c;
}

.path-frontpage .btn .btn-text {
    position: relative;
    z-index: 1;
}

.path-frontpage .form-group {
    z-index: 1;
    margin: 0 0 30px;
    position: relative;
}

@media (min-width: 1200px) {
    .form-group {
        margin: 0 0 54px;
    }
}

.path-frontpage .form-group label {
    top: -11px;
    left: 15px;
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    padding: 4px 15px;
    position: absolute;
    background: #fafafa;
}

@media (min-width: 992px) {
    .form-group label {
        top: -14px;
        font-size: 18px;
        padding: 5px 20px;
    }
}

@media (min-width: 1200px) {
    .form-group label {
        left: 19px;
        padding: 5px 27px;
    }
}

.path-frontpage .form-group label sup {
    color: #f00;
}

.path-frontpage .form-control,
.path-frontpage .select2 .selection .select2-selection--single {
    color: #000;
    line-height: 1;
    font-size: 16px;
    border-radius: 0;
    font-family: Inter;
    padding: 12px 15px;
    border-color: #d3ab5c;
}

@media (min-width: 992px) {
    .form-control,
    .select2 .selection .select2-selection--single {
        padding: 15px 19px;
    }
}

@media (min-width: 1200px) {
    .form-control,
    .select2 .selection .select2-selection--single {
        padding: 19px;
    }
}

.path-frontpage .form-control:focus,
.path-frontpage .select2 .selection .select2-selection--single:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d3ab5c;
}

.path-frontpage .form-control::-webkit-input-placeholder,
.path-frontpage .select2 .selection .select2-selection--single::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.path-frontpage .form-control::-moz-placeholder,
.path-frontpage .select2 .selection .select2-selection--single::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.path-frontpage .form-control:-ms-input-placeholder,
.path-frontpage .select2 .selection .select2-selection--single:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.path-frontpage .form-control::-ms-input-placeholder,
.path-frontpage .select2 .selection .select2-selection--single::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.path-frontpage .form-control::placeholder,
.path-frontpage .select2 .selection .select2-selection--single::placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.path-frontpage textarea {
    resize: none;
}

.path-frontpage textarea.path-frontpage .form-control {
    overflow: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 215px;
    max-height: 215px;
}

.path-frontpage.select2 {
    width: 100% !important;
}

.path-frontpage.select2 .selection {
    padding: 0;
}

.path-frontpage .select2 .selection .select2-selection--single {
    height: auto;
    padding: 8px 15px;
    border-radius: 0;
    background: none;
    border: 1px solid #d3ab5c;
}

@media (min-width: 992px) {
    .select2 .selection .select2-selection--single {
        padding: 10px 19px;
    }
}

@media (min-width: 1200px) {
    .select2 .selection .select2-selection--single {
        padding: 15px 19px;
    }
}

.path-frontpage .select2 .select2-selection__arrow {
    top: 50% !important;
    right: 15px !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.path-frontpage .select2 .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent !important;
}

.path-frontpage .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent !important;
}

.path-frontpage .select2-container--default .select2-results__option--selected {
    padding: 5px 15px;
    background: #fafafa;
}

.path-frontpage .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 5px 15px;
    background: #d3ab5c;
}

.path-frontpage .bg-light-gray {
    background: #fafafa !important;
}


/* Slick slider styles */

.path-frontpage .slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.path-frontpage .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.path-frontpage .slick-list:focus {
    outline: none;
}

.path-frontpage .slick-list.dragging {
    cursor: pointer;
}

.path-frontpage .slick-slider .slick-track,
.path-frontpage .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.path-frontpage .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.path-frontpage .slick-loading .slick-track {
    visibility: hidden;
}

.path-frontpage .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

.path-frontpage [dir=rtl] .slick-slide {
    float: right;
}

.path-frontpage .slick-slide img {
    display: block;
}

.path-frontpage .slick-slide.slick-loading img {
    display: none;
}

.path-frontpage .slick-slide.dragging img {
    pointer-events: none;
}

.path-frontpage .slick-initialized .slick-slide {
    display: block;
}

.path-frontpage .slick-loading .slick-slide {
    visibility: hidden;
}

.path-frontpage .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.path-frontpage .slick-arrow.slick-hidden {
    display: none;
}

.path-frontpage #header {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 18px 0;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.path-frontpage #header.sticky {
    position: fixed;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.path-frontpage .inner #header {
    position: relative;
    background: #344e5a;
}

.path-frontpage #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.path-frontpage #header .logo {
    display: block;
}

#header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 296px;
    flex: 0 0 296px;
}

@media (max-width: 1200px) {
    #header .logo {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    }
}

@media (min-width: 1375px) {
    #header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }
}

.path-frontpage #header .logo a {
    display: block;
}

.path-frontpage #header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1550px) {
    #header .btn {
        font-size: 14px;
        padding: 8px 16px;
        margin-right: 10px;
    }
    .lang-ru #header .btn {
        font-size: 12px;
    }
}

@media (max-width: 1549.98px) {
    #header .user-box {
        padding-left: 20px;
        padding-top: 15px;
    }
    .path-frontpage .user-box .btn {
        margin-bottom: 10px;
    }
}

.path-frontpage #header .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-drop {
    z-index: 3;
}

@media (min-width: 1550px) {
    #header .main-nav {
        width: calc(100% - 220px);
    }
    #header .main-nav .nav-drop {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.path-frontpage .nav-opener,
.path-frontpage .nav-close {
    width: 36px;
    height: 32px;
    position: relative;
}

.path-frontpage .nav-close {
    display: none !important;
}

.path-frontpage .nav-opener:before,
.path-frontpage .nav-opener:after,
.path-frontpage .nav-opener span,
.path-frontpage .nav-close:before,
.path-frontpage .nav-close:after,
.path-frontpage .nav-close span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.path-frontpage .nav-opener:before,
.path-frontpage .nav-close:before {
    top: 4px;
}

.path-frontpage .nav-opener:after,
.path-frontpage .nav-close:after {
    bottom: 4px;
}

.path-frontpage .nav-opener span,
.path-frontpage .nav-close span {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.path-frontpage .nav-opener:hover:before,
.path-frontpage .nav-opener:hover:after,
.path-frontpage .nav-opener:hover span,
.path-frontpage .nav-close:hover:before,
.path-frontpage .nav-close:hover:after,
.path-frontpage .nav-close:hover span {
    background: #d3ab5c;
}

.path-frontpage .nav-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.path-frontpage .nav-active .nav-close:before {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.path-frontpage .nav-active .nav-close:after {
    bottom: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.path-frontpage .nav-active .nav-close span {
    opacity: 0;
}

@media (min-width: 1550px) {
    .path-frontpage .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 1549.98px) {
    .nav-drop {
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        overflow: auto;
        position: fixed;
        background: #344e5a;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

@media (max-width: 1549.98px) {
    .nav-active .nav-drop {
        -webkit-transform: none;
        transform: none;
    }
}

.path-frontpage .nav-drop .btn {
    font-size: 14px;
}

.path-frontpage .navigation {
    margin: 25px 10px 0 0;
    font-size: 14px;
    list-style: none;
    line-height: 1.286;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1550px) {
    .navigation {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.path-frontpage .navigation>li {
    position: relative;
}

@media (min-width: 1550px) {
    .navigation>li {
        padding: 0 24px 0 0;
    }
}

@media (min-width: 1200px) {
    .navigation>li {
        padding: 0 14px 0 0;
    }
}

.path-frontpage .navigation>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*
.path-frontpage .navigation>li>a:not(.path-frontpage .btn) {
    color: #fff;
    padding: 10px 0;
}
*/

.path-frontpage .navigation>li>a:not(.path-frontpage .btn):hover {
    color: #d3ab5c;
}

.path-frontpage .navigation>li>a.dropdown-toggle:after {
    border: 0;
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    line-height: 1;
    position: relative;
    left: 3px;
}

@media (max-width: 1549.98px) {
    .navigation>li>a.dropdown-toggle:after {
        margin-top: 2px;
        margin-left: auto;
    }
}

@media (max-width: 1549.98px) {
    .navigation>li>a.dropdown-toggle.show {
        color: #d3ab5c;
    }
}

.path-frontpage .navigation>li:hover .dropdown-toggle {
    color: #d3ab5c;
}

.path-frontpage .navigation>li.active>a {
    color: #d3ab5c;
}

@media (min-width: 1550px) {
    .navigation>li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
}

.path-frontpage .navigation>li.text-login {
    font-weight: 700;
}

.path-frontpage .navigation>li.mega-menu {
    position: static;
}

.path-frontpage .navigation .dropdown-menu {
    border: 0;
    font-size: 14px;
    background: #fff;
    float: none;
}

@media (min-width: 1550px) {
    .navigation .dropdown-menu {
        max-height: 400px;
        overflow: auto;
    }
}

@media (min-width: 1550px) {
    .navigation .dropdown-menu {
        display: block;
        min-width: 220px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 1549.98px) {
    .navigation .dropdown-menu {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
        border-radius: 0;
        background: transparent;
    }
}

.path-frontpage .navigation .dropdown-menu li.active>a {
    color: #d3ab5c;
}

.path-frontpage .navigation .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

@media (max-width: 1549.98px) {
    .navigation .dropdown-menu .dropdown-item {
        border-radius: 5px;
    }
}

.path-frontpage .navigation .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #d3ab5c;
}

.path-frontpage .navigation .dropdown-menu.mega {
    width: 100%;
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1549.98px) {
    .navigation .dropdown-menu.mega {
        padding-top: 0;
        padding-bottom: 0;
        max-width: inherit;
        width: calc(100% + 30px);
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.path-frontpage .navigation .dropdown-menu.mega .container {
    display: block;
}

.path-frontpage .navigation .dropdown-menu.mega .title {
    display: block;
    padding: 0 15px;
    margin: 0 0 10px;
}

@media (max-width: 1549.98px) {
    .navigation .dropdown-menu.mega .title {
        margin: 5px 0;
        color: #fff;
    }
}

.path-frontpage .navigation .dropdown-menu.mega ul {
    padding-bottom: 10px;
}

.path-frontpage .navigation .dropdown-menu.mega .dropdown-item {
    border-radius: 7px;
}

.sticky-header .navigation>li>a:not(.path-frontpage .btn, :hover) {
    color: #fff;
}

@media (min-width: 1550px) {
    .sticky-header .navigation>li:hover .dropdown-toggle {
        color: #d3ab5c;
    }
}

.path-frontpage .sticky-header .nav-opener:not(:hover):before,
.path-frontpage .sticky-header .nav-opener:not(:hover):after,
.path-frontpage .sticky-header .nav-opener:not(:hover) span {
    background: #fff;
}

.path-frontpage .sticky-header .nav-opener:hover:before,
.path-frontpage .sticky-header .nav-opener:hover:after,
.path-frontpage .sticky-header .nav-opener:hover span {
    background: #d3ab5c;
}

.path-frontpage .visual {
    position: relative;
    padding: 80px 0 50px;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

@media (min-width: 768px) {
    .path-frontpage .visual {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .path-frontpage .visual {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .visual {
        padding: 0;
        height: 100vh;
        font-size: 18px;
    }
}

.path-frontpage .visual:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: rgba(52, 78, 90, 0.4);
}

.path-frontpage .visual.visual-with-slider {
    padding: 0;
    background: none;
}

@media (max-width: 1199.98px) {
    .path-frontpage .visual.visual-with-slider {
        height: 550px;
    }
}

.visual.visual-with-slider .visual-description {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.path-frontpage .visual .visual-slider {
    z-index: 1;
    height: 100%;
    position: relative;
}

.path-frontpage .visual .visual-slider .slick-list,
.path-frontpage .visual .visual-slider .slick-track,
.path-frontpage .visual .visual-slider .slick-slide,
.path-frontpage .visual .visual-slider .slick-slide>div,
.path-frontpage .visual .visual-slider .slide {
    height: 100%;
}

.path-frontpage .visual .visual-slider .slide-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.path-frontpage .visual .visual-slider .slide {
    overflow: hidden;
    position: relative;
}

.path-frontpage .visual .visual-slider .slide img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center bottom;
}

.path-frontpage .visual .visual-slider .slick-slide img {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.path-frontpage .visual .visual-slider .slick-slide.slick-current img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.path-frontpage .visual .container {
    z-index: 2;
    position: relative;
}

@media (min-width: 992px) {
    .path-frontpage .visual .container {
        margin-bottom: 0;
    }
}

.path-frontpage .visual .visual-textbox {
    text-align: center;
}

.path-frontpage .visual .visual-textbox h1,
.path-frontpage .visual .visual-textbox .h1 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .path-frontpage .visual .visual-textbox h1,
    .path-frontpage .visual .visual-textbox .h1 {
        margin: -70px 0 26px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .visual .visual-textbox h1,
    .path-frontpage .visual .visual-textbox .h1 {
        line-height: 1;
        font-size: 50px;
    }
}

@media (min-width: 1550px) {
    .path-frontpage .visual .visual-textbox h1,
    .path-frontpage .visual .visual-textbox .h1 {
        font-size: 60px;
    }
}

.path-frontpage .visual .visual-textbox p {
    color: #fff;
    font-size: 18px;
    max-width: 707px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 auto 10px;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {
    .path-frontpage .visual .visual-textbox p {
        margin: 0 auto 26px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .visual .visual-textbox p {
        font-size: 26px;
    }
}

.path-frontpage .visual .btn {
    padding: 12px 24px;
}

@media (min-width: 992px) {
    .path-frontpage .visual .btn {
        font-size: 18px;
        min-width: 140px;
    }
}

.path-frontpage .icon-scroll,
.path-frontpage .icon-scroll:before {
    position: absolute;
    left: 50%;
    z-index: 2;
}

.path-frontpage .icon-scroll {
    bottom: 20px;
    width: 40px;
    height: 70px;
    margin-left: -20px;
    margin-top: -35px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
}

.path-frontpage .icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.path-frontpage #main {
    overflow: hidden;
    padding: 0 0 40px;
    background: url("../img/lines-bg.png") no-repeat;
    background-size: contain;
    background-position: center top;
}

.path-frontpage .section {
    overflow: hidden;
}

.path-frontpage .section .section-header {
    overflow: hidden;
    text-align: center;
    max-width: 1047px;
    margin-left: auto;
    margin-right: auto;
}

.path-frontpage .section .section-header p {
    color: #000;
    font: 400 14px/1.5 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn.btn-primary {
    color: #fff;
    background: #d3ab5c;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn {
    --bs-btn-padding-x: 46px;
    --bs-btn-padding-y: 18px;
    --bs-btn-font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-btn-font-size: calc(1.275rem + 0.3vw);
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #2c2c2c;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 35px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn.btn-primary {
    color: #fff;
    background: #d3ab5c;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:first-child:active {
    color: #fff;
}

.btn.btn-primary:hover:before {
    background: #c69636;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .section .section-header p {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

@media (max-width: 700px) {
    .path-frontpage .btn.btn-primary {
        font-size: 15px;
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    .section .section-header p {
        margin: 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .section .section-header p {
        margin: 0 0 40px;
    }
}


/* Services Block */

.path-frontpage .services-block h2 {
    margin: 0;
}

.path-frontpage .services-block .section-header {
    margin: 0 auto 20px;
}

@media (min-width: 992px) {
    .path-frontpage .services-block .section-header {
        margin: 0 auto 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .section-header {
        margin: 0 auto 40px;
    }
}

.path-frontpage .services-block .section-header p {
    text-align: justify;
}

@media (min-width: 768px) {
    .path-frontpage .services-block .section-header p {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .services-block .section-header p {
        margin: 0 0 30px;
    }
}

.path-frontpage .services-block .services-frame {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    margin: 0 0 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .services-block .services-frame {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .services-block .services-frame {
        gap: 26px;
        -ms-grid-columns: 1fr 26px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .services-block .services-frame {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .services-block .services-frame.trade-services {
        gap: 20px;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    .services-block .services-frame.trade-services {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .services-block .services-frame.trade-services .service-card .text-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.path-frontpage .services-block .service-card {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #cfd7e0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .path-frontpage .services-block .service-card {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .services-block .service-card {
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .service-card {
        padding: 30px 30px 20px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .services-block .service-card {
        padding: 40px 40px 20px;
    }
}

.path-frontpage .services-block .service-card h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.path-frontpage .services-block .service-card h3 .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 8px;
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .service-card h3 .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
        flex: 0 0 72px;
    }
}

.path-frontpage .services-block .service-card .h3,
.path-frontpage .services-block .service-card .heading {
    display: block;
    color: #344e5a;
    text-transform: capitalize;
    font: 700 18px/1.273 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .service-card .h3,
    .path-frontpage .services-block .service-card .heading {
        font-size: 20px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .services-block .service-card .h3,
    .path-frontpage .services-block .service-card .heading {
        font-size: 22px;
    }
}

.path-frontpage .services-block .service-card p,
.path-frontpage .services-block .service-card .more {
    color: #000;
    font: 400 14px/1.556 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .services-block .service-card p,
    .path-frontpage .services-block .service-card .more {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .services-block .service-card p,
    .path-frontpage .services-block .service-card .more {
        margin: 0 0 24px;
    }
}

.path-frontpage .services-block .service-card .more {
    margin: 0;
    color: #d3ab5c;
    font-weight: 700;
    text-transform: uppercase;
}

.path-frontpage .services-block .service-card .more:hover {
    color: #333;
}


/* .lang-en.path-frontpage .services-block .service-card .text-box p {
    text-align: justify;
} */

.path-frontpage .services-block .service-card .text-box p i {
    font-size: 18px;
    margin-right: 5px;
}

.path-frontpage .services-block .block2 {
    padding: 15px;
    max-width: inherit;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cfd7e0;
}

@media (min-width: 768px) {
    .services-block .block2 {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .services-block .block2 {
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .services-block .block2 {
        padding: 30px 30px 20px;
    }
}

@media (min-width: 1375px) {
    .services-block .block2 {
        padding: 40px 40px 20px;
    }
}

.path-frontpage .services-block .block2 h2 {
    margin: 0 0 15px;
}

.path-frontpage .text-gold {
    color: #d3ab5c;
}

.path-frontpage #block-footer {
    display: none;
}


/* Approved Block */

.path-frontpage .approved-block {
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    background-image: url(/sites/default/files/frontpagefiles/approved-client-bg.jpg);
}

.pt-10 {
    padding-top: 0.625rem !important;
}

.mb-15 {
    margin-bottom: 0.9375rem !important;
}

@media (min-width: 768px) {
    .pt-md-20 {
        padding-top: 1.25rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md-30 {
        margin-top: 9.275rem !important;
        margin-bottom: 9.275rem !important;
    }
}

@media (min-width: 768px) {
    .path-frontpage .services-block .service-card {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .approved-block {
        padding: 40px 20px;
    }
}

@media (max-width: 1374.98px) {
    .btn {
        padding: 10px 20px;
    }
}

@media (min-width: 576px) {
    .approved-block {
        padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .approved-block {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    .approved-block {
        padding: 50px 20px;
        border-radius: 16px;
    }
}

@media (min-width: 992px) {
    .approved-block {
        padding: 70px 30px;
    }
}

@media (min-width: 1200px) {
    .approved-block {
        padding: 80px 30px;
    }
}

@media (min-width: 1375px) {
    .approved-block {
        padding: 90px 40px;
    }
}

.path-frontpage .approved-block h2 {
    color: #fff;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .approved-block h2 {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .approved-block h2 {
        margin: 0 0 30px;
    }
}

@media (min-width: 1375px) {
    .approved-block h2 {
        margin: 0 0 44px;
    }
}

.path-frontpage .approved-block p {
    color: #fff;
    margin: 0 0 20px;
    text-align: left;
    font: 400 16px/1.556 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .approved-block p {
        font-size: 18px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .approved-block p {
        font-size: 20px;
        margin: 0 0 30px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .approved-block p {
        font-size: 24px;
        margin: 0 0 44px;
    }
}

.path-frontpage .approved-block .text-box {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
}


/* Blogs Section */

.path-frontpage .blogs-section {
    margin: 0 0 -40px;
    padding: 0 0 40px;
    background: #1f384f;
}

.path-frontpage .blogs-section h2 {
    margin: 0;
    color: #fff;
}

.path-frontpage .blogs-section .news-banner {
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

@media (min-width: 992px) {
    .blogs-section .news-banner {
        margin: 0 0 28px;
    }
}

.path-frontpage .blogs-section .news-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .blogs-section .slide {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .blogs-section .slide {
        padding: 0;
    }
}

.path-frontpage .blogs-section .text-box {
    overflow: hidden;
    padding: 0 15px 30px;
}

@media (min-width: 992px) {
    .blogs-section .text-box {
        padding: 0 30px 50px;
    }
}

.path-frontpage .blogs-section .text-box h3 {
    color: #fff;
    margin: 0 0 14px;
    text-transform: uppercase;
    font: 700 16px/1.33 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.path-frontpage .blogs-section .text-box h3 a {
    color: #fff;
}

.path-frontpage .blogs-section .text-box h3 a:hover {
    color: #d3ab5c;
}

.path-frontpage .blogs-section .text-box p {
    margin: 0;
    color: #fff;
    text-align: justify;
    font: 400 16px/1.5 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .blogs-section .text-box p {
        font-size: 16px;
    }
}

.path-frontpage .blogs-section .text-box p .more {
    color: #d3ab5c;
    font-weight: 600;
    text-transform: capitalize;
}

.path-frontpage .blogs-section .text-box p .more:hover {
    color: #fff;
}

.path-frontpage .blogs-section .btn {
    min-width: 120px;
}


/* Benefits Block */

.path-frontpage .benefits-block .row:nth-child(even) [class^=col-] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.path-frontpage .benefits-block .row:nth-child(even) [class^=col-]:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.herzbach .mc-modal {
    margin: 5% 0 0 3% !important;
    width: 92% !important;
}

.mc-banner {
    display: none !important;
}

.mc-modal,
.mc-modal-bg {
    visibility: visible !important;
}

@media (max-width: 550px) {
    .herzbach .mc-modal {
        margin-right: 5% !important;
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px) {
    .mc-modal {
        z-index: auto;
        top: inherit;
        left: inherit;
        right: inherit;
        width: 100% !important;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .mc-modal,
    .mc-modal-bg {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .benefits-block .row:nth-child(even) .text-box {
        margin: 30px -60px 0 0;
    }
    .mc-modal,
    .mc-modal-bg {
        visibility: visible !important;
    }
    .mc-banner {
        visibility: hidden !important;
    }
}

@media (min-width: 1200px) {
    .benefits-block .row:nth-child(even) .text-box {
        margin: 50px -80px 0 0;
    }
}

.path-frontpage .benefits-block h2 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: normal;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .benefits-block h2 {
        font-size: 28px;
        line-height: 1.57;
    }
}

.path-frontpage .benefits-block .text-box {
    z-index: 2;
    padding: 15px;
    overflow: hidden;
    color: #000;
    background: #fff;
    position: relative;
    border: 1px solid #cfd7e0;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .benefits-block .text-box {
        padding: 20px;
        border-radius: 10px;
        margin: 30px 0 0 -60px;
    }
}

@media (min-width: 992px) {
    .benefits-block .text-box {
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .benefits-block .text-box {
        padding: 30px;
        margin: 50px 0 0 -80px;
    }
}

@media (min-width: 1375px) {
    .benefits-block .text-box {
        padding: 32px 37px;
    }
}

.path-frontpage .benefits-block .text-box p {
    line-height: 1.55;
}

.path-frontpage .benefits-block .text-box .list {
    margin: 0;
    color: #000;
    line-height: 1.55;
}

.path-frontpage .benefits-block .text-box .list li {
    position: relative;
    padding-left: 30px;
}

.path-frontpage .benefits-block .text-box .list li:not(:last-child) {
    margin: 0 0 10px;
}

.path-frontpage .benefits-block .text-box .list li i {
    left: 0;
    top: 50%;
    font-size: 20px;
    color: #344e5a;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.path-frontpage .benefits-block .image-holder {
    z-index: 1;
    margin: 0 0 -1px;
    overflow: hidden;
    position: relative;
    padding-bottom: 85.1%;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
    .benefits-block .image-holder {
        margin: 0;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    .benefits-block .image-holder {
        border-radius: 16px;
    }
}

.path-frontpage .benefits-block .image-holder img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .benefits-block .image-holder img {
        border-radius: 16px;
    }
}

.path-frontpage .illustration {
    z-index: 1;
    right: -3px;
    bottom: -10px;
    max-width: 11%;
    position: absolute;
}

.path-frontpage .illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .two-blocks {
    position: relative;
}

.path-frontpage .two-blocks .illustration {
    right: auto;
    bottom: -13px;
    left: calc(50% - 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .two-blocks .illustration {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .two-blocks .illustration {
        max-width: 360px;
    }
}

@media (max-width: 767.98px) {
    .two-blocks .illustration {
        bottom: 7px;
        max-width: 300px;
    }
}

.path-frontpage .two-blocks .info-text-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .two-blocks .info-text-block {
        height: auto;
    }
}

.path-frontpage .strip {
    height: 30px;
    margin: 15px 0;
    overflow: hidden;
    background: #d3ab5c;
}

@media (min-width: 992px) {
    .strip {
        height: 40px;
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    .strip {
        height: 60px;
        margin: 30px 0;
    }
}

@media (min-width: 1375px) {
    .strip {
        height: 90px;
    }
}


/* Trade Finance Block */

.path-frontpage .info-text-block {
    padding: 15px;
    overflow: hidden;
    position: relative;
    background: #fafbfc;
    border: 1px solid #d3ab5c;
}

@media (min-width: 992px) {
    .info-text-block {
        padding: 30px 40px;
    }
}

@media (min-width: 1200px) {
    .info-text-block {
        padding: 40px 60px;
    }
}

@media (min-width: 1375px) {
    .info-text-block {
        padding: 50px 80px;
    }
}

.path-frontpage .info-text-block p {
    margin: 0;
    z-index: 2;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    text-align: justify;
}

@media (min-width: 992px) {
    .info-text-block p {
        font-size: 16px;
    }
}


/*Documents Block*/

.path-frontpage .documents-block {
    padding: 0 0 15px;
}

.path-frontpage .documents-block .box-frame {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .documents-block .box-frame {
        margin: 0 auto 50px;
    }
}

.path-frontpage .documents-block .box {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 145px;
    height: 145px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fffefb;
    text-transform: capitalize;
    -webkit-box-shadow: 0 -5px 4px 0 #d3ab5c;
    box-shadow: 0 -5px 4px 0 #d3ab5c;
}

@media (min-width: 992px) {
    .documents-block .box {
        width: 190px;
        height: 190px;
    }
}

@media (min-width: 1200px) {
    .documents-block .box {
        padding: 30px;
        width: 270px;
        height: 270px;
    }
}

@media (min-width: 1375px) {
    .documents-block .box {
        width: 289px;
        height: 289px;
    }
}

.path-frontpage .documents-block .box .icon {
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.path-frontpage .documents-block .title {
    z-index: 1;
    width: 75%;
    display: block;
    max-width: 289px;
    text-align: center;
    position: relative;
    margin: -20px auto 0;
    font: 600 16px/1.22 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .documents-block .title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .documents-block .title {
        font-size: 24px;
    }
}

.path-frontpage .documents-block .title span {
    display: block;
}

.path-frontpage .documents-block .title span span {
    color: #d3ab5c;
    display: inline;
}

@media (min-width: 1200px) {
    .documents-block.types-block .box {
        width: 241px;
        height: 241px;
    }
}


/* Bank Guarantee */

.path-frontpage .bank-guarantee .strip {
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .bank-guarantee .strip {
        height: 90px;
    }
}

.path-frontpage .bank-guarantee .block {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .bank-guarantee .info-text-block {
        padding: 40px 45px;
    }
}

.path-frontpage .bank-guarantee .info-text-block p {
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
}

.path-frontpage .bank-guarantee .illustration {
    z-index: 1;
    right: -3px;
    bottom: -10px;
    max-width: 25%;
    position: absolute;
}

@media (min-width: 768px) {
    .bank-guarantee .illustration {
        max-width: 40%;
    }
}

.path-frontpage .bank-guarantee .illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .bank-guarantee .illustration.left {
    left: 0;
    right: auto;
}

.path-frontpage .bank-guarantee .illustration.left img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 992px) {
    .bank-guarantee .documents-block .box-frame {
        margin: 0 auto 36px;
    }
}


/* Content Block */

.path-frontpage .content-block {
    padding: 15px;
    margin: 0 0 20px;
    overflow: hidden;
    border: 1px solid #d3ab5c;
}

@media (min-width: 992px) {
    .path-frontpage .content-block {
        padding: 20px;
        margin: 0 0 30px;
        height: calc(100% - 30px);
    }
}

@media (min-width: 992px) {
    .path-frontpage .content-block {
        padding: 30px;
        margin: 0 0 40px;
        height: calc(100% - 40px);
    }
}

@media (min-width: 1200px) {
    .path-frontpage .content-block {
        padding: 40px;
        margin: 0 0 50px;
        height: calc(100% - 50px);
    }
}

.path-frontpage .content-block h2 {
    padding: 10px;
    text-align: center;
    background: #d3ab5c;
    margin: -15px -15px 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .path-frontpage .content-block h2 {
        padding: 15px;
        margin: -30px -30px 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .content-block h2 {
        padding: 23px;
        font-size: 32px;
        margin: -40px -40px 40px;
    }
}

.path-frontpage .content-block p,
.path-frontpage .content-block ul {
    margin: 0;
    z-index: 2;
    color: #000;
    font-weight: 400;
    line-height: 1.66;
    position: relative;
}

@media (min-width: 992px) {
    .path-frontpage .content-block p,
    .path-frontpage .content-block ul {
        font-size: 16px;
    }
}

.path-frontpage .content-block p {
    text-align: justify;
}

.path-frontpage.financial-crime .content-block p {
    color: #000;
}

.path-frontpage.financial-crime .content-block ul {
    color: #000;
}

.path-frontpage .content-block .txt-link {
    color: #000;
    margin: 15px 0 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    font: 600 16px/1.8 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.path-frontpage .content-block address {
    padding: 15px;
    color: #000;
    margin: 0 -15px;
    text-align: center;
    text-transform: capitalize;
    background: rgba(52, 78, 90, 0.1);
    font: 600 16px/1.8 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .content-block address {
        margin: 0 -30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .content-block address {
        padding: 27px;
        margin: 0 -40px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .content-block address {
        font-size: 24px;
    }
}

.path-frontpage .content-block address span {
    padding: 5px 0;
    display: block;
}

.path-frontpage .content-block address span a {
    color: #000;
    text-decoration: underline;
}


/* Fee Block */

.path-frontpage .fee-block {
    margin: 30px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    padding: 30px 15px 0;
    -webkit-box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.23);
}

@media (min-width: 992px) {
    .path-frontpage .fee-block {
        margin: 40px 0;
        padding: 80px 20px 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block {
        margin: 60px 0;
        padding: 100px 30px 0;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .fee-block {
        margin: 62px 0 80px;
        padding: 128px 40px 0;
    }
}

.path-frontpage .fee-block .section-header {
    margin: 0 0 10px;
    max-width: inherit;
}

@media (min-width: 768px) {
    .path-frontpage .fee-block .section-header {
        margin: 0 0 15px;
    }
}

@media (min-width: 768px) {
    .path-frontpage .fee-block .section-header {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .fee-block .section-header {
        margin: 0 0 40px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block .section-header {
        margin: 0 0 60px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .fee-block .section-header {
        margin: 0 0 79px;
    }
}

.path-frontpage .fee-block .section-header h1 {
    margin: 0;
    line-height: 1;
    font-size: 22px;
}

@media (min-width: 768px) {
    .path-frontpage .fee-block .section-header h1 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .fee-block .section-header h1 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block .section-header h1 {
        font-size: 50px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .fee-block .section-header h1 {
        font-size: 72px;
    }
}

.path-frontpage .fee-block .fee-box {
    overflow: hidden;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .path-frontpage .fee-block .fee-box {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block .fee-box {
        margin: 0 0 30px;
    }
}

.path-frontpage .fee-block table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.path-frontpage .fee-block table thead tr th {
    color: #000;
    text-align: center;
    background: #d3ab5c;
    text-transform: uppercase;
    font: 500 12px/1.25 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    .path-frontpage .fee-block table thead tr th {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .fee-block table thead tr th {
        font-size: 16px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .fee-block table thead tr th {
        font-size: 18px;
    }
}

.path-frontpage .fee-block table th,
.path-frontpage .fee-block table td {
    border: 0;
    padding: 10px;
}

@media (min-width: 992px) {
    .path-frontpage .fee-block table th,
    .path-frontpage .fee-block table td {
        padding: 15px 20px;
    }
}

.path-frontpage .fee-block table td {
    color: #000;
    background: #fafbfc;
    font: 400 12px/1.25 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    .path-frontpage .fee-block table td {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .fee-block table td {
        font-size: 16px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .fee-block table td {
        font-size: 18px;
    }
}

.path-frontpage .fee-block table td:first-child {
    font-weight: 500;
    color: #000;
}

.path-frontpage .fee-block .trade-financial table tr td {
    text-align: right;
}

.path-frontpage .fee-block .trade-financial table tr td:first-child {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.path-frontpage .fee-block .trade-financial table tr td:first-child strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block .trade-financial table tr td:first-child strong {
        font-size: 18px;
    }
}

.path-frontpage .fee-block ul {
    color: #000;
    font-weight: 500;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1200px) {
    .path-frontpage .fee-block ul {
        font-size: 16px;
        line-height: 1.7;
    }
}

.path-frontpage .fee-block ul li {
    margin: 15px 0 0;
}

.path-frontpage .text-gray {
    margin-bottom: 30px;
}

.path-frontpage .text-gray p {
    color: #000;
    margin: 0 0 15px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .path-frontpage .text-gray p {
        margin: 0 0 20px;
    }
}

.path-frontpage .text-gray p:last-child {
    margin: 0;
}


/* Contact-us-Block */

.path-frontpage .contact-us-block {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .path-frontpage .contact-us-block {
        padding: 60px 0 0;
    }
}

@media (min-width: 992px) {
    .path-frontpage .contact-us-block {
        padding: 100px 0 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .contact-us-block {
        padding: 150px 0 0;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .contact-us-block {
        padding: 190px 0 0;
    }
}

.path-frontpage .contact-us-block .section-header {
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .path-frontpage .contact-us-block .section-header {
        padding: 0 0 50px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .contact-us-block .section-header {
        padding: 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .contact-us-block .section-header {
        padding: 0 0 100px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .contact-us-block .section-header {
        padding: 0 0 154px;
    }
}

.path-frontpage .contact-us-block .section-header h1 {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .path-frontpage .contact-us-block .section-header h1 {
        font-size: 60px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .contact-us-block .section-header h1 {
        font-size: 72px;
    }
}

.path-frontpage .captcha-block {
    overflow: hidden;
    margin-top: -21px;
    position: relative;
    border: 1px solid #d3ab5c;
}

@media (min-width: 1200px) {
    .path-frontpage .captcha-block {
        margin-top: -45px;
    }
}

.path-frontpage .captcha-block h2 {
    color: #1f384f;
    text-align: center;
    padding: 10px 15px;
    background: #d3ab5c;
    text-transform: upoercase;
    font: 400 20px/normal "$font-family-poppins", sans-serif;
}

@media (min-width: 768px) {
    .path-frontpage .captcha-block h2 {
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block h2 {
        padding: 18px 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .captcha-block h2 {
        padding: 23px 20px;
    }
}

.path-frontpage .captcha-block .captcha-info {
    padding: 15px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block .captcha-info {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .captcha-block .captcha-info {
        padding: 27px;
    }
}

.path-frontpage .captcha-block .captcha-info p {
    color: #000;
    font: 400 16px/1.5 "Poppins", sans-serif;
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block .captcha-info p {
        margin: 0 0 20px;
    }
}

.path-frontpage .captcha-block .captcha-info .form-group {
    margin: 0;
}

.path-frontpage .captcha-block .captcha-info .form-group label {
    padding: 0;
    color: #000;
    font-size: 16px;
    position: static;
}

.path-frontpage .captcha-block .captcha-info .form-group p {
    margin: 0;
    color: #8f8f8f;
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block .captcha-info .form-group p {
        font-size: 18px;
    }
}

.path-frontpage .captcha-block .captcha-info .btn {
    margin-left: 15px;
    text-align: center;
    font: 600 16px/1 "Poppings", sans-serif;
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block .captcha-info .btn {
        font-size: 18px;
        min-width: 200px;
        padding: 12px 24px;
        margin-left: 22px;
    }
}

.path-frontpage .captcha-block .captcha-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .path-frontpage .captcha-block .captcha-holder {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .captcha-block .captcha-holder {
        margin: 0 0 30px;
    }
}

.path-frontpage .captcha-block .captcha-holder img {
    display: block;
    max-width: 100%;
}


/* News Letter Block */

.path-frontpage .newsletter-block {
    overflow: hidden;
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .path-frontpage .newsletter-block {
        padding: 40px 0 0;
    }
}

@media (min-width: 992px) {
    .path-frontpage .newsletter-block {
        padding: 54px 0 14px;
    }
}

.path-frontpage .newsletter-block .image-holder {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.path-frontpage .newsletter-block .image-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .newsletter-block .subscription-form {
    z-index: 2;
    text-align: center;
    padding: 30px 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

@media (min-width: 576px) {
    .path-frontpage .newsletter-block .subscription-form {
        padding: 50px 30px;
    }
}

@media (min-width: 768px) {
    .path-frontpage .newsletter-block .subscription-form {
        padding: 80px 30px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .newsletter-block .subscription-form {
        padding: 100px 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .newsletter-block .subscription-form {
        padding: 120px 30px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .newsletter-block .subscription-form {
        padding: 171px 30px;
    }
}

.path-frontpage .newsletter-block h1 {
    color: #d3ab5c;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
    letter-spacing: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #d3ab5c;
}

@media (min-width: 576px) {
    .path-frontpage .newsletter-block h1 {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .path-frontpage .newsletter-block h1 {
        font-size: 40px;
        margin: 0 0 30px;
        padding: 0 0 25px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .newsletter-block h1 {
        font-size: 60px;
        letter-spacing: 15px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .newsletter-block h1 {
        margin: 0 0 61px;
        padding: 0 0 41px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .newsletter-block h1 {
        font-size: 72px;
        letter-spacing: 20.88px;
    }
}

.path-frontpage .newsletter-block h2 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 400;
}

@media (min-width: 576px) {
    .path-frontpage .newsletter-block h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .path-frontpage .newsletter-block h2 {
        font-size: 35px;
        margin: 0 0 25px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .newsletter-block h2 {
        font-size: 40px;
        margin: 0 0 35px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .newsletter-block h2 {
        font-size: 50px;
        margin: 0 0 46px;
    }
}

.path-frontpage .newsletter-block .form-control {
    color: #d3ab5c !important;
    background: transparent;
}

.path-frontpage .newsletter-block .form-control::-webkit-input-placeholder {
    color: #adadad !important;
}

.path-frontpage .newsletter-block .form-control::-moz-placeholder {
    color: #adadad !important;
}

.path-frontpage .newsletter-block .form-control:-ms-input-placeholder {
    color: #adadad !important;
}

.path-frontpage .newsletter-block .form-control::-ms-input-placeholder {
    color: #adadad !important;
}

.path-frontpage .newsletter-block .form-control::placeholder {
    color: #adadad !important;
}

.path-frontpage .newsletter-block .btn-primary {
    min-width: 200px;
    text-align: center;
}

.path-frontpage .newsletter-block .form-group {
    max-width: 550px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .path-frontpage .newsletter-block .form-group {
        margin: 0 auto 30px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .newsletter-block .form-group {
        margin: 0 auto 40px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .newsletter-block .form-group {
        margin: 0 auto 50px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .newsletter-block .form-group {
        max-width: 663px;
        margin: 0 auto 63px;
    }
}


/* Management Block */

.path-frontpage .management-block .image-holder {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .path-frontpage .management-block .image-holder {
        margin: 0 0 15px;
    }
}

.path-frontpage .management-block .image-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .management-block .strip {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .path-frontpage .management-block .strip {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .management-block .strip {
        margin: 0 0 26px;
    }
}

.path-frontpage .management-block .path-frontpage .content-block {
    margin: 0;
    text-align: left;
    position: relative;
    height: calc(100% - 45px);
}

@media (min-width: 992px) {
    .path-frontpage .management-block .path-frontpage .content-block {
        height: calc(100% - 60px);
    }
}

@media (min-width: 1200px) {
    .path-frontpage .management-block .path-frontpage .content-block {
        height: calc(100% - 86px);
    }
}

.path-frontpage .management-block .path-frontpage .content-block h2 {
    padding: 0;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    background: none;
    text-align: left;
}

@media (min-width: 992px) {
    .path-frontpage .management-block .path-frontpage .content-block h2 {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .management-block .path-frontpage .content-block h2 {
        margin: 0 0 26px;
    }
}

.path-frontpage .management-block .path-frontpage .content-block h2 span {
    display: block;
    color: #1f384f;
    font-size: 18px;
}

.path-frontpage .management-block .path-frontpage .content-block p {
    line-height: 2;
    text-align: left;
}

.path-frontpage .management-block .path-frontpage .content-block .illustration {
    z-index: 1;
    right: -3px;
    bottom: -10px;
    max-width: 25%;
    position: absolute;
}

@media (min-width: 768px) {
    .path-frontpage .management-block .path-frontpage .content-block .illustration {
        max-width: 40%;
    }
}

@media (min-width: 992px) {
    .path-frontpage .management-block .path-frontpage .content-block .illustration {
        max-width: 60%;
    }
}

.path-frontpage .management-block .path-frontpage .content-block .illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .management-block .path-frontpage .content-block .illustration.left {
    left: 0;
    right: auto;
}

.path-frontpage .management-block .path-frontpage .content-block .illustration.left img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* Profile Block */

.path-frontpage .profile-block {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .path-frontpage .profile-block {
        padding: 60px 0 0;
    }
}

@media (min-width: 992px) {
    .path-frontpage .profile-block {
        padding: 100px 0 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .profile-block {
        padding: 120px 0 0;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .profile-block {
        padding: 155px 0 0;
    }
}

.path-frontpage .profile-block .section-header {
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    .path-frontpage .profile-block .section-header {
        padding: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .profile-block .section-header {
        padding: 0 0 50px;
    }
}

.path-frontpage .profile-block .section-header h1 {
    margin: 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #344e5a;
}

@media (min-width: 1200px) {
    .path-frontpage .profile-block .section-header h1 {
        font-size: 60px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .profile-block .section-header h1 {
        font-size: 72px;
    }
}

.path-frontpage .profile-block h2 {
    display: inline-block;
    text-transform: capitalize;
    border-bottom: 3px solid #344e5a;
}

@media (min-width: 992px) {
    .path-frontpage .profile-block h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .profile-block h2 {
        font-size: 36px;
        margin: 0 0 39px;
    }
}

.path-frontpage .profile-table table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    border-collapse: separate;
}

.path-frontpage .profile-table table td {
    padding: 10px;
    color: #000;
    border-width: 1px 0;
    border-style: dashed;
    border-color: #979797;
}

@media (min-width: 992px) {
    .path-frontpage .profile-table table td {
        padding: 15px 20px;
    }
}

.path-frontpage .profile-table table td {
    color: #000;
    text-align: right;
    background: #d3ab5c;
    font: 400 12px/1.05 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
    .path-frontpage .profile-table table td {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .profile-table table td {
        font-size: 16px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .profile-table table td {
        font-size: 18px;
    }
}

.path-frontpage .profile-table table td:first-child {
    text-align: left;
    font-weight: 500;
}

.path-frontpage .profile-text-block {
    padding: 15px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .path-frontpage .profile-text-block {
        padding: 20px 20px 0;
    }
}

@media (min-width: 992px) {
    .path-frontpage .profile-text-block {
        padding: 30px 30px 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .profile-text-block {
        padding: 40px 40px 0;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .profile-text-block {
        padding: 60px 60px 0;
    }
}

.path-frontpage .profile-text-block p,
.path-frontpage .profile-text-block ul {
    margin: 0;
    color: #000;
    font: 400 16px/2 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.path-frontpage .profile-text-block p li,
.path-frontpage .profile-text-block ul li {
    margin: 0 0 8px;
}

@media (min-width: 1200px) {
    .path-frontpage .profile-text-block p li,
    .path-frontpage .profile-text-block ul li {
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .profile-text-block p {
        margin: 0 0 30px;
    }
}


/* FAQs Block */

.path-frontpage .faqs-block {
    overflow: hidden;
    padding: 30px 10px 0;
}

@media (min-width: 992px) {
    .path-frontpage .faqs-block {
        padding: 80px 15px 0;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .faqs-block {
        padding: 100px 20px 0;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .faqs-block {
        padding: 155px 29px 0;
    }
}

.path-frontpage .faqs-block .section-header {
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .path-frontpage .faqs-block .section-header {
        margin: 0 0 40px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .faqs-block .section-header {
        margin: 0 0 50px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .faqs-block .section-header {
        margin: 0 0 69px;
    }
}

.path-frontpage .faqs-block h1 {
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid #344e5a;
}

@media (min-width: 1200px) {
    .path-frontpage .faqs-block h1 {
        font-size: 60px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .faqs-block h1 {
        font-size: 72px;
    }
}

.path-frontpage .faqs-frame {
    padding: 20px;
    overflow: hidden;
    background: #1f384f;
}

@media (min-width: 576px) {
    .path-frontpage .faqs-frame {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame {
        padding: 40px 60px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .faqs-frame {
        padding: 50px 80px;
    }
}

.path-frontpage .faqs-frame .cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0 -15px 20px;
    font: 500 14px/normal "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .cat-list {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .cat-list {
        margin: 0 -18px 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .faqs-frame .cat-list {
        font-size: 18px;
        margin: 0 -18px 40px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .faqs-frame .cat-list {
        margin: 0 -18px 55px;
    }
}

.path-frontpage .faqs-frame .cat-list:after {
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    height: 2px;
    content: "";
    background: #dbdbdb;
    position: absolute;
}

.path-frontpage .faqs-frame .cat-list li {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 576px) {
    .path-frontpage .faqs-frame .cat-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .path-frontpage .faqs-frame .cat-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .cat-list li {
        padding: 0 18px;
    }
}

@media (max-width: 767.98px) {
    .path-frontpage .faqs-frame .cat-list li {
        margin: 0 0 10px;
    }
}

.path-frontpage .faqs-frame .cat-list li a {
    color: #fff;
    padding: 0 0 3px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.path-frontpage .faqs-frame .cat-list li.active a,
.path-frontpage .faqs-frame .cat-list li:hover a {
    color: #d3ab5c;
}

.path-frontpage .faqs-frame .cat-list li.active a {
    border-color: #d3ab5c;
}

.path-frontpage .faqs-frame .faqs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -15px;
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .faqs-list {
        margin: 0 -18px;
    }
}

.path-frontpage .faqs-frame .faqs-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 0 0 20px;
}

@media (min-width: 576px) {
    .path-frontpage .faqs-frame .faqs-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .path-frontpage .faqs-frame .faqs-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .faqs-list li {
        padding: 0 18px;
        margin: 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .faqs-frame .faqs-list li {
        margin: 0 0 50px;
    }
}

.path-frontpage .faqs-frame .faqs-list h2 {
    color: #d3ab5c;
    margin: 0 0 5px;
    font: 700 14px/1.4 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .faqs-list h2 {
        font-size: 16px;
        margin: 0 0 16px;
    }
}

.path-frontpage .faqs-frame .faqs-list p {
    margin: 0;
    color: #fff;
    font: 400 14px/1.4 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
    .path-frontpage .faqs-frame .faqs-list p {
        font-size: 16px;
    }
}


/* Footer Styles */

.footer {
    margin-top: 40px;
}

.path-frontpage .footer {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    background: #344e5a;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    max-width: 100%;
    top: 0px;
    margin-top: 0px;
}

.lang-en.path-frontpage .blogs-section .btn {
    margin-bottom: 40px;
}

.path-frontpage .footer .text-box {
    overflow: hidden;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .path-frontpage .footer .text-box {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .footer .text-box {
        padding-top: 14px;
    }
}

.path-frontpage .footer .text-box p {
    margin: 0 0 17px;
    font: 400 14px/1.57 "Raleway", sans-serif;
}

.path-frontpage .footer .logo {
    width: 200px;
    display: block;
    margin: 0 0 14px;
}

.path-frontpage .footer .logo a {
    display: block;
}

.path-frontpage .footer .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.path-frontpage .footer h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.44;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .path-frontpage .footer h5 {
        margin: 0 0 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .footer h5 {
        margin: 0 0 24px;
    }
}

.path-frontpage .footer a {
    color: #fff;
}

.path-frontpage .footer a:hover {
    color: #d3ab5c;
}

.path-frontpage .footer .f-nav {
    padding: 0;
    overflow: hidden;
    margin: 0 0 20px;
    list-style: none;
    font: 700 14px/1.28 "Raleway", sans-serif;
}

.path-frontpage .footer .f-nav li {
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .path-frontpage .footer .f-nav li {
        margin: 0 0 15px;
    }
}

.path-frontpage .footer .copyright,
.path-frontpage .footer .reach-us {
    position: relative;
}

.path-frontpage .footer .copyright:before,
.path-frontpage .footer .reach-us:before {
    top: 0;
    left: calc(var(--bs-gutter-x) * 0.5);
    right: calc(var(--bs-gutter-x) * 0.5);
    height: 1px;
    content: "";
    position: absolute;
    background: #e1e8f0;
    display: block;
}

.path-frontpage .footer .copyright p,
.path-frontpage .footer .reach-us p {
    margin: 0;
}


/* Social Networks Styles */

.path-frontpage .social-networks {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.path-frontpage .social-networks li:not(:last-child) {
    margin-right: 8px;
}

.path-frontpage .social-networks li {
    padding: 0;
}

.path-frontpage .social-networks li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #d3ab5c;
    overflow: hidden;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d3ab5c;
}

.path-frontpage .social-networks li a i {
    color: #d3ab5c;
    font-size: 10px;
}

.path-frontpage .social-networks li a:hover {
    background: #d3ab5c;
}

.path-frontpage .social-networks li a:hover i {
    color: #fff;
}

.path-frontpage .f-links {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.path-frontpage .f-links li:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .path-frontpage .f-links li:not(:last-child) {
        margin-right: 20px;
    }
}

.path-frontpage .f-links li a {
    color: currentColor;
}

.path-frontpage .f-links li a:hover {
    color: #f9ab00;
}

@media (min-width: 992px) {
    .path-frontpage .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .path-frontpage .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.path-frontpage .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 576px) {
    .path-frontpage .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .pt-xl-70 {
        padding-top: 7.375rem !important;
    }
}

@media (min-width: 1375px) {
    .pb-xxl-100 {
        padding-bottom: 8.25rem !important;
    }
}

.path-frontpage .footer .copyright {
    padding-top: 26px;
    padding-bottom: 40px;
}

.path-frontpage .f-links {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.path-frontpage .f-links li:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .path-frontpage .f-links li:not(:last-child) {
        margin-right: 20px;
    }
}

.path-frontpage .f-links li a {
    color: currentColor;
}

.path-frontpage .f-links li a:hover {
    color: #f9ab00;
}

@media (min-width: 768px) {
    .path-frontpage .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

.path-frontpage .f-links {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

@media (min-width: 768px) {
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .blogs-section .blogs-frame {
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .blogs-section .blogs-frame {
        gap: 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .path-frontpage h2,
    .path-frontpage .h2 {
        font-size: 4.8rem;
    }
}

@media (min-width: 992px) {
    .path-frontpage .pb-lg-40 {
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .pt-lg-55 {
        padding-top: 5.4375rem !important;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .mb-xl-40 {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .blogs-section .text-box h3 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .blogs-section .text-box h3 {
        font-size: 20px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .blogs-section .text-box h3 {
        font-size: 24px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .approved-block {
        padding: 90px 40px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .services-frame {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .path-frontpage .services-block .services-frame {
        gap: 26px;
        -ms-grid-columns: 1fr 26px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1375px) {
    .path-frontpage .services-block .service-card {
        padding: 40px 40px 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .services-block .service-card {
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .services-frame {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .path-frontpage .pt-lg-60 {
        padding-top: 2.75rem !important;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .approved-block h2 {
        margin: 0 0 44px;
    }
}

.path-frontpage .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


/*
.lang-en.path-frontpage .owl-item {
    width: 100% !important;
}
*/

.path-frontpage .owl-stage-outer {
    overflow: clip;
    width: 100%;
}

@media (min-width: 576px) {
    .path-frontpage .container {
        max-width: 540px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .container {
        max-width: 1170px;
    }
}

@media (max-width: 1374.98px) {
    .path-frontpage h2,
    .path-frontpage .h2 {
        font-size: 36px;
    }
}

@media (min-width: 1550px) {
    .path-frontpage .container {
        max-width: 1530px;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .services-block .block2 {
        padding: 40px 40px 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .services-block .block2 {
        border-radius: 16px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .approved-block {
        padding: 50px 20px;
        border-radius: 16px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .approved-block {
        padding: 80px 30px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .service-card {
        padding: 30px 30px 20px;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .services-block .services-frame.trade-services {
        gap: 20px;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1374.98px) {
    .path-frontpage .btn {
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    .path-frontpage .blogs-section .news-banner {
        margin: 0 0 28px;
    }
}

@media (max-width: 992px) {
    .path-frontpage .container {
        max-width: 960px;
    }
}

@media (max-width: 1199.98px) {
    .path-frontpage h2,
    .path-frontpage .h2 {
        font-size: 32px;
    }
}

.path-frontpage .pt-10 {
    padding-top: 1.625rem !important;
}

.path-frontpage .mb-15 {
    margin-bottom: 1.9375rem !important;
}

.path-frontpage .pt-30 {
    padding-top: 2.875rem !important;
}

@media (max-width: 767.98px) {
    .path-frontpage h2,
    .path-frontpage .h2 {
        font-size: 24px;
    }
}

.path-frontpage .pt-20 {
    padding-top: 2.25rem !important;
}

.path-frontpage .pb-35 {
    padding-bottom: 3.1875rem !important;
}

.path-frontpage .pt-35 {
    padding-top: 3.1875rem !important;
}

.path-frontpage .mb-20 {
    margin-bottom: 2.25rem !important;
}

.path-frontpage #navbar {
    display: none;
}

@media (min-width: 992px) {
    .path-frontpage .pt-lg-60 {
        padding-top: 6.5rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .pb-lg-40 {
        padding-bottom: 3.7rem !important;
    }
}

@media (min-width: 992px) {
    .path-frontpage .pt-lg-55 {
        padding-top: 5.5rem !important;
    }
}

@media (min-width: 1200px) {
    .path-frontpage .mb-xl-40 {
        margin-bottom: 4.5rem !important;
    }
}

@media (min-width: 1375px) {
    .path-frontpage .pb-xxl-100 {
        padding-bottom: 9.25rem !important;
    }
}