html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent !important;
}

body {
    font-family: "Onest", sans-serif;
    overflow-x: hidden !important;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 125px !important;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.section-commitmention{
    background-image: url('../images/bg-team.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

header {
    position: fixed;
    z-index: 9999;
    padding: 12px 120px;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ffffff20;
    background-color: #0d4073 !important;
}

.site-logo img {
    width: auto;
    max-height: 100px !important;
    max-width: 200px !important;
}

.navbar-item {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.banner-video video {
    display: block;
    height: 100%;
    object-fit: cover;
}

.banner-video::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #00000060;
}

.banner-detail {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 140px;
    z-index: 1;
}

.section-title h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    max-width: 960px;
    color: #fff;
    position: relative;
    display: block;
}

.banner-detail {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 140px;
    z-index: 1;
}

.section-title {
    position: relative;
    margin-bottom: 24px;
}

.section-title h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    max-width: 960px;
    color: #fff;
    position: relative;
    display: block;
}

.section-title h2 {
    font-size: 46px;
    line-height: 56px;
    text-transform: capitalize;
    font-weight: 700;
    color: #0d4073;
    position: relative;
    display: block;
}

.section-tagline {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.4;
}

.banner-detail .section-title .section-tagline {
    font-weight: 600;
    color: #fff;
    max-width: 680px;
}

.compny-title-btn {
    background-color: #0d4073 !important;
    color: white;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}

.compny-title-btn::before,
.compny-title-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    animation: blink-smooth 2s infinite alternate;
}

.compny-title-btn::before {
    left: 15px;
}

.compny-title-btn::after {
    right: 15px;
    animation-delay: 1s;
}

@keyframes blink-smooth {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

#mainNavbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item {
    position: relative;
    display: inline-block;
    /* required for ::after */
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 5px;
}

.menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.menu-item:hover::after {
    width: 100%;
}

.menu-item:hover {
    background: transparent !important;
    color: #f0f0f0 !important;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.padding-alt {
    padding-left: 140px;
    padding-right: 140px;
}

.counter-container h3 {
    font-size: 40px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.counter-container h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.column.cols-impact:not(:last-child) {
    border-right: 2px solid #01323F;
}

.columns.impact-row {
    margin-top: 50px;
}

.f-1 {
    font-weight: 100;
}

.f-2 {
    font-weight: 200;
}

.f-3 {
    font-weight: 300;
}

.f-4 {
    font-weight: 400;
}

.f-5 {
    font-weight: 500;
}

.f-6 {
    font-weight: 600;
}

.f-7 {
    font-weight: 700;
}

.f-8 {
    font-weight: 800;
}

.f-9 {
    font-weight: 900;
}

.theme-bg {
    background-color: #0d4073 !important;
}

.columns.gap-7 {
    margin-left: -96px !important;
    margin-right: -96px !important;
}

.gap-7>.column {
    padding-left: 96px;
    padding-right: 96px;
}

.columns.gap-6 {
    margin-left: -84px !important;
    margin-right: -84px !important;
}

.gap-6>.column {
    padding-left: 84px;
    padding-right: 84px;
}

.columns.gap-5 {
    margin-left: -72px !important;
    margin-right: -72px !important;
}

.gap-5>.column {
    padding-left: 72px;
    padding-right: 72px;
}

.columns.gap-4 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}

.gap-4>.column {
    padding-left: 60px;
    padding-right: 60px;
}

.columns.gap-3 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}

.gap-3>.column {
    padding-left: 48px;
    padding-right: 48px;
}

.columns.gap-2 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}

.gap-2>.column {
    padding-left: 36px;
    padding-right: 36px;
}

.columns.gap-1 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.gap-1>.column {
    padding-left: 24px;
    padding-right: 24px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
    color: #fff;
}

.service-card-detail h6 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

.service-card-detail p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #ffffffcc;
}

.service-card-detail {
    padding: 40px 32px 32px 32px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 140px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #0d4073 !important;
}

.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;

}

