@charset "UTF-8";

@font-face {
    font-family: Adobe-Caslon-Pro-Regular;
    font-style: normal;
    font-display: swap;
    src: url(/front/fonts/Adobe-Caslon-Pro-Regular.ttf) format("woff"),
    url(/front/fonts/Adobe-Caslon-Pro-Regular.ttf) format("woff2");
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-display: swap;
    src: url(/front/fonts/Helvetica.ttf) format("woff"),
    url(/front/fonts/Helvetica.ttf) format("woff2");
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Adobe-Caslon-Pro-Regular' !important;
}

@font-face {
    font-family: Adobe-Caslon-Pro-Italic;
    font-style: normal;
    font-display: swap;
    src: url(/fonts/Adobe-Caslon-Pro-Italic.ttf) format("woff"), url(/fonts/Adobe-Caslon-Pro-Italic.ttf) format("woff2");
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.5em;
    color: #3d3d3d;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    margin-top: 0px!important;
    margin-bottom:0px!important;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    
    .container {
    margin: 50px auto 100px;
    box-sizing: border-box;
    max-width: 1920px;
    padding: 0 0px;
}
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    font-family: "Helvetica" !important;
    margin-bottom: 15px;
    line-height: 1.7em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
    outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    cursor: pointer;
}

input, textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: rgba(220, 187, 135, 0.2);
    padding: 40px;

    position: relative;
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    blockquote {
        padding: 20px;
    }
}

blockquote .quote-content-area {
    width: calc(100% - 50px);
    padding-left: 40px;
}

@media only screen and (max-width: 991px) {
    blockquote .quote-content-area {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

blockquote .quote-content-area span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 70px;
}

blockquote .quote-content-area span::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #3d3d3d;
}

@media only screen and (max-width: 991px) {
    blockquote .quote-content-area span {
        font-size: 14px;
    }
}

blockquote .quote-content {
    font-size: 20px !important;
    color: #19232d;
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    blockquote .quote-content {
        font-size: 16px !important;
    }
}

blockquote .quote-icon {
    font-size: 30px;
    color: #000000;
}

@media only screen and (max-width: 991px) {
    blockquote .quote-icon {
        font-size: 24px;
    }
}


/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 80px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #000000;
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #ea5455;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163A;
}

.bg--base {
    background-color: #000000 !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: #000000;
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163A;
}

.text--base {
    color: #000000 !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid #000000;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #19232d !important;
}

.bg--gray {
    background-color: #f5f3f1;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {

}

.box-shadow {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.dark {
    background-color: #19232D;
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #f5f3f1;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
    background-color: #000000;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 10px 6px;
    background: #000000;
    font-weight: 800;
    color: white;
    font-size: 12px;
    text-align: center;

    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop i {
    -webkit-animation: scroll-down 2s infinite;
    -moz-animation: scroll-down 2s infinite;
    -o-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    font-size: 15px;
    margin-bottom: 10px;
}

.scrollToTop span {
    display: block;
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
}

@media only screen and (max-width: 1270px) {
    .scrollToTop.active {
        bottom: 80px;
    }
}

.scrollToTop:hover, .scrollToTop:focus {
    color: white;
}

/*-------------------------------------------------
    [ ## call-widget ]
*/
.call-widget-wrapper {
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%) translateX(900px);
    right: 0;
    width: 900px;
    margin-right: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all 0.5s;
    background-color: #1F2E3C;
}

.call-widget-wrapper.open {
    transform: translateY(-50%) translateX(0);
}

.call-widget-wrapper.open .call-widget-btn {
    background-color: #19232d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.call-widget-wrapper.open .call-widget-btn .arrow::after {
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #19232d;
    border-right: 3px solid #19232d;
    margin-top: -10px;
}

.call-widget-wrapper .call-widget-btn {
    position: absolute;
    top: 42%;
    left: -142px;
    background-color: #FFF8EE;
    transform: rotate(-90deg);
    color: #19232d;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    height: 40px;
    transition: all 0.5s;
}

.call-widget-wrapper .call-widget-btn .num {
    padding: 10px 27px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.call-widget-wrapper .call-widget-btn i {
    color: #000000;
    font-size: 18px;
    margin-right: 8px;
}

.call-widget-wrapper .call-widget-btn .arrow {
    width: 50px;
    height: 100%;
    background-color: #000000;
    position: relative;
}

.call-widget-wrapper .call-widget-btn .arrow::after {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: '';
    display: block;
    height: 14px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 14px;
}

@media only screen and (max-width: 1199px) {
    .call-widget-wrapper {
        display: none;
    }
}

.call-widget-form-area .book-form .book-select::after {
    color: #19232d;
}

.call-widget-form-area .book-form label {
    color: white;
}

.call-widget-form-area .book-form .form--control {
    color: #19232d;
    font-weight: 600;
    font-size: 13px;
}

.call-widget-form-area .book-form button, .call-widget-form-area .book-form input[type="button"], .call-widget-form-area .book-form input[type="reset"], .call-widget-form-area .book-form input[type="submit"] {

    margin-top: 0;
}

.call-widget-form-area .book-quantity .book-plus-minus .book-plus-minus-box {
    color: white;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-bordered {
    border: 2px solid #e5e5e5;
}

.table-responsive > .table-bordered {
    border: 2px solid #e5e5e5;
    width: 100% !important;
}

.custom-table {
    width: 100%;

}

.custom-table thead tr {
    background: #000000;
}

.custom-table thead tr th {
    border: none;
    font-weight: 800;
    text-align: left;
    color: white;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    padding: 15px 30px;
    border-right: 2px solid #e5e5e5;
}

@media only screen and (max-width: 991px) {
    .custom-table thead tr th {
        font-size: 14px;
    }
}

.custom-table tbody tr {
    background: #FCFCFC;
    border-bottom: 2px solid #e5e5e5;
}

.custom-table tbody tr td {
    border: none;
    font-weight: 700;
    text-align: left;
    color: #3d3d3d;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    padding: 15px 30px;
    border-right: 2px solid #e5e5e5;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
        font-size: 14px;
    }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #19232d;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background-color: #000000;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active::before {
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border: 1px solid #000000;
    border-radius: 50%;
}

.dark .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid white;
}

.dark .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #000000;
}

.dark .swiper-pagination .swiper-pagination-bullet-active::before {
    border: 1px solid #000000;
}

.slider-next, .slider-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-next:hover, .slider-prev:hover {
    background-color: #000000;
    color: white;
}

.slider-next {
    margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.pagination .page-item {
    text-align: center;
    padding: 8px;
}

.pagination .page-item a, .pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #3d3d3d;
    padding: 0;
    font-weight: 700;
    line-height: 40px;
    display: block;
    margin: 0;
}

.pagination .page-item.next a {
    background: transparent;
    border: none;
    color: #3d3d3d;
    margin-left: 5px;
}

.pagination .page-item.prev a {
    background: transparent;
    border: none;
    color: #3d3d3d;
    margin-left: 5px;
}

.pagination .page-item.disabled span {
    background: transparent;
    border: none;
    color: #3d3d3d;
    margin-right: 5px;
}

.pagination .page-item .page-link {
    transition: all 0.3s;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background-color: #000000;
    border-color: transparent;
    color: #19232d;
}

.pagination .page-item.active.next a, .pagination .page-item:hover.next a {
    background-color: transparent;
    color: #3d3d3d;
}

.pagination .page-item.active.prev a, .pagination .page-item:hover.prev a {
    background-color: transparent;
    color: #3d3d3d;
}

.pagination .page-item.active.disabled span, .pagination .page-item:hover.disabled span {
    background-color: transparent;
    color: #3d3d3d;
}

.pagination .page-item.active.tags a, .pagination .page-item:hover.tags a {
    background-color: transparent;
    color: #000000;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
}

.nav-tabs .nav-link {
    padding: 8px 20px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    background-color: white;
    border: 1px solid #e5e5e5;

    font-family: "Helvetica", sans-serif;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
}

.nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
    border: none;
    background: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.custom--card .card-header {
    background: #000000;
    padding: .8rem 1.6rem;
    border: none;
}

.custom--card .card-header .card-title {
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.custom--card .card-header .card-title i {
    margin-right: 5px;
}

.custom--card .card-header .card-btn a {
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 600;
}

.custom--card .card-header .card-btn a i {
    margin-right: 5px;
}

.custom--card .card-body {
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

.custom--card .card-body p {
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}

.custom--card .card-body .card-form-wrapper .form--control {
    font-size: 12px;
    border: 1px solid #e5e5e5;
    background: white;
    font-size: 13px;
    height: 40px;
    color: #3d3d3d;
    font-weight: 600;
}

.custom--card .card-body .card-form-wrapper .form--control::placeholder {
    color: #3d3d3d;
}

.custom--card .card-body .card-form-wrapper label {
    font-weight: 700;
    margin-bottom: 5px;
}

.custom--card .card-body .card-form-wrapper textarea {
    height: auto;
    min-height: 120px;
    color: #3d3d3d;
}

.custom--card .card-body .card-form-wrapper .submit-btn {
    margin-top: 10px;
    padding: 12px 30px;
}

.modal-content {
    border: 2px solid #000000;
}

.modal-content .close {

}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #19232d;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica', sans-serif;
    font-size: 34px;
    line-height: 38px;
    text-transform: capitalize;
}

h1 {
    font-size: 65px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 35px;
    }
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 14px;
    font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-header-wrapper .section-header {
    margin-bottom: 0;
}

.section-header {
    margin-bottom: 50px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header.white .section-title {
    color: white;
}

.section-header.white p {
    color: white;
}

.section-header.left {
    margin-bottom: 30px;
}

.section-header .sub-title {
    color: #19232d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Helvetica", sans-serif;
    margin-top: -4px;
}

@media only screen and (max-width: 991px) {
    .section-header .sub-title {
        font-size: 13px;
    }
}

.section-header .sub-title span {
    color: #000000;
}

.section-header .section-title {
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}

.section-header .section-title span {
    color: #000000;
}

.section-header p {
    margin-top: 10px;
}

.section-header--style .sub-title .left-icon {
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    .section-header--style .sub-title .left-icon {
        margin-right: 5px;
        font-size: 12px;
    }
}

.section-header--style .sub-title .right-icon {
    margin-left: 10px;
}

@media only screen and (max-width: 991px) {
    .section-header--style .sub-title .right-icon {
        margin-left: 5px;
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
    color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {

}

.btn-capsule {

}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163A;
}

.badge--primary {
    background-color: #7367f0;
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163A;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.badge {
    font-weight: 600;

    padding: 5px 20px 7px 20px;
    font-size: 11px;
}

.btn--base {
    position: relative;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 12px 25px;

    font-size: 16px;
    font-weight: 800;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base.active {
    background: transparent;
    border: 1px solid transparent;
    color: #000000;
}

.btn--base.active:hover {
    color: #19232d;
    background: #000000;
}

.btn--base:focus, .btn--base:hover {
    color: #000000;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 10px 18px;
        font-size: 13px;
    }
}

.custom-btn {
    color: #000000 !important;
    font-weight: 700;
    border: 1px black solid;
    padding: 10px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input, textarea {
    padding: 12px 20px;
}

input::placeholder, textarea::placeholder {
    color: #19232d;
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 180px;
}

input,
select,
textarea {
    border: 1px solid #e5e5e5;
    vertical-align: baseline;
    font-size: 100%;
    color: #19232d;
}

label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Helvetica", sans-serif;
    display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
input[type=number] {
    -moz-appearance: textfield;
}

select {
    outline: none;
    cursor: pointer;
}

option {
    color: #19232d;
}

.nice-select .list {
    background-color: white;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    min-height: 50px;
    max-height: 200px;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: unset;
    min-height: 50px;
    max-height: 200px;
    overflow-y: scroll;
    width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #000000;
}

.nice-select.open .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 700;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    color: #19232d;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option.disabled:after {
    border-color: #cccccc;
}

.nice-select .option:hover {
    background-color: #000000;
    color: #19232d;
}

.nice-select .current {
    display: block;
    color: white;
}

.input-group {
    margin-bottom: 15px;
    flex-wrap: nowrap;
}

.input-group input {
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(107, 124, 147, 0.15);
    color: #6b7c93;
    height: 45px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(220, 187, 135, 0.2);
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #e5e5e5;
    border-right: none;
    background-color: white;
}

.input-group-text {
    border: none;
    font-size: 14px;
    background: #EFF0F0;
    color: #19232d;
    height: 45px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}

.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-group input:checked + label::before {
    background-color: #000000;
    border: 1px solid #000000;
}

.custom-check-group input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check-group label {
    position: relative;
    cursor: pointer;
}

.custom-check-group label::before {
    content: '';
    -webkit-appearance: none;
    background: white;
    border: 1px solid #e5e5e5;

    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 50px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.form--control {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 45px;
    color: #19232d;

    font-size: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .form--control {
        font-size: 14px;
    }
}

.form--control:focus {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: #19232d;
}

.form--control::placeholder {
    color: #19232d;
}

.radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item [type="radio"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #19232d;
    margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #19232d;
    margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background: white;
}

.radio-item [type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background: white;
}

.radio-item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background: transparent !important;
    font-size: 15px;
    box-shadow: none;
    padding: 10px 10px;

    vertical-align: top;
    display: inline-block;
    border: 1px solid #e5e5e5 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: #3d3d3d;
    line-height: initial;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3d3d3d transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #3d3d3d transparent;
}

.submit-btn {
    padding: 12px 20px;
    color: white;
    background: #19232d;
    font-weight: 600;
    font-size: 14px;

    font-family: "Helvetica", sans-serif;
}

@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-base > div {
    position: relative;
    z-index: 2;
}

.dark .bg-overlay-base:after {
    background-image: linear-gradient(-272deg, #1f2e3c 15%, rgba(25, 25, 25, 0) 100%);
}

.bg-overlay-black {
    position: relative;
}

.bg-overlay-black:after {
    content: "";
    position: absolute;
    background-color: #19232d;
    opacity: .9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-black > div {
    position: relative;
    z-index: 2;
}

.bg-overlay-white {
    position: relative;
}

.bg-overlay-white:after {
    content: "";
    position: absolute;
    background-color: white;
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-white > div {
    position: relative;
    z-index: 2;
}

@keyframes scroll-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scroll-ver {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scale {
    0% {
        left: -800px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes slideUp {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0% -1000%;
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-webkit-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-moz-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-ms-keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@keyframes ImgAnimate {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@keyframes video {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 187, 135, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
    }

    100% {
        box-shadow: 0 0 0 rgba(220, 187, 135, 0);
    }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background: white;
}

.svg-loader {
    display: flex;
    align-items: center;
    width: 230px;
    height: 230px;
    transform-origin: 115px 115px;
    animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
    fill: #000000;
}

.loader__path {
    stroke: white;
    animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader-path {
    0% {
        stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
    }

    50% {
        stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
    }

    100% {
        stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
    }
}

.row > * {
    position: relative;
}

@media (min-width: 1480px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
    .col-xs-6 {
        width: 100%;
    }
}

section {
    overflow: hidden;
}

::selection {
    background-color: #000000;
    color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header-bottom-area {
    position: relative;
    padding: 15px 100px 0 100px;
}

@media only screen and (max-width: 1317px) {
    .header-bottom-area {
        padding: 15px 30px 0 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-bottom-area {
        padding: 15px 0 0 0 !important;
    }
}

.header-bottom-area .header-menu-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-bottom-area .header-menu-content .header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-bottom-area .header-menu-content .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-section-one .header-bottom-area .header-menu-content {
    display: block;
}

.header-two .header-bottom-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 100px 15px 100px;
}

@media only screen and (max-width: 1317px) {
    .header-two .header-bottom-area {
        padding: 15px 0 15px 0 !important;
    }
}

.navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #1F2E3C !important;
        padding: 15px !important;
    }

    .navbar-collapse .main-menu {
        padding: 0;
    }

    .menu_has_children .sub-menu {
        display: none !important;
    }

    .menu_has_children .sub-menu li {
        width: 100%;
    }

    .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: flex !important;
        flex-wrap: wrap;
    }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.navbar-collapse .main-menu li {
    position: relative;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse .main-menu li {
        padding-right: 25px;
    }
}

.navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.navbar-collapse .main-menu li:last-child a::after {
    display: none;
}

.navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 120%;
}

.navbar-collapse .main-menu li.menu_has_children:hover a {
    color: white;
}

.navbar-collapse .main-menu li.menu_has_children a:hover {
    color: white;
}

.navbar-collapse .main-menu li:hover .toggle-bar .element {
    background-color: white !important;
}

.navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.navbar-collapse .main-menu li.menu_has_children a::before {
    display: none;
}

.navbar-collapse .main-menu li.menu_has_children i {
    font-size: 18px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-section-one .navbar-collapse .main-menu li.menu_has_children a {
    padding-right: 0;
}

.header-section-one .navbar-collapse .main-menu li.menu_has_children a::before {
    display: none;
}

.header-section-one .navbar-collapse .main-menu li.menu_has_children a::after {
    display: none;
}

.search-bar {
    margin-left: 40px;
    margin-right: 40px;
}

.search-bar a {
    font-size: 16px;
    color: #dfdfdf;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.dark .search-bar {
    margin-left: 40px;
    margin-right: 20px;
}

.page-wrapper-two .header-right {
    padding-left: 0 !important;
    margin-right: 0;
}

.page-wrapper-two .search-bar a {
    color: white;
}

.header-top-search-area {
    position: absolute;
    top: 108%;
    width: 350px;
    right: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .header-top-search-area {
        width: 100%;
    }
}

.header-top-search-area.open {
    opacity: 1;
    visibility: visible;
}

.active.header-top-search-area {
    opacity: 1;
    visibility: visible;
    animation-duration: 0.7s;
    animation-name: fadeInUp;
}

.header-search-form {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-search-form input {
    padding: 12px 60px 12px 15px;
    border: 1px solid #e5e5e5;
    width: 100%;
    border: none;
    font-size: 14px;

    overflow: hidden;
    font-weight: 700;
    color: #3d3d3d;
}

.header-search-form input::placeholder {
    color: #3d3d3d;
}

.header-search-form .header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 20px;
    background-color: #000000;
    border-radius: 0 5px 5px 0;
    color: #19232d;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children .sub-menu {
    width: 200px;
    height: auto;
    top: 0;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children.show .sub-menu {
    left: 112%;
}

.navbar-collapse .main-menu li a {
    position: relative;
    padding: 18px 0 18px 0;
    font-weight: 700;
    align-items: center;
    color: white;
    font-family: "Helvetica", sans-serif;
    display: inline-block;
    font-size: 30px;
    transition: all 0.3s;
    z-index: 9;
}

@media only screen and (max-width: 1399px) {
    .navbar-collapse .main-menu li a {
        font-size: 24px;
        padding: 12px 0 12px 0;
    }
}

.header-section-one .navbar-collapse .main-menu li a {
    color: white;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
}

.navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 150%;
    left: -11px;
    width: 230px;
    background-color: black;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;

}

.navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0;
    padding-right: 0;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
}

.navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.navbar-collapse .main-menu li .sub-menu li:hover {
    background-color: #000000;
}

.navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #19232d;
}

.navbar-collapse .main-menu li .sub-menu li a {
    color: white;
    width: 100%;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    transition: all ease 0.3s;
}

.navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
}

.navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}

.navbar-collapse .main-menu li .sub-menu li .sub-menu {
    padding: 0;
    top: 0;
    left: 230px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
}

.navbar-collapse .main-menu li .sub-menu li .sub-menu::before {
    display: none;
}

.navbar-collapse .main-menu li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    margin-right: 100px;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 100px;
        margin-right: 20px;
    }
}

.language-select {
    background: transparent;
    color: white;
    border: none;

    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-links-area {
        display: none;
    }
}

.header-links li {
    display: inline-block;
    color: white;
    font-size: 13px;
}

.header-links li i {
    color: #000000;
    font-size: 12px;
    margin-right: 8px;
}

.header-links li:last-child i {
    font-size: 9px;
    margin-right: 5px;
}

.header-links li + li {
    margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
    .header-links li + li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.page-wrapper-two .navbar-toggler span {
    color: #19232d;
}

.page-wrapper-two .header-action-area {
    margin-top: 0;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
    color: white;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
        color: white;
    }
}

.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
    color: white !important;
}

.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: white !important;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu {
    right: auto;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .site-logo {
        margin-right: 30px;
    }
}

.page-wrapper-two .header-menu-content {
    display: block;
}

.page-wrapper-two .header-right {
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .header-right {
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .header-right .header-links {
        background: rgba(220, 187, 135, 0.1);
    }
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .header-right .header-action {
        background: rgba(220, 187, 135, 0.1);
    }
}

.page-wrapper-two .header-bottom-area {
    padding: 15px 200px 15px 200px;
}

@media only screen and (max-width: 1699px) {
    .page-wrapper-two .header-bottom-area {
        padding: 15px 100px 15px 100px;
    }
}

@media only screen and (max-width: 1499px) {
    .page-wrapper-two .header-bottom-area {
        padding: 15px 50px 0 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .page-wrapper-two .header-bottom-area {
        padding: 15px 30px 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .header-bottom-area {
        padding: 15px 0 0 0;
    }
}

.page-wrapper-two .header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .header-bottom-area .navbar-collapse {
        background-color: #19232d;
    }

    .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 10px;
    }

    .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu li a {
        color: white;
        font-weight: 500;
        padding: 12px;
    }
}

.page-wrapper-two .header-links {
    margin-left: 0;
}

.page-wrapper-two .header-links li {
    color: #19232d;
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-width: 1369px) {
    .page-wrapper-two .header-links li {
        font-size: 14px;
    }
}

.page-wrapper-two .header-links li i {
    color: #19232d;
    font-size: 10px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .navbar-collapse .main-menu li {
        text-align: left;
    }
}

.page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    width: 200px;
    height: auto;
    display: block;
    right: auto;
}

.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
    font-size: 14px;
}

.page-wrapper-two .navbar-collapse .main-menu li a {
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    font-weight: 800;
    padding: 0;
}

.page-wrapper-two .navbar-collapse .main-menu li a::before {
    display: none;
}

.page-wrapper-two .navbar-collapse .main-menu li a::after {
    display: none;
}

@media only screen and (max-width: 1369px) {
    .page-wrapper-two .navbar-collapse .main-menu li a {
        font-size: 14px;
    }
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
    height: 10px;
}

@media only screen and (max-width: 1299px) {
    .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
        right: -8px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
        background: white;
    }
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
    width: 10px;
    right: -8px;
}

@media only screen and (max-width: 1299px) {
    .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
        right: -16px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
        background: white;
    }
}

@media only screen and (max-width: 991px) {
    .header-action-area {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-action-area {
        display: flex;
    }
}

.header-action-area .action-btn {
    width: 30px;
    height: 30px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #000000;

    color: #19232d;
    display: none;
    margin-left: 5px;
}

.header-action-area .action-btn.two {
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-action-area .action-btn {
        display: block;
    }
}

.header-action {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

@media only screen and (max-width: 1299px) {
    .header-action {
        margin: 0;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-action {
        position: absolute;
        width: 210px;
        left: auto;
        right: 0;
        top: 100%;
        background: #27323c;
        padding: 20px;
        z-index: 9;
        display: none;
    }
}

.header-action a {
    padding: 12px 30px;
    font-weight: 800;
    font-size: 16px;
    margin: 5px;
    display: flex;
    justify-content: center;
}

.header-action a i {
    font-size: 22px;
    margin-right: 8px;
    transition: all 0.5s;
}

.header-action a:hover i {
    transform: rotate(40deg);
}

.header-action a.active {
    align-items: center;
    font-size: 13px;
}

.header-action a.active i {
    margin-right: 10px;
    font-size: 13px;
    transition: all 0.5s;
}

.header-action a.active i::before {
    color: #000000;
}

.header-action a.active:hover {
    background-color: transparent;
    color: #000000;
}

.header-action a.active:hover i {
    transform: none;
}

.page-wrapper-two .header-action {
    margin-left: 0;
}

@media only screen and (max-width: 1369px) {
    .page-wrapper-two .header-action {
        margin-left: 20px;
    }
}

.page-wrapper-two .header-action a {
    text-transform: uppercase;
    padding: 14px 25px;
    font-size: 16px;
}

@media only screen and (max-width: 1369px) {
    .page-wrapper-two .header-action a {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.page-wrapper-two .header-action a:hover {
    color: #19232d;
}

@media (max-width: 991px) {
    .page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.header-action--style {
    margin-left: 0;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .header-action--style {
        position: unset;
        width: auto;
        background: transparent;
        padding: 0;
        display: block;
    }
}

.header-social {
    margin-top: 30px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.5);
    color: #000000;
    font-size: 11px;
    border-radius: 50%;
    transition: all 0.5s;
}

.header-social li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: white;
}

.header-social li + li {
    margin-left: 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;

    color: white;
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler span {
        font-size: 20px;
    }
}

.toggle-wrapper {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.toggle-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: all 0.5s;
}

.toggle-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: all 0.5s;
}

.toggle-wrapper:hover::before {
    width: 100%;
}

.toggle-wrapper:hover::after {
    width: 100%;
}

.toggle-wrapper:hover .toggle-bar {
    flex-direction: row;
}

.toggle-wrapper:hover .toggle-bar .toggle {
    margin: 0;
}

.toggle-wrapper:hover .toggle-bar .toggle.res {
    display: block;
}

.toggle-wrapper:hover .toggle-bar .toggle.pos {
    display: none;
}

.toggle-wrapper:hover .toggle-bar .element {
    width: 0px;
    height: 0px;
}

.toggle-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
}

.toggle-bar .toggle {
    margin: 1px;
    transition: all 0.5s;
}

.toggle-bar .toggle.res {
    display: none;
    transition: all 0.5s;
}

.toggle-bar .toggle.pos {
    transition: all 0.5s;
}

.toggle-bar .element {
    background: #000000;
    width: 4px;
    height: 4px;
    transition: all 0.5s;
}

.toggle-bar .text {
    color: white;
    font-size: 14px;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .toggle-bar .text {
        font-size: 12px;
    }
}

.nav-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #19232d;
    transform: translateX(-100%);
    transition: all 1.2s;
    visibility: hidden;
    z-index: 99999;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .nav-menu-container {
        overflow-y: auto;
    }
}

.page-wrapper.show .nav-menu-container {
    transform: translateX(0);
    visibility: visible;
}

.page-wrapper.show .menu-element-two {
    transform: translateX(0px) scale(1);
}

.nav-menu-close {
    position: absolute;
    top: 1rem;
    left: 2rem;
    padding: .4rem;
    color: white;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}

@media only screen and (max-width: 1199px) {
    .nav-menu-close {
        left: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .nav-menu-close {
        color: #19232d;
    }
}

.nav-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .nav-menu-wrapper {
        display: block;
    }
}

.menu-element-area {
    padding: 3.125rem 5rem;
    width: 50%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #19232d;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .menu-element-area {
        width: 100%;
        padding: 30px 20px;
        min-height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .menu-element-area {
        display: none;
    }
}

.menu-element-area .menu-element-one {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .menu-element-area .menu-element-one {
        width: 50%;
    }
}

.menu-element-area .menu-element-two {
    transition: all 5s;
    transform: translateX(-700px) scale(0.5);
}

@media only screen and (max-width: 1199px) {
    .menu-element-area .menu-element-two {
        width: 40%;
        margin: 0 auto;
    }
}

.menu-nav {
    padding: 3.125rem 6rem;
    width: 50%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    flex-basis: auto;
}

@media only screen and (max-width: 1199px) {
    .menu-nav {
        width: 100%;
        padding: 60px 20px;
        min-height: auto;
        align-items: center;
    }
}

@media only screen and (max-width: 575px) {
    .menu-nav {
        min-height: 100vh;
    }
}

.header--style {
    position: relative;
}

.header--style .header-bottom-area {
    background-color: #19232d;
    padding: 15px 100px 15px 100px;
}

@media only screen and (max-width: 1317px) {
    .header--style .header-bottom-area {
        padding: 15px 0 15px 0 !important;
    }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
    position: relative;
    padding-top: 295px;
    padding-bottom: 235px;
    padding-left: 200px;
    padding-right: 200px;
    background-color: #19232d;
    overflow: hidden;
    z-index: 9;
}

@media only screen and (max-width: 1199px) {
    .banner-section .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1317px) {
    .banner-section {
        padding-top: 165px;
        padding-bottom: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 368px) {
    .banner-section {
        padding-bottom: 95px;
    }
}

.banner-section .banner-thumb {
    position: absolute;
    left: -130px;
    bottom: -300px;
    width: 123%;
    animation: scale 4s linear;
    z-index: 9;
}

.banner-section .banner-thumb img {
    animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-thumb {
        position: unset;
        animation: none;
    }

    .banner-section .banner-thumb img {
        animation: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-thumb {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .banner-thumb {
        width: 100%;
    }
}

.banner-section .banner-element {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-element {
        display: none;
    }
}

.banner-section .banner-element-two {
    position: absolute;
    left: 30%;
    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-element-two {
        display: none;
    }
}

.banner-section .banner-element-three {
    position: absolute;
    top: 50%;
    left: 45%;
    animation: rotate 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-element-three {
        display: none;
    }
}

.banner-section .banner-element-four {
    position: absolute;
    top: 83%;
    left: 25%;
    animation: tada 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .banner-section .banner-element-four {
        display: none;
    }
}

.banner-section .banner-social-area {
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1317px) {
    .banner-section .banner-social-area {
        display: none;
    }
}

.banner-section .banner-social-area::before {
    position: absolute;
    content: '';
    top: -200px;
    left: 13px;
    width: 1px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.1);
}

.banner-section .banner-social-area::after {
    position: absolute;
    content: '';
    bottom: -200px;
    left: 13px;
    width: 1px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.1);
}

.banner-section .banner-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.2);
    color: #000000;
    font-size: 11px;
    border-radius: 50%;
    transition: all 0.5s;
}

.banner-section .banner-social li a:hover {
    background: #000000;
    border: 1px solid #000000;
    color: white;
}

.banner-section .banner-social li + li {
    margin-top: 8px;
}

.banner-section .banner-content {
    position: relative;
    z-index: 9;
}

.banner-section .banner-content .sub-title {
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    color: white;
    font-family: "Helvetica", sans-serif;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .sub-title {
        font-size: 18px;
    }
}

.banner-section .banner-content .sub-title span {
    color: #000000;
}

.banner-section .banner-content .title {
    margin-bottom: 25px;
    font-weight: 700;
    color: white;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .title {
        line-height: 40px;
    }
}

.banner-section .banner-content p {
    color: white;
    width: 80%;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content p {
        width: 100%;
        font-size: 14px;
    }
}

.banner-section .banner-content .banner-btn {
    margin: -5px;
    margin-top: 65px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .banner-btn {
        margin-top: 30px;
    }
}

.banner-section .banner-content .banner-btn a {
    background-color: transparent;
    color: #000000;
    margin: 5px;
    position: relative;
    overflow: hidden;
}

.banner-section .banner-content .banner-btn a i::before {
    transition: all 0.5s;
}

.banner-section .banner-content .banner-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.banner-section .banner-content .banner-btn a:hover {
    color: #19232d;
}

.banner-section .banner-content .banner-btn a:hover i::before {
    color: #19232d;
}

.banner-section .banner-content .banner-btn a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.banner-section .banner-content .banner-btn a.active {
    color: white;
}

.banner-section .banner-content .banner-btn a.active::after {
    display: none;
}

.banner-section .banner-content .banner-btn a.active i {
    font-size: 12px;
    transition: all 0.5s;
}

.banner-section .banner-content .banner-btn a.active:hover {
    color: #000000;
}

.banner-section .banner-content .banner-btn a.active:hover i {
    padding-left: 5px;
    padding-right: 0;
}

.banner-section .banner-content .banner-btn a.active:hover i::before {
    color: #000000;
}

.dark .banner-section .banner-element {
    right: -36%;
    top: -28%;
}

@media only screen and (max-width: 1466px) {
    .dark .banner-section .banner-element {
        right: -60%;
    }
}

.page-wrapper-two .banner-section {
    position: relative;
    background-color: #8a8a8a;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .container-fluid {
        padding: 0;
    }
}