.aboutus-icon svg {
    color: #fff;
}

.aboutus-icon {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-icon svg {
    height: 110px;
    width: auto;
}

.aboutus-desc h4 {
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
    margin-top: 15px;
    color: #0d4073;
}

.aboutus-desc.home h4 {
    color: #fff;
}

.process-desc h4 {
    margin-top: 50px;
    color: #0d4073;
    font-size: 30px;
    font-weight: 600;
}

.column.process-col:first-child {
    padding-top: 200px;
}

.column.process-col:nth-child(2) {
    padding-top: 100px;
}


.process-desc p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 10px;
}

.aboutus-desc p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 400px;
    margin: 10px auto 0;
    color: #000000c2;

}

.aboutus-desc.home p {
    color: #ffffffcc;
}

.column.aboutus-cols:nth-child(2) {
    padding-top: 100px;
}

.process-img img {
    width: auto;
    height: 230px;
    margin: 0 auto;
}

.process-img h5 {
    position: absolute;
    bottom: -26px;
    left: -26px;
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    display: block;
    display: block;
    color: #fff;
    width: 54px;
    min-width: 54px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    z-index: 1;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    background-color: #3b8fc2 !important;
}

.features-img {
    transform: scaleX(-1);
}

.features-item-img img {
    width: auto;
    height: 60px;
}

.features-item-card {
    display: flex;
    align-items: start;
    gap: 17px;
}

.features-detail h4 {
    font-size: 24px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.features-detail h5 {
    font-size: 18px;
    line-height: normal;
    color: #ffffffcc;
    max-width: 400px;
}

.features-item-card:not(:last-child) {
    margin-bottom: 30px;
}

.blog-wrapper .section-tagline {
    max-width: 900px;
    margin: 0 auto;
}


.form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.5px;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #aaaaaa;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.15);
    outline: none;
}

.form-field textarea {
    resize: vertical;
    height: 120px;
}

.message-area {
    margin-bottom: 30px;
}

.submit-button-container {
    width: 100%;
}

.submit-button {
    width: 100%;
    padding: 14px 20px;
    background-color: #1e3a8a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.submit-button:hover {
    background-color: #1a3275;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.submit-button:active {
    transform: translateY(1px);
}

.phone-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    width: 100%;
}

.form-field.country-code .phone-group {
    display: block;
}

.form-field.country-code select {
    width: 100%;
}

.country-code select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2099.9L146.2%20230.4%205.4%2099.9z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 10px center / 10px 10px;
    padding-right: 35px;
}

a:hover {
    color: #fff;
}

/* Footer */
#footer {
    padding-bottom: 30px;
}

.quick-links h4,
.social-link h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.footer-detail h4,
.footer-links-wrapper h4,
.legal-links h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.footer-office-address p {
    max-width: 400px;
    font-size: 18px;
    line-height: normal;
    color: #ffffffcc;
}


.footer-links-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-check-circle-o:before {
    content: "\e915";
}

.features_main-list-item .icon {
    /* margin-right: 10px; */
    color: #0d4073;
    position: relative;
    top: 1px;
    font-size: 20px;
    width: fit-content;
    flex-shrink: 0;
}

.quality_main-list .progressDisplay {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto 15px;
}

.quality_main-list .progress-text {
    color: #19456b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 34px;
}

.label.h6 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #01323F;
    text-align: center;
}

ul.quality_main-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 70px;
}

.mission-wrapper {
    margin-bottom: 50px;
}

.features_main-list-item {
    font-size: 18px;
    line-height: normal;
}

.features_main-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.what-we-do-detail p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

/* Footer end */
.submit-button-container {
    text-align: right;
    /* button ko right align kare */
    margin-top: 1.5rem;
}

.submit-button {
    background: #0d4073 !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 142, 0.25);
}

.submit-button:hover {
    background: #01323F;
    /* dark teal from your palette */
    box-shadow: 0 6px 18px rgba(1, 50, 63, 0.35);
    transform: translateY(-2px);
}