@media only screen and (max-width: 1662px) {
    .page-wrapper-two .banner-section {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1317px) {
    .page-wrapper-two .banner-section {
        padding-top: 165px;
        padding-bottom: 105px;
    }
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section {
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .banner-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section {
        padding-top: 0;
    }
}

.page-wrapper-two .banner-section .banner-element {
    right: -5%;
    top: -25%;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-element {
        display: block;
        top: -50%;
        right: -30%;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .banner-section .banner-element {
        top: -50%;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .banner-element {
        width: 90%;
        top: -26%;
        right: -26%;
    }
}

@media only screen and (max-width: 650px) {
    .page-wrapper-two .banner-section .banner-element {
        width: 90%;
        top: -26%;
        right: -26%;
    }
}

@media only screen and (max-width: 440px) {
    .page-wrapper-two .banner-section .banner-element {
        width: 90%;
        top: 0;
        right: -26%;
    }
}

@media only screen and (max-width: 375px) {
    .page-wrapper-two .banner-section .banner-element {
        width: 90%;
        top: 0;
        right: -26%;
    }
}

.page-wrapper-two .banner-section .banner-element-five {
    position: absolute;
    top: -5%;
    right: -3%;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-element-five {
        display: none;
    }
}

.page-wrapper-two .banner-section .banner-thumb-two {
    position: absolute;
    bottom: -50%;
    right: 30%;
    width: 45%;
    animation: fadeInUp 3s;
}

@media only screen and (max-width: 1462px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        bottom: -35%;
        width: 53%;
    }
}

@media only screen and (max-width: 1399px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        bottom: -33%;
        width: 50%;
    }
}

@media only screen and (max-width: 1299px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        bottom: -32%;
        width: 57%;
    }
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        right: -116%;
        bottom: auto;
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        right: -70%;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .banner-thumb-two {
        position: unset;
        margin-left: auto;
        animation: none;
        width: auto;
        background-color: rgba(220, 187, 135, 0.1);
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        overflow: hidden;
    }
}

.page-wrapper-two .banner-section .banner-thumb-two img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .banner-thumb-two img {
        width: 22%;
    }
}

@media only screen and (max-width: 575px) {
    .page-wrapper-two .banner-section .banner-thumb-two img {
        width: 30%;
    }
}

.page-wrapper-two .banner-section .banner-widget-one {
    position: absolute;
    top: 63%;
    left: 55%;
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    z-index: 12;

    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-widget-one {
        display: none;
    }
}

.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    background-color: rgba(220, 187, 135, 0.1);
    border-radius: 50%;
}

.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon i::before {
    color: #000000;
}

.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .title {
    font-family: "Helvetica", sans-serif;
    margin-bottom: 3px;
    font-weight: 800;
}

.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .sub-title {
    font-size: 12px;
    font-weight: 600;
}

.page-wrapper-two .banner-section .banner-widget-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 12%;
    z-index: 12;

    animation: scroll-ver 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-widget-two {
        display: none;
    }
}

.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    background-color: rgba(220, 187, 135, 0.1);
    border-radius: 50%;
}

.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon i::before {
    color: #000000;
}

.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .title {

    margin-bottom: 3px;
}

.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .banner-widget-btn {
    background-color: #19232d;
    color: white;
    display: inline-block;

    padding: 2px 8px;
    font-size: 10px;
    margin-top: 5px;
}

.page-wrapper-two .banner-section .banner-widget-three {
    position: absolute;
    top: 38%;
    right: 16%;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-widget-three {
        display: none;
    }
}

.page-wrapper-two .banner-section .banner-video {
    position: absolute;
    bottom: 55%;
    right: 45%;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-video {
        position: unset;
        margin: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .banner-video {
        position: absolute;
        bottom: 70%;
        right: auto;
        left: 10%;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .banner-section .banner-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-wrapper-two .banner-section .banner-content .sub-title {
    color: #19232d;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-content .sub-title {
        font-size: 14px;
    }
}

.page-wrapper-two .banner-section .banner-content .title {
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .banner-section .banner-content .title {
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .page-wrapper-two .banner-section .banner-content .title {
        line-height: 40px;
    }
}

.page-wrapper-two .banner-section .banner-content .access {
    font-weight: 800;
    color: #19232d;
    font-size: 22px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .banner-section .banner-content .access {
        font-size: 16px;
    }
}

.page-wrapper-two .banner-section .banner-content .access span {
    color: #000000;
}

.page-wrapper-two .banner-section .banner-content p {
    color: #19232d;
}

.page-wrapper-two .banner-section .banner-content .banner-btn {
    margin-top: 45px;
}

.page-wrapper-two .banner-section .banner-content .banner-btn a {
    color: #19232d;
    border: 1px solid #19232d;
}

.page-wrapper-two .banner-section .banner-content .banner-btn a i {
    font-size: 12px;
    color: #000000;
    transition: all 0.5s;
}

.page-wrapper-two .banner-section .banner-content .banner-btn a:hover {
    border: 1px solid #000000;
}

.page-wrapper-two .banner-section .banner-content .banner-btn a.active {
    border: 1px solid transparent;
}

.inner-banner-section {
    padding-top: 208px;
    padding-bottom: 113px;
}

.inner-banner-section .banner-content .title {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .inner-banner-section .banner-content .title {
        margin-top: -9px;
    }
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    color: black;
}

.breadcrumb-item a {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item a {
        font-size: 14px;
    }
}

.breadcrumb-item.active {
    font-weight: 700;
    color: black;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item.active {
        font-size: 14px;
    }
}

.breadcrumb-item.active::before {
    content: ">";
    font-weight: 600;
    font-size: 12px;
    left: 0;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-item.active::before {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.footer-section .footer-element {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .footer-section .footer-element {
        display: none;
    }
}

.footer-top-area {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo a {
    margin: 0;
}

.footer-widget .title {
    color: white;
    position: relative;
    font-weight: 800;
    margin-bottom: 30px;
}

.footer-widget .title::before {
    border: 1px solid #000000;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
    right: 0;
}

.footer-widget .widget-title {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-widget p {
    color: white;
}

.footer-list li {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-list li:hover {
    color: #000000;
    padding-left: 5px;
}

.footer-bottom-area {
    border: 1px solid #000000;

    background-color: #19232d;
    position: relative;
    z-index: 9;
    padding: 60px;
}

@media only screen and (max-width: 991px) {
    .footer-bottom-area {
        padding: 30px;
    }
}

.subscribe-form {
    position: relative;
    margin-top: 10px;
}

.subscribe-form input {
    background: white;
    color: #3d3d3d;
    border: none;
    font-size: 14px;
    padding-left: 40px;
    height: 45px;
    position: relative;
    font-weight: 400;
}

.subscribe-form input:focus {
    color: #3d3d3d;
    border: none;
    background: white;
}

.subscribe-form input::placeholder {
    color: #BFBFBF;
}

.subscribe-form .subscribe-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #000000;
    z-index: 9;
    font-size: 18px;
}

.subscribe-form button, .subscribe-form input[type="button"], .subscribe-form input[type="reset"], .subscribe-form input[type="submit"] {

    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.subscribe-form button i, .subscribe-form input[type="button"] i, .subscribe-form input[type="reset"] i, .subscribe-form input[type="submit"] i {
    font-size: 20px;
    transition: all 0.5s;
}

.subscribe-form button i::before, .subscribe-form input[type="button"] i::before, .subscribe-form input[type="reset"] i::before, .subscribe-form input[type="submit"] i::before {
    color: #19232d;
    transition: all 0.5s;
}

.subscribe-form button:hover i, .subscribe-form input[type="button"]:hover i, .subscribe-form input[type="reset"]:hover i, .subscribe-form input[type="submit"]:hover i {
    transform: rotate(-150deg);
}

.subscribe-form button:hover i::before, .subscribe-form input[type="button"]:hover i::before, .subscribe-form input[type="reset"]:hover i::before, .subscribe-form input[type="submit"]:hover i::before {
    color: #000000;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.3);
    color: #000000;
    font-size: 12px;
    transition: all 0.3s;
}

.footer-social li a:hover {
    color: white;
    background-color: #000000;
}

.footer-social li + li {
    margin-left: 5px;
}

.copyright-area {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright-area p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #dfdfdf;
}

@media only screen and (max-width: 991px) {
    .copyright-area p {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .copyright-area {
        display: block;
        text-align: center;
    }
}

.page-wrapper-two .footer-section {
    background-color: black;
}

.page-wrapper-two .footer-section .footer-element {
    right: 50px;
    top: -300px;
    opacity: .3;
}

.page-wrapper-two .footer-bottom-area {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.page-wrapper-two .footer-widget .title {
    color: #19232d;
}

.page-wrapper-two .footer-widget .title::before {
    border: 1px dashed #000000;
}

.page-wrapper-two .footer-widget p {
    color: #19232d;
}

.page-wrapper-two .footer-list li {
    color: #19232d;
    font-weight: 600;
}

.page-wrapper-two .footer-list li i {
    margin-right: 5px;
    font-size: 14px;
}

.page-wrapper-two .footer-list li:hover {
    color: #000000;
}

.page-wrapper-two .footer-top-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #707070;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.page-wrapper-two .footer-btn a {
    display: flex;
}

.page-wrapper-two .footer-btn a i {
    font-size: 20px;
    margin-left: 8px;
    transition: all 0.5s;
}

.page-wrapper-two .footer-btn a:hover i {
    transform: rotate(-150deg);
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .footer-btn a {
        margin-top: 20px;
    }
}

.page-wrapper-two .footer-social li a {
    border: 1px solid white;
    color: #1F2E3C;
}

.page-wrapper-two .footer-social li a:hover {
    border: 1px solid #000000;
    color: white;
}

.page-wrapper-two .copyright-area {
    border-top: 1px dashed #707070;
    padding: 25px 0;
    justify-content: center;
    margin-top: 40px;
}

.page-wrapper-two .copyright-area p {
    color: #19232d;
    font-weight: 700;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .copyright-area p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team-block
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .team-section .slider-nav-area {
        display: none;
    }
}

.team-slider {
    overflow: hidden;
}

.team-item {

    position: relative;
    overflow: hidden;
}

.team-item:hover .team-social-area {
    right: 0;
}

.team-item .team-social-area {
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #f5f3f1;
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.team-thumb {
    background-color: #DDE6EF;
    text-align: center;
}

.team-content {
    background-color: #f5f3f1;
    padding: 20px;
    text-align: center;
}

.team-content .title {
    font-weight: 800;
}

.team-content .title a {
    transition: all 0.5s;
}

.team-content .title a:hover {
    color: #000000;
}

.team-content .sub-title {
    color: #19232d;
    font-style: italic;
    font-weight: 700;
}

.team-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.5);
    color: #000000;
    font-size: 12px;
    transition: all 0.3s;
}

.team-social li a:hover {
    color: white;
    background-color: #000000;
}

.team-social li + li {
    margin-top: 8px;
}

.team--style .section-header-wrapper {
    position: relative;
}

.team--style .section-header-wrapper::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #e5e5e5;
}

@media only screen and (max-width: 1199px) {
    .team--style .section-header-wrapper::after {
        display: none;
    }
}

.team--style .section-header-wrapper .section-header .section-title {
    margin-top: -13px;
}

.team-widget-area .team-widget-content {
    margin-top: 52px;
}

.team-widget-area .team-widget-content .title {
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: -5px;
}

.team-widget-area .team-widget-content p {
    line-height: 1.9;
}

.team-skill-area .skill-item {
    border: 1px solid #e5e5e5;

    padding: 40px 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    transition: all 0.5s;
}

.team-skill-area .skill-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000000;
    transition: all 0.5s;
    z-index: -1;
}

.team-skill-area .sk-name {
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #19232d;
    font-weight: 800;
    font-size: 16px;
}

.team-skill-area .progress {
    width: 130px;
    height: 130px;
    font-size: 30px;
    color: #19232d;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 130px;
    margin: 0 auto;
    background: transparent;
    display: block;
}

.team-details .team-item {
    display: flex;
    flex-wrap: wrap;
}

.team-details .team-thumb {
    width: 370px;

    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .team-details .team-thumb {
        width: 100%;
    }
}

.team-details .team-content-area {
    width: calc(100% - 370px);
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .team-details .team-content-area {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

.team-details .team-content-area .team-content {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.team-details .team-content-area .team-content .title {
    font-weight: 700;
}

.team-details .team-content-area .team-content .sub-title {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .team-details .team-content-area .team-content .sub-title {
        font-size: 14px;
    }
}

.team-details .team-content-area .team-content .team-contact-list {
    margin-top: 10px;
}

.team-details .team-content-area .team-content .team-contact-list li {
    color: #19232d;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-details .team-content-area .team-content .team-contact-list li i {
    color: #000000;
    margin-right: 5px;
}

.team-details .team-content-area .team-content .team-social-area {
    position: unset;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
    margin-top: 20px;
}

.team-details .team-content-area .team-content .team-social-area span {
    color: #19232d;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

.team-details .team-content-area .team-content .team-social-area .team-social li {
    display: inline-block;
}

.team-details .team-content-area .team-content .team-social-area .team-social li a {
    border: 1px solid rgba(25, 35, 45, 0.3);
    color: #19232d;
}

.team-details .team-content-area .team-content .team-social-area .team-social li a:hover {
    border: 1px solid #000000;
    color: white;
}

.team-details .team-content-area .team-content .team-social-area .team-social li + li {
    margin-top: 0;
    margin-left: 8px;
}

.progress::after {
    content: "%";
    color: #19232d;
    font-weight: 600;
}

.progress .title {
    position: relative;
    z-index: 100;
    font-size: 36px;
    font-weight: 600;
    color: #19232d;
}

.progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
}

.progress .left, .progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 12px solid #000000;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

.progress .left {
    animation: load1 3s linear forwards;
}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {
    animation: load2 3s linear forwards 3s;
}

.progress:last-of-type .right, .progress:first-of-type .right {
    animation: load3 3s linear forwards 3s;
}

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes load2 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(270deg);
    }
}

@keyframes load3 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(315deg);
    }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
    overflow: hidden;
    position: relative;
}

.client-section .client-element {
    position: absolute;
    top: 58%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.client-item {
    padding: 0 30px 30px 30px;
    position: relative;

    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .client-item {
        padding: 0 20px 20px 20px;
    }
}

.client-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    background-color: white;
    box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);

    z-index: -1;
}

.client-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.client-thumb {
    height: 125px;
}

.client-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.client-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.client-footer-left .title {
    font-weight: 800;
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .client-footer-left .title {
        font-size: 18px;
    }
}

.client-footer-right .ratings i {
    color: #FFA200;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .client-footer-right .ratings i {
        font-size: 12px;
    }
}

.client-slider-wrapper {
    margin: -20px;
}

.client-slider {
    overflow: hidden;
    padding: 20px;
}

.client-right-thumb {
    position: relative;
}

.client-right-thumb img {
    width: 100%;
}

.client-right-thumb .client-thumb-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.client-right-thumb .client-thumb-overlay .waves {
    border: 1px solid white;
}

.client-right-thumb .client-thumb-overlay .video-icon {
    background-color: white;
    font-size: 30px;
}

.client-slider-two {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .client-slider-two {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.client-slider-two .client-item {
    background-color: white;
    border: none;
    padding: 15px 20px 20px 20px;
}

.client-slider-two .client-quote {
    color: #E8E9EA;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.client-slider-two .client-content {
    padding: 0;
    height: 150px;
}

.client-slider-two .client-content p {
    color: #3d3d3d;
    font-size: 14px;
}

.client-slider-two .client-footer {
    align-items: center;
    background-color: transparent;
    padding: 0;
    border-top: 1px dashed #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
    transition: all 0.5s;
}

.client-slider-two .client-footer .ratings i {
    color: #000000;
    font-size: 12px;
}

.client-slider-two .client-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.client-slider-two .client-post-meta .name {
    padding-left: 15px;
    color: #19232d;
    font-weight: 700;
    font-size: 14px;
}

.dark .client-item::before {
    background-color: #1F2E3C;
}

.dark .client-item .client-content p {
    color: #dfdfdf;
}

.dark .client-item .client-footer-left .title {
    color: white;
}

.dark .client-item .client-footer-left .sub-title {
    color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.overview-area {
    position: relative;
}

@media only screen and (max-width: 1399px) {
    .overview-area {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .overview-area {
        padding: 0;
    }
}

.overview-area .overview-element {
    position: absolute;
    left: 8%;
    bottom: -10%;
}

.dark .overview-element {
    display: none;
}

.overview-tab {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .overview-tab {
        display: block;
    }
}

.overview-tab .nav-tabs {
    width: 100%;
}

.overview-tab .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding: 28px 0;
    position: relative;
}

.overview-tab .nav-tabs .nav-link span {
    margin-right: 5px;
    font-weight: 800;
}

.overview-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "\e909";
    font-family: 'icomoon' !important;
    left: 0;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

@media only screen and (max-width: 1650px) {
    .overview-tab .nav-tabs .nav-link::before {
        left: 4px;
        font-size: 8px;
    }
}

@media only screen and (max-width: 1650px) {
    .overview-tab .nav-tabs .nav-link {
        font-size: 16px;
        padding: 15px 0;
    }
}

.overview-tab .nav-tabs .nav-link:last-child {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.overview-tab .nav-tabs .nav-link.active {
    color: #000000;
    padding-left: 40px;
}

@media only screen and (max-width: 991px) {
    .overview-tab .nav-tabs .nav-link.active {
        padding-left: 20px;
    }
}

.overview-tab .nav-tabs .nav-link.active::before {
    opacity: 1;
    visibility: visible;
}

.overview-tab .nav-tabs .nav-link.active span {
    display: none;
}

.overview-thumb {
    position: relative;
    z-index: 2;

    overflow: hidden;
}

.overview-thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, rgba(25, 35, 45, 0.82) 3%, transparent 100%);
}

@media only screen and (max-width: 575px) {
    .overview-thumb::before {
        background-image: linear-gradient(360deg, rgba(25, 35, 45, 0.82) 100%, transparent 100%);
    }
}

.overview-thumb .overview-thumb-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

@media only screen and (max-width: 991px) {
    .overview-thumb .overview-thumb-content {
        width: 80%;
    }
}

@media only screen and (max-width: 575px) {
    .overview-thumb .overview-thumb-content {
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
}

.overview-thumb .overview-thumb-content .title {
    color: white;
    margin-bottom: 15px;
}

.overview-thumb .overview-thumb-content .title a {
    transition: all 0.5s;
}

.overview-thumb .overview-thumb-content .title a:hover {
    color: #000000;
}

.overview-thumb .overview-thumb-content p {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

.overview-thumb img {
    width: 100%;
}

.overview-tab-thumb {
    position: relative;
    z-index: 2;

    overflow: hidden;
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .overview-tab-thumb {
        height: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .overview-tab-thumb {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.overview-tab-thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b1b2ac9;
}

.overview-tab-thumb .nav-tab-area {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 40px;
}

@media only screen and (max-width: 991px) {
    .overview-tab-thumb .nav-tab-area {
        padding: 15px;
    }
}

.overview-tab-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-tab-header {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .nav-tab-header {
        margin-bottom: 10px;
    }
}

.nav-tab-header .sub-title {
    color: white;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -10px;
}

@media only screen and (max-width: 1650px) {
    .nav-tab-header .sub-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-tab-header .sub-title {
        margin-bottom: 10px;
    }
}

.nav-tab-header .sub-title span {
    color: #000000;
}

.nav-tab-header .title {
    color: white;
}

@media only screen and (max-width: 1650px) {
    .nav-tab-header .title {
        font-size: 18px;
    }
}

.overview-btn i {
    margin-right: 5px;
    transition: all 0.5s;
}

.overview-btn:hover i {
    padding-right: 5px;
}

.tab-content > .active {
    animation: fadeInLeft 1s;
    transition: opacity 0s linear;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
    position: relative;
    overflow: hidden;
}

.about-section .about-element {
    position: absolute;
    top: 20%;
    right: 0;
    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .about-section .about-element {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .about-section.bg-overlay-base::after {
        background-image: linear-gradient(-272deg, #19232d 15%, rgba(25, 25, 25, 0.62) 100%);
    }
}

.dark .about-section {
    background-position: top right !important;
}

.about-content .sub-title {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .about-content .sub-title {
        font-size: 14px;
    }
}

.about-content .sub-title span {
    color: #000000;
}

.about-content .title {
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-content p {
    color: white;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .about-content p {
        font-size: 14px;
    }
}

.about-book-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 30px;

    width: 80%;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media only screen and (max-width: 1399px) {
    .about-book-area {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .about-book-area {
        margin-bottom: 20px;
    }
}

.about-book-area::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 12px;
    height: 80px;
    background-color: #000000;

}

.about-book-area .about-book-element {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-book-area .call-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.about-book-area .call {
    font-weight: 700;
    color: #19232d;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .about-book-area .call {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.about-thumb-video {
    position: absolute;
    bottom: 35px;
    right: 180px;
}

@media only screen and (max-width: 991px) {
    .about-thumb-video {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.video-main {
    position: relative;
    display: inline-block;
}

.waves {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid #000000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.video-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    color: #000000 !important;
    display: inline-block;
    background: rgba(220, 187, 135, 0.15);
    z-index: 999;
}

.about-book-right a i {
    transition: all 0.5s;
    margin-right: 8px;
}

.about-book-right a i::before {
    color: #19232d;
    transition: all 0.5s;
}

.about-book-right a:hover i {
    transform: rotate(-40deg);
}

.about-book-right a:hover i::before {
    color: #000000;
}

.dark .waves {
    border: 1px solid white;
}

.dark .video-icon {
    background-color: white;
    font-size: 30px;
}

.page-wrapper-two .about-thumb {
    position: relative;
    overflow: hidden;
}

.page-wrapper-two .about-thumb img {
    width: 100%;
}

.page-wrapper-two .about-thumb .about-video-wrapper {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-thumb .about-video-wrapper {
        position: absolute;
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

.page-wrapper-two .about-thumb .about-video-wrapper .video-icon {
    background-color: white;
}

.page-wrapper-two .about-content .sub-title {
    font-weight: 800;
    color: #19232d;
    margin-bottom: 15px;
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .about-content .sub-title {
        font-size: 14px;
    }
}

.page-wrapper-two .about-content .title {
    color: #19232d;
    margin-bottom: 10px;
}

.page-wrapper-two .about-content p {
    color: #3d3d3d;
    width: 100%;
}

.page-wrapper-two .about-statistics-area {
    background-color: #FFF8EE;
    border: 2px solid rgba(220, 187, 135, 0.1);

    padding: 15px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.page-wrapper-two .about-statistics-area .statistics-item {
    text-align: left;
}

.page-wrapper-two .about-statistics-area .statistics-item::after {
    display: none;
}

.page-wrapper-two .about-statistics-area .statistics-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .about-statistics-area .statistics-content {
        display: block;
        text-align: center;
    }
}

.page-wrapper-two .about-statistics-area .statistics-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    width: calc(100% - 125px);
    padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-statistics-area .statistics-content p {
        width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper-two .about-statistics-area .statistics-content p {
        width: 100%;
        font-size: 14px;
    }
}

.page-wrapper-two .about-statistics-area .odo-title {
    color: #19232d;
    font-weight: 900;
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-statistics-area .odo-title {
        font-size: 35px;
    }
}

.page-wrapper-two .about-list-area {
    margin-bottom: 20px;
}

.page-wrapper-two .about-list li {
    display: inline-block;
    color: #19232d;
    font-weight: 800;
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-list li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 420px) {
    .page-wrapper-two .about-list li {
        display: block;
    }
}

.page-wrapper-two .about-list li i {
    color: #000000;
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-list li i {
        margin-right: 2px;
    }
}

.page-wrapper-two .about-list li + li {
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .page-wrapper-two .about-list li + li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .page-wrapper-two .about-list li + li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.page-wrapper-two .about-footer-btn {
    margin-top: 30px;
}

.page-wrapper-two .about-footer-btn a {
    color: #19232d;
    background: transparent;
    border: 1px solid #19232d;
    position: relative;
    overflow: hidden;
}

.page-wrapper-two .about-footer-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.page-wrapper-two .about-footer-btn a i {
    font-size: 12px;
    color: #000000;
    transition: all 0.5s;
}

.page-wrapper-two .about-footer-btn a:hover {
    border: 1px solid #000000;
}

.page-wrapper-two .about-footer-btn a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.page-wrapper-two .about-footer-btn a:hover i {
    color: #19232d;
}

.about--style .about-thumb {
    position: relative;
    overflow: visible;
    z-index: 2;
}

.about--style .about-thumb .about-video-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .about--style .about-thumb .about-video-wrapper {
        position: absolute;
    }
}

.about--style .about-thumb .about-element-two {
    position: absolute;
    left: -10%;
    bottom: -10%;
    width: 90%;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .about--style .about-thumb .about-element-two {
        display: none;
    }
}

.about--style .about-book-area {
    background-color: rgba(220, 187, 135, 0.5);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.about--style .about-book-right a:hover {
    color: #19232d;
}

.about--style .about-book-right a:hover i::before {
    color: #19232d;
}

.about--style-two .about-content {
    background-color: #000000;
    padding: 60px 30px;

}

@media only screen and (max-width: 991px) {
    .about--style-two .about-content {
        padding: 40px 30px;
    }
}

.about--style-two .about-content .title {
    color: #19232d;
    font-weight: 700;
    line-height: 1.5;
    margin-top: -13px;
}

.about--style-two .about-content p {
    width: 100%;
    color: #110D0E;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .about--style-two .about-content p {
        font-size: 14px;
    }
}

.about--style-two .about-content .sub-para {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    color: #2F3841;
}

@media only screen and (max-width: 991px) {
    .about--style-two .about-content .sub-para {
        font-size: 16px;
    }
}

.about--style-two .about-btn {
    margin-top: 40px;
}

.about--style-two .about-btn a {
    background-color: #19232d;
    color: white;
}

.about--style-two .about-btn a i {
    margin-right: 5px;
    transition: all 0.5s;
}

.about--style-two .about-btn a i::before {
    color: white;
    transition: all 0.5s;
}

.about--style-two .about-btn a:hover {
    background: transparent;
    color: #19232d;
    border: 1px solid #19232d;
}

.about--style-two .about-btn a:hover i {
    transform: rotate(40deg);
}

.about--style-two .about-btn a:hover i::before {
    color: #19232d;
}

.about--style-two .video-icon {
    position: unset;
}

.about--style-three .about-thumb {

}

.about--style-three .about-thumb img {

}

.about--style-three .about-content .sub-title {
    font-weight: 700;
}

.about--style-three .about-content .title {
    margin-bottom: 15px;
}

.about--style-three .about-content p {
    color: #3d3d3d;
}

.about--style-three .about-list-area {
    margin-top: 25px;
}

.about--style-three .about-list-area .about-list li {
    display: block;
    font-weight: 700;
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    padding-left: 40px;
}

.about--style-three .about-list-area .about-list li::before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #19232d;
}

.about--style-three .about-list-area .about-list li + li {
    margin-left: 0;
    margin-top: 15px;
}

.about--style-three .about-btn {
    margin-top: 40px;
}

.about--style-three .about-btn a:hover i {
    transform: rotate(-40deg);
}

.about--style-three .about-btn a:hover i::before {
    color: #000000;
}

.about--style-three .about-btn i {
    margin-right: 5px;
    transition: all 0.5s;
}

.about--style-three .about-btn i::before {
    color: #19232d;
    transition: all 0.5s;
}

.about-list--style {
    margin-top: 40px;
}

.about-list--style .about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.about-list--style .about-list li {
    flex: 0 0 45%;
    position: relative;
    font-weight: 600 !important;
    padding-left: 30px;
    padding-bottom: 20px;
    line-height: 1.8;
}

@media only screen and (max-width: 991px) {
    .about-list--style .about-list li {
        flex: 0 0 100%;
    }
}

.about-list--style .about-list li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f00c';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background-color: rgba(220, 187, 135, 0.2);
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.about-list--style .about-list li + li {
    margin-top: 0 !important;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section {
    overflow: hidden;
}

.feature-area {
    position: relative;
}

.feature-area .feature-element {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 7%;
}

.feature-slider {
    overflow: hidden;
}

.feature-slider .swiper-slide-active .feature-item {
    background-color: #000000;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.feature-slider .swiper-slide-active .feature-icon::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.feature-slider .swiper-slide-active .feature-content .title::before {
    border: 1px dashed #19232d;
}

.feature-slider .swiper-slide-active .feature-content p {
    color: #19232d;
}

.feature-slider .swiper-slide-active .feature-content p::before {
    border: 1px dashed #19232d;
}

.feature-item {
    background-color: white;
    padding: 30px;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .feature-item {
        padding: 20px;
    }
}

.feature-item:hover {
    background-color: #000000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.feature-item:hover .feature-icon::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.feature-item:hover .feature-content .title::before {
    border: 1px dashed #19232d;
}

.feature-item:hover .feature-content p {
    color: #19232d;
}

.feature-item:hover .feature-content p::before {
    border: 1px dashed #19232d;
}

.dark .page-wrapper-two .feature-item {
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .dark .page-wrapper-two .feature-item {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
}

.dark .page-wrapper-two .feature-item::before {
    box-shadow: 0px 0px 40px rgba(220, 187, 135, 0.1);
}

.dark .page-wrapper-two .feature-item::after {
    background-color: #19232d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .page-wrapper-two .feature-item:hover .feature-icon i {
    color: #000000;
}

.dark .page-wrapper-two .feature-icon i {
    color: white;
    transition: all 0.3s;
}

.dark .page-wrapper-two .feature-content .title {
    color: white;
}

.dark .page-wrapper-two .feature-content p {
    color: #dfdfdf;
}

.feature-icon {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    max-height: 66px;
}

.page-wrapper-two .feature-icon::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 10px;
    width: 80px;
    height: 80px;
    background-color: rgba(220, 187, 135, 0.5);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
}

.feature-content .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.feature-content .title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 20%;
    border: 1px dashed rgba(61, 61, 61, 0.3);
}

.feature-content .title a {
    transition: all 0.3s;
}

.feature-content .title a:hover {
    color: #000000;
}

.feature-content p {
    position: relative;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 0;
}

.feature-content p::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 20%;
    border: 1px dashed rgba(61, 61, 61, 0.3);
}


.page-wrapper-two .feature-area {

}

.page-wrapper-two .feature-item {
    border-radius: 0;
    transition: all 0.2s;
    position: relative;
    background-color: white;
    z-index: 2;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .feature-item {
        border: 1px solid #f5f3f1 !important;
    }
}

.page-wrapper-two .feature-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f3f1;
    background-color: white;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.page-wrapper-two .feature-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 40px #7704041A;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.page-wrapper-two .feature-item:hover {
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 3;
}

.page-wrapper-two .feature-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.page-wrapper-two .feature-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.page-wrapper-two .feature-item:hover .feature-icon {
    color: #000000;
}

.page-wrapper-two .feature-icon {
    font-size: 80px;
    line-height: 80px;
    color: #19232d;
    max-height: auto;
    margin-bottom: 30px;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .feature-icon {
        font-size: 50px;
    }
}

.page-wrapper-two .feature-icon::before {

}

.page-wrapper-two .feature-content .title {
    transition: all 0.5s;
    padding-bottom: 0;
}

.page-wrapper-two .feature-content .title::before {
    display: none;
}

.page-wrapper-two .feature-content p {
    padding-bottom: 0;
    transition: all 0.5s;
}

.page-wrapper-two .feature-content p::before {
    display: none;
}

.feature-btn {
    margin-top: 20px;
}

.feature-btn a {
    color: #19232d;
    font-weight: 800;
    transition: all 0.5s;
}

.feature-btn a i {
    transition: all 0.5s;
}

.feature-btn a i::before {
    color: #19232d;
    transition: all 0.5s;
}

.feature-btn a:hover i {
    padding-right: 5px;
}

.feature--style .feature-right {
    overflow: hidden;
    margin: -20px 0 0 0;
}

.feature--style div[class*="col"]:nth-of-type(4n + 4) .feature-item {
    box-shadow: none;
}

.feature--style .feature-item {
    background-color: transparent;
    padding: 25px;
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 1px 1px #f5f3f1;
}

.feature--style .feature-item:hover {
    transform: none;
    border: none;
}

.feature--style .feature-item:hover .feature-icon::before {
    background-color: rgba(220, 187, 135, 0.5);
}

.feature--style .feature-item:hover .feature-content p {
    color: #3d3d3d;
}

.feature--style .feature-content .title {
    font-weight: 700;
    margin-bottom: 0;
}

.feature--style .feature-content .title::before {
    display: none;
}

.feature--style .feature-content p {
    padding-bottom: 0;
}

.feature--style .feature-content p::before {
    display: none;
}

.feature--style .feature-thumb {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .feature--style .feature-thumb {
        display: none;
    }
}

.feature--style .feature-thumb img {
    width: 100%;
}

.feature--style .feature-thumb .feature-video-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.feature--style .feature-thumb .feature-video-wrapper .video-icon {
    background-color: white;
}

@media only screen and (max-width: 991px) {
    .feature--style .feature-thumb .feature-video-wrapper {
        position: absolute;
    }
}

.feature--style .feature-thumb.two {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .feature--style .feature-thumb.two {
        display: block;
        margin-top: 0;
    }
}

.feature--style-two .feature-item:hover {
    background-color: white;
}

.feature--style-two .feature-item:hover .feature-icon {
    color: #000000;
}

.feature--style-two .feature-icon {
    font-size: 60px;
    color: #19232d;
    transition: all 0.5s;
}

.feature--style-three .feature-item:hover .feature-content .title {
    color: #19232d;
}

.feature--style-three .feature-item:hover .feature-content p {
    color: #3d3d3d;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-section {
    background-attachment: fixed;
}

.statistics-item {
    position: relative;
    text-align: center;
}

.statistics-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-right: 1px dashed rgba(220, 187, 135, 0.5);
}

@media only screen and (max-width: 991px) {
    .statistics-item::after {
        border-right: none;
        border-bottom: 1px dotted rgba(220, 187, 135, 0.5);
        bottom: -15px;
    }
}

.statistics-item p {
    font-size: 18px;
    color: white;
}

div[class*="col"]:nth-of-type(4n + 4) .statistics-item::after {
    display: none;
}

.odo-title {
    display: inline-block;
    color: white;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: -10px;
}

@media only screen and (max-width: 991px) {
    .odo-title {
        font-size: 28px;
    }
}

.odometer-digit {
    padding: 1px;
}

.statistics--style .statistics-item {
    border: 1px solid #e5e5e5;

    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.5s;
}

.statistics--style .statistics-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000000;
    transition: all 0.5s;
    z-index: -1;
}

.statistics--style .statistics-item:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.statistics--style .statistics-item:hover::before {
    width: 100%;
    height: 100%;
}

.statistics--style .statistics-item::after {
    display: none;
}

.statistics--style .statistics-item p {
    color: #19232d;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.statistics--style .odo-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.statistics--style .odo-title {
    color: #19232d;
    font-weight: 900;
    font-size: 45px;
}

@media only screen and (max-width: 991px) {
    .statistics--style .odo-title {
        font-size: 30px;
    }
}

.statistics--style .sub-title {
    color: #19232d;
    font-size: 16px;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    .statistics--style .sub-title {
        font-size: 14px;
    }
}

.statistics--style .statistics-icon {
    width: 90px;
    height: 90px;
    line-height: 95px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 50px;
    background-color: #f5f3f1;
    color: #000000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .statistics--style .statistics-icon {
        width: 70px;
        height: 70px;
        line-height: 75px;
        font-size: 40px;
    }
}

.dark .statistics-area {
    background-color: #1F2E3C;
    padding: 120px 40px;

    position: relative;
    z-index: 2;
}

/*-------------------------------------------------
    [ ### charter block ]
*/
.charter-section {
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .charter-section .slider-nav-area {
        display: none;
    }
}

.charter-slider {
    overflow: hidden;
}

.charter-item {
    border: 1px solid #e5e5e5;

    overflow: hidden;
}

.charter-thumb img {
    width: 100%;
}

.charter-content {
    padding: 20px;
}

.charter-content .title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 4px;
}

.charter-content .title a {
    transition: all 0.5s;
}

.charter-content .title a:hover {
    color: #000000;
}

.charter-content .sub-title {
    color: #979797;
    font-size: 14px;
}

.charter-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #C9C9C9;
    margin-top: 15px;
    padding-bottom: 10px;
}

.charter-meta span {
    color: #19232D;
    font-weight: 600;
    font-size: 14px;
}

.charter-btn {
    margin-top: 20px;
}

.charter-btn a {
    color: #19232d;
    font-weight: 800;
    transition: all 0.5s;
}

.charter-btn a i {
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
    transition: all 0.5s;
}

.charter-btn a:hover {
    color: #000000;
}

.charter-btn a:hover i {
    padding-right: 5px;
}

.dark .charter-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .charter-content .title {
    color: white;
}

.dark .charter-content .sub-title {
    color: #e1dddd;
}

.dark .charter-meta {
    border-bottom: 1px dashed #555E67;
}

.dark .charter-meta span {
    color: white;
}

.dark .charter-btn a {
    color: #000000;
}

/*-------------------------------------------------
    [ ### book-form block ]
*/
.book-form .row {
    align-items: center;
}

.book-form-area {
    padding: 100px 180px;

    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .book-form-area {
        padding: 40px 30px;
    }
}

.book-form .book-select {
    line-height: 24px;
}

.book-form label {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

.book-form .form--control {
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    padding-left: 35px;
    font-weight: 500;
}

.book-form .book-form-icon {
    position: absolute;
    top: 45px;
    left: 25px;
    color: #000000;
    z-index: 9;
    font-size: 18px;
}

.book-form button, .book-form input[type="button"], .book-form input[type="reset"], .book-form input[type="submit"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.book-form button i, .book-form input[type="button"] i, .book-form input[type="reset"] i, .book-form input[type="submit"] i {
    transition: all 0.5s;
    font-size: 20px;
    margin-right: 8px;
}

.book-form button i::before, .book-form input[type="button"] i::before, .book-form input[type="reset"] i::before, .book-form input[type="submit"] i::before {
    color: #19232d;
    transition: all 0.5s;
}

.book-form button:hover i, .book-form input[type="button"]:hover i, .book-form input[type="reset"]:hover i, .book-form input[type="submit"]:hover i {
    transform: rotate(40deg);
}

.book-form button:hover i::before, .book-form input[type="button"]:hover i::before, .book-form input[type="reset"]:hover i::before, .book-form input[type="submit"]:hover i::before {
    color: #000000;
}

.book-quantity .book-plus-minus {
    width: 100%;
    position: relative;
    display: inline-block;
}

.book-quantity .book-plus-minus .qtybutton {
    color: #000000;
    float: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    text-align: center;
    width: 45px;
    height: 45px !important;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.book-quantity .book-plus-minus .dec.qtybutton {
    left: 0px;
    top: 5px;
}

.book-quantity .book-plus-minus .book-plus-minus-box {
    color: white;
    font-size: 16px;
    height: 45px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 100%;
    outline: none;
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0.1);

}

.book-quantity .book-plus-minus .inc.qtybutton {
    right: 0px;
    top: 5px;
}

/*-------------------------------------------------
    [ ### package block ]
*/
.package-section {
    position: relative;
    overflow: hidden;
}

.package-section .package-element-one {
    position: absolute;
    bottom: 0;
    left: -10%;
}

@media only screen and (max-width: 991px) {
    .package-section .package-element-one {
        display: none;
    }
}

.package-section .package-element-two {
    position: absolute;
    bottom: 0;
    right: -10%;
}

@media only screen and (max-width: 991px) {
    .package-section .package-element-two {
        display: none;
    }
}

.dark .package-section {
    background-color: #1F2E3C !important;
}

.package-section-header {
    position: relative;
}

.package-section-header .slider-next, .package-section-header .slider-prev {
    position: absolute;
    top: 48px;
}

@media only screen and (max-width: 991px) {
    .package-section-header .slider-next, .package-section-header .slider-prev {
        position: unset;
        margin-bottom: 30px;
    }
}

.package-section-header .slider-prev {
    left: 0;
}

.package-section-header .slider-next {
    right: 0;
}

.package-slider {
    overflow: hidden;
}

.package-slider .slider-next, .package-slider .slider-prev {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.package-item {
    box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);

    padding: 25px;
}

.package-item:hover .package-thumb img {
    transform: scale(1.2);
}

.package-thumb {
    position: relative;
    overflow: hidden;

}

.package-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
}

.package-thumb .package-prize {
    position: absolute;
    top: 20px;
    left: 20px;
}

.package-thumb .package-prize span {
    background-color: #000000;
    border-radius: 4px;
    color: #19232d;
    font-weight: 800;
    padding: 6px 15px;
}

.package-content {
    padding-top: 15px;
}

.package-content .package-content-header .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.package-content .package-content-header .title a {
    transition: all 0.5s;
}

.package-content .package-content-header .title a:hover {
    color: #000000;
}

.package-content .package-list li {
    padding-bottom: 8px;
    color: #19232d;
    font-size: 15px;
    font-weight: 600;
}

.package-content .package-list li span {
    font-weight: 700;
}

.package-content .package-btn i {
    transition: all 0.5s;
    color: #000000 !important;
}

.package-content .package-btn:hover a {
    color: #000000 !important;
}

.package-content .package-btn:hover i {
    padding-right: 5px;
}

.package-content .package-btn a {
    color: #19232d !important;
    font-weight: 800;
    transition: all 0.5s;
}

.package-content-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.package-content-footer .package-video a {
    transition: all 0.3s;
}

.package-content-footer .package-video a:hover {
    transform: scale(1.2);
}

.package--style .package-thumb {
    max-height: 100%;
}

.package--style .package-content {
    position: unset;
    transform: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    min-width: auto;
}

.package-details .package-item {
    padding: 0;
    box-shadow: none;
}

.package-details .package-item:hover .package-thumb img {
    transform: none;
}

.package-details .package-widget-area {
    margin-top: 60px;
}

.package-details .package-widget-item {
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.package-details .package-widget-item::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 25px;
    transition: all 0.5s;
    z-index: -1;
}

.package-details .package-widget-item:hover::before {
    width: 100%;
    height: 100%;
    color: white !important;
}

.package-details .package-widget-icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    background-color: #f5f3f1;
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

.package-details .package-widget-content {
    width: 100%;
    padding-left: 10px;
}

.package-details .package-widget-content .title {
    font-weight: 800;
}

.package-details .package-widget-content .sub-title {
    color: #19232d;
    font-weight: 600;
    font-size: 14px;
}

.package-details .package-content-area .package-content {
    box-shadow: none;
    padding: 0;
    padding: 20px;
    border-radius: 0;
}

.package-details .package-content-area .package-content .package-content-header {
    padding: 0;
    border: none;
}

.package-details .package-content-area .package-content .package-content-header .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.package-details .package-content-area .package-content .package-content-body {
    padding: 0;
    margin-top: 30px;
}

.package-details .package-content-area .package-content .package-content-body .title {
    font-weight: 600;
    margin-bottom: 20px;
}

.package-details .package-content-area .package-content .package-content-body .package-list li {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #3d3d3d;
    padding-left: 35px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .package-details .package-content-area .package-content .package-content-body .package-list li {
        font-size: 14px;
    }
}

.package-details .package-content-area .package-content .package-content-body .package-list li::before {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #19232d;
    border-radius: 50%;
    text-align: center;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.package-details .package-plan-area {
    margin-top: 40px;
}

.package-details .package-plan-area .title {
    font-weight: 600;
    margin-bottom: 25px;
}

.package-details .package-plan-area .package-plan-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.package-details .package-plan-area .package-plan-list li {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .package-details .package-plan-area .package-plan-list li {
        flex: 0 0 100%;
        width: 100%;
        font-size: 13px;
    }
}

.package-details .package-plan-area .package-plan-list li i {
    font-size: 18px;
    margin-right: 5px;
}

.package-details .package-gallery-slider-area {
    margin-top: 60px;
}

.package-details .package-gallery-slider-area .title {
    font-weight: 600;
    margin-bottom: 25px;
}

.package-details .package-gallery-slider-area .gallery-slider-two {
    overflow: hidden;
    position: relative;
}

.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev, .package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev {
    left: 5%;
}

.package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
    right: 5%;
}

.package-details .package-gallery-slider-area .gallery-slider-two .gallery-item::before {
    display: none;
}

.package-details .package-faq-area {
    margin-top: 60px;
}

.package-details .package-faq-area .faq-header-area .title {
    font-weight: 600;
    margin-bottom: 10px;
}

.package-details .package-faq-area .faq-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.package-details .package-faq-area .faq-content-wrapper .faq-thumb {
    width: 123px;
}

@media only screen and (max-width: 991px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

.package-details .package-faq-area .faq-content-wrapper .faq-para {
    width: calc(100% - 123px);
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
        display: block;
    }
}

.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
    font-size: 16px;
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
        font-size: 14px;
    }
}

.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.package-details .package-map-area {
    margin-top: 100px;
}

.package-details .package-map-area .map-area {
    margin-right: 0;
}

.package-details .package-map-area .title {
    font-weight: 600;
    margin-bottom: 20px;
}

.course-table-area {
    margin-top: 30px;
}

.course-table-area .title {
    font-weight: 600;
    margin-bottom: 20px;
}

.course-download-area {
    background-color: rgba(220, 187, 135, 0.1);
    border: 1px solid #e5e5e5;

    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

@media only screen and (max-width: 575px) {
    .course-download-area {
        display: block;
    }
}

.course-download-area .download-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-download-area .download-content .download-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #19232d;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 24px;
}

.course-download-area .download-content .title {
    width: calc(100% - 40px);
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 0;
}

.course-download-area .download-btn a {
    background-color: transparent;
    color: #19232d;
    border: 1px solid #19232d;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.course-download-area .download-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.course-download-area .download-btn a i {
    color: #19232d;
    font-size: 12px;
    transition: all 0.5s;
}

.course-download-area .download-btn a:hover {
    color: #19232d;
    border: 1px solid #000000;
}

.course-download-area .download-btn a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.course-download-area .download-btn a:hover i {
    color: #19232d;
}

@media only screen and (max-width: 575px) {
    .course-download-area .download-btn {
        margin-top: 20px;
    }
}

.package-review-area {
    margin-top: 40px;
}

.package-review-area .title {
    font-weight: 700;
    margin-bottom: 25px;
}

.package-ratings-area .sub-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.package-ratings-widget {
    background-color: #f5f3f1;
    border: 1px solid #e5e5e5;
    padding: 40px 20px;
    text-align: center;

}

@media only screen and (max-width: 991px) {
    .package-ratings-widget {
        padding: 30px 15px;
    }
}

.package-ratings-widget .num {
    color: #000000;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
}

.package-ratings-widget .ratings {
    margin-top: 10px;
}

.package-ratings-widget .ratings i {
    color: #000000;
    font-size: 16px;
}

.package-ratings-widget .credit {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.package-rating-bar-area {
    margin-bottom: -9px;
}

.package-ratings-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 9px;
}

.package-ratings-bar .ratings-bar-content {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
}

.package-ratings-bar .ratings-bar-content i {
    color: #000000;
}

.package-ratings-bar .progressbar {
    position: relative;
    display: block;
    width: 80%;
    height: 10px;
    background-color: #E5E5E5;

}

@media only screen and (max-width: 1199px) {
    .package-ratings-bar .progressbar {
        width: 60%;
    }
}

.package-ratings-bar .bar {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;

    overflow: hidden;
}

.package-ratings-bar .label {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.ratings-form-text {
    cursor: pointer;
}

.ratings-form {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
    transition: all 0.5s;
}

.ratings-form.open {
    display: block;
}

.ratings-form .form--control {
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #3d3d3d;
    font-weight: 700;
}

.ratings-form .form--control:focus {
    border: 1px solid #000000;
    background-color: white;
    color: #3d3d3d;
}

.ratings-form .form--control::placeholder {
    color: #3d3d3d;
}

.ratings-form .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.ratings-form .rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked) > label {
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.ratings-form .rating:not(:checked) > label:before {
    content: '★';
    border: none;
}

.ratings-form .rating > input[type="radio"]:checked + label:before {
    border-color: transparent;
    background-color: transparent;
}

.ratings-form .rating > input:checked ~ label {
    color: #000000;
}

.ratings-form .rating:not(:checked) > label:hover,
.ratings-form .rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.ratings-form .rating > input:checked + label:hover,
.ratings-form .rating > input:checked + label:hover ~ label,
.ratings-form .rating > input:checked ~ label:hover,
.ratings-form .rating > input:checked ~ label:hover ~ label,
.ratings-form .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

.ratings-form .rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.package-comment-wrapper {
    margin-top: 60px;
}

.package-comment-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 459px) {
    .package-comment-item {
        display: block;
    }
}

.package-comment-item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.package-comment-thumb {
    width: 70px;
}

.package-comment-content {
    width: calc(100% - 70px);
    padding-left: 30px;
}

@media only screen and (max-width: 459px) {
    .package-comment-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.package-comment-content .package-comment-content-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.package-comment-content .package-comment-content-header .title {
    margin-bottom: 0;
    font-weight: 800;
    margin-right: 30px;
}

@media only screen and (max-width: 459px) {
    .package-comment-content .package-comment-content-header .title {
        margin-right: 15px;
    }
}

.package-comment-content .package-comment-content-header .comment-ratings {
    margin-right: 30px;
}

@media only screen and (max-width: 459px) {
    .package-comment-content .package-comment-content-header .comment-ratings {
        margin-right: 15px;
    }
}

.package-comment-content .package-comment-content-header .comment-ratings i {
    color: #000000;
}

.package-comment-content .package-comment-content-header .comment-badge {
    background-color: #000000;

    padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
    color: white;
}

@media only screen and (max-width: 459px) {
    .package-comment-content .package-comment-content-header .comment-badge {
        padding: 2px 5px;
    }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
}

.brand-slider {
    overflow: hidden;
}

.brand-item {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}

.brand-item:hover {
    filter: invert(0) sepia(1) hue-rotate(4deg);
}

.brand-item img {
    position: relative;
}

.dark .brand-section {
    background-color: transparent;
}

/*-------------------------------------------------
    [ ### offer block ]
*/
.offer-area {
    background-color: #19232d;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.offer-area .offer-element {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.offer-thumb {
    width: 50%;
}

.offer-thumb img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .offer-thumb {
        width: 100%;
    }
}

.offer-content {
    width: calc(100% - 50%);
    padding: 40px;
}

@media only screen and (max-width: 991px) {
    .offer-content {
        width: 100%;
        padding: 30px 20px;
    }
}

.offer-content .sub-title {
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .offer-content .sub-title {
        font-size: 14px;
    }
}

.offer-content .title {
    color: black;
    margin-bottom: 20px;
}

.offer-content p {
    color: black;
}

.offer-btn {
    margin-top: 30px;
}

.offer-btn i {
    transition: all 0.5s;
}

.offer-btn:hover i {
    padding-left: 5px;
}

/*-------------------------------------------------
    [ ### course block ]
*/
.course-section {
    overflow: hidden;
}

.course-slider-wrapper {
    margin: -20px;
}

.course-slider {
    overflow: hidden;
    padding: 20px;
}

.course-item {
    background-color: white;
    box-shadow: 0 12px 30px rgba(220, 187, 135, 0.2);

    overflow: hidden;
}

.course-thumb {
    position: relative;
}

.course-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.course-thumb .course-prize {
    position: absolute;
    top: 30px;
    left: 20px;
}

.course-thumb .course-prize span {
    background-color: #000000;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 800;
    padding: 5px 15px;
}

.course-content {
    padding: 30px;
}

.course-content .title {
    margin-bottom: 15px;
    font-weight: 700;
}

.course-content .title a {
    transition: all 0.5s;
}

.course-content .title a:hover {
    color: #000000;
}

.course-content .time {
    color: #19232d;
    font-weight: 800;
    display: flex;
}

.course-content .time i {
    color: #000000;
    font-size: 22px;
    margin-right: 5px;
}

.course-content .course-content-header {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 15px;
}

.course-content .course-content-footer {
    padding-top: 15px;
    border-top: 1px dashed #e5e5e5;
    margin-top: 15px;
}

.course-content .course-content-footer a {
    background-color: transparent;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.course-content .course-content-footer a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.course-content .course-content-footer a i {
    font-size: 12px;
}

.course-content .course-content-footer a:hover {
    color: #19232d;
}

.course-content .course-content-footer a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.section-header-btn-area a {
    background-color: #FFF8EE;
    border: 1px solid transparent;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.section-header-btn-area a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.section-header-btn-area a:hover {
    color: #19232d;
}

.section-header-btn-area a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

@media only screen and (max-width: 991px) {
    .section-header-btn-area {
        margin-top: 20px;
    }
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
    overflow: hidden;
}

.subscribe-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subscribe-area .subscribe-content {
    width: 40%;
}

@media only screen and (max-width: 991px) {
    .subscribe-area .subscribe-content {
        width: 100%;
    }
}

.subscribe-area .subscribe-content .sub-title {
    color: #19232d;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .subscribe-area .subscribe-content .sub-title {
        font-size: 14px;
    }
}

.subscribe-area .subscribe-content .title {
    margin-bottom: 0;
}

.subscribe-area .subscribe-form {
    width: calc(100% - 40%);
    padding-left: 60px;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .subscribe-area .subscribe-form {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.subscribe-area .subscribe-form input {

    padding: 10px 200px 10px 15px;
    padding-left: 25px;
    border: 1px solid #000000;
    height: 70px;
}

@media only screen and (max-width: 991px) {
    .subscribe-area .subscribe-form input {
        height: 50px;
        padding: 10px 15px 10px 15px;
    }
}

.subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 7px;
    width: auto;

    margin-top: 0;
    padding: 16px 30px;
}

.subscribe-area .subscribe-form button i, .subscribe-area .subscribe-form input[type="button"] i, .subscribe-area .subscribe-form input[type="reset"] i, .subscribe-area .subscribe-form input[type="submit"] i {
    margin-left: 5px;
}

@media only screen and (max-width: 991px) {
    .subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
        position: unset;
        width: 100%;
        margin-top: 10px;
    }
}

.subscribe-area .subscribe-form .custom-check-group {
    margin-top: 20px;
    margin-bottom: 0;
}

.subscribe-area .subscribe-form .custom-check-group label {
    color: #19232d;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.subscribe-area .subscribe-form .custom-check-group label a {
    text-decoration: underline;
}

/*-------------------------------------------------
    [ ### choose block ]
*/
.choose-item {
    height: 300px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.choose-item:hover .choose-thumb {
    opacity: 1;
    visibility: visible;
}

.choose-item:hover .num {
    color: #000000;
}

.choose-item:hover .title {
    color: white;
}

.choose-item:hover p {
    color: white;
}

.choose-item .choose-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: -1;
    transition: all 0.5s;
}

.choose-item .choose-thumb img {
    width: 100%;
    height: 100%;
}

.choose-item .choose-thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19232d;
    opacity: .7;
}

.choose-item .num {
    font-size: 65px;
    line-height: 65px;
    color: #E8E9EA;
    font-weight: 900;
    margin-bottom: 15px;
}

.choose-item .title {
    margin-bottom: 15px;
    color: white !important;
}

/*-------------------------------------------------
    [ ### gallery block ]
*/
.gallery-section {
    overflow: hidden;
}

.gallery-slider {
    overflow: hidden;
}

.gallery-slider .swiper-slide-active .gallery-item::before {
    opacity: 0;
}

.gallery-slider .slider-prev, .gallery-slider .slider-next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: none;
}

@media only screen and (max-width: 991px) {
    .gallery-slider .slider-prev, .gallery-slider .slider-next {
        display: none;
    }
}

.gallery-slider .slider-prev {
    left: 30%;
}

.gallery-slider .slider-next {
    right: 30%;
}

.gallery-item {
    position: relative;
    transition: all 0.5s;
}

.gallery-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #19232d;
    opacity: .6;
    transition: all 0.5s;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
    position: relative;
    overflow: hidden;
}

.service-section .service-element-one {
    position: absolute;
    top: 15%;
    right: 3%;
    opacity: .2;
    animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1600px) {
    .service-section .service-element-one {
        display: none;
    }
}

.service-section .service-element-two {
    position: absolute;
    top: 60%;
    left: 5%;
    opacity: .2;
    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1600px) {
    .service-section .service-element-two {
        display: none;
    }
}

.service-item .num {
    color: #19232d;
    width: 40px;
    height: 40px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.service-item .title {
    font-weight: 600;
}

.service-item p {
    color: #19232d;
}

.service-thumb {
    position: relative;
    width: 450px;
    height: 450px;
    background-color: rgba(220, 187, 135, 0.1);
    border-radius: 50%;
    z-index: 10;
    margin: auto;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .service-thumb {
        width: auto;
        height: auto;
    }
}

.service-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(220, 187, 135, 0.15);
    -webkit-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    -moz-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    z-index: -10;
}

.service-thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(220, 187, 135, 0.15);
    -webkit-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    -moz-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
    z-index: -10;
}

/*-------------------------------------------------
    [ ### history block ]
*/
.history-area {
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.history-area::after {
    position: absolute;
    content: '';
    top: 7%;
    left: 50.7%;
    width: 1px;
    height: calc(100% - 23%);
    background-color: #e5e5e5;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .history-area::after {
        display: none;
    }
}

.history-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .history-item {
        justify-content: center;
    }
}

.history-item:nth-child(even) {
    flex-direction: row-reverse;
}

.history-item:nth-child(even) .history-thumb {
    padding-right: 0;
    padding-left: 60px;
}

@media only screen and (max-width: 991px) {
    .history-item:nth-child(even) .history-thumb {
        padding-left: 0;
    }
}

.history-item:nth-child(even) .history-content {
    padding-left: 0;
    text-align: right;
    padding-right: 60px;
}

@media only screen and (max-width: 991px) {
    .history-item:nth-child(even) .history-content {
        text-align: left;
        padding-right: 0;
    }
}

.history-item::before {
    position: absolute;
    content: '';
    top: 28.2%;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #19232d;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .history-item::before {
        display: none;
    }
}

.history-item::after {
    position: absolute;
    content: '';
    top: 26.9%;
    left: 49.55%;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .history-item::after {
        display: none;
    }
}

.history-thumb {
    width: 50%;
    padding-right: 40px;
}

@media only screen and (max-width: 991px) {
    .history-thumb {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .history-thumb img {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .history-thumb {
        width: 100%;
    }
}

.history-content {
    width: calc(100% - 50%);
    padding-left: 60px;
}

@media only screen and (max-width: 991px) {
    .history-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.history-content .year {
    color: #000000;
    font-weight: 700;
}

.history-content .title {
    margin-bottom: 15px;
    font-weight: 600;
}

.history-content p {
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .history-content p {
        font-size: 14px;
    }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-header-area {
    margin-bottom: 30px;
}

.faq-header-area .sub-title {
    color: #000000;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .faq-header-area .sub-title {
        font-size: 14px;
    }
}

.faq-header-area .title {
    margin-bottom: 15px;
    font-weight: 700;
}

.faq-header-area p {
    color: #19232d;
}

.faq-header-area .faq-service-list {
    margin-top: 20px;
}

@media only screen and (max-width: 440px) {
    .faq-header-area .faq-service-list {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .faq-header-area .faq-service-list {
        margin: -5px;
    }
}

.faq-header-area .faq-service-list li {
    display: inline-block;
    color: #555E67;
    font-weight: 800;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .faq-header-area .faq-service-list li {
        margin: 5px;
        font-size: 14px;
    }
}

.faq-header-area .faq-service-list li i {
    padding: 5px;
    background-color: #555E67;
    color: white;

    margin-right: 5px;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .faq-header-area .faq-service-list li i {
        padding: 3px;
        font-size: 12px;
    }
}

.faq-header-area .faq-service-list li + li {
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .faq-header-area .faq-service-list li + li {
        margin-left: 0;
    }
}

.faq-thumb img {
    width: 100%;
}

.faq-wrapper {
    margin-bottom: -20px;
}

.faq-wrapper .faq-item {
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    font-size: 16px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 15px;
    }
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-content {
    display: none;
    padding: 20px;
}

.faq-wrapper .faq-item .faq-content p {
    font-size: 14px;
    text-align: justify;
}

.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
}

.faq-wrapper .faq-item .right-icon::after {
    border-bottom: 3px solid #3d3d3d;
    border-right: 3px solid #3d3d3d;
    content: '';
    display: block;
    height: 10px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    margin-top: -7px;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
    width: 10px;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::after {
    border-top: 3px solid #19232d;
    border-left: 3px solid #19232d;
    border-bottom: none;
    border-right: none;
    margin-top: -3px;
}

.faq-wrapper .faq-item.open .faq-title {
    background-color: #000000;
    color: #ffffff;
}

.faq-wrapper .faq-item.open .right-icon::after {
    border-top: 3px solid #19232d;
    border-left: 3px solid #19232d;
    border-bottom: none;
    border-right: none;
    margin-top: -3px;
}

/*-------------------------------------------------
    [ ### interior block ]
*/
.interior-section {
    position: relative;
    z-index: 2;
}

.interior-section .interior-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.interior-area {
    background-color: #f5f3f1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.interior-icon {
    font-size: 100px;
    color: #19232d;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .interior-icon {
        font-size: 50px;
    }
}

.interior-content {
    width: 50%;
    padding: 100px;
}

@media only screen and (max-width: 1199px) {
    .interior-content {
        padding: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .interior-content {
        width: 100%;
        padding: 30px;
    }
}

.interior-content .title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .interior-content .title {
        font-size: 22px;
    }
}

.interior-content p {
    color: #19232d;
    font-size: 14px;
}

.interior-thumb {
    width: calc(100% - 50%);
}

.interior-thumb img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .interior-thumb {
        width: 100%;
    }
}

/*-------------------------------------------------
    [ ### four-not-four block ]
*/
.four-not-four-section {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .four-not-four-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.four-not-four-section .four-not-four-element-one {
    position: absolute;
    top: 25%;
    right: 5%;
    opacity: .2;
}

@media only screen and (max-width: 1199px) {
    .four-not-four-section .four-not-four-element-one {
        display: none;
    }
}

.four-not-four-section .four-not-four-element-two {
    position: absolute;
    top: 40%;
    left: 8%;
    opacity: .2;
}

@media only screen and (max-width: 1199px) {
    .four-not-four-section .four-not-four-element-two {
        display: none;
    }
}

.four-not-four-thumb {
    position: relative;
}

.four-not-four-thumb .four-not-four-element-three {
    position: absolute;
    right: 35%;
    top: -5%;
    animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .four-not-four-thumb .four-not-four-element-three {
        display: none;
    }
}

.four-not-four-thumb .four-not-four-element-four {
    position: absolute;
    left: 35%;
    top: 5%;
    animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@media only screen and (max-width: 1199px) {
    .four-not-four-thumb .four-not-four-element-four {
        display: none;
    }
}

.four-not-four-content {
    padding-top: 40px;
}

.four-not-four-content .title {
    font-weight: 700;
    margin-bottom: 20px;
}

.four-not-four-content p {
    font-size: 20px;
    color: #19232d;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .four-not-four-content p {
        font-size: 15px;
    }
}

.four-not-four-content p span {
    color: #000000;
}

.four-not-four-form {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.four-not-four-form input {
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #3d3d3d;
    padding: 10px 40px 10px 15px;
    font-weight: 700;
}

.four-not-four-form input:focus {
    background-color: white;
}

.four-not-four-form input::placeholder {
    color: rgba(61, 61, 61, 0.7);
}

.four-not-four-form button, .four-not-four-form input[type="button"], .four-not-four-form input[type="reset"], .four-not-four-form input[type="submit"] {
    position: absolute;
    top: 9px;
    right: 12px;
    background-color: transparent;
    color: #000000;
    font-size: 20px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-section .contact-element {
    position: absolute;
    right: -10%;
    bottom: -5%;
}

.contact-left-content {
    width: 80%;
}

@media only screen and (max-width: 991px) {
    .contact-left-content {
        width: 100%;
    }
}

.contact-left-content .sub-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .contact-left-content .sub-title {
        font-size: 14px;
    }
}

.contact-left-content .title {
    margin-bottom: 15px;
    font-weight: 700;
    width: 80%;
}

.contact-left-content p {
    color: #19232d;
}

.contact-left-content .contact-social {
    margin-top: 30px;
}

.contact-left-content .contact-social li {
    display: inline-block;
}

.contact-left-content .contact-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(220, 187, 135, 0.5);
    color: #000000;
    font-size: 12px;
    transition: all 0.3s;
}

.contact-left-content .contact-social li a:hover {
    color: white;
    background-color: #000000;
}

.contact-left-content .contact-social li + li {
    margin-left: 5px;
}

.contact-form-area .contact-select::after {
    content: '\f078';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: rgba(61, 61, 61, 0.7);
    right: 32px;
    top: 15px;
    position: absolute;
    pointer-events: none;
}

.contact-form-area .contact-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-area .contact-select .form--control {
    line-height: 30px;
}

.contact-form-area .nice-select .current {
    color: rgba(61, 61, 61, 0.7);
}

.contact-form-area .nice-select .option {
    font-weight: 500;
    font-size: 14px;
}

.contact-form-area .icon {
    position: absolute;
    top: 13px;
    right: 30px;
    background-color: transparent;
    color: rgba(61, 61, 61, 0.7);
    font-size: 20px;
}

.contact-form-area .form--control {
    border: 1px solid #000000;
    background-color: white;
    height: 50px;
    color: #3d3d3d;
    padding: 10px 40px 10px 15px;
    font-weight: 700;
}

.contact-form-area .form--control:focus {
    border: 1px solid #000000;
    background-color: white;
    color: #3d3d3d;
}

.contact-form-area .form--control::placeholder {
    color: rgba(61, 61, 61, 0.7);
}

.contact-form-area button i, .contact-form-area input[type="button"] i, .contact-form-area input[type="reset"] i, .contact-form-area input[type="submit"] i {
    font-size: 12px;
    transition: all 0.5s;
}

.contact-widget .contact-form-header {
    margin-bottom: 30px;
}

.contact-widget .contact-form-header .sub-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .contact-widget .contact-form-header .sub-title {
        font-size: 14px;
    }
}

.contact-widget .contact-form-header .title {
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-widget .contact-item-list li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #e5e5e5;
}

.contact-widget .contact-item-list li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-widget .contact-item-list li a {
    display: flex;
    flex-wrap: wrap;
}

.contact-widget .contact-item-list li .contact-item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background-color: #f5f3f1;
    border-radius: 50%;
    color: #000000;
    font-size: 24px;
}

.contact-widget .contact-item-list li .contact-item-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.contact-widget .contact-item-list li .contact-item-content .title {
    font-weight: 800;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .contact-widget .contact-item-list li .contact-item-content .title {
        font-size: 18px;
    }
}

.contact-widget .contact-item-list li .contact-item-content p {
    margin-bottom: 0;
    font-weight: 600;
}

.map-area {
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .map-area {
        margin-right: 0;
    }
}

.map-area iframe {
    width: 100%;
    height: 585px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-form {
    position: relative;
}

.account-form .icon {
    position: absolute;
    top: 13px;
    right: 30px;
    background-color: transparent;
    color: #3d3d3d;
    font-size: 20px;
}

.account-form input {
    border: 1px solid #000000;
    color: #3d3d3d;
    padding: 10px 40px 10px 15px;
    height: 50px;
    font-weight: 700;
}

.account-form input:focus {
    border: 1px solid #000000;
    background-color: white;
    color: #3d3d3d;
}

.account-form input::placeholder {
    color: rgba(61, 61, 61, 0.7);
}

.account-form p {
    font-size: 15px;
    font-weight: 700;
}

.account-form p span {
    color: #000000;
    font-weight: 800;
}

.account-form button, .account-form input[type="button"], .account-form input[type="reset"], .account-form input[type="submit"] {

    margin-top: 20px;
}

.google-submit button, .google-submit input[type="button"], .google-submit input[type="reset"], .google-submit input[type="submit"] {
    background-color: transparent;
    border: 1px solid #000000;
}

.or label {
    color: #19232d;
    font-weight: 700;
    position: relative;
}

.or label::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #e5e5e5;
}

.or label::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #e5e5e5;
}

.account-item label {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 15px;
}

.account-item label a {
    font-weight: 800;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

    transition: all 0.3s;
}

.blog-thumb {
    overflow: hidden;

}

.blog-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-content {
    padding-top: 20px;
    padding: 40px;
}

.blog-btn {
    padding: 40px;
    padding-top: 0px;
}

.blog-content .title {
    font-size: 37px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #191919;
    text-transform: none;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.blog-content .title a {
    transition: all 0.5s;
}

.blog-content .title a:hover {
    color: #000000;
}

@media only screen and (max-width: 991px) {
    .blog-content .title {
        line-height: 1.5;
        font-size: 18px;
    }
}

.blog-post-meta {
    margin-bottom: 10px;
}

.blog-post-meta span {
    color: #8E8E8E;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .blog-post-meta span {
        font-size: 12px;
    }
}

.blog-post-meta .date {
    position: relative;
    padding-right: 20px;
    margin-right: 18px;
}

.blog-post-meta .date::before {
    position: absolute;
    content: '';
    top: 7px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #000000;
}

.blog-btn a {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    border: 1px black solid;
    padding: 10px;
}

.limitText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 20px;
}

.limitText div {
    margin-bottom: 15px;
    line-height: 1.7em;
}

.blog-btn a i {
    font-size: 12px;
    transition: all 0.5s;
}

.blog-btn a:hover i {
    padding-left: 5px;
}

.dark .blog-item {
    background-color: #1F2E3C;
}

.dark .blog-post-meta span {
    color: #dfdfdf;
}

.dark .blog-content .title {
    color: white;
}

.dark .blog-content p {
    color: #dfdfdf;
}

.page-wrapper-two .blog-item {
    padding: 0;
    box-shadow: 0px 4px 12px #0000001a !important;
    overflow: hidden;
}

.page-wrapper-two .blog-thumb {
    position: relative;
}

.page-wrapper-two .blog-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-wrapper-two .blog-thumb .blog-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-top: 0;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .blog-thumb .blog-content {
        padding: 10px;
        bottom: 10px;
        left: 10px;
    }
}

.page-wrapper-two .blog-thumb .blog-content .blog-badge {
    background-color: #000000;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    padding: 4px 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .page-wrapper-two .blog-thumb .blog-content .blog-badge {
        font-size: 12px;
        padding: 2px 10px;
    }
}