.submit-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(1, 50, 63, 0.2);
}

.bg-img {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-img img {
    width: auto;
    height: 350px;
    transform: rotate(180deg);
}

.section-impact,
.section-commitment,
.section-ship {
    background-image: url('../images/bg-team.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.card-img {
    position: relative;
    z-index: 1;
}

.card-img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
}

.card-img img {
    -moz-transition: all 0.33s linear;
    -ms-transition: all 0.33s linear;
    -o-transition: all 0.33s linear;
    -webkit-transition: all 0.33s linear;
    transition: all 0.33s linear;
    z-index: 2;
    position: relative;
}

.splide__arrow {
    width: 50px !important;
    height: 50px !important;
    padding: 21px;
    color: #fff;
    background-color: #0d4073 !important;
    border: 1px solid #fff;
    opacity: 1 !important;
}

.splide__arrow svg {
    fill: transparent;
    height: 25px !important;
    transition: fill 0.2s linear;
    width: 25px !important;
    -webkit-transition: fill 0.2s linear;
    -moz-transition: fill 0.2s linear;
    -ms-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
}

.card-icon img {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.service-card-block {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-card-block:hover {
    transition: fill 0.2s linear;
    -webkit-transition: fill 0.2s linear;
    -moz-transition: fill 0.2s linear;
    -ms-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
}

.service-card-block:hover .card-img .card-hover-detail {
    opacity: 1;
    transition: all 0.4s ease;
}

.service-card-block:hover .card-img::before {
    opacity: 0.5;
    transition: all 0.4s ease;

}

.card-hover-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9 !important;
}

.card-icon-detail h6 {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

/* Splide css end */

.process-img picture {
    background-color: #fff !important;
    display: block;
    z-index: 1;
    position: relative;
}

.process-img-icon {
    position: absolute;
    bottom: 140px;
    right: -70px;
}

.process-img-icon img {
    width: auto;
    height: 150px;
}

.features-img img {
    max-width: 600px;
    margin-left: auto;
}

.features-wrapper .section-title {
    margin-bottom: 50px;
}

.blog-card-detail h6 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}

.blog-card-detail {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 24px;
    min-height: 145px;
    background-color: #0d4073 !important;
}

.blog-img {
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.blog-img img {
    -moz-transition: all 0.33s linear;
    -ms-transition: all 0.33s linear;
    -o-transition: all 0.33s linear;
    -webkit-transition: all 0.33s linear;
    transition: all 0.33s linear;
}

.blog-img img:hover {
    transform: scale(1.1);
    -moz-transition: all 0.33s linear;
    -ms-transition: all 0.33s linear;
    -o-transition: all 0.33s linear;
    -webkit-transition: all 0.33s linear;
    transition: all 0.33s linear;
    cursor: pointer;
}

.card-img {
    overflow: hidden;
}

.card-img img {
    transition: all 0.33s linear;
}

/* hover effect triggered by parent */
.service-card-block:hover .card-img img {
    transform: scale(1.1);
    cursor: pointer;
}

.social-icon {
    position: relative;
    color: #fff;
    display: block;
    max-width: 25px;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.social-icon:hover {
    transform: scale(1.2);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.footer-logo img {
    width: auto;
    height: 120px;
}

.footer-mobile-detail {
    margin-bottom: 20px;
}

.footer-contact-detail a {
    font-size: 18px;
    line-height: 20px;
    color: #ffffffcc;
}

.footer-links li a {
    font-size: 18px;
    line-height: 20px;
    color: #ffffffcc;
}

.footer-links li:not(:last-child) {
    /* margin-bottom: 7px; */
    /* border-right: 2px solid #ffffff20; */
    /* padding-right: 10px; */
    /* margin-right: 10px; */
}

.footer-links.header-links li:not(:last-child) {
    margin-bottom: 20px;
}

.copy-right-detail {
    border-top: 1px solid #ffffff20;
    padding-top: 20px;
    margin-top: 20px;
}

.section-vision-mission {
    background-image: url('../images/aboutus/container.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.black-overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.vission-mission-wrapper {
    position: relative;
    z-index: 1;
}

.vission-mission-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.vision-wrapper p,
.mission-wrapper p {
    font-size: 18px;
    line-height: normal;
    color: #ffffffcc;
    font-weight: 500;
}

.commitment-detail p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.aboutus-icon.about-page svg {
    color: #0d4073 !important;
}

.mission-wrapper h2,
.vision-wrapper h2 {
    color: #fff;
}

.section-features .section-title {
    padding-left: 140px;
}

.blog-card-detail {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blog-card-detail p {
    margin-top: 10px;
    font-size: 16px;
    color: #ffffffcc;
    font-weight: 500;
}

.footer-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-email-detail a {
    font-size: 18px;
    color: #ffffffcc;
}

.footer-email-detail {
    margin-bottom: 20px;
}

.ship-img img {
    width: 100%;
    height: auto;
    max-width: 920px;
    margin: 0 auto;
}

/*  */
/* Swiper main container */
.swiper {
    width: 100%;
    height: auto;
    /* let content decide height */
    margin: 0 auto;
}

/* Main Slider */
.mySwiper2 {
    width: 100%;
    height: 500px;
    /* fixed height for main images */
    margin-bottom: 20px;
    /* gap between main slider and thumbnails */
}

/* Thumbnail Slider */
.mySwiper {
    height: 200px;
    /* adjust as per your need */
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 30px;
    /* gap between thumbnails and content */
}

.mySwiper .swiper-slide {
    width: 20%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.05);
}

/* Slide images */
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Clearfix for Swiper parent */
.row-slider {
    overflow: hidden;
    /* ensures content below does not overlap */
}

/*  */

/* service detail page */

.block h5 {
    color: #0d4073;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #382933;
}

.block_list-item .fa {
    color: #0d4073 !important;
}

.block_list-item {
    font-size: 18px;
    line-height: 28px;
    color: #382933;
    font-weight: 500;
}

.block_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.block.block--alt p {
    font-size: 20px;
    line-height: 30px;
}

.sidebar_block-header h6 {
    margin-bottom: 0 !important;
    color: #0d4073;
}

.sidebar_block-header {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
}

.sidebar_block-header .icon {
    width: 64px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    background: #0d4073 !important;
    font-size: 20px;
}

.sidebar_block-content {
    padding: 20px 20px;
}

.link {
    color: #382933;
    font-size: 18px;
}

li.list-item {
    margin-bottom: 10px;
}

.list-item .label {
    font-size: 18px;
    line-height: normal;
    color: #382933;
}

/* service detail page */

.theme-menu ul {
    display: flex;
    justify-content: end;
}

.menu-item {
    padding: 16px 10px;
}

.menu-link {
    color: #ffffffcc;
}

.xl-video-none {
    display: none !important;
}


.arrow-bottom .splide__arrows {
    display: flex;
    justify-content: start;
    margin-top: 70px;
}

.arrow-bottom .splide__arrow {
    position: static;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0px;
}

.block_list li {
    width: 33.33%;
    flex: 0 0 calc(33.33% - 10px);
}

.border-top {
    border-top: 1px solid #4a4a4a5e;
}

.footer-links li a:hover,
.footer-email-detail a:hover,
.footer-contact-detail a:hover {
    color: #fff;
}

/*  */

/*  */

.js-scroll {
    opacity: 0;
}

.scrolled.fade-in {
    animation: 1s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
    animation: 1s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
    animation: 1s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
    animation: 1s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
    animation: 1s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.zoom-out {
    opacity: 0;
    transition-duration: 2s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom-out.scrolled {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.zoom-out {
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
}

.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay5 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.delay6 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.delay7 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.delay8 {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.delay9 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.banner-video.black-overlay::before {
    opacity: 0.6;
}

.map-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    max-width: 100%;
    display: block;
}

#newone{
    color: #ffffff;
}