.page-wrapper-two .blog-thumb .blog-content .title {
    color: white;
}

.page-wrapper-two .blog-thumb .blog-content .blog-post-meta .date::before {
    background-color: white;
}

.page-wrapper-two .blog-thumb .blog-content .blog-post-meta span {
    color: white;
}

.page-wrapper-two .blog-right-content-area .blog-content {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px;
}

.page-wrapper-two .blog-right-content-area .blog-content:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.sidebar {
    position: sticky;
    top: 0;
}

.widget-box {
    background-color: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    z-index: 2;
    overflow: hidden;
}

.widget-box .widget-title {
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.widget-box .widget-title::before {
    position: absolute;
    content: '';
    top: 0;
    left: -25px;
    width: 3px;
    height: 20px;
    background-color: #000000;
}

.package-book-form .form-group {
    position: relative;
}

.package-book-form .icon {
    position: absolute;
    top: 11px;
    right: 20px;
    background-color: transparent;
    color: #000000;
    font-size: 20px;
}

.package-book-form .form--control {
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 40px 10px 15px;
    font-weight: 400;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important;
    opacity: 1; /* Firefox */
}

.package-book-form .form--control:focus {
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.package-book-form .form--control::placeholder {
    color: white;
}

.package-book-form button i, .package-book-form input[type="button"] i, .package-book-form input[type="reset"] i, .package-book-form input[type="submit"] i {
    margin-right: 5px;
    transition: all 0.5s;
}

.package-book-form button i::before, .package-book-form input[type="button"] i::before, .package-book-form input[type="reset"] i::before, .package-book-form input[type="submit"] i::before {
    color: #19232d;
    transition: all 0.5s;
}

.package-book-form button:hover i, .package-book-form input[type="button"]:hover i, .package-book-form input[type="reset"]:hover i, .package-book-form input[type="submit"]:hover i {
    transform: rotate(40deg);
}

.package-book-form button:hover i::before, .package-book-form input[type="button"]:hover i::before, .package-book-form input[type="reset"]:hover i::before, .package-book-form input[type="submit"]:hover i::before {
    color: #000000;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 30px;
}

.single-popular-item:last-child {
    border: none;
    padding: 0;
}

.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

.single-popular-item .popular-item-content .title a {
    transition: all 0.5s;
}

.single-popular-item .popular-item-content .title a:hover {
    color: #000000;
}

.single-popular-item .popular-item-content .blog-date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.category-list li {
    font-size: 15px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.category-list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.category-list li a {
    display: block;
    transition: all 0.5s;
}

.category-list li a:hover {
    color: #000000;
}

.category-list li i {
    color: #000000;
    margin-right: 5px;
}

.category-list li span {
    float: right;
}

.category-list li span::before {
    content: '(';
}

.category-list li span::after {
    content: ')';
}

.tag-list {
    margin: -5px;
}

.tag-list li {
    display: inline-block;
    border: 1px solid #e5e5e5;

    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 5px;
    transition: all 0.5s;
}

.tag-list li:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
}

.search-widget-box .search-form {
    position: relative;
}

.search-widget-box .search-form input {
    border: 1px solid #e5e5e5;
    padding: 10px 40px 10px 15px;
    color: #3d3d3d;
    font-weight: 700;
}

.search-widget-box .search-form input::placeholder {
    color: #3d3d3d;
}

.search-widget-box .search-form button, .search-widget-box .search-form input[type="button"], .search-widget-box .search-form input[type="reset"], .search-widget-box .search-form input[type="submit"] {
    position: absolute;
    top: 13px;
    right: 10px;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
}

.blog-classic .blog-item {
    box-shadow: none;
    padding: 0;
    border-bottom: 1px dashed #e5e5e5;
    border-radius: 0;
    padding-bottom: 20px;
}

.blog-classic .blog-item:last-child {
    border: none;
    padding: 0;
}

.blog-classic .blog-thumb {
    border-radius: 0;
}

.blog-classic .blog-content .title {
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .blog-classic .blog-content .title {
        font-size: 20px;
        line-height: 1.5;
    }
}

.blog-classic .blog-content p {
    font-size: 15px;
}

.blog-classic .blog-meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog-classic .blog-post-meta {
    margin-bottom: 0;
}

.blog-classic .blog-post-meta span {
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .blog-classic .blog-social {
        display: none;
    }
}

.blog-classic .blog-social li {
    display: inline-block;
}

.blog-classic .blog-social li a {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    color: #3d3d3d;
    font-size: 14px;
    transition: all 0.3s;
}

.blog-classic .blog-social li a:hover {
    color: #000000;
}

.blog-classic .blog-social li + li {
    margin-left: 10px;
}

.blog-classic .blog-btn {
    margin-top: 30px;
}

.blog-classic .blog-btn a {
    background-color: transparent;
    color: #19232d;
    border: 1px solid #19232d;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.blog-classic .blog-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.blog-classic .blog-btn a i {
    color: #000000;
    transition: all 0.5s;
}

.blog-classic .blog-btn a:hover {
    color: #19232d;
    border: 1px solid #000000;
}

.blog-classic .blog-btn a:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.blog-classic .blog-btn a:hover i {
    color: #19232d;
    padding-left: 0;
}

.blog-details .blog-content .sub-title {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .blog-details .blog-content .sub-title {
        font-size: 14px;
    }
}

.blog-details .blog-btn a::after {
    display: none;
}

.blog-details .blog-list {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-details .blog-list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    font-weight: 700;
}

.blog-details .blog-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(220, 187, 135, 0.2);
    border-radius: 50%;
    color: #19232d;
    text-align: center;
    font-weight: 900;
}

.blog-details .blog-list li + li {
    margin-top: 8px;
}

.blog-details .pagination {
    justify-content: space-between;
    margin-top: 30px;
}

.blog-details .pagination .page-item {
    text-align: center;
    padding: 8px;
}

.blog-details .pagination .page-item a, .blog-details .pagination .page-item span {
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #000000;
    padding: 0;
    font-weight: 700;
    line-height: auto;
    font-size: 24px;
    display: block;
    margin: 0;
}

.blog-details .pagination .page-item.next a {
    background: transparent;
    border: none;
    color: #000000;
    margin-left: 5px;
    font-size: 14px;
}

.blog-details .pagination .page-item.prev a {
    background: transparent;
    border: none;
    color: #000000;
    margin-left: 5px;
    font-size: 14px;
}

.blog-details .pagination .page-item.disabled span {
    background: transparent;
    border: none;
    color: #000000;
    margin-right: 5px;
    font-size: 14px;
}

.blog-details .pagination .page-item .page-link {
    transition: all 0.3s;
}

.blog-details .pagination .page-item.active .page-link {
    background-color: #000000;
    border-color: transparent;
    color: #19232d;
}

.blog-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px dashed #e5e5e5;
    padding-top: 20px;
    margin-top: 30px;
}

.blog-tag-wrapper span {
    color: #19232d;
    font-weight: 700;
    margin-right: 10px;
}

.blog-tag-wrapper .blog-footer-tag li {
    display: inline-block;
    background-color: #f5f3f1;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 14px;
}

.blog-tag-wrapper .blog-footer-tag li + li {
    margin-left: 10px;
}

.blog-slider-area {
    margin: -20px;
}

.blog-slider {
    overflow: hidden;
    padding: 20px;
}

.blog-related-area {
    margin-top: 60px;
}

.blog-related-area .section-header .section-title {
    font-weight: 700;
}

.blog-related-area .blog-item {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
    border-bottom: none;

    padding-bottom: 0;
}

.blog-related-area .blog-thumb {

}

.blog-related-area .blog-content .title {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 20px;
}

.blog-related-area .blog-content p {
    font-size: 14px;
}

.blog-related-area .blog-post-meta {
    margin-bottom: 10px;
}

.blog-related-area .blog-post-meta span {
    font-weight: 400;
}

.blog-related-area .blog-btn {
    margin-top: 0;
}

.blog-related-area .blog-btn a {
    background-color: transparent;
    color: #000000;
    border: none;
}

.blog-related-area .blog-btn a i {
    color: #000000;
    transition: all 0.5s;
}

.blog-related-area .blog-btn a:hover {
    background-color: transparent;
    color: #000000;
    border: none;
}

.blog-related-area .blog-btn a:hover i {
    color: #000000;
}

.blog-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blog-section-header .section-header {
    margin-bottom: 0;
}

.blog-comment-area {
    margin-top: 60px;
}

.blog-comment-area .title {
    margin-bottom: 10px !important;
}

.blog-comment-area .comment-form {
    margin-top: 30px;
}

.blog-comment-area .comment-form .form--control {
    border: 1px solid #e5e5e5;
    background-color: white;
    height: 50px;
    color: #3d3d3d;
    font-weight: 400;
}

.blog-comment-area .comment-form .form--control:focus {
    border: 1px solid #000000;
    background-color: white;
    color: #3d3d3d;
}

.blog-comment-area .comment-form .form--control::placeholder {
    color: #3d3d3d;
}

.blog-comment-area .comment-form button, .blog-comment-area .comment-form input[type="button"], .blog-comment-area .comment-form input[type="reset"], .blog-comment-area .comment-form input[type="submit"] {
    background-color: transparent;
    color: #19232d;
    border: 1px solid #19232d;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.blog-comment-area .comment-form button::after, .blog-comment-area .comment-form input[type="button"]::after, .blog-comment-area .comment-form input[type="reset"]::after, .blog-comment-area .comment-form input[type="submit"]::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;

    transform-origin: 100px 100px;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.blog-comment-area .comment-form button i, .blog-comment-area .comment-form input[type="button"] i, .blog-comment-area .comment-form input[type="reset"] i, .blog-comment-area .comment-form input[type="submit"] i {
    color: #000000;
    transition: all 0.5s;
}

.blog-comment-area .comment-form button:hover, .blog-comment-area .comment-form input[type="button"]:hover, .blog-comment-area .comment-form input[type="reset"]:hover, .blog-comment-area .comment-form input[type="submit"]:hover {
    color: #19232d;
    border: 1px solid #000000;
}

.blog-comment-area .comment-form button:hover::after, .blog-comment-area .comment-form input[type="button"]:hover::after, .blog-comment-area .comment-form input[type="reset"]:hover::after, .blog-comment-area .comment-form input[type="submit"]:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;

    transform: translate(0, 0) scale(1);
}

.blog-comment-area .comment-form button:hover i, .blog-comment-area .comment-form input[type="button"]:hover i, .blog-comment-area .comment-form input[type="reset"]:hover i, .blog-comment-area .comment-form input[type="submit"]:hover i {
    color: #19232d;
}

.blog-widget-thumb-area {
    margin-top: 30px;
}

.instructor-header-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.instructor-header-area .instructor-thumb {
    width: 70px;
}

.instructor-header-area .instructor-content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.instructor-header-area .instructor-content .title {
    font-weight: 800;
    margin-bottom: 3px;
}

.instructor-header-area .instructor-content .title a {
    transition: all 0.5s;
}

.instructor-header-area .instructor-content .title a:hover {
    color: #000000;
}

.instructor-header-area .instructor-content .instructor-ratings {
    margin-top: 5px;
}

.instructor-footer-area {
    border-top: 1px dashed #e5e5e5;
    padding-top: 15px;
    margin-top: 20px;
}

.instructor-social li {
    display: inline-block;
}

.instructor-social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #19232d;
    font-size: 12px;
    transition: all 0.3s;
}

.instructor-social li a:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: white;
}

.instructor-social li + li {
    margin-left: 8px;
}

.blog-widget-thumb img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .blog-right-content-area {
        display: none;
    }
}

.mak-footer {
    font-size: 14px;
    font-family: inter, Arial, sans-serif;
    color: #FFF;
    background-color: #000;
}

@media (max-width: 767px) {
    .mak-footer {
        padding: 0 20px;
    }
}

.mak-footer__top, .mak-footer__bottom {
    margin: 0 auto;
}

.mak-footer__top {
    display: flex;
    max-width: 1920px;
    margin: 0px auto 0px;
    box-sizing: border-box;
    padding: 100px 5vw;
}

@media (max-width: 767px) {
    .mak-footer__top {
        border: none;
        padding-bottom: 0;
        flex-direction: column-reverse;
    }
}

.mak-footer__label {
    font-family: inter, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.mak-footer__menu {
    flex: 1;
    display: flex;
}

@media (max-width: 767px) {
    .mak-footer__menu {
        align-items: stretch;
        flex-direction: column;
    }
}

.mak-footer__menu-section {
    width: 200px;
}

@media (max-width: 767px) {
    .mak-footer__menu-section {
        width: auto;
        flex: 1;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mak-footer__menu-section {
        flex: 1;
        width: auto;
    }
}

.mak-footer__menu ul {
    list-style-type: none;
}

@media (max-width: 767px) {
    .mak-footer__menu ul {
        display: none;
    }
}

.mak-footer__menu ul li {
    margin-bottom: 20px;
}

.mak-footer__menu a {
    color: #FFF;
}

.mak-footer__menu a:hover, .mak-footer__menu a:focus {
    color: #FFF;
}

@media (max-width: 767px) {
    .mak-footer__menu .mak-footer__label {
        margin: 0;
        padding: 20px 0;
        position: relative;
        border-bottom: 1px solid #606060;
    }

    .mak-footer__menu .mak-footer__label::after {
        top: 50%;
        right: 0;
        width: 7px;
        height: 7px;
        content: "";
        display: block;
        position: absolute;
        border-right: 1px solid #606060;
        border-bottom: 1px solid #606060;
        transform: translate3d(0, calc(-50% - 2px), 0) rotate(45deg);
    }
}

.mak-footer__settings {
    width: 200px;
    min-width: 200px;
}

@media (max-width: 767px) {
    .mak-footer__settings {
        width: auto;
        margin-bottom: 20px;
        align-items: stretch;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .mak-footer__settings {
        width: 180px;
        min-width: 180px;
    }
}

.mak-footer__bottom {
    display: flex;
    height: 28px;
    max-width: 1920px;

    margin: 0px auto 0px;
    box-sizing: border-box;
    padding: 100px 5vw;
}


@media (max-width: 767px) {
    .mak-footer__bottom {
        padding: 0;
        height: auto;
        flex-direction: column-reverse;
    }
}

.mak-footer__copyright {
    flex: 1;
    display: flex;
    color: rgba(255, 255, 255, 0.6);
    align-items: center;
}

@media (max-width: 767px) {
    .mak-footer__copyright {
        padding-bottom: 40px;
    }
}

.mak-footer__logo {
    width: 25px;
    height: 28px;
    margin-right: 10px;
}

.mak-footer__social {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

@media (max-width: 767px) {
    .mak-footer__social {
        padding: 45px 0;
    }
}

.mak-footer__social-link {
    width: 30px;
    height: 30px;
    color: #FFF;
    display: flex;
    cursor: pointer;
    margin: 0 13px;
    align-items: center;
    justify-content: center;
}

.mak-footer__social-link:hover, .mak-footer__social-link:focus {
    color: #FFF;
}

.mak-footer .mak-select svg {
    color: #FFF;
}

.mak-footer .mak-select select {
    color: #FFF;
    background: transparent;
    border: 1px solid #606060;
}

.mak-footer .mak-select select option {
    background: #000;
    color: white;
}

.mak-footer .mak-select + .mak-select select {
    margin-top: -1px;
}

.mak-select {
    position: relative;
    border: 1px solid #E0E0E0;
}

.mak-select:hover, .mak-select:focus {
    border-color: #606060;
}

.mak-select select {
    padding: 11px 30px 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    border: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .mak-select select {
        font-size: 16px;
        padding: 15px 33px 13px 15px;
    }
}

.mak-select__right-icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
    width: 11px;
    height: 7px;
    color: #2C2C2C;
    pointer-events: none;
}

.mak-footer .mak-select svg {
    color: #FFF;
}

.mak-footer .mak-select select {
    color: #FFF;
    background: transparent;
    border: 1px solid #606060;
}

.mak-footer .mak-select select option {
    background: #000;
}

.mak-footer .mak-select + .mak-select select {
    margin-top: -1px;
}

.mak-select {
    position: relative;
    border: 1px solid #E0E0E0;
}

.mak-select:hover, .mak-select:focus {
    border-color: #606060;
}

.mak-select select {
    padding: 11px 30px 11px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    border: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .mak-select select {
        font-size: 16px;
        padding: 15px 33px 13px 15px;
    }
}

.mak-select__right-icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 2px);
    width: 11px;
    height: 7px;
    color: #2C2C2C;
    pointer-events: none;
}

@media (max-width: 767px) {
    .mak-footer__menu .mak-footer__label._visible + ul {
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #606060;
    }
}

.desktopHide {
    display: none;
}

@media screen and (max-width: 600px) {
    .mobileHide {
        display: none;
    }

    .desktopTop30 {
        margin-top: unset !important;
    }

    .desktopHide {
        display: unset !important;
    }


}

.desktopTop30 {
    margin-top: 30px !important;
}


.desktopContainer {
    margin: 50px auto 100px;
    box-sizing: border-box;
    max-width: 1920px;
    padding: 0 5vw;
}


label {
    display: inline-block;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input:disabled ~ .form-check-label {
    opacity: .5;
}

video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

::selection {
    color: #f2f2f2;
    background: #666;
}

.content .container-fluid {
    margin: 0;
    padding: 0;
}

.cta-btn-white-cutout {
    font-size: 14px !important;
    height: 36px !important;
    padding: 0 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    line-height: 20px !important;
    text-transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 22px !important;
    transition: all 0.2s ease-in-out !important;
}

.cta-btn-white-cutout:hover {
    background-position: 200% 90% !important;
}

.cta-btn-white-cutout {
    color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
    background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2) !important;
    background-size: 100% 300% !important;
}

.cta-btn-white-cutout:hover {
    color: #191919 !important;
}

.cta-only-desktop {
    font-size: 14px !important;
    height: 36px !important;
    padding: 0 16px !important;
    margin-top: 20px;
    margin-left: 37%;
}

@media screen and (max-width: 992px) {
    .cta-only-desktop {
        font-size: 14px !important;
        height: 36px !important;
        padding: 0 16px !important;
    }
}

/*! CSS Used from: Embedded */
.new-home-hero-section-container-fluid {
    padding: 0;
    margin: 0;
}

.new-home-hero-section-container-fluid .container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.new-home-hero-section-container-fluid .container .row {
    margin: 0px;
}

.new-home-hero-section-container-fluid .container .row .col {
    padding: 0px;
    height: 56.25vw;
    min-height: 812px;
    justify-content: center;
    align-items: center;
}

.new-home-hero-section-container-fluid .container .row .col video.home-hero-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-hero-text-box-wrapper {
    box-sizing: border-box;
    max-width: 1920px;
    position: absolute;
    bottom: 20%;
    top: 25%;

}

.new-home-hero-text-box {
    max-width: 100%;
    width: 600px;
}

.new-home-hero-text-box h1 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 61px;
    letter-spacing: 0;
    line-height: 74px;
    color: #F2F2F2;
}

.new-home-hero-text-box p {
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    color: #F2F2F2;
    -webkit-font-smoothing: antialiased;
}

.new-home-hero-text-box div {
    display: flex;
}

.new-home-hero-text-box div a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F2F2F2;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #F2F2F2;
    font-weight: bold;
    width: 196px !important;
    height: 41px;
    background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2);
    background-size: 100% 300%;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
}

.new-home-hero-text-box div a:hover {
    color: #191919;
    background-position: 200% 90%;
}

.new-home-hero-text-box div a:first-child {
    margin-right: 15px;
}

.new-home-hero-text-box div a:last-child {
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .new-home-hero-section-container-fluid .container .row .col {
        height: 165vw;
        justify-content: center;
        align-items: center;
    }

    .new-home-hero-text-box {
        max-width: 100%;
        width: 375px;
        padding: 0 20px;
    }

    .new-home-hero-text-box h1 {
        font-size: 31.25px;
        line-height: 38px;
    }

    .new-home-hero-text-box p {
        font-size: 16px;
        line-height: 19px;
    }

    .new-home-hero-text-box div {
        flex-direction: column;
    }

    .new-home-hero-text-box div a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .new-home-hero-text-box div a:last-child {
        margin-left: 0;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.scrolled {
    background: white !important;
    box-shadow: inset -5px -5px 8px -1px rgb(255 255 255 / 70%), 5px 5px 8px -1px rgb(0 0 0 / 7%);
}

.header-v3-section-container-fluid .header-v3 .scrolled .pinned-header-v3 .container .row .col .col-xs-9 .col-lg-10 .main-menu-left-col {
    color: black !important;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.container-fluid:after, .container:after, .row:after {
    clear: both;
}


::selection {
    color: #f2f2f2;
    background: #666;
}

.cta-btn-white-filled {
    font-size: 14px !important;
    height: 36px !important;
    padding: 0 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    line-height: 20px !important;
    text-transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 22px !important;
    transition: all 0.2s ease-in-out !important;
}

.cta-btn-white-filled:hover {
    background-position: 200% 90% !important;
}

.cta-btn-white-filled {
    color: #191919 !important;
    border: 1px solid #F2F2F2 !important;
    background: linear-gradient(#F2F2F2, #F2F2F2 50%, #191919 50%, #191919) !important;
    background-size: 100% 300% !important;
}

.cta-btn-white-filled:hover {
    color: #F2F2F2 !important;
}

.container-fluid.header-v3-section-container-fluid {
    padding: 0;
    margin: 0;
}

.header-v3-section-container-fluid .container {
    height: inherit;
    width: 1920px;
    max-width: 100%;
    padding: 0 34px;
    margin: 0 auto;
}

.header-v3-section-container-fluid .container .row {
    height: inherit;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.header-v3-section-container-fluid .container .row .col {
    height: inherit;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-v3-section-container-fluid .scrolled .unpinned-header-v3 .container .row .col {
    color: black !important;
}

.header-v3 {
    position: fixed;
    width: 100%;
    height: 72px;
    z-index: 1001;
    transition: all 0.3s ease-in-out;
    transform: translate3d(0, 0, 0);
    background: transparent;
}

.main-menu-left-col {
    justify-content: flex-start;
}

.main-menu-right-col {
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
    .header-v3-section-container-fluid .container {
        padding: 0 20px;
    }

    .header-v3 {
        height: 60px;
    }
}

.main-menu-left-col .logo-wrapper {
    display: flex;
    width: 235px;
    min-width: 235px;
    max-width: 100%;
    margin-right: 30px;
}

.main-menu-left-col .desktop-menu-wrapper {
    height: 100%;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 {
    display: flex;
    height: inherit;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 {
    margin-right: 30px;
    height: inherit;
    position: relative;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1:last-child {
    margin-right: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1 {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    position: relative;
    color: black;
    height: inherit;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: white;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .desktop-menu-dropdown {
    position: absolute;
    top: 72px;
    left: auto;
    right:0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1:hover .desktop-menu-dropdown {
    visibility: visible;
    opacity: 1;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .desktop-menu-dropdown .overlay-desktop-menu-dropdown {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    background: white;
    opacity: 0.9;
}

.main-menu-left-col .desktop-menu-wrapper .level-2-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 {
    display: flex;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 {
    margin-right: 30px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2:last-child {
    margin-right: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2 {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.54px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2.sublink::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2.sublink:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: fit-content;
    flex-wrap: wrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 {
    margin-bottom: 15px;
    display: flex;
    width: fit-content;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3:last-child {
    margin-bottom: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.50px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (max-width: 1199px) {
    .main-menu-left-col .logo-wrapper {
        width: 180px;
        min-width: 180px;
    }

    .main-menu-left-col .desktop-menu-wrapper {
        display: none;
    }
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1.li-level-1-315653 .desktop-menu-dropdown {
    left: auto;
    right: -128px;
}

/*! CSS Used from: Embedded */
.main-menu-right-col .buttons-wrapper-desktop ul {
    display: flex;
}

.main-menu-right-col .buttons-wrapper-desktop ul li {
    margin-right: 20px;
}

.main-menu-right-col .buttons-wrapper-desktop ul li:last-child {
    margin-right: 0px;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a {
    font-size: 11px !important;
    height: 36px !important;
    padding: 0 16px !important;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 22px;
    transition: all 0.2s ease-in-out;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a:hover {
    background-position: 200% 90% !important;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-filled {
    color: #191919;
    border: 1px solid #F2F2F2;
    background: linear-gradient(#F2F2F2, #F2F2F2 50%, #191919 50%, #191919);
    background-size: 100% 300%;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-filled:hover {
    color: #F2F2F2;
}

.main-menu-right-col .mobile-menu {
    display: none;
}

@media screen and (max-width: 1199px) {
    .main-menu-right-col .buttons-wrapper-desktop {
        display: none;
    }

    .main-menu-right-col .mobile-menu {
        display: block;
        position: relative;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: -8px;
        z-index: 9999;
        background-color: unset;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger div {
        position: relative;
        width: 16px;
        height: 14px;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span {
        position: absolute;
        left: 0;
        display: block;
        background: #F2F2F2;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transition: all .3s ease-in-out;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(1) {
        top: 0%;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(3) {
        top: calc(100% - 2px);
    }

    .main-menu-right-col .mobil-menu-wrapper {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 0px);
        transition: all .3s ease-in-out;
        visibility: hidden;
        display: flex;
    }

    .main-menu-right-col .mobil-menu-wrapper .overlay-mobil-menu-wrapper {
        width: calc(100% - 390px);
        height: 100%;
    }

    .main-menu-right-col .mobil-menu-wrapper .bg-mobil-menu-wrapper {
        width: 390px;
        max-width: 100%;
        background: #191919E6;
        height: 100%;
        margin-left: auto;
        padding: 50px 30px;
        overflow: auto;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 {
        margin-bottom: 12px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1:last-child {
        margin-bottom: 0px;
        width: 100%;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1 {
        font-family: 'Helvetica';
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1.54px;
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 0 auto;
        color: white;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% + 9px);
        height: 1px;
        width: 100%;
        background: #F2F2F2;
        transition: transform .3s ease;
        transform: scaleX(0);
        transform-origin: right;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1.a-level-1-has-sublink::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        right: -15px;
        top: calc(50% - 2px);
        transform: rotate(45deg);
        background: linear-gradient(135deg, #F2F2F2 50%, transparent 50%);
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1.collapsed.a-level-1-has-sublink::before {
        top: calc(50% - 4px);
        background: linear-gradient(135deg, transparent 50%, #F2F2F2 50%);
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 {
        margin-bottom: 8px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2:first-child {
        margin-top: 12px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2:last-child {
        margin-bottom: 5px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2 {
        font-family: 'Helvetica';
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1.54px;
        display: inline-block;
        position: relative;
        color: white;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% + 9px);
        height: 1px;
        width: 100%;
        background: #F2F2F2;
        transition: transform .3s ease;
        transform: scaleX(0);
        transform-origin: right;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .main-menu-right-col .buttons-wrapper-mobile {
        margin-top: 40px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li {
        margin-bottom: 20px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li:last-child {
        margin-bottom: 0px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a {
        font-size: 11px !important;
        height: 37px !important;
        padding: 0 18px !important;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 20px;
        text-transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        border-radius: 22px;
        transition: all 0.2s ease-in-out;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a:hover {
        background-position: 200% 90% !important;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-filled {
        color: #191919;
        border: 1px solid #F2F2F2;
        background: linear-gradient(#F2F2F2, #F2F2F2 50%, #191919 50%, #191919);
        background-size: 100% 300%;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-filled:hover {
        color: #F2F2F2;
    }

    .main-menu-right-col .social-links-wrapper ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 40px;
        padding: 40px 15px 0px;
        border-top: 1px solid white;
        width: fit-content;
    }

    .main-menu-right-col .social-links-wrapper ul li {
        margin-right: 20px;
    }

    .main-menu-right-col .social-links-wrapper ul li:last-child {
        margin-right: 0px;
    }

    .main-menu-right-col .social-links-wrapper ul li a {
        display: block;
        line-height: normal;
    }

    .main-menu-right-col .social-links-wrapper ul li a svg {
        width: 20px;
        height: 20px;
        fill: #F2F2F2;
    }

    .main-menu-right-col .social-links-wrapper ul li a svg path {
        fill: #F2F2F2;
    }
}

.main-menu-left-col {
}

.main-menu-left-col .logo-wrapper {
    display: flex;
    width: 235px;
    min-width: 235px;
    max-width: 100%;
    margin-right: 30px;
}

.main-menu-left-col .desktop-menu-wrapper {
    height: 100%;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 {
    display: flex;
    height: inherit;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 {
    margin-right: 30px;
    height: inherit;
    position: relative;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1:last-child {
    margin-right: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1 {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .a-level-1:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .desktop-menu-dropdown {
    position: absolute;
    top: 72px;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1:hover .desktop-menu-dropdown {
    visibility: visible;
    opacity: 1;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-1 .li-level-1 .desktop-menu-dropdown .overlay-desktop-menu-dropdown {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    background: white;
    opacity: 0.9;
}

.main-menu-left-col .desktop-menu-wrapper .level-2-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 {
    display: flex;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 {
    margin-right: 30px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2:last-child {
    margin-right: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2 {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.54px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2.sublink::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-2 .li-level-2 .a-level-2.sublink:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: fit-content;
    flex-wrap: wrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 {
    margin-bottom: 15px;
    display: flex;
    width: fit-content;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3:last-child {
    margin-bottom: 0px;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.50px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: #F2F2F2;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.main-menu-left-col .desktop-menu-wrapper .ul-level-3 .li-level-3 .a-level-3:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


@media screen and (max-width: 1199px) {
    .main-menu-left-col {
    }

    .main-menu-left-col .logo-wrapper {
        width: 180px;
        min-width: 180px;
    }

    .main-menu-left-col .desktop-menu-wrapper {
        display: none;
    }
}


.mediaBlock-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-menu-right-col {
}

.main-menu-right-col .buttons-wrapper-desktop {
}

.main-menu-right-col .buttons-wrapper-desktop ul {
    display: flex;
}

.main-menu-right-col .buttons-wrapper-desktop ul li {
    margin-right: 20px;
}

.main-menu-right-col .buttons-wrapper-desktop ul li:last-child {
    margin-right: 0px;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a {
    font-size: 11px !important;
    height: 36px !important;
    padding: 0 16px !important;

    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 22px;
    transition: all 0.2s ease-in-out;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a:hover {
    background-position: 200% 90% !important;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-filled {
    color: #191919;
    border: 1px solid #F2F2F2;
    background: linear-gradient(#F2F2F2, #F2F2F2 50%, #191919 50%, #191919);
    background-size: 100% 300%;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-filled:hover {
    color: #F2F2F2;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-cutout {
    color: #F2F2F2;
    border: 1px solid #F2F2F2;
    background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2);
    background-size: 100% 300%;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.cta-btn-white-cutout:hover {
    color: #191919;
}

.main-menu-right-col .buttons-wrapper-desktop ul li a.only-text {
    cursor: default;
}

.main-menu-right-col .mobile-menu {
    display: none;
}

@media screen and (max-width: 1199px) {
    .main-menu-right-col {
    }

    .main-menu-right-col .buttons-wrapper-desktop {
        display: none;
    }


    .main-menu-right-col .mobile-menu {
        display: block;
        position: relative;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: -8px;
        z-index: 9999;
        background-color: unset;
        font-size: 20px;
    }

    .scrolled .main-menu-right-col .mobile-menu .mobil-menu-hamburger i {
        filter: unset!important;
        color: black!important;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger div {
        position: relative;
        width: 16px;
        height: 14px;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span {
        position: absolute;
        left: 0;
        display: block;
        background: #F2F2F2;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transition: all .3s ease-in-out;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(1) {
        top: 0%;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger span:nth-child(3) {
        top: calc(100% - 2px);
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger.open span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .main-menu-right-col .mobile-menu .mobil-menu-hamburger.open span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .main-menu-right-col .mobil-menu-wrapper {
        position: fixed;
        top: 0px;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 0px);
        transition: all .3s ease-in-out;
        visibility: hidden;
        display: flex;
    }

    .main-menu-right-col .mobil-menu-wrapper.open {
        right: 0%;
        visibility: visible;
    }

    .main-menu-right-col .mobil-menu-wrapper .overlay-mobil-menu-wrapper {
        width: calc(100% - 450px);
        height: 100%;
    }

    .main-menu-right-col .mobil-menu-wrapper .bg-mobil-menu-wrapper {
        width: 100%;
        max-width: 100%;
        background: #191919E6;
        height: 100%;
        margin-left: auto;
        padding: 50px 30px;
        overflow: auto;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 {
        margin-bottom: 12px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1:last-child {
        margin-bottom: 0px;
        width: 100%;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1 {
        font-family: 'Helvetica';
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1.54px;
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 0 auto;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% + 9px);
        height: 1px;
        width: 100%;
        background: #F2F2F2;
        transition: transform .3s ease;
        transform: scaleX(0);
        transform-origin: right;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1.a-level-1-has-sublink::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        right: -15px;
        top: calc(50% - 2px);
        transform: rotate(45deg);
        background: linear-gradient(135deg, #F2F2F2 50%, transparent 50%);
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-1 .li-level-1 .a-level-1.collapsed.a-level-1-has-sublink::before {
        top: calc(50% - 4px);
        background: linear-gradient(135deg, transparent 50%, #F2F2F2 50%);
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 {
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 {
        margin-bottom: 8px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2:first-child {
        margin-top: 12px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2:last-child {
        margin-bottom: 5px;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2 {
        font-family: 'Helvetica';
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1.54px;
        display: inline-block;
        position: relative;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% + 9px);
        height: 1px;
        width: 100%;
        background: #F2F2F2;
        transition: transform .3s ease;
        transform: scaleX(0);
        transform-origin: right;
    }

    .main-menu-right-col .mobil-menu-wrapper .ul-level-2 .li-level-2 .a-level-2:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .main-menu-right-col .buttons-wrapper-mobile {
        margin-top: 40px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li {
        margin-bottom: 20px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li:last-child {
        margin-bottom: 0px;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a {
        font-size: 11px !important;
        height: 37px !important;
        padding: 0 18px !important;

        font-weight: 600;
        letter-spacing: 0px;
        line-height: 20px;
        text-transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        border-radius: 22px;
        transition: all 0.2s ease-in-out;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a:hover {
        background-position: 200% 90% !important;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-filled {
        color: #191919;
        border: 1px solid #F2F2F2;
        background: linear-gradient(#F2F2F2, #F2F2F2 50%, #191919 50%, #191919);
        background-size: 100% 300%;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-filled:hover {
        color: #F2F2F2;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-cutout {
        color: #F2F2F2;
        border: 1px solid #F2F2F2;
        background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2);
        background-size: 100% 300%;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.cta-btn-white-cutout:hover {
        color: #191919;
    }

    .main-menu-right-col .buttons-wrapper-mobile ul li a.only-text {
        cursor: default;
    }

    .main-menu-right-col .social-links-wrapper {
    }

    .main-menu-right-col .social-links-wrapper ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 40px;
        padding: 40px 15px 0px;
        border-top: 1px solid white;
        width: fit-content;
    }

    .main-menu-right-col .social-links-wrapper ul li {
        margin-right: 20px;
    }

    .main-menu-right-col .social-links-wrapper ul li:last-child {
        margin-right: 0px;
    }

    .main-menu-right-col .social-links-wrapper ul li a {
        display: block;
        line-height: normal;
    }

    .main-menu-right-col .social-links-wrapper ul li a svg {
        width: 20px;
        height: 20px;
        fill: #F2F2F2;
    }

    .main-menu-right-col .social-links-wrapper ul li a svg path {
        fill: #F2F2F2;
    }
}


.cta-btn-black-cutout {
    color: #191919 !important;
    border: 1px solid #191919 !important;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919) !important;
    background-size: 100% 300% !important;
}

.cta-btn-black-cutout:hover {
    background-position: 200% 90% !important;
}

.cta-btn-black-cutout:hover {
    color: white !important;
}

.grid-section-container-fluid .grid-col .grid-card .text-wrapper a {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #191919;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    margin-top: 20px;
    height: 36px;
    width: auto;
    border: 1px solid #191919;
    border-radius: 20px;
    font-size: 13px;
    line-height: 34px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
    background-size: 100% 300%;
    padding: 0 16px;
}

.cta-btn-black-cutout {
    color: #191919 !important;
    border: 1px solid #191919 !important;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919) !important;
    background-size: 100% 300% !important;
}

.cta-btn-black-cutout, .cta-btn-white-cutout, .cta-btn-black-filled, .cta-btn-white-filled, .cta-btn-white-filled-v2, .cta-btn-white-filled-v3 {
    font-size: 14px !important;
    height: 36px !important;
    padding: 0 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    line-height: 20px !important;
    text-transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 22px !important;
    transition: all 0.2s ease-in-out !important;
}

.corporate-membership-hero-anchor-arrow-wrapper {
    position: absolute;
    bottom: 40px;
    left: 45%;
}

.corporate-membership-hero-anchor-arrow-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase;
    color: #F2F2F2;
}

@media (max-width: 767px) {
    .mak-footer__label {
        margin: 0;
        padding: 20px 0;
        position: relative;
        border-bottom: 1px solid #606060;
    }
}

@media (max-width: 767px) {
    .je2-footer__label + ul {
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #606060;
    }

    .js-foooter-submenu {
        padding-top: 20px;
    }
}

.container-fluid.cm-services-slider-section-container-fluid {
    padding-top: 50px;
    padding-bottom: 30px;
}

.cm-services-slider-section-container-fluid .container {
    width: 1920px;
    max-width: 100%;
    padding: 0px;
}

.cm-services-slider-section-container-fluid .container .row {
    margin: 0px;
}

.cm-services-slider-section-container-fluid .container .row .col {
    padding: 0px;
    position: relative;
}

.cm-services-slider-heading-col {
    margin-bottom: -30px;
    z-index: 9;
}

.cm-services-slider-heading-col h3 {
    font-size: 39px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #191919;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 0px 40px;
    padding-left: 0px;
}

.cm-services-slider-heading-col a {
    color: #191919;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    margin-left: 40px;
    margin-top: 20px;
    height: 36px;
    width: auto;
    border: 1px solid #191919;
    border-radius: 20px;
    font-size: 13px;
    line-height: 34px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
    background-size: 100% 300%;
    padding: 0 15px;
}

.cm-services-slider-heading-col a:hover {
    background-position: 200% 90%;
    color: #F2F2F2;
}

.cm-services-slider-col .cm-services-slide {
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.cm-services-slider-col .swiper-wrapper {
}

.cm-services-slider-col .swiper-slide {
    width: calc(33.33333333% - 8px);
    max-width: 605px;
    min-width: 335px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cm-services-slider-col .swiper-slide .grid-card {
    box-shadow: 0px 4px 12px #0000001a;
    background: #FFFFFF;
    position: relative;
    height: 100%;
}

.cm-services-slider-col .swiper-slide .grid-card .image-wrapper {
}

.cm-services-slider-col .swiper-slide .grid-card .image-wrapper img {
}

.cm-services-slider-col .swiper-slide .grid-card .text-wrapper {
    padding: 40px;
    padding-bottom: 96px;
}

.cm-services-slider-col .swiper-slide .grid-card .text-wrapper h3 {
    font-size: 39px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #191919;
    text-transform: none;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.cm-services-slider-col .swiper-slide .grid-card .text-wrapper p { /*height: 38px;*/
    height: auto;
    overflow: auto;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    color: #666666;
    text-align: left;
    margin: 0;
    padding-right: 2px;
}

.cm-services-slider-col .swiper-slide .grid-card .text-wrapper p::-webkit-scrollbar {
    display: none;
}

/*
.cm-services-slider-col .swiper-slide .grid-card .text-wrapper p::-webkit-scrollbar {width: 2px;}
.cm-services-slider-col .swiper-slide .grid-card .text-wrapper p::-webkit-scrollbar-track {}
.cm-services-slider-col .swiper-slide .grid-card .text-wrapper p::-webkit-scrollbar-thumb {background: #666666;}
*/
.cm-services-slider-col .swiper-slide .grid-card .text-wrapper a {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #191919;
    font-weight: bold;
    display: inline-block;
    margin: 0px;
    margin-top: 20px;
    height: 36px;
    width: auto;
    border: 1px solid #191919;
    border-radius: 20px;
    font-size: 13px;
    line-height: 34px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
    background-size: 100% 300%;
    padding: 0 16px;
}

.cm-services-slider-col .swiper-slide .grid-card .text-wrapper a:hover {
    background-position: 200% 90%;
    color: #F2F2F2;
}

.cm-services-slider-col .swiper-button-next,
.cm-services-slider-col .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #F2F2F2E6;
}

.cm-services-slider-col .swiper-button-next {
    right: 44px;
}

.cm-services-slider-col .swiper-button-prev {
    left: 44px;
}

.cm-services-slider-col .swiper-button-next::after,
.cm-services-slider-col .swiper-button-prev::after {
    content: "";
}

.cm-services-slider-col .swiper-button-next svg,
.cm-services-slider-col .swiper-button-prev svg {
    fill: #191919;
    width: 18px;
}

.cm-services-slider-col .swiper-button-next.swiper-button-disabled,
.cm-services-slider-col .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.cm-services-slider-col .swiper-scrollbar {
    display: none;
}

@media screen and (max-width: 1200px) {
    .cm-services-slider-col .swiper-slide .grid-card .text-wrapper {
        padding: 40px 20px;
        padding-bottom: 96px;
    }

    .cm-services-slider-col .swiper-slide .grid-card .text-wrapper h3 {
        font-size: 25px;
        line-height: 29px;
    }

    .cm-services-slider-col .swiper-slide .grid-card .text-wrapper a {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid.cm-services-slider-section-container-fluid {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .cm-services-slider-section-container-fluid .container {
    }

    .cm-services-slider-heading-col {
        margin-bottom: 30px;
    }

    .cm-services-slider-heading-col h3 {
        padding: 0px 20px;
        font-size: 25px;
        line-height: 29px;
    }

    .cm-services-slider-heading-col a {
        margin-left: 20px;
    }

    .cm-services-slider-col .cm-services-slide {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .cm-services-slider-col .swiper-slide .grid-card .image-wrapper img {
        width: 100%;
        object-fit: cover;
    }

    .cm-services-slider-col .swiper-slide .grid-card .text-wrapper p {
    }

    .cm-services-slider-col .swiper-button-next,
    .cm-services-slider-col .swiper-button-prev {
        display: none;
    }

    .cm-services-slider-col .swiper-scrollbar {
        display: block;
        left: 0;
        bottom: 5px;
        height: 3px;
        width: 100%;
        border-radius: 0px;
    }

    .cm-services-slider-col .swiper-scrollbar .swiper-scrollbar-drag {
        background: #191919;
        border-radius: 0px;
    }
}


main.content {
    padding: 0;
}

.services-hero-section-container-fluid {
    padding: 0;
    margin: 0;
}

.services-hero-section-container-fluid .container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.services-hero-section-container-fluid .container .row {
    margin: 0px;
}

.services-hero-section-container-fluid .container .row .col {
    padding: 0px;
    height: 100vh;
    min-height: 634px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-hero-section-container-fluid .container .row .col video.home-hero-video,
.services-hero-section-container-fluid .container .row .col img.home-hero-img {
position: absolute; top: 0px; left: 0px; width: 100%; object-fit: cover; height: 100vh; will-change: transform; background-size: cover; min-height: 634px;
}

.services-hero-text-box-wrapper {

    position: absolute; top: 0px; left: 0px; width: 100%; object-fit: cover; height: 100vh; will-change: transform; background-size: cover; min-height: 634px;
}

.services-hero-text-box-wrapper .hero-overlay-just-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background: transparent linear-gradient(0deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
}

.services-hero-text-box {
    width: 600px;
    max-width: 100%;
    bottom: 14%;
    position: absolute;
        padding: 0 34px;
}

.services-hero-text-box h1 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 49px;
    letter-spacing: 0;
    line-height: 60px; /*text-transform: capitalize;*/
    color: #F2F2F2;
}

.services-hero-text-box p {
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    color: #F2F2F2;
}

.services-hero-text-box div {
    display: flex;
}

.services-hero-text-box div a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F2F2F2;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #F2F2F2;
    text-transform: uppercase;
    font-weight: bold;
    width: 186px;
    height: 41px;
    background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2);
    background-size: 100% 300%;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
}

.services-hero-text-box div a:hover {
    color: #191919;
    background-position: 200% 90%;
}

.services-hero-text-box div a:first-child {
    margin-right: 15px;
}

.services-hero-text-box div a:last-child {
    margin-left: 0px;
}

.services-hero-anchor-arrow-wrapper {
    position: absolute;
    bottom: 40px;
    left: auto;
}

.services-hero-anchor-arrow-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase;
    color: #F2F2F2;
}

.services-hero-anchor-arrow-wrapper a svg {
    width: auto;
    height: 12px;
}

.services-hero-anchor-arrow-wrapper a svg #_1st_arrow,
.services-hero-anchor-arrow-wrapper a svg #_2nd_arrow {
    transition: all 0.3s ease-in-out;
}

.services-hero-anchor-arrow-wrapper a:hover svg #_1st_arrow {
    transform: translate(9.997px, 15px) rotate(90deg);
    opacity: 0;
}

.services-hero-anchor-arrow-wrapper a:hover svg #_2nd_arrow {
    transform: translate(9.997px, 1.573px) rotate(90deg);
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .services-hero-section-container-fluid {
        top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    height: 100vh;
    will-change: transform;
    background-size: cover;
    min-height: 634px;
    }

    .services-hero-section-container-fluid .container {
    }

    .services-hero-section-container-fluid .container .row .col {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .services-hero-text-box-wrapper {
    }

    .services-hero-text-box {
        max-width: 100%;
        width: 375px;
        padding: 0 20px;
    }

    .services-hero-text-box h1 {
        font-size: 31.25px;
        line-height: 38px;
    }

    .services-hero-text-box p {
        font-size: 16px;
        line-height: 19px;
    }

    .services-hero-text-box div {
        flex-direction: column;
    }

    .services-hero-text-box div a {
        margin-top: 0px;
    }

    .services-hero-text-box div a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 30px !important;
    }

    .services-hero-text-box div a:last-child {
        margin-left: 0;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

  .container-fluid.services-card-section-container-fluid {
                padding-top: 80px;
            }

            .services-card-section-container-fluid .container {
                width: 1920px;
                max-width: 100%;
                padding: 0 34px;
            }

            .services-card-section-container-fluid .container .row {
                margin: 0px;
                display: flex;
                flex-wrap: wrap;
            }

            .services-card-section-container-fluid .container .row::before {
                content: none;
            }

            .services-card-section-container-fluid .container .row::after {
                content: none;
            }

            .services-card-section-container-fluid .container .row .col {
                padding: 0 6px;
                margin-bottom: 40px;
            }

            .services-card-section-container-fluid .card-col {
            }

            .services-card-section-container-fluid .card-col .services-card {
                box-shadow: 0px 4px 12px #0000001a;
                background: #FFFFFF;
                height: 100%;
                position: relative;
            }

            .services-card-section-container-fluid .card-col .services-card .image-wrapper {
            }

            .services-card-section-container-fluid .card-col .services-card .image-wrapper img {
            }

            .services-card-section-container-fluid .card-col .services-card .text-wrapper {
                padding: 40px;
                padding-bottom: 96px;
            }

            .services-card-section-container-fluid .card-col .services-card .text-wrapper h3 {
                font-size: 39px;
                line-height: 47px;
                letter-spacing: 0px;
                color: #191919;
                text-transform: capitalize;
                text-align: left;
                margin: 0;
                margin-bottom: 20px;
                font-style: normal;
            }

            .services-card-section-container-fluid .card-col .services-card .text-wrapper p { /*height: 95px;*/
                height: auto;
                overflow: auto;
                font-size: 16px;
                line-height: 19px;
                letter-spacing: 0;
                color: #666666;
                text-align: left;
                margin: 0;
                padding-right: 2px;
                font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
            }

            /*.services-card-section-container-fluid .card-col.col-sm-6 .services-card .text-wrapper p {height: 76px;}*/
            .services-card-section-container-fluid .card-col .services-card .text-wrapper p::-webkit-scrollbar {
                display: none;
            }

            /*
            .services-card-section-container-fluid .card-col .services-card .text-wrapper p::-webkit-scrollbar {width: 2px;}
            .services-card-section-container-fluid .card-col .services-card .text-wrapper p::-webkit-scrollbar-track {}
            .services-card-section-container-fluid .card-col .services-card .text-wrapper p::-webkit-scrollbar-thumb {background: #666666;}
            */
            .services-card-section-container-fluid .card-col .services-card .text-wrapper a {
                position: absolute;
                bottom: 40px;
                left: 40px;
                color: #191919;
                font-weight: bold;
                display: inline-block;
                margin: 0px;
                margin-top: 20px;
                height: 36px;
                width: auto;
                border: 1px solid #191919;
                border-radius: 20px;
                font-size: 13px;
                line-height: 34px;
                transition: all 0.2s ease-in-out;
                background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
                background-size: 100% 300%;
                padding: 0 16px;
                font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
            }

            .services-card-section-container-fluid .card-col .services-card .text-wrapper a:hover {
                background-position: 200% 90%;
                color: #F2F2F2;
            }

            @media screen and (max-width: 1200px) {
                .services-card-section-container-fluid .card-col .services-card .text-wrapper {
                    padding: 40px 20px;
                    padding-bottom: 96px;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper h3 {
                    font-size: 25px;
                    line-height: 29px;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper a {
                    left: 20px;
                }
            }

            @media screen and (max-width: 767px) {
                .container-fluid.services-card-section-container-fluid {
                    padding-top: 40px;
                }

                .services-card-section-container-fluid .container {
                    padding: 0px;
                }

                .services-card-section-container-fluid .container .row {
                    flex-direction: column;
                }

                .services-card-section-container-fluid .container .row .col {
                    padding: 0;
                    margin-bottom: 0px;
                }

                .services-card-section-container-fluid .container .row .col:last-child {
                    margin-bottom: 0px;
                }

                .services-card-section-container-fluid .card-col .services-card { /*max-width: 605px;*/
                    margin: 0 auto;
                }

                .services-card-section-container-fluid .card-col .services-card .image-wrapper img {
                   
                    object-fit: cover;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper {
                    padding-bottom: 40px;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper h3 {
                    font-size: 31.25px;
                    line-height: 38px;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper p {
                    height: auto;
                }

                .services-card-section-container-fluid .card-col.col-sm-6 .services-card .text-wrapper p {
                    height: auto;
                }

                .services-card-section-container-fluid .card-col .services-card .text-wrapper a {
                    position: relative;
                    left: 0;
                    bottom: 0;
                }
            }
            
            
            .container-fluid {
                padding-left:0px!important;
            }
            
            

        .content {
            padding-top: 72px;
            position: relative;
        }

        .content .container-fluid {
            margin: 0;
            padding: 0;
        }

        .fade-in-out {
            transition: opacity 0.5s ease, top 0.5s ease;
            opacity: 1;
            position: relative;
            top: 30px;
        }

        .membership-page-form-holder {
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
        }

        .membership-page-form-holder input, .membership-page-form-holder select, .membership-page-form-holder textarea {
            opacity: 1;
            margin: 10px auto;
            width: 100%;
            height: 48px;
            background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 6px;
            border: 1px solid rgb(222, 222, 223);
            padding: 12px 20px;
            resize: none;
        }

        .membership-page-form-holder select {
            color: #666;
        }

        .membership-page-form-holder input[type="checkbox"] {
            padding: 0;
        }

        .membership-page-form-holder textarea {
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            height: 257px;
        }

        #select-dropdown {
            width: 100%;
            height: 230px;
            background: white;
            position: relative;
            top: -5px;
            z-index: 999;
            transition: height 0.4s ease-in-out, border 0.4s ease-in-out;
            overflow: auto;
            background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 6px;
            border: 1px solid rgb(222, 222, 223);
            border-top: none;
        }

        #select-dropdown::-webkit-scrollbar {
            width: 10px;
        }

        #select-dropdown::-webkit-scrollbar-track {
            background: #E6E6E6 0% 0% no-repeat padding-box;
        }

        #select-dropdown::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        #select-dropdown::-webkit-scrollbar-thumb:hover {
            background: #555;
            cursor: pointer;
        }

        #country {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
        }

        #select-dropdown.dropdown-hidden {
            height: 0px;
            border: 0px solid rgb(222, 222, 223);
        }

        #select-dropdown li {
            height: 48px;
            padding: 12px 20px;
        }

        #select-dropdown li:not(.divider-option) {
            cursor: pointer;
        }

        #select-dropdown li:hover:not(.divider-option) {
            background: #F8F8F8 0% 0% no-repeat padding-box;
        }

        .select-holder {
            display: inline-block;
            width: 100%;
            position: relative;
            padding: 0;
        }

        li.divider-option {
            position: relative;
        }

        li.divider-option::after {
            content: "";
            position: relative;
            left: 0;
            top: calc(50% - 1px);
            width: 100%;
            height: 0;
            border: 1px dashed #959595;
            display: block;
        }

      

        .membership-page-form-holder input[type="checkbox"]:checked {
            background-color: #e8f0fe !important;
            color: #000 !important;
        }

        #select-dropdown-arrow {
            position: absolute;
            width: 10px;
            height: 10px;
            top: 33px;
            z-index: 9;
            right: 20px;
            overflow: hidden;
            cursor: pointer;
            pointer-events: none;
            transition: transform 0.4s ease;
            transform: rotate(0deg);
        }

        #select-dropdown-arrow div {
            width: 14px;
            height: 14px;
            background: #4D4D4D;
            transform: rotate(40deg);
            position: absolute;
            left: -2px;
            top: -10px;
            cursor: pointer;
            pointer-events: none;
        }

        #country {
            margin-bottom: 5px;
            border-bottom: none;
            outline: none;
            cursor: pointer;
        }

        input[type="tel"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: textfield;
        }

        /*! CSS Used from: Embedded */
        .cta-btn-black-cutout, .cta-btn-white-cutout, .cta-btn-black-filled {
            font-size: 14px !important;
            height: 36px !important;
            padding: 0 16px !important;
            font-weight: 600 !important;
            letter-spacing: 0px !important;
            line-height: 20px !important;
            text-transform: none !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            width: fit-content !important;
            border-radius: 22px !important;
            transition: all 0.2s ease-in-out !important;
        }

        .cta-btn-black-cutout[type="submit"] {
            min-width: 85px !important;
        }

        .cta-btn-black-cutout:hover, .cta-btn-white-cutout:hover, .cta-btn-black-filled:hover {
            background-position: 200% 90% !important;
        }

        .cta-btn-black-cutout {
            color: #191919 !important;
            border: 1px solid #191919 !important;
            background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919) !important;
            background-size: 100% 300% !important;
        }

        .cta-btn-black-cutout:hover {
            color: #F2F2F2 !important;
        }

        .cta-btn-white-cutout {

            color: #F2F2F2 !important;
            border: 1px solid #F2F2F2 !important;
            background: linear-gradient(transparent, transparent 50%, #F2F2F2 50%, #F2F2F2) !important;
            background-size: 100% 300% !important;
        }

        .cta-btn-white-cutout:hover {
            color: #191919 !important;
        }

        .cta-btn-black-filled {
            color: #F2F2F2 !important;
            border: 1px solid #191919 !important;
            background: linear-gradient(#191919, #191919 50%, #F2F2F2 50%, #F2F2F2) !important;
            background-size: 100% 300% !important;
        }

        .cta-btn-black-filled:hover {
            color: #191919 !important;
        }

        .cta-only-desktop {
            font-size: 14px !important;
            height: 36px !important;
            padding: 0 16px !important;
        }

        @media screen and (max-width: 992px) {
            .cta-only-desktop {
                font-size: 14px !important;
                height: 36px !important;
                padding: 0 16px !important;
            }
        }

        /*! CSS Used from: Embedded */
        h1, h3, h4 {
            font-family: Adobe-Caslon-Pro-Regular;
        }

        /*! CSS Used from: Embedded */
        main.content {
            padding: 0;
        }

        /*! CSS Used from: Embedded */
        main.content {
            padding: 0;
        }

        .about-new-hero-section-container-fluid {
            padding: 0;
            margin: 0;
        }

        .about-new-hero-section-container-fluid .container {
            width: 100%;
            padding: 0;
            margin: 0 auto;
        }

        .about-new-hero-section-container-fluid .container .row {
            margin: 0px;
        }

        .about-new-hero-section-container-fluid .container .row .col {
            padding: 0px;
            height: 43.43vw;
            min-height: 540px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img, .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
            display: none;
        }

        .about-new-hero-text-box-wrapper {
            background-color: rgba(0, 0, 0, 0.5);
            position: relative;
            width: 100%;
            max-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .about-new-hero-text-box {
            width: 690px;
            max-width: 100%;
        }

        .about-new-hero-text-box h1 {
            margin: 0px;
            margin-bottom: 20px;
            font-size: 61px;
            letter-spacing: 0;
            line-height: 72px;
            color: #F2F2F2;
            text-align: center;
        }

        .about-new-hero-text-box p {
            margin: 0px auto;
            max-width: 620px;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 25px;
            text-align: center;
            color: #F2F2F2;
        }

        .about-new-hero-text-box a {
            margin: 0 auto;
            margin-top: 30px;
        }

        .about-new-hero-text-box a:hover {
            color: #191919;
            background-position: 200% 90%;
        }

        @media screen and (max-width: 767px) {
            .about-new-hero-section-container-fluid .container .row .col {
                height: 144vw;
                min-height: auto;
                max-height: 600px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img {
                display: none;
            }

            .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
                display: block;
            }

            .about-new-hero-text-box {
                max-width: 100%;
                width: 375px;
                padding: 0 20px;
            }

            .about-new-hero-text-box h1 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-hero-text-box p {
                font-size: 16px;
                line-height: 19px;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-new-twi-1-section-container-fluid {
            margin: 60px auto 0px;
            padding: 0;
            background-color: #191919;
        }

        .about-new-twi-1-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 80px 70px;
        }

        .about-new-twi-1-section-container-fluid .container .row {
            margin: 0;
            display: flex;
        }

        .about-new-twi-1-section-container-fluid .container .row .col {
            padding: 0px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.image-col {
            padding-left: 8px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col {
            color: #fafafa;
            padding-right: 60px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper {
            width: 100%;
            max-width: 733px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            color: white;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
            font-size: 25px;
            line-height: 29px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            font-style: italic;
            color: white;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p {
            margin: 0;
            margin-bottom: 10px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p:last-child {
            margin-bottom: 0px;
        }

        @media screen and (max-width: 1199px) {
            .container-fluid.about-new-twi-1-section-container-fluid {
                margin: 30px auto 0px;
            }

            .about-new-twi-1-section-container-fluid .container {
                padding: 30px 20px 50px;
            }

            .about-new-twi-1-section-container-fluid .container .row {
                display: flex;
                flex-direction: column;
                max-width: 885px;
                margin: 0 auto;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.image-col {
                order: 1;
                margin-bottom: 30px;
                padding-left: 0px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col {
                order: 2;
                padding-right: 20px;
                padding-left: 20px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 767px) {
            .about-new-twi-1-section-container-fluid .container .row .col {
                padding: 0px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
                font-size: 18px;
                line-height: 26px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
                font-size: 16px;
                line-height: 19px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.image-col .image-wrapper img {
                min-height: 280px;
                object-fit: cover;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-grid-2-card-1-section-container-fluid {
            margin: 0;
            margin-top: 60px;
            padding: 0;
        }

        .about-grid-2-card-1-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 62px;
        }

        .about-grid-2-card-1-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

        .about-grid-2-card-1-section-container-fluid .container .row::before {
            content: none;
        }

        .about-grid-2-card-1-section-container-fluid .container .row::after {
            content: none;
        }

        .about-grid-2-card-1-section-container-fluid .container .row .col {
            padding: 0 8px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper {
            margin-bottom: 30px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper p {
            color: #191919;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 {
            box-shadow: 0px 4px 12px #0000001a;
            background: #FFFFFF;
            height: 100%;
            overflow: hidden;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper {
            position: relative;
            display: flex;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.card-image {
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper iframe {
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
            border: none;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.poster-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
            padding: 40px;
            position: relative;
            top: 0px;
            transition: all 0.3s ease-in-out;
            background: #FFFFFF;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            color: #191919;
            text-align: left;
            margin: 0;
            margin-bottom: 20px;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0;
            color: #666666;
            text-align: left;
            margin: 0;
        }

        @media screen and (max-width: 1199px) {
            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
                padding: 40px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
                font-size: 25px;
                line-height: 29px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-grid-2-card-1-section-container-fluid {
                margin-top: 30px;
            }

            .about-grid-2-card-1-section-container-fluid .container {
                padding: 0px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .container .row {
                flex-direction: column;
                align-items: center;
            }

            .about-grid-2-card-1-section-container-fluid .container .row .col {
                padding: 0;
                margin-bottom: 30px;
                max-width: 885px;
            }

            .about-grid-2-card-1-section-container-fluid .container .row .col:last-child {
                margin-bottom: 0px;
            }

            .about-grid-2-card-1-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper p {
                font-size: 16px;
                line-height: 19px;
                padding: 0;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 {
                margin: 0 auto;
                box-shadow: 0px 3px 6px #00000029;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.card-image {
                aspect-ratio: 4/3;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
                padding: 30px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-services-section-container-fluid {
            padding: 60px 0px;
            margin: 0;
            margin-top: 60px;
            background-color: #191919;
        }

        .about-services-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 57.5px;
        }

        .about-services-section-container-fluid .container .row {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            row-gap: 27px;
        }

        .about-services-section-container-fluid .container .row::before {
            content: none;
        }

        .about-services-section-container-fluid .container .row::after {
            content: none;
        }

        .about-services-section-container-fluid .container .row .col {
            padding: 0 12.5px;
        }

        .about-services-section-container-fluid .heading-col {
            color: #f2f2f2;
        }

        .about-services-section-container-fluid .heading-col h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            color: white;
        }

        .about-services-section-container-fluid .heading-col .heading-description-wrapper {
            margin-bottom: 30px;
        }

        .about-services-section-container-fluid .heading-col .heading-description-wrapper p {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-services-section-container-fluid .card-col .card-wrapper {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 12px #0000001A;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .card-overlay {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: black;
        }

        .about-services-section-container-fluid .card-col .card-wrapper img {
            width: 100%;
            height: 100%;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper {
            position: absolute;
            text-align: center;
            z-index: 9;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper h4 {
            color: #F2F2F2;
            font-size: 31.25px;
            line-height: 38px;
            letter-spacing: 0px;
            margin: 0;
            margin-bottom: 9px;
            padding: 0 10px;
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-services-section-container-fluid {
                padding: 30px 20px;
                margin-top: 30px;
            }

            .about-services-section-container-fluid .container {
                padding: 0;
            }

            .about-services-section-container-fluid .container .row {
                row-gap: 15px;
            }

            .about-services-section-container-fluid .container .row .col {
                padding: 7.5px;
            }

            .about-services-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-services-section-container-fluid .heading-col .heading-description-wrapper p {
                font-size: 16px;
                line-height: 19px;
            }

            .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper h4 {
                font-size: 25px;
                line-height: 29px;
            }
        }

        @media screen and (max-width: 767px) {
            .about-services-section-container-fluid .container .row .col {
                padding: 0;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-grid-2-card-2-section-container-fluid {
            margin: 0;
            margin-top: 60px;
            padding: 0;
        }

        .about-grid-2-card-2-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 62px;
        }

        .about-grid-2-card-2-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

        .about-grid-2-card-2-section-container-fluid .container .row::before {
            content: none;
        }

        .about-grid-2-card-2-section-container-fluid .container .row::after {
            content: none;
        }

        .about-grid-2-card-2-section-container-fluid .container .row .col {
            padding: 0 8px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper {
            margin-bottom: 30px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper p {
            color: #191919;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 {
            box-shadow: 0px 4px 12px #0000001a;
            background: #FFFFFF;
            height: 100%;
            overflow: hidden;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper {
            position: relative;
            display: flex;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img.card-image {
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
            padding: 40px;
            position: relative;
            top: 0px;
            transition: all 0.3s ease-in-out;
            background: #FFFFFF;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            color: #191919;
            text-align: left;
            margin: 0;
            margin-bottom: 20px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0;
            color: #666666;
            text-align: left;
            margin: 0;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn .text-wrapper {
            padding-bottom: 96px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
            position: absolute;
            bottom: 40px;
            left: 48px;
        }

        @media screen and (max-width: 1199px) {
            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
                padding: 40px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
                font-size: 25px;
                line-height: 29px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
                left: 28px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-grid-2-card-2-section-container-fluid {
                margin-top: 30px;
            }

            .about-grid-2-card-2-section-container-fluid .container {
                padding: 0px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .container .row {
                flex-direction: column;
                align-items: center;
            }

            .about-grid-2-card-2-section-container-fluid .container .row .col {
                padding: 0;
                margin-bottom: 30px;
                max-width: 885px;
            }

            .about-grid-2-card-2-section-container-fluid .container .row .col:last-child {
                margin-bottom: 0px;
            }

            .about-grid-2-card-2-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper p {
                font-size: 16px;
                line-height: 19px;
                padding: 0;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 {
                margin: 0 auto;
                box-shadow: 0px 3px 6px #00000029;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img.card-image {
                aspect-ratio: 4/3;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
                padding: 30px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn .text-wrapper {
                padding-bottom: 86px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
                bottom: 30px;
                left: 20px;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-global-network-section-container-fluid {
            padding: 0;
            margin: 0;
            margin-top: 60px;
        }

        .about-global-network-section-container-fluid .container {
            width: 100%;
            max-width: 1920px;
            padding: 0 70px;
            margin: 0 auto;
        }

        .about-global-network-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-global-network-section-container-fluid .container .row .col {
            padding: 0px;
            background-color: #FFFFFF;
            box-shadow: 0px 4px 12px #00000029;
        }

        .about-global-network-content-wrapper {
            padding: 46px 40px 12px;
        }

        .about-global-network-content-wrapper h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-global-network-content-wrapper p {
            color: #191919;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0;
            margin: 0px;
            width: 100%;
            max-width: 830px;
        }

        .about-global-network-content-wrapper a {
            display: none !important;
        }

        .about-global-network-image-wrapper {
            position: relative;
        }

        .about-global-network-image-wrapper a {
            position: absolute;
            top: 22px;
            left: 40px;
        }

        .about-global-network-image-wrapper img {
            width: 100%;
            height: 43.23vw;
            max-height: 830px;
        }

        @media screen and (max-width: 1199px) {
            .about-global-network-content-wrapper h3 {
                font-size: 39px;
                line-height: 47px;
                margin-bottom: 20px;
            }

            .about-global-network-content-wrapper p {
                font-size: 16px;
                line-height: 19px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-global-network-section-container-fluid {
                margin-top: 30px;
            }

            .about-global-network-section-container-fluid .container {
                padding: 0 20px;
            }

            .about-global-network-section-container-fluid .container .row .col {
                max-width: 885px;
            }

            .about-global-network-content-wrapper {
                padding: 17px 20px 12px;
            }

            .about-global-network-content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-global-network-content-wrapper p {
                margin-bottom: 20px;
            }
        }

        @media screen and (max-width: 767px) {
            .about-global-network-content-wrapper a {
                display: flex !important;
            }

            .about-global-network-image-wrapper a {
                display: none !important;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-new-twi-2-section-container-fluid {
            margin: 60px auto 0px;
            padding: 0;
            background-color: #010101;
        }

        .about-new-twi-2-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 80px 70px;
        }

        .about-new-twi-2-section-container-fluid .container .row {
            margin: 0;
        }

        .about-new-twi-2-section-container-fluid .container .row .col {
            padding: 0px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.image-col {
            padding-left: 8px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col {
            color: #f2f2f2;
            padding-right: 60px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper {
            width: 100%;
            max-width: 733px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            color: white;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
            font-size: 25px;
            line-height: 29px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            font-style: italic;
            color: white;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p {
            margin: 0;
            margin-bottom: 10px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p:last-child {
            margin-bottom: 0px;
        }

        @media screen and (max-width: 1199px) {
            .container-fluid.about-new-twi-2-section-container-fluid {
                margin: 30px auto 0px;
            }

            .about-new-twi-2-section-container-fluid .container {
                padding: 30px 20px 50px;
            }

            .about-new-twi-2-section-container-fluid .container .row {
                display: flex;
                flex-direction: column;
                max-width: 885px;
                margin: 0 auto;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.image-col {
                order: 1;
                margin-bottom: 30px;
                padding-left: 0px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col {
                order: 2;
                padding-right: 20px;
                padding-left: 20px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 767px) {
            .about-new-twi-2-section-container-fluid .container .row .col {
                padding: 0px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
                font-size: 18px;
                line-height: 26px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
                font-size: 16px;
                line-height: 19px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.image-col .image-wrapper img {
                min-height: 280px;
                object-fit: cover;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.about-foundation-section-container-fluid {
            padding: 0;
            margin: 0;
            margin-top: 60px;
        }

        .about-foundation-section-container-fluid .container {
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin: 0 auto;
        }

        .about-foundation-section-container-fluid .container .row {
            margin: 0px;
        }

        .about-foundation-section-container-fluid .container .row .col {
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .about-foundation-section-container-fluid .container .row .col img.section-background {
            object-fit: cover;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .about-foundation-section-container-fluid .container .row .col img.section-background.mobile {
            display: none;
        }

        .about-foundation-section-container-fluid .text-box-wrapper {
            position: relative;
            padding-top: 110px;
            padding-bottom: 86px;
        }

        .about-foundation-section-container-fluid .text-box-wrapper img.section-logo {
            margin-bottom: 50px;
        }

        .about-foundation-section-container-fluid .text-box-wrapper .text-box {
            text-align: center;
            max-width: 760px;
        }

        .about-foundation-section-container-fluid .text-box-wrapper .text-box h3 {
            font-size: 31.25px;
            line-height: 39px;
            letter-spacing: 0;
            color: #f2f2f2;
            font-style: italic;
            margin: 0;
            margin-bottom: 30px;
        }

        .about-foundation-section-container-fluid .text-box-wrapper .text-box p {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
            color: #f2f2f2;
            margin: 0;
        }

        .about-foundation-section-container-fluid .text-box-wrapper .text-box a {
            margin: 0 auto;
            margin-top: 50px;
        }

        @media screen and (max-width: 767px) {
            .container-fluid.about-foundation-section-container-fluid {
                margin-top: 0px;
            }

            .about-foundation-section-container-fluid .container .row .col img.section-background.desktop {
                display: none;
            }

            .about-foundation-section-container-fluid .container .row .col img.section-background.mobile {
                display: block;
            }

            .about-foundation-section-container-fluid .text-box-wrapper {
                padding: 55px 20px;
            }

            .about-foundation-section-container-fluid .text-box-wrapper .text-box {
                padding: 0 17px;
            }

            .about-foundation-section-container-fluid .text-box-wrapper .text-box h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-foundation-section-container-fluid .text-box-wrapper .text-box p {
                font-size: 16px;
                line-height: 19px;
            }
        }

        /*! CSS Used from: Embedded */
        .container-fluid.q-contact-section-container-fluid {
            padding-top: 80px;
            padding-bottom: 80px;
            background: transparent linear-gradient(0deg, #f2f2f2 0%, #e5e5e5 100%) 0% 0% no-repeat padding-box;
        }

        .q-contact-section-container-fluid .container {
            max-width: 620px;
            width: 100%;
            padding: 0 20px;
        }

        .q-contact-section-container-fluid .container .row {
            margin: 0;
        }

        .q-contact-section-container-fluid .container .row .col {
            padding: 0;
        }

        .q-contact-heading-col h4 {
            font-size: 31.25px;
            letter-spacing: 0;
            line-height: 38px;
            text-align: center;
            padding: 0;
            margin: 0 auto;
            color: #191919;
            margin-bottom: 40px;
        }

        #contact_form_col .membership-page-form-holder form {
            padding: 0;
            font-size: unset;
            padding: 0;
            line-height: unset;
            font-weight: 100;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column {
            padding: 0;
            margin: 0 auto;
            position: relative;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-half {
            width: calc(50% - 5px);
            float: left;
            display: inline-block;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-half:nth-child(2) {
            float: right;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column select, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column input, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column textarea {
            opacity: 1 !important;
            top: 0 !important;
            background: 0 0 !important;
            border: none;
            border-bottom: 2px solid #666;
            height: 45px;
            margin: 10px auto;
            width: 100%;
            box-shadow: none;
            padding: 0 10px;
            color: #666 !important;
            font-size: 14px;
            line-height: 17px;
            font-weight: 600;
            border-radius: 0;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column select::placeholder, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column input::placeholder, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column textarea::placeholder {
            color: #666 !important;
            position: relative;
            font-size: 14px;
            top: 2px;
            transition: all .3s ease-in-out;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column select:focus::placeholder, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column input:focus::placeholder, #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column textarea:focus::placeholder {
            font-size: 10px;
            top: -17px;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column textarea {
            height: 140px;
            padding-top: 14px;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column select {
            -webkit-appearance: none;
            appearance: none;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column select option {
            color: #212121;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-select {
            position: relative;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-select:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            background: linear-gradient(135deg, transparent 50%, #666 50%);
            position: absolute;
            right: 10px;
            bottom: 30px;
            transform: rotate(45deg);
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column label {
            opacity: 1 !important;
            top: 0 !important;
            background: 0 0 !important;
            display: none;
            transform: none;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-checkbox label {
            opacity: 1 !important;
            top: 0 !important;
            background: 0 0 !important;
            color: #666 !important;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 15px;
            text-align: left;
            margin: 10px 0;
            padding-left: 28px;
            position: relative;
            width: 100%;
            display: inline-block;
            font-weight: 600;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-checkbox label input[type=checkbox] {
            border: 1px solid #afafaf;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin: 0;
            transform: none;
            position: absolute;
            left: 0;
            top: calc(50% - 10px) !important;
            outline: none;
            padding: 0;
            margin: 0;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-checkbox label input[type=checkbox]:after {
            content: "";
            position: relative;
            top: 3px;
            left: 3px;
            display: block;
            background: #afafaf;
            width: 12px;
            height: 12px;
            opacity: 0;
            transition: all .3s ease-in-out;
            border: none;
            transform: none;
            border-radius: 50%;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-checkbox label input[type=checkbox]:hover:after {
            opacity: 1;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column.freeform-column-checkbox label input[type=checkbox]:checked:after {
            background: #666;
            opacity: 1;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column .freeform-instructions {
            text-align: center;
            color: red;
            font-size: 12px;
            line-height: 15px;
            letter-spacing: 0;
            padding: 0;
            margin: 10px auto;
            font-weight: 600;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column button[type=submit] {
            opacity: 1 !important;
            top: 0 !important;
            background: linear-gradient(transparent, transparent 50%, #191919 50%, #191919);
            background-size: 100% 300%;
            width: auto;
            height: 41px;
            color: #191919;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 15px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0 auto !important;
            margin-top: 40px !important;
            border: 1px solid #afafaf;
            transition: all .2s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 40px;
            min-width: 85px;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column button[type=submit]:hover {
            color: #f2f2f2;
            background-position: 200% 90%;
        }

        #contact_form_col .membership-page-form-holder form .freeform-row .freeform-column .select-holder #select-dropdown-arrow {
            display: none !important;
        }

        #contact_form_col .membership-page-form-holder h3 {
            color: #191919 !important;
            text-align: center;
        }

        #contact_form_col .membership-page-form-holder p {
            color: #191919 !important;
            text-align: center;
        }

        @media screen and (max-width: 767px) {
            .container-fluid.q-contact-section-container-fluid {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .q-contact-section-container-fluid .container {
                padding: 0 20px;
            }

            .q-contact-heading-col h4 {
                font-size: 25px;
                line-height: 29px;
                margin-bottom: 30px;
            }
        }

        /*! CSS Used from: Embedded */
        .freeform-column-half {
            width: calc(50% - 25px);
            display: inline-block;
            float: left;
            z-index: 999;
            position: relative;
        }

        .freeform-column-half:nth-child(2) {
            float: right;
        }

        .freeform-column-checkbox label {
            display: block;
            font-weight: 100;
        }

        .freeform-instructions {
            text-align: center;
            color: red;
        }

        /*! CSS Used from: Embedded */
        .select-holder {
            display: flex;
            flex-direction: column;
            margin: 0 auto;
        }

        #select-dropdown-arrow {
            top: 100px;
        }

        /*! CSS Used from: Embedded */
        .freeform-column-half {
            width: calc(50% - 25px);
            display: inline-block;
            float: left;
            z-index: 999;
            position: relative;
        }

        .freeform-column-half:nth-child(2) {
            float: right;
        }

        .freeform-column-checkbox label {
            display: block;
            font-weight: 100;
        }

        .freeform-instructions {
            text-align: center;
            color: red;
        }

        /*! CSS Used fontfaces */
        @font-face {
            font-family: "big-caslon-fb";
            src: url("https://use.typekit.net/af/f167b1/00000000000000003b9ae11c/27/l?subset_id=2&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f167b1/00000000000000003b9ae11c/27/d?subset_id=2&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f167b1/00000000000000003b9ae11c/27/a?subset_id=2&fvd=i7&v=3") format("opentype");
            font-display: auto;
            font-style: italic;
            font-weight: 700;
            font-stretch: normal;
        }

        @font-face {
            font-family: "big-caslon-fb";
            src: url("https://use.typekit.net/af/846c1f/00000000000000003b9ae11f/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/846c1f/00000000000000003b9ae11f/27/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/846c1f/00000000000000003b9ae11f/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
            font-display: auto;
            font-style: normal;
            font-weight: 700;
            font-stretch: normal;
        }

        @font-face {
            font-family: "big-caslon-fb";
            src: url("https://use.typekit.net/af/7cf50c/00000000000000003b9ae120/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/7cf50c/00000000000000003b9ae120/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/7cf50c/00000000000000003b9ae120/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
            font-display: auto;
            font-style: normal;
            font-weight: 400;
            font-stretch: normal;
        }

        @font-face {
            font-family: "big-caslon-fb";
            src: url("https://use.typekit.net/af/b548a1/00000000000000003b9ae121/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/b548a1/00000000000000003b9ae121/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/b548a1/00000000000000003b9ae121/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
            font-display: auto;
            font-style: italic;
            font-weight: 400;
            font-stretch: normal;
        }

       

        main.content {
            padding: 0;
        }

        .about-new-hero-section-container-fluid {
            padding: 0;
            margin: 0;
        }

        .about-new-hero-section-container-fluid .container {
            width: 100%;
            padding: 0;
            margin: 0 auto;
        }

        .about-new-hero-section-container-fluid .container .row {
            margin: 0px;
        }

        .about-new-hero-section-container-fluid .container .row .col {
            padding: 0px;
            height: 43.43vw;
            min-height: 540px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .about-new-hero-section-container-fluid .container .row .col video.about-new-hero-video,
        .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img,
        .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
            display: none;
        }

        .about-new-hero-text-box-wrapper {
            background-color: rgba(0, 0, 0, 0.5);
            position: relative;
            width: 100%;
            max-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .about-new-hero-text-box {
            width: 690px;
            max-width: 100%;
        }

        .about-new-hero-text-box h1 {
            margin: 0px;
            margin-bottom: 20px;
            font-size: 61px;
            letter-spacing: 0;
            line-height: 72px;
            color: #F2F2F2;
            text-align: center;
        }

        .about-new-hero-text-box p {
            margin: 0px auto;
            max-width: 620px;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 25px;
            text-align: center;
            color: #F2F2F2;
        }

        .about-new-hero-text-box a {
            margin: 0 auto;
            margin-top: 30px;
        }

        .about-new-hero-text-box a:hover {
            color: #191919;
            background-position: 200% 90%;
        }

        .about-new-hero-anchor-arrow-wrapper {
            position: absolute;
            bottom: 40px;
            left: auto;
        }

        .about-new-hero-anchor-arrow-wrapper a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 15px;
            text-transform: uppercase;
            color: #F2F2F2;
        }

        .about-new-hero-anchor-arrow-wrapper a svg {
            width: auto;
            height: 12px;
        }

        .about-new-hero-anchor-arrow-wrapper a svg #_1st_arrow,
        .about-new-hero-anchor-arrow-wrapper a svg #_2nd_arrow {
            transition: all 0.3s ease-in-out;
        }

        @media screen and (max-width: 767px) {
            .about-new-hero-section-container-fluid {
            }

            .about-new-hero-section-container-fluid .container {
            }

            .about-new-hero-section-container-fluid .container .row .col {
                height: 144vw;
                min-height: auto;
                max-height: 600px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img {
                display: none;
            }

            .about-new-hero-section-container-fluid .container .row .col img.about-new-hero-img-mobile {
                display: block;
            }

            .about-new-hero-text-box-wrapper {
            }

            .about-new-hero-text-box {
                max-width: 100%;
                width: 375px;
                padding: 0 20px;
            }

            .about-new-hero-text-box h1 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-hero-text-box p {
                font-size: 16px;
                line-height: 19px;
            }
        }



        .container-fluid.about-new-twi-1-section-container-fluid {
            margin: 60px auto 0px;
            padding: 0;
            background-color: #191919;
        }

        .about-new-twi-1-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 80px 70px;
        }

        .about-new-twi-1-section-container-fluid .container .row {
            margin: 0;
            display: flex;
        }

        .about-new-twi-1-section-container-fluid .container .row .col {
            padding: 0px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.image-col {
            padding-left: 8px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.image-col .image-wrapper { /*height: 100%;*/
        }

        .about-new-twi-1-section-container-fluid .container .row .col.image-col .image-wrapper img { /*height: 100%; object-fit: cover;*/
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col {
            color: #fafafa;
            padding-right: 60px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper {
            width: 100%;
            max-width: 733px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
            font-size: 25px;
            line-height: 29px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            font-style: italic;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper {
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p {
            margin: 0;
            margin-bottom: 10px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p:last-child {
            margin-bottom: 0px;
        }

        .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div a {
            margin: 0;
            margin-bottom: 10px;
        }

        @media screen and (max-width: 1199px) {
            .container-fluid.about-new-twi-1-section-container-fluid {
                margin: 30px auto 0px;
            }

            .about-new-twi-1-section-container-fluid .container {
                padding: 30px 20px 50px;
            }

            .about-new-twi-1-section-container-fluid .container .row {
                display: flex;
                flex-direction: column;
                max-width: 885px;
                margin: 0 auto;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.image-col {
                order: 1;
                margin-bottom: 30px;
                padding-left: 0px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col {
                order: 2;
                padding-right: 20px;
                padding-left: 20px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 767px) {
            .about-new-twi-1-section-container-fluid .container .row .col {
                padding: 0px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
                font-size: 18px;
                line-height: 26px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
                font-size: 16px;
                line-height: 19px;
            }

            .about-new-twi-1-section-container-fluid .container .row .col.image-col .image-wrapper img {
                min-height: 280px;
                object-fit: cover;
            }
        }



        .container-fluid.about-grid-2-card-1-section-container-fluid {
            margin: 0;
            margin-top: 60px;
            padding: 0;
        }

        .about-grid-2-card-1-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 62px;
        }

        .about-grid-2-card-1-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

        .about-grid-2-card-1-section-container-fluid .container .row::before {
            content: none;
        }

        .about-grid-2-card-1-section-container-fluid .container .row::after {
            content: none;
        }

        .about-grid-2-card-1-section-container-fluid .container .row .col {
            padding: 0 8px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper {
            margin-bottom: 30px;
        }

        .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper p {
            color: #191919;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-grid-2-card-1-section-container-fluid .card-col {
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 {
            box-shadow: 0px 4px 12px #0000001a;
            background: #FFFFFF;
            height: 100%;
            overflow: hidden;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper {
            position: relative;
            display: flex;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.card-image { /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: 654px;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper video {
            cursor: pointer; /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper video.fullscreen {
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper iframe { /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
            border: none;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.poster-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-controls-wrapper {
            position: absolute;
            bottom: 10px;
            left: 10px;
            opacity: 0;
            transition: opacity 0.2s ease-in-out;
            width: calc(100% - 20px);
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper:hover .video-controls-wrapper {
            opacity: 1;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-controls-wrapper .video-controls-image {
            width: fit-content;
            height: fit-content;
            object-fit: contain;
            min-height: auto;
            max-height: none;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-controls-wrapper .video-fullscreen-image {
            width: 20px;
            height: fit-content;
            object-fit: contain;
            min-height: auto;
            max-height: none;
            position: absolute;
            right: 0;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-controls-btn-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-play-pause-btn {
            position: absolute;
            left: 20px;
            box-sizing: border-box;
            display: flex;
            height: 20px;
            border-color: transparent transparent transparent #FAFAFA;
            border-style: double;
            border-width: 0px 0px 0px 16px;
            transition: 0.2s all ease-in-out;
            cursor: pointer;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-play-pause-btn.pause {
            border-style: solid;
            border-width: 10px 0px 10px 16px;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-sound-btn {
            position: absolute;
            left: 57px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 25px;
            height: 20px;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-sound-btn::after {
            content: "";
            display: block;
            background-color: #FAFAFA;
            width: 100%;
            height: 2px;
            transform: rotate(45deg);
            opacity: 0;
            transition: 0.2s all ease-in-out;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-sound-btn.muted::after {
            opacity: 1;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper .video-fullscreen-btn {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            z-index: 9;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
            padding: 40px;
            position: relative;
            top: 0px;
            transition: all 0.3s ease-in-out;
            background: #FFFFFF;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            color: #191919;
            text-align: left;
            margin: 0;
            margin-bottom: 20px;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0;
            color: #666666;
            text-align: left;
            margin: 0;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1.has-btn .text-wrapper {
            padding-bottom: 96px;
        }

        .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1.has-btn a.cta-btn-black-cutout {
            position: absolute;
            bottom: 40px;
            left: 48px;
        }

        @media screen and (max-width: 1199px) {
            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
                padding: 40px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
                font-size: 25px;
                line-height: 29px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1.has-btn a.cta-btn-black-cutout {
                left: 28px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-grid-2-card-1-section-container-fluid {
                margin-top: 30px;
            }

            .about-grid-2-card-1-section-container-fluid .container {
                padding: 0px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .container .row {
                flex-direction: column;
                align-items: center;
            }

            .about-grid-2-card-1-section-container-fluid .container .row .col {
                padding: 0;
                margin-bottom: 30px;
                max-width: 885px;
            }

            .about-grid-2-card-1-section-container-fluid .container .row .col:last-child {
                margin-bottom: 0px;
            }

            .about-grid-2-card-1-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-1-section-container-fluid .heading-col .description-wrapper p {
                font-size: 16px;
                line-height: 19px;
                padding: 0;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 {
                margin: 0 auto;
                box-shadow: 0px 3px 6px #00000029;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img { /*height: 75vw;*/
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper img.card-image {
                aspect-ratio: 4/3;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper video {
                height: auto;
                min-height: auto;
                max-height: none;
                object-fit: contain;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .assets-wrapper iframe { /*height: 75vw;*/
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper {
                padding: 30px 20px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1 .text-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1.has-btn .text-wrapper {
                padding-bottom: 86px;
            }

            .about-grid-2-card-1-section-container-fluid .card-col .about-grid-2-card-1.has-btn a.cta-btn-black-cutout {
                bottom: 30px;
                left: 20px;
            }
        }


        .container-fluid.about-services-section-container-fluid {
            padding: 60px 0px;
            margin: 0;
            margin-top: 60px;
            background-color: #191919;
        }

        .about-services-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 57.5px;
        }

        .about-services-section-container-fluid .container .row {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            row-gap: 27px;
        }

        .about-services-section-container-fluid .container .row::before {
            content: none;
        }

        .about-services-section-container-fluid .container .row::after {
            content: none;
        }

        .about-services-section-container-fluid .container .row .col {
            padding: 0 12.5px;
        }

        .about-services-section-container-fluid .heading-col {
            color: #f2f2f2;
        }

        .about-services-section-container-fluid .heading-col h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-services-section-container-fluid .heading-col .heading-description-wrapper {
            margin-bottom: 30px;
        }

        .about-services-section-container-fluid .heading-col .heading-description-wrapper p {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-services-section-container-fluid .card-col {
        }

        .about-services-section-container-fluid .card-col .card-wrapper {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 12px #0000001A;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .card-overlay {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: black;
        }

        .about-services-section-container-fluid .card-col .card-wrapper img {
            width: 100%;
            height: 100%;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper {
            position: absolute;
            text-align: center;
            z-index: 9;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper h4 {
            color: #F2F2F2;
            font-size: 31.25px;
            line-height: 38px;
            letter-spacing: 0px;
            margin: 0;
            margin-bottom: 9px;
            padding: 0 10px;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper .description-wrapper {
            color: #F2F2F2;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
            width: 100%;
            max-width: 282px;
            padding: 0 10px;
            margin: 0 auto;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper .description-wrapper p {
            font-size: 16px;
            line-height: 19px;
        }

        .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper .description-wrapper p:last-child {
            margin: 0;
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-services-section-container-fluid {
                padding: 30px 20px;
                margin-top: 30px;
            }

            .about-services-section-container-fluid .container {
                padding: 0;
            }

            .about-services-section-container-fluid .container .row {
                row-gap: 15px;
            }

            .about-services-section-container-fluid .container .row .col {
                padding: 7.5px;
            }

            .about-services-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-services-section-container-fluid .heading-col .heading-description-wrapper {
            }

            .about-services-section-container-fluid .heading-col .heading-description-wrapper p {
                font-size: 16px;
                line-height: 19px;
            }

            .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper h4 {
                font-size: 25px;
                line-height: 29px;
            }

            .about-services-section-container-fluid .card-col .card-wrapper .text-wrapper .description-wrapper {
                line-height: 19px;
            }
        }

        @media screen and (max-width: 767px) {
            .about-services-section-container-fluid .container .row .col {
                padding: 0;
            }
        }



        .container-fluid.about-grid-2-card-2-section-container-fluid {
            margin: 0;
            margin-top: 60px;
            padding: 0;
        }

        .about-grid-2-card-2-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 0 62px;
        }

        .about-grid-2-card-2-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

        .about-grid-2-card-2-section-container-fluid .container .row::before {
            content: none;
        }

        .about-grid-2-card-2-section-container-fluid .container .row::after {
            content: none;
        }

        .about-grid-2-card-2-section-container-fluid .container .row .col {
            padding: 0 8px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper {
            margin-bottom: 30px;
        }

        .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper p {
            color: #191919;
            font-size: 18px;
            letter-spacing: 0;
            line-height: 22px;
            margin: 0;
        }

        .about-grid-2-card-2-section-container-fluid .card-col {
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 {
            box-shadow: 0px 4px 12px #0000001a;
            background: #FFFFFF;
            height: 100%;
            overflow: hidden;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper {
            position: relative;
            display: flex;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img.card-image { /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper video {
            cursor: pointer; /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper video.fullscreen {
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper iframe { /*height: 24.375vw; min-height: 280px; max-height: 468px;*/
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            width: 100%;
            border: none;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img.poster-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-controls-wrapper {
            position: absolute;
            bottom: 10px;
            left: 10px;
            opacity: 0;
            transition: opacity 0.2s ease-in-out;
            width: calc(100% - 20px);
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper:hover .video-controls-wrapper {
            opacity: 1;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-controls-wrapper .video-controls-image {
            width: fit-content;
            height: fit-content;
            object-fit: contain;
            min-height: auto;
            max-height: none;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-controls-wrapper .video-fullscreen-image {
            width: 20px;
            height: fit-content;
            object-fit: contain;
            min-height: auto;
            max-height: none;
            position: absolute;
            right: 0;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-controls-btn-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-play-pause-btn {
            position: absolute;
            left: 20px;
            box-sizing: border-box;
            display: flex;
            height: 20px;
            border-color: transparent transparent transparent #FAFAFA;
            border-style: double;
            border-width: 0px 0px 0px 16px;
            transition: 0.2s all ease-in-out;
            cursor: pointer;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-play-pause-btn.pause {
            border-style: solid;
            border-width: 10px 0px 10px 16px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-sound-btn {
            position: absolute;
            left: 57px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 25px;
            height: 20px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-sound-btn::after {
            content: "";
            display: block;
            background-color: #FAFAFA;
            width: 100%;
            height: 2px;
            transform: rotate(45deg);
            opacity: 0;
            transition: 0.2s all ease-in-out;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-sound-btn.muted::after {
            opacity: 1;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper .video-fullscreen-btn {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            z-index: 9;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
            padding: 40px;
            position: relative;
            top: 0px;
            transition: all 0.3s ease-in-out;
            background: #FFFFFF;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            color: #191919;
            text-align: left;
            margin: 0;
            margin-bottom: 20px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0;
            color: #666666;
            text-align: left;
            margin: 0;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn .text-wrapper {
            padding-bottom: 96px;
        }

        .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
            position: absolute;
            bottom: 40px;
            left: 48px;
        }

        @media screen and (max-width: 1199px) {
            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
                padding: 40px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
                font-size: 25px;
                line-height: 29px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
                left: 28px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-grid-2-card-2-section-container-fluid {
                margin-top: 30px;
            }

            .about-grid-2-card-2-section-container-fluid .container {
                padding: 0px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .container .row {
                flex-direction: column;
                align-items: center;
            }

            .about-grid-2-card-2-section-container-fluid .container .row .col {
                padding: 0;
                margin-bottom: 30px;
                max-width: 885px;
            }

            .about-grid-2-card-2-section-container-fluid .container .row .col:last-child {
                margin-bottom: 0px;
            }

            .about-grid-2-card-2-section-container-fluid .heading-col h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-2-section-container-fluid .heading-col .description-wrapper p {
                font-size: 16px;
                line-height: 19px;
                padding: 0;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 {
                margin: 0 auto;
                box-shadow: 0px 3px 6px #00000029;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img { /*height: 75vw;*/
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper img.card-image {
                aspect-ratio: 4/3;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper video {
                height: auto;
                min-height: auto;
                max-height: none;
                object-fit: contain;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .assets-wrapper iframe { /*height: 75vw;*/
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper {
                padding: 30px 20px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2 .text-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn .text-wrapper {
                padding-bottom: 86px;
            }

            .about-grid-2-card-2-section-container-fluid .card-col .about-grid-2-card-2.has-btn a.cta-btn-black-cutout {
                bottom: 30px;
                left: 20px;
            }
        }


        .container-fluid.about-global-network-section-container-fluid {
            padding: 0;
            margin: 0;
            margin-top: 60px;
        }

        .about-global-network-section-container-fluid .container {
            width: 100%;
            max-width: 1920px;
            padding: 0 70px;
            margin: 0 auto;
        }

        .about-global-network-section-container-fluid .container .row {
            margin: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-global-network-section-container-fluid .container .row .col {
            padding: 0px;
            background-color: #FFFFFF;
            box-shadow: 0px 4px 12px #00000029;
        }

        .about-global-network-content-wrapper {
            padding: 46px 40px 12px;
        }

        .about-global-network-content-wrapper h3 {
            color: #191919;
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-global-network-content-wrapper p {
            color: #191919;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0;
            margin: 0px;
            width: 100%;
            max-width: 830px;
        }

        .about-global-network-content-wrapper a {
            display: none !important;
        }

        .about-global-network-image-wrapper {
            position: relative;
        }

        .about-global-network-image-wrapper a {
            position: absolute;
            top: 22px;
            left: 40px;
        }

        .about-global-network-image-wrapper img {
            width: 100%;
            height: 43.23vw;
            max-height: 830px;
        }

        @media screen and (max-width: 1199px) {
            .about-global-network-content-wrapper h3 {
                font-size: 39px;
                line-height: 47px;
                margin-bottom: 20px;
            }

            .about-global-network-content-wrapper p {
                font-size: 16px;
                line-height: 19px;
            }
        }

        @media screen and (max-width: 991px) {
            .container-fluid.about-global-network-section-container-fluid {
                margin-top: 30px;
            }

            .about-global-network-section-container-fluid .container {
                padding: 0 20px;
            }

            .about-global-network-section-container-fluid .container .row .col {
                max-width: 885px;
            }

            .about-global-network-content-wrapper {
                padding: 17px 20px 12px;
            }

            .about-global-network-content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-global-network-content-wrapper p {
                margin-bottom: 20px;
            }
        }

        @media screen and (max-width: 767px) {
            .about-global-network-content-wrapper a {
                display: flex !important;
            }

            .about-global-network-image-wrapper a {
                display: none !important;
            }
        }



        .container-fluid.about-new-twi-2-section-container-fluid {
            margin: 60px auto 0px;
            padding: 0;
            background-color: #010101;
        }

        .about-new-twi-2-section-container-fluid .container {
            width: 1920px;
            max-width: 100%;
            padding: 80px 70px;
        }

        .about-new-twi-2-section-container-fluid .container .row {
            margin: 0;
        }

        .about-new-twi-2-section-container-fluid .container .row .col {
            padding: 0px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.image-col {
            padding-left: 8px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.image-col .image-wrapper {
        }

        .about-new-twi-2-section-container-fluid .container .row .col.image-col .image-wrapper img {
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col {
            color: #f2f2f2;
            padding-right: 60px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper {
            width: 100%;
            max-width: 733px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
            font-size: 39px;
            line-height: 47px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
            font-size: 25px;
            line-height: 29px;
            letter-spacing: 0px;
            text-transform: none;
            text-align: left;
            margin: 0;
            padding: 0px;
            margin-bottom: 20px;
            font-style: italic;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper {
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
            margin: 0px;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p {
            margin: 0;
            margin-bottom: 10px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div p:last-child {
            margin-bottom: 0px;
        }

        .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div a {
            margin: 0;
            margin-bottom: 10px;
        }

        @media screen and (max-width: 1199px) {
            .container-fluid.about-new-twi-2-section-container-fluid {
                margin: 30px auto 0px;
            }

            .about-new-twi-2-section-container-fluid .container {
                padding: 30px 20px 50px;
            }

            .about-new-twi-2-section-container-fluid .container .row {
                display: flex;
                flex-direction: column;
                max-width: 885px;
                margin: 0 auto;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.image-col {
                order: 1;
                margin-bottom: 30px;
                padding-left: 0px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col {
                order: 2;
                padding-right: 20px;
                padding-left: 20px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 767px) {
            .about-new-twi-2-section-container-fluid .container .row .col {
                padding: 0px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h3 {
                font-size: 31.25px;
                line-height: 38px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper h4 {
                font-size: 18px;
                line-height: 26px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.content-col .content-wrapper .redactor-wrapper div {
                font-size: 16px;
                line-height: 19px;
            }

            .about-new-twi-2-section-container-fluid .container .row .col.image-col .image-wrapper img {
                min-height: 280px;
                object-fit: cover;
            }
        }


            