:root {
    --base-color: #094d5f;
    --base-color-dark: #094d5f;
    --accent-color: #5bc885;
    --accent-color-2: #e4ee30;
    --body-color: #4A4A4A;
    --heading-color: #0A0A0A;
    --primary-color: #101010;
    --cr_banner-color: #f4f4f4;
    --border-color: #ECECEC;
    --common-color-white: #ffffff;
    --common-color-black: #000000;
    --dark-bg: #004041;
    --font-1: "Roboto", sans-serif;
    --font-2: "Roboto", sans-serif;
    --font-3: "Roboto", sans-serif;
}

.high {
    color: #5bc885;
}

.odic_side_header, .odic_video_popup_content, .owl-carousel.owl-refresh .owl-item, .reveal {
    visibility: hidden
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.odic_toggle .setting_mode #clecel, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.odic_side_header .odic_close, .owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

ol, ul {
    padding-left: 20px
}

a, a:hover {
    text-decoration: none
}

dl, ol, table {
    margin-bottom: 25px
}

body, html, pre, table th {
    color: var(--body-color)
}

.body-home.odic_sticky_header, .odic_sticky_header {
    position: static;
    top: 0
}

.text--base {
    color: #3285ac
}

.site-color-white, .site-newsletter-email, .text_white, .text_white_hover:hover {
    color: #fff
}

.odic_close, .site-color-black, .site-primary-btn.gray-primary-btn a, .site-primary-btn.gray-primary-btn i, .site-primary-btn.white-primary-btn i {
    color: #0a0a0a
}

body, html {
    background-color: #fff;
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
}

h1, h2, h3 {
    font-family: var(--font-2);
    font-style: normal;
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    padding: 0;
    margin: 0;
    color: var(--heading-color)
}

h1 {
    font-size: 110px;
}

.font-size-h2, h2 {
    font-size: 35px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 80px
    }

    .font-size-h2, h2 {
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .font-size-h2, h2 {
        font-size: 29px
    }
}

.font-size-h3, h3 {
    font-size: 45px;
}

.font-size-h4, .font-size-h5, h4, h5 {
    font-weight: 600;
    line-height: 130%;
    font-family: var(--font-2);
    font-style: normal
}

.font-size-h4, h4 {
    font-size: 35px
}

.font-size-h5, h5 {
    font-size: 20px
}

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

    .font-size-h4, h4 {
        font-size: 28px
    }

    .font-size-h5, h5 {
        font-size: 25px
    }
}

.font-size-h6, h6 {
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.odic_semi_bold, dl dt, table th {
    font-weight: 600
}

p {
    font-family: var(--font-2);
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%
}

blockquote, cite, dfn, em, i {
    font-style: italic
}

ul {
    margin: 0 0 25px;
    list-style: square
}

ul.odic_list_style_none {
    list-style: none;
    padding: 0
}

.site-about-para ul li {
    margin-bottom: 16px;
    font-size: clamp(16px, 5vw, 17px);
    letter-spacing: 0.25px;
    color: #212121;
    color: var(--base-color);
}

.site-about-para ul li span.icon {
    background-color: #cbcbcb;
    color: #40464f;
    border-radius: 50px;
    padding: 5px;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 21px;
    font-size: 15px;
    text-align: center;
    margin-right: 9px;
}

.site-about-para p {
    font-size: 16px;
    margin: 12px 0 20px;
    color: #212121;
    text-align: justify;
    letter-spacing: 0.25px;
}

.section-specialservice p:last-child, .site-widget-item:last-child, ul.odic_list_style_none li:last-child {
    margin-bottom: 0
}

blockquote {
    margin: 0;
    font-size: 20px;
    line-height: 1.6em
}

address {
    margin: 0 0 15px
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    transition: .3s
}

a:hover {
    color: #065e85
}

.odic_video_popup_container .embed-responsive, .testimonial-area .single-item:hover .inner-box .bottom:before, table {
    width: 100%
}

table td, table th {
    border-top: 1px solid #ececec;
    padding: 11px 10px
}

.odic_bold, b, strong {
    font-weight: 700
}

pre {
    border: 1px solid #ececec;
    font-size: 18px;
    padding: 25px;
    border-radius: 5px
}

kbd {
    font-size: 100%;
    background-color: var(--body-color);
    border-radius: 5px
}

.site-small-text {
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
}

input, textarea {
    color: var(--primary-color);
    transition: .3s
}

.odic_light {
    font-weight: 300
}

.odic_normal {
    font-weight: 400
}

.slider-content p, footer h6 {
    font-weight: 500
}

.odic_extra_bold {
    font-weight: 800
}

.odic_black {
    font-weight: 900
}

.logi-splite .split-child, .logi-splite-2, .logi-splite-2 .split-child, .odic_site_branding {
    display: inline-block
}

.logi-splite-2 div {
    display: inline-block;
    opacity: 0
}

.site-topbar-container .site-topbar-social {
}

.site-topbar-container .site-topbar-social ul {
    display: flex;
    margin: 0;
    padding: 7px 0;
}

.site-topbar-container .site-topbar-social ul li {
    list-style: none;
    padding-right: 15px
}

.site-topbar-container .site-topbar-social ul li:last-child {
    padding: 0
}

.odic_sticky_header {
    width: 100%;
    z-index: 99;
    transition: .4s;
    background: #064c60;
}

@media screen and (max-width: 1320px) {
    .main-header .minhd-right {
        margin-right: 0 !important
    }

    .main-header .minhd-right .site-header-additional-item:hover a {
        color: #d40511;
        transition: .4s
    }

    .odic_site_header .site-topbar-container .site-topbar-social {
        padding-right: 30px
    }
}

.main-header .odic_main_header_in, .main-header .odic_top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    position: relative;
}

.odic_logi_topbar {
    background-color: #242424;
}

.st-lg-hd-middle {
    flex: 1
}

.main-header .minhd-right {
    display: flex;
    align-items: center;
    height: 100%
}

.main-header .minhd-right .site-header-additional-item {
    margin-right: 30px
}

.main-header .minhd-right .site-header-additional-item a {
    color: #0a0a0a;
    transition: .3s
}

.main-header .minhd-right .site-header-additional-item a:hover {
    color: #d40511;
    transition: .3s
}

.main-header.odic_sticky-active {
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(33, 43, 53, .1)
}

.main-header .odic_icon_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    transition: .3s;
    cursor: pointer;
    border-radius: 50%;
    color: var(--primary-color);
    margin-right: -10px
}

.main-header .odic_icon_btn .odic_icon_btn_in {
    width: 25px;
    height: 20px;
    line-height: 0;
    cursor: pointer;
    position: relative;
    text-align: left;
    overflow: hidden
}

.main-header .odic_icon_btn .odic_icon_btn_in span {
    display: inline-block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    border-radius: 6px;
    background-color: currentColor;
    color: inherit;
    vertical-align: top;
    transition: .3s ease-in-out
}

.main-header .odic_icon_btn .odic_icon_btn_in span:first-child {
    transform: translate(0, -7px);
    width: calc(100% - 10px)
}

.main-header .odic_icon_btn .odic_icon_btn_in span:nth-child(2) {
    transform: translate(0, 0);
    width: 100%
}

.main-header .odic_icon_btn .odic_icon_btn_in span:nth-child(3) {
    transform: translate(0, 7px);
    width: calc(100% - 7px)
}

.main-header .odic_icon_btn .odic_icon_btn_in span:nth-child(4) {
    transform: translate(0, 14px);
    width: calc(100% - 13px)
}

.main-header .odic_icon_btn:hover .odic_icon_btn_in span {
    transition: .3s ease-in-out
}

.main-header .odic_icon_btn:hover .odic_icon_btn_in span:first-child {
    transform: translate(0, 0)
}

.main-header .odic_icon_btn:hover .odic_icon_btn_in span:nth-child(2) {
    transform: translate(0, 7px);
    width: 100%
}

.main-header .odic_icon_btn:hover .odic_icon_btn_in span:nth-child(3) {
    transform: translate(0, 14px)
}

.main-header .odic_icon_btn:hover .odic_icon_btn_in span:nth-child(4) {
    transform: translate(0, 21px)
}

.main-header .odic_action_box, .site-widget-download .site-download-card-in {
    display: flex;
    align-items: center
}

.main-header .odic_action_box .odic_action_value {
    margin-left: 15px
}

.main-header .odic_action_box>:not(:last-child) {
    margin-right: 35px
}

.main-header .odic_btn {
    padding: 13px 15px
}

.odic_side_header_overlay {
    background-color: rgba(0, 64, 65, .5);
    height: 100vh;
    width: 100vw;
    transition: .9s;
    opacity: 0;
    position: fixed;
    left: 0
}

.odic_side_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 299;
    opacity: 0;
    transition: .4s
}

.odic_side_header.active {
    opacity: 1;
    visibility: visible
}

.odic_side_header.active .odic_close, .odic_side_header.active .odic_side_header_overlay {
    opacity: 1
}

.odic_close {
    position: fixed;
    right: 30px;
    top: 30px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    cursor: pointer;
    z-index: 299
}

.odic_close::after, .odic_close::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: currentColor;
    left: 50%;
    top: 50%;
    margin-left: -25%;
    margin-top: -1px;
    transform: rotate(-45deg)
}

.odic_close::before {
    transform: rotate(45deg)
}

.odic_close:hover {
    color: #d40511;
    transform: scale(1.05)
}

.odic_nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.reveal, .site-full-width-video-wrapper .site-full-width-video-in .video-slider, .site-full-width-video-wrapper .site-full-width-video-in .video-slider .swiper-slide {
    position: relative
}

@media screen and (min-width: 1200px) {
    .odic_nav .odic_nav_list ul li:hover>ul, .odic_nav .odic_nav_list>li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: .4s
    }

    .odic_nav .odic_nav_list ul a span {
        color: #fff
    }

    .odic_main_header {
        position: relative;
        transition: .2s
    }

    .odic_main_header_center, .odic_top_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .main-header .odic_main_header_center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: calc(100% - 300px)
    }

    .main-header .odic_main_header_left {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: auto;
    }

    .main-header .odic_main_header_left .st-logo {
        margin-right: 30px
    }

    .odic_nav {
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 1.6em;
        font-size: 16px;
        justify-content: flex-end
    }

    .odic_nav .odic_nav_list {
        display: flex !important;
        flex-wrap: wrap;
        height: inherit
    }

    .odic_nav .odic_nav_list>li {
        margin-right: 40px;
        height: inherit
    }

    .odic_nav .odic_nav_list>li:last-child {
        margin-right: 0
    }

    .odic_nav .odic_nav_list>li>a {
        padding: 10px 0;
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
        color: #ffffff;
        font-size: 17px;
        font-weight: 500;
    }

    .odic_nav .odic_nav_list li ul li a:hover, .odic_nav .odic_nav_list li ul li.activesub a, .odic_nav .odic_nav_list li.active>a, .odic_nav .odic_nav_list li>a:hover {
        color: var(--accent-color);
    }

    .odic_nav .odic_nav_list>li>ul {
        left: 0;
        top: calc(100% + 15px)
    }

    .odic_nav .odic_nav_list>li:hover>ul {
        top: 100%
    }

    .menu-item-has-black-section, .menu-item-has-black-section>a, .odic_nav .odic_nav_list li:not(.odic_mega_menu), .odic_nav .odic_nav_list>li.menu-item-has-children.odic_changes_color_1>a, .odic_nav .odic_nav_list>li.menu-item-has-children>a {
        position: relative
    }

    .odic_nav .odic_nav_list>li.menu-item-has-children>a::after {
        content: "";
        display: inline-block;
        height: 8px;
        width: 8px;
        border: 1px solid var(--body-color);
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
        margin-left: 6px;
        position: relative;
        top: -2px;
        border-radius: 0 0 2px
    }

    .odic_nav .odic_nav_list>li.menu-item-has-children.odic_changes_color_1>a::after {
        content: "";
        display: inline-block;
        height: 8px;
        width: 8px;
        border: 1px solid #fff;
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
        margin-left: 6px;
        position: relative;
        top: -2px;
        border-radius: 0 0 2px
    }

    .odic_nav .odic_nav_list ul {
        width: 260px;
        background-color: #20485b;
        position: absolute;
        padding: 10px 0 20px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        border-radius: 10px;
        transition: .1s;
        color: #ececec
    }

    .odic_nav .odic_nav_list ul li:hover ul {
        top: 0;
        color: #fff
    }

    .odic_nav .odic_nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 10px 5px 0 20px
    }

    .odic_nav .odic_nav_list ul ul {
        top: 15px;
        left: 100%
    }

    .odic_munu_dropdown_toggle, .odic_munu_toggle {
        display: none
    }

    .odic_nav_black_section ul {
        position: relative;
        list-style: none;
        line-height: 65px;
        padding: 0
    }

    .odic_nav_black_section ul li {
        margin-top: 40px;
        font-size: 55px;
        text-transform: uppercase;
        font-weight: 900
    }

    .odic_nav_black_section.odic_font_changes .odic_style_1 ul li {
        font-size: 40px;
        line-height: 14px;
        text-transform: capitalize;
        font-weight: 500
    }

    .menu-item-has-black-section span {
        cursor: pointer
    }

    .menu-item-has-black-section>ul {
        padding-left: 40px;
        display: none;
        list-style: none;
        line-height: 30px
    }

    .menu-item-has-black-section>ul li {
        margin-top: 40px
    }
}

.logi-splite .split-parent, .logi-splite-2 .split-parent, .odic_video_popup_align, .reveal {
    overflow: hidden
}

.odic_toggle .odic_mode_btn button, .odic_toggle .setting_mode button {
    padding: 10px;
    background-color: #2b2b2f;
    border: none
}

@media screen and (max-width: 640px) {
    .site-topbar-left {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .odic_hamburger_wrap .odic_hamburger {
        margin-right: 0
    }

    .main-header .odic_btn span, .site-header-additional-item {
        display: none
    }

    .main-header .odic_btn svg {
        margin-right: 0;
        width: 20px;
        height: 20px
    }
}

footer h6 {
    color: #fdfdfd;
    font-size: 17px;
    letter-spacing: .05px
}

footer .site-logi-footer-container {
    background: #192631;
    color: #fff;
    padding-top: 90px;
    position: relative;
    /* background: url(../images/bg/bg-footer.webp), #034d5f; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-blend-mode: soft-light; */
    background-color: #282d2e;
}

footer .site-logi-footer-container:before {
    content: '';
    position: absolute;
    /* background: #132645bd; */
    inset: 0
}

footer .site-logi-footer-container .container {
    position: relative;
    z-index: 10
}

.footer-logo {
    max-width: 300px;
    margin: 0 auto 28px;
}

.site-logi-footer-content {
}

.site-about-title, .site-logi-footer-content .site-footer-widget {
    margin-bottom: 10px;
}

.site-logi-copy-area {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #ffffffcc
}

.site-footer-copy-text {
    text-align: right
}

.odic_m0, .site-footer-copy-text p {
    margin: 0
}

.site-footer-widget-title {
    margin-bottom: 31px;
}

.site-logi-footer-useful-link p {
    color: #ffffffe0;
    letter-spacing: 0.25px;
}

.site-logi-footer-useful-link ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.site-logi-footer-useful-link ul li {
    list-style: none;
    color: #ececec;
    padding-bottom: 15px;
    font-size: 15px;
}

.site-logi-footer-useful-link ul li a, .site-logi-footer-useful-link ul li a span {
    color: #ecececdb;
    display: inline-block;
    position: relative;
    font-family: var(--font-2)
}

.site-logi-footer-useful-link ul :hover {
    color: var(--accent-color);
}

.site-social-common {
    padding-top: 30px
}

.container .row .row, .container .row .row .col-lg-2, .container .row .row .col-lg-3, .container .row .row .col-lg-4, .container .row .row .col-lg-6, .container .row .row .row, .odic_mp0, .site-single-widget-wrap .site-widget-in .site-link-list ul, hr {
    padding: 0;
    margin: 0
}

.site-social-common ul {
    display: flex;
    margin: 0;
    padding: 0
}

.site-social-common ul li {
    list-style: none;
    margin-right: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    min-width: 45px;
    min-height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out
}

.site-common-icon-style ul li :last-child, .site-social-common ul li :last-child {
    margin-right: 0
}

.site-social-common ul li a {
    position: absolute;
    margin-top: 5px
}

.site-social-common ul li a i {
    font-size: 18px;
    transition: .3s ease-in-out
}

.site-social-common ul li:hover {
    background: #fff;
    transition: .3s ease-in-out
}

.site-social-common ul li:hover i {
    color: #0a0a0a;
    transition: .3s ease-in-out
}

.site-newsletter-email:focus {
    border-bottom: 1px solid #fff
}

.site-newsletter-email::-moz-placeholder {
    color: #fff
}

.site-newsletter-email::placeholder {
    color: #fff
}

.site-logi-cor-office p {
    margin-bottom: 16px;
    color: #ecececdb;
    line-height: 33px;
    font-size: 15px;
}

.site-logi-cor-office .site-logi-emai-phone {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px 10px;
}

.footer-phone a {
    color: #fafafa;
    font-weight: 400
}

.footer-phone a i {
    color: var(--accent-color);
}

.footer-phone a:hover {
    color: var(--accent-color);
}

.site-logi-cor-office.site-default-office p {
    margin-bottom: 25px;
    color: var(--body-color)
}

.sec-space {
    height: 97px;
}

.sec-space-half, .site-sec-title-height {
    height: 75px
}

.site-max-w-640 {
    max-width: 640px;
    margin: auto
}

.site-max-w-850 {
    max-width: 850px;
    margin: auto
}

.odic_mp0, .site-braidcrumb-wrap .breadcrumb ul li {
    list-style: none
}

.odic_mt100 {
    margin-top: 100px
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left
}

.site-max-width-200 {
    max-width: 200px
}

.odic_row_gap_20 {
    margin-left: -10px;
    margin-right: -10px
}

.odic_row_gap_20>div {
    padding-left: 10px;
    padding-right: 10px
}

.odic_row_gap_150 {
    margin-left: -70px;
    margin-right: -70px
}

.odic_row_gap_150>div {
    padding-left: 70px;
    padding-right: 70px
}

hr {
    border: none;
    border-top: 1px solid #f2f1ff
}

.odic_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.odic_vertical_middle {
    display: flex;
    align-items: center;
    min-height: 100%
}

.odic_vertical_middle_in {
    flex: none;
    width: 100%
}

.site-flex {
    display: flex
}

.odic_center, .site-common-icon-style ul {
    display: flex;
    align-items: center;
    justify-content: center
}

label {
    margin-bottom: 12px
}

.odic_toggle {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000
}

.odic_toggle .setting_mode {
    position: fixed;
    right: 0;
    top: 40%;
    -webkit-transition: .2s;
    transform: translateY(-50%);
    transition: .2s
}

.odic_toggle .setting_mode button img {
    width: 100%;
    height: 30px
}

.odic_toggle .odic_mode_btn {
    position: fixed;
    right: -120px;
    top: 40%;
    transform: translateY(-50%);
    transition: .3s;
    mix-blend-mode: exclusion
}

.odic_toggle .odic_mode_btn button {
    color: rgba(143, 143, 143, .9333333333)
}

.odic_toggle .odic_mode_btn .active, .site-braidcrumb-wrap .site-bread-page-title-area .site-page-title, .site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation i, .site-primary-btn.gray-primary-btn:hover a, .site-primary-btn.gray-primary-btn:hover i, .site-primary-btn.white-primary-btn:hover i, .site-text_b_line.text_white i, .site-text_b_line.text_white span, button {
    color: #fff
}

.site-common-icon-style ul li {
    list-style: none;
    margin-right: 15px
}

.site-common-icon-style ul li a svg path {
    fill: #0A0A0A
}

.site-container-border {
    width: 1320px;
    margin: auto;
    height: 1px;
    background: #ececec
}

::-webkit-scrollbar {
    width: 5px;
    background: rgba(0, 64, 65, .1);
    opacity: .2;
    -webkit-transition: .4s;
    transition: .4s
}

::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #004041;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

::-webkit-scrollbar-thumb:hover {
    background: #d40511;
    -webkit-transition: .4s;
    transition: .4s
}

.site-icon20-0 {
    font-size: 20px;
    line-height: 0
}

.site-braidcrumb-wrap {
    height: 500px;
    margin-top: 130px;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    background-size: 100% auto;
    background-position: center center;
    transition: background-size .7s ease-out
}

.site-braidcrumb-wrap .site-bread-page-title-area .site-bread-cap {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.site-braidcrumb-wrap .breadcrumb {
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #fff;
    -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    margin: 0;
    width: 315px;
    height: 40px
}

.site-braidcrumb-wrap .breadcrumb ul {
    display: flex;
    gap: 10px;
    color: #0a0a0a
}

.site-braidcrumb-wrap .breadcrumb ul:last-child {
    color: #4a4a4a
}

.site-braidcrumb-wrap.site-bread-style-2 {
    display: flex;
    align-items: center;
    color: #0a0a0a;
    position: initial;
    height: auto;
    padding-top: 100px
}

.site-braidcrumb-wrap.site-bread-style-2 .breadcrumb {
    position: initial
}

.site-braidcrumb-wrap.site-bread-style-2 .site-page-title-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1199px) {
    .site-header-additional-item {
        margin-right: 80px !important
    }

    .site-topbar-container {
        margin-left: 10px !important;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .site-topbar-container .site-topbar-social {
        border: none
    }

    .odic_main_header .container {
        max-width: 100%
    }

    .main-header .odic_nav {
        display: flex
    }

    .odic_munu_toggle span:after, .odic_munu_toggle span:before {
        content: "";
        transition-property: margin, transform;
        transition-duration: .2s;
        transition-delay: 0.2s, 0s;
        position: absolute
    }

    .site-header-action-item {
        display: none !important
    }

    .odic_site_header_full_width .container {
        padding: 0 15px
    }

    .odic_munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px
    }

    .odic_munu_dropdown_toggle:after, .odic_munu_dropdown_toggle:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        background-color: var(--body-color);
        transition: .3s
    }

    .odic_munu_dropdown_toggle:before {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .odic_munu_dropdown_toggle.active:before {
        transform: translate(-50%, -50%) rotate(0)
    }

    .odic_nav .odic_nav_list {
        position: absolute;
        width: 100vw;
        left: 0;
        background-color: var(--drsite-color);
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 1px solid rgba(77, 77, 77, .3215686275);
        border-bottom: 1px solid rgba(77, 77, 77, .3215686275);
        z-index: 99;
        overflow: auto;
        max-height: calc(100vh - 80px);
        background: #fff;
        line-height: 1.6em
    }

    .odic_nav .odic_nav_list ul {
        padding-left: 15px;
        display: none
    }

    .odic_nav .menu-item-has-children {
        position: relative
    }

    .odic_munu_toggle {
        display: inline-block;
        width: 45px;
        height: 38px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px;
        padding: 5px;
        border-radius: 5px;
        background: #14678d
    }

    .odic_munu_toggle span, .odic_munu_toggle span:after, .odic_munu_toggle span:before {
        width: 100%;
        height: 3px;
        display: block;
        background: #fff
    }

    .odic_munu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s
    }

    .odic_munu_toggle span:before {
        margin-top: -9px
    }

    .odic_munu_toggle span:after {
        margin-top: 9px
    }

    .main-header .odic_munu_toggle {
        top: 50%;
        right: 10px;
        margin-top: -21px
    }

    .odic_toggle_active span {
        background-color: rgba(0, 0, 0, 0);
        transition-delay: 0.2s
    }

    .odic_toggle_active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.2s
    }

    .odic_toggle_active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.2s
    }

    .odic_header_toolbox {
        margin-right: 50px
    }

    .odic_nav .odic_nav_list a {
        display: block;
        padding: 8px 20px;
        position: relative
    }

    .main-header .odic_main_header_in {
        padding: 4px 0;
    }

    .odic_hamburger span {
        height: 3px
    }

    .odic_site_header .current-menu-item>a:before {
        display: none
    }

    .main-header .odic_main_header_center .odic_site_branding {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .main-header {
        top: 0
    }

    .main-header .odic_icon_btn {
        width: 38px;
        height: 38px
    }

    .site-braidcrumb-wrap {
        height: 350px;
        background-size: cover !important;
        background-position: right center
    }
}

@media screen and (max-width: 991px) {
    body, html {
        font-size: 16px;
        line-height: 1.6em
    }

    ul {
        margin: 0 0 25px;
        padding-left: 20px;
        list-style: square
    }

    ul.odic_list_style_none {
        list-style: none;
        padding: 0
    }

    ul.odic_list_style_none li {
        margin-bottom: 10px
    }

    ul.odic_list_style_none li h3 {
        font-size: 22px
    }

    .odic_site_header .site-topbar-container .site-topbar-email {
        width: 150px
    }

    .odic_site_branding {
        margin-left: 0
    }

    .odic_site_header .container {
        max-width: 100%
    }

    .main-header .odic_action_box>:not(:last-child) {
        margin-right: 25px
    }

    .main-header .odic_btn {
        padding: 8px
    }

    .menu-item-has-children.active {
        transition: .5s
    }

    .menu-item-has-children.active ul {
        display: block !important;
        transition: .5s
    }

    .sec-space {
        height: 39px
    }

    .sec-space-half, .site-sec-title-height {
        height: 60px
    }

    .odic_column_reverse_lg {
        flex-direction: column-reverse
    }

    .odic_row_gap_150>div {
        margin-bottom: -30px
    }

    .site-braidcrumb-wrap {
        height: 300px
    }

    .site-braidcrumb-wrap .site-bread-cap {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .site-logi-footer-content {
        margin-bottom: 0
    }

    .site-logi-footer-content .site-footer-widget {
        margin-bottom: 60px
    }

    .site-braidcrumb-wrap {
        height: 250px
    }
}

.site-full-width-video-wrapper .site-full-width-video-in .site-video-content-in {
    height: 760px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.site-full-width-video-wrapper .site-full-width-video-in .video-slider .ps-scrollbar-navigation {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.site-full-width-video-wrapper .site-full-width-video-in .swiper-scrollbar {
    background: rgba(255, 255, 255, .2);
    height: 5px;
    width: 315px;
    position: initial
}

.site-full-width-video-wrapper .site-full-width-video-in .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    background: #fff
}

.site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .ps-scrollbar-navigation-in {
    display: flex;
    align-items: center;
    gap: 40px
}

.site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-left, .site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-right {
    background: rgba(255, 255, 255, .2)
}

.site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-left:hover, .site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-right:hover {
    background: #fff;
    transition: .4s ease-in-out
}

.site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-left:hover i, .site-full-width-video-wrapper .site-full-width-video-in .ps-scrollbar-navigation .site-arrow-right:hover i {
    color: #0a0a0a;
    transition: .4s ease-in-out
}

.site-video-wrapper {
    position: relative;
    width: 1920px;
    height: 760px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.site-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.odic_video_popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s
}

.odic_video_popup_content, .odic_video_popup_overlay {
    position: absolute;
    transition: .4s ease-out;
    left: 0;
    right: 0;
    opacity: 0
}

.odic_video_popup.active {
    transition-delay: 0s;
    left: 0
}

.odic_video_popup_close:hover:after, .odic_video_popup_close:hover:before, .odic_video_popup_overlay {
    background: #000
}

.odic_video_popup.active .odic_video_popup_overlay {
    opacity: .8;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.odic_video_popup_content {
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transform: translateY(100px);
    padding: 15px
}

.odic_video_popup.active .odic_video_popup_content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.odic_video_popup_content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.odic_video_popup_container {
    display: inline-block;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 1380px;
    width: 100%;
    vertical-align: middle
}

.odic_video_popup_close:after, .odic_video_popup_close:before {
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    background: #fff;
    margin-left: -10px;
    transition: .4s ease-in-out;
    height: 1px;
    content: ""
}

.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    height: 100%
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.embed-responsive iframe, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.odic_video_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d90d0d;
    cursor: pointer;
    transition: .4s ease-in-out
}

.site-primary-btn, button {
    transition: .3s;
    padding: 14px 40px;
    cursor: pointer
}

.odic_video_popup iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.odic_video_popup_close:before {
    position: absolute;
    transform: rotate(-45deg)
}

.odic_video_popup_close:after {
    position: absolute;
    transform: rotate(45deg)
}

.odic_video_popup_layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

button {
    background-color: #d40511;
    font-size: 16px;
    gap: 10px;
    border-radius: 50px;
    border: none
}

button i {
    line-height: 0
}

.site-text_b_line {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #f1f1f1;
}

.site-primary-btn, .site-primary-btn a {
    font-family: var(--font-2);
    align-items: center
}

.site-text_b_line i {
    color: inherit;
    line-height: 0
}

.site-text_b_line span {
    display: inline-block;
    position: relative;
    color: #0a0a0a;
    font-family: var(--font-2)
}

.site-text_b_line span:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: ease-out
}

.site-text_b_line:hover span::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.site-primary-btn {
    background-color: var(--base-color-dark);
    font-size: 17px;
    position: relative;
    display: inline-flex;
    gap: 10px;
    overflow: hidden;
    width: auto;
    border-radius: 50px;
    gap: 5px;
    z-index: 1;
    font-weight: 400
}

.site-primary-btn span {
    color: #fff;
    position: relative;
    z-index: 111;
    transition: .5s
}

.site-primary-btn a {
    z-index: 5;
    display: flex;
    color: #fff;
    gap: 5px
}

.site-primary-btn {
    background-image: linear-gradient(to right, #283f90 0%, #2d9dc9 51%, #283f90 100%)
}

.site-primary-btn {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.site-about-title :is(h1, h2), .site-cap-text p {
    color: var(--base-color-dark)
}

.site-about-title :is(h1, h2) {
    font-size: 30px;
    letter-spacing: 3px;
}

.site-about-title .sub {
    color: #212121;
    font-size: 43px;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin-top: 8px;
}

.site-primary-btn a i {
    color: #fff;
    font-size: 18px;
    line-height: 0;
    display: inline-block
}

.site-primary-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    overflow: hidden;
    /* background-color: #41c4ff; */
    background-image: linear-gradient(to right, #283f90 0%, #2d9dc9 51%, #283f90 100%);
    background-size: 200% auto;
    opacity: 50%;
    transition: transform .5s;
    z-index: 1;
    transform-origin: right;
    transform: scaleX(0)
}

.site-primary-btn:hover i, .site-primary-btn:hover span {
    color: #fff;
    z-index: 2
}

.site-primary-btn:hover span path {
    stroke: #fff
}

.site-primary-btn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .5s
}

.odic_round_btn:hover, .site-primary-btn.white-primary-btn {
    background: #fff;
    color: #0a0a0a;
    transition: .4s
}

.site-primary-btn.white-primary-btn:hover {
    background: #d40511;
    color: #fff;
    transition: .4s
}

.site-primary-btn.gray-primary-btn {
    background: #f3f3f3;
    transition: .4s
}

.site-primary-btn.gray-primary-btn:hover {
    background: #d40511;
    transition: .4s
}

.odic_round_btn {
    position: relative;
    overflow: hidden;
    height: 155px;
    min-width: 155px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 30px 15px;
    color: #fff
}

.site-widget-download {
    background: #ececec;
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 30px
}

.site-widget-download .site-download-card-in .site-download-icon i {
    font-size: 32px;
    color: #d40511
}

.site-widget-download .site-download-card-in .site-download-text {
    padding-left: 15px
}

.site-widget-download .site-download-card-in .site-download-text h6 {
    margin-top: -5px
}

.site-widget-get-touch p {
    padding-bottom: 20px
}

.site-widget-get-touch .email-phone-widget :first-child {
    padding-bottom: 2px
}

.site-widget-leftborder {
    padding-left: 20px;
    position: relative
}

.site-widget-leftborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 2.5px solid #ececec;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%)
}

.mb-50, .site-widget-item {
    margin-bottom: 50px
}

.site-widget-item .site-widget-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.site-widget-item .site-widget-title i {
    color: #d40511;
    font-size: 22px;
    line-height: 0
}

.site-single-widget-wrap .site-widget-in .site-link-list ul li {
    list-style: none;
    line-height: 230%
}

.site-single-widget-wrap .site-widget-in .site-link-list ul .site-text_b_line {
    display: inherit
}

@media screen and (min-width: 1350px) {
    .site-single-widget-wrap {
        padding-left: 50px
    }
}

.logi-splite, .logi-splite-2, .slide-item {
    position: relative;
    overflow: hidden
}

.logi-splite .word, .logi-splite-2 .word, .site-section-title-center.sec-title-style-2 .site-title-center-area .site-sec-caption .site-cap-icon {
    margin-right: 10px
}

.site-section-title-center.sec-title-style-2 .site-title-center-area {
    text-align: center
}

.site-section-title-center.sec-title-style-2 .site-title-center-area .site-sec-caption {
    display: flex;
    justify-content: center
}

.site-cap-text p {
    text-transform: uppercase;
    font-weight: 700
}

.section-about .site-about-wrap-in {
    position: relative;
    display: flex;
    align-items: center
}

.site-about-content-in {
}

.site-about-img-area img {
    border-radius: 15px;
    overflow: hidden;
    max-width: 580px;
    width: 100%;
}

.flex_end {
    display: flex;
    align-items: flex-end
}

@media screen and (max-width: 576px) {
    .section-about .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }
}

.site-img-anim-wrap .site-img-anim-img-in {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block
}

.banner-container, .float-whatsapp__wrap, .service-card__info-content {
    display: flex;
    display: flex
}

.site-img-anim-wrap .site-img-anim-img-in img {
    position: relative;
    width: auto;
    transition: .6s;
    background-size: cover
}

.site-img-anim-wrap .site-img-anim-img-in img:first-child {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(0);
    position: absolute;
    top: 0;
    left: 0
}

.site-img-anim-wrap .odic_portfolio_img.active img:first-child, .site-img-anim-wrap .site-img-anim-img-in img:nth-child(2), .site-img-anim-wrap .site-img-anim-img-in:hover img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0)
}

.site-img-anim-wrap .odic_portfolio_img.active img:nth-child(2), .site-img-anim-wrap .site-img-anim-img-in:hover img:nth-child(2) {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(20px);
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    transition: .5s
}

.input-row-2col {
    justify-content: space-between
}

.input-row-2col .input-item {
    width: 47%
}

.site-logi-map-wrap iframe {
    width: 100vw;
    height: 600px;
    margin-bottom: -9px
}

.slider-content h5 {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 31px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-weight: 500
}

.banner-label {
    margin-bottom: 17px;
    align-items: center
}

.banner-label span {
    color: var(--secondary-color);
    margin-left: 13px
}

.slider-content h2 span.text-base1 {
    color: var(--sec-color)
}

.slide-item img {
    /* max-height: 550px; */
    /* transform: rotate(5deg) scale(1.1); */
    transition: .9s ease-in-out;
    object-fit: cover;
    filter: brightness(90%);
    object-position: top;
    object-position: center;
    /* border-radius: 25px; */
    /* overflow: hidden; */
    aspect-ratio: 3.1/1;
}

.slider-content h2, .slider-content h3 {
    line-height: 1.3;
    color: #ffffffe8;
    letter-spacing: .2px;
    font-family: var(--font-1);
    font-weight: 500;
    margin-bottom: 10px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transform: translateX(15px)
}

.active .slide-item img {
    transform: rotate(0) scale(1)
}

.slide-item::before {
    /*content: '';
    position: absolute;
    background-color: #0f0f0f63;
    inset: 0px;
    z-index: 1*/
}

.banner-container {
    inset: 0;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.slider-img {
    max-width: 100%;
    margin-left: auto;
    position: relative
}

.slider-img img {
    position: relative;
    z-index: 1
}

.float-whatsapp__wrap {
    position: fixed;
    right: 18px;
    bottom: 10px;
    z-index: 99999999;
    align-items: center;
    background: linear-gradient(to bottom, #1ccc17, #1ccc17);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 34px;
    transition: .8s;
    align-items: center;
    justify-content: center
}

.float-whatsapp__wrap:hover {
    color: #fff;
    background: #35b600;
}

.float-whatsapp__wrap:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f15325;
    border-radius: 50%;
    top: -2px;
    opacity: 0;
    left: 1px;
    animation: .3s cubic-bezier(.45, .31, .31, .67) forwards chatBlip;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@keyframes chatBlip {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.banner-overlay.overlay {
    width: 520px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 0;
    opacity: 50%
}

.banner-overlay.overlay img {
    animation: 15s linear infinite alternate zoom
}

@keyframes zoom {
    to {
        transform: scale(1) rotate(360deg)
    }
}

.slider-content h5 {
    transition: 1s;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%)
}

.active .slider-content h5 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
}

.slider-content h2 {
    font-size: 30px;
    transition: 1.5s
}

.active .slider-content h2, .active .slider-content h3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0)
}

.slider-content h3 {
    font-size: 57px;
    transition: 1.5s;
    margin-bottom: 30px;
}

.slider-content .slider-btn, .slider-content p {
    transition: 1.5s;
    opacity: 0;
    transform: translateY(15px)
}

.active .slider-content .slider-btn, .active .slider-content p {
    opacity: 1;
    transform: translateY(0)
}

.slider-content .slider-btn {
    transition-delay: 0.5s;
    opacity: 0
}

.slider-content h3 span.high {
    color: #44c5ff
}

.banner-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
    position: absolute;
    width: 100%;
    z-index: 21;
    bottom: 29px
}

.banner-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid transparent !important;
    background: #bababa !important
}

.banner-carousel .owl-dot.active {
    background: var(--base-color) !important
}

.no-select {
    user-select: none;
    pointer-events: none
}

.section-service.sbg-img {
    background-color: #ffffff;
    /* background: linear-gradient(to top, hsl(145deg 55.24% 86.67%) 20%, transparent); */
    /* background: linear-gradient(to top, hsl(145deg 55.24% 86.67%) 10%, transparent 45%); */
}

.service-card {
    position: relative;
    margin-bottom: 0px;
    border-radius: 11px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--accent-color);
}

.service-card:hover img {
    /* transform: scale(1.1); */
}

.service-card__img {
    overflow: hidden;
    text-align: center;
}

.service-card__img:before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, #0b1e2d 12%, transparent 70%); */
    opacity: 0%;
    transition: all 350ms ease;
    background: #0b1e2d;
    pointer-events: none;
}

.service-card:hover .service-card__img:before {
    /* opacity: 80%; */
    background: #0d1c29;
}

.service-card__img img {
    transition: .9s;
    aspect-ratio: 2/1.2;
    object-fit: contain;
    background-color: #e2eff100;
    max-width: 455px;
    margin: 0 auto;
}

.service-card__info {
    /* position: absolute; */
    inset: 0;
    /* background-color: #fff; */
    margin: 0px 0px 0;
    width: 100%;
    padding: 1px 10px;
    overflow: hidden;
    transition: .2s;
    text-align: center;
    /* background-color: hsl(145 48% 95% / 1); */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    z-index: 1;
}

.service-card__info>div {
    /*background: rgba(255,255,255,0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.3);*/
    /* width: 90%; */
    padding: 0px 0;
    border-radius: 25px;
    border: 1px solid transparent;
    transition: all 150ms ease;
}

.service-card:hover .service-card__info>div {
    /* background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(255, 255, 255, 0.3); */
}

.service-card:hover .service-card__info {
    /* bottom: 15px; */
}

.service-card__info-content {
    align-items: center
}

.service-card__info h2 {
    font-size: 28px;
    flex: 1;
    padding-left: 0px;
    font-weight: 500;
    color: #49a4ad;
}

.service-card__info p {
    padding-top: 11px;
    font-size: 14.5px;
    color: #343434;
    letter-spacing: .25px;
    transition: .5s;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-card__info .icon {
}

.service-card:hover .service-card__info .icon {
    /* background-color: #59c8fc; */
    /* color: var(--accent-color-2); */
    /* transform: rotate(-40deg); */
}

.service-inner__img img {
    aspect-ratio: 1/0.3;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 13px
}

.sidemenu-ul {
    max-width: 370px;
    margin-left: auto
}

.sidebar-service-list li+li {
    margin-top: 10px
}

.sidebar-service-list li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: .5s;
    display: block;
    background-color: #f5faff;
    border-radius: 9px;
    padding: 16px 40px;
    font-family: var(--font-1)
}

.sidebar-service-list li a:hover {
    background-color: var(--base-color);
    color: #fff
}

.sidebar-service-list li.active a {
    background-color: var(--base-color-dark);
    color: #fff
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .5s;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 0
}

.section-innerbanner {
    position: relative;
    z-index: 1;
    background-blend-mode: soft-light;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/bg/bg-booking.webp) center, linear-gradient(to bottom, #08483cc7 21%, #00000033 80%) center, linear-gradient(to bottom, #7e7e7eed 1%, transparent 100%) center;
    background-size: cover;
    background: none;
    background-color: #effff7;
}

.section-innerbanner .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.innerbanner-content>.row {
    flex-direction: column;
    text-align: center
}

.innerbanner-title {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    margin-top: 0px;
    color: #fff;
    font-size: clamp(1.45rem,5vw,31px);
    font-weight: 500;
    letter-spacing: 1.35px;
    padding: 8px 0;
    padding-left: 20px;
}

.innerbanner-title span {
    display: block
}

.innerbanner-title span:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #094d5f, #17688b);
    height: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    max-width: 90%;
    width: 98%;
    max-width: min(80%, 500px);
    margin-top: 0px;
    display: flex;
    align-items: center;
    padding-left: 41px;
    z-index: -1;
    left: 0%;
    top: 0;
}

.innerbanner-ul {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 6px 0 0;
    list-style: none;
    padding: 0;
    display: none;
}

.innerbanner-ul li a, .innerbanner-ul li span {
    color: #292929;
    font-size: 14px;
    letter-spacing: .55px;
    font-weight: 600;
    padding-right: 7px
}

.innerbanner-ul li:not(:last-child):after {
    content: "\f054";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px
}

.section-contact {
    background-color: #dcdcdc;
    padding: 50px 0;
    background-blend-mode: multiply;
    background-color: #ffffff9e;
    background-position: top;
    background-size: cover;
    background-attachment: fixed
}

.contact-single {
    flex: 1;
    background-color: #c8eae86e;
    padding: 25px 20px 26px;
    border-radius: 15px;
    font-size: 16px;
}

.contact-step {
    background-color: #e8f6f5;
    border-radius: 15px;
    padding: 25px 25px;
    background-color: #eff8facf;
}

.contact-item__icon {
    text-align: center;
    width: 60px;
    background-color: var(--base-color);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.contact-item__contact {
    text-align: center;
    margin-top: 20px
}

.contact-item__contact p {
    font-size: 15px;
    font-family: var(--font-2);
    margin-bottom: 0
}

.contact-item__contact h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600
}

.contact-item__contact a {
    color: #af593d;
    font-weight: 600
}

.contact-item {
    flex: 1
}

.contact-item__icon svg {
    color: #fff;
    width: 30px
}

.contact-item:hover .contact-item__icon, .section-aboutsubmid {
    background-color: var(--base-color-dark)
}

.contact-item:hover .contact-item__icon svg {
    color: #fff
}

.contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 25px
}

.contact-social li a {
    height: 50px;
    width: 50px;
    display: block;
    background: #c47a5e;
    position: relative;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px
}

.contact-social li a:hover {
    background: #bc6341
}

.banner-section {
    position: relative;
}

.banner-section .owl-nav .owl-next, .banner-section .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    background: 0 0 !important;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    display: flex;
    z-index: 1000;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.banner-section .owl-nav svg {
    width: 35px;
    height: 35px;
}

.banner-section .owl-nav .owl-prev {
    left: 15px;
    top: 43%
}

.banner-section .owl-nav .owl-next span, .banner-section .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff
}

.banner-section .owl-nav .owl-next:focus, .banner-section .owl-nav .owl-prev:focus {
    outline: 0
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%
}

.banner-section:hover .owl-prev {
    left: 0;
    opacity: 1
}

.banner-section:hover .owl-next {
    right: 0;
    opacity: 1
}

.testimonial-area {
    background: left bottom/50% no-repeat #fff;
    padding: 50px 0 69px;
}

.testimonial-area .top {
    overflow: hidden;
    padding-bottom: 35px
}

.testimonial-area .top .sec-title .border {
    background: #e9e9e9
}

.testimonial-area .top .more-project {
    overflow: hidden;
    margin-top: 3px
}

.testimonial-area .top .more-project a {
    border: 1px solid #e9e9e9;
    display: block;
    padding: 9px 20px 7px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s
}

.testimonial-area .top .more-project a:hover {
    background: #fdc900;
    border-color: #fdc900
}

.testimonial-area .single-item {
    position: relative;
    max-width: 800px;
    margin: 3em auto 0;
    background-color: #fff;
    border: 1px solid #d4d4d4ab;
    border-radius: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 10px 10px;
}

.testimonial-area .single-item:before {
    position: absolute;
    bottom: -25px;
    left: 30px;
    width: 26px;
    height: 25px;
    content: ""
}

.testimonial-area .single-item .icon-holder {
    background: #f7f7f7;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    text-align: center;
    left: 50%;
    top: -35px;
    z-index: 2;
    transition: .5s;
    margin: 0 auto;
    transform: translateX(-50%);
    background-color: var(--accent-color);
    line-height: 65px;
    color: #fff;
    display: none;
}

.testimonial-area .single-item .icon-holder svg {
    width: 50px;
    height: 50px;
}

.testimonial-area .single-item:hover .icon-holder {
    border-color: #fdc900
}

.testimonial-area .single-item .icon-holder i {
    color: #fff;
    font-size: 30px;
    line-height: 64px
}

.testimonial-area .single-item .inner-box {
    position: relative;
    overflow: hidden;
    padding: 20px 30px 20px;
}

.testimonial-area .single-item .inner-box .text-box {
    overflow: hidden;
    margin: 0
}

.testimonial-area .single-item .inner-box .text-box p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 29px;
    font-family: var(--font-2)
}

.testimonial-area .single-item .inner-box .bottom {
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    margin-top: 2px;
    position: relative;
}

.testimonial-area .single-item .inner-box .bottom:before {
}

.testimonial-area .single-item .inner-box .bottom .client-info .client-photo {
    width: 70px
}

.testimonial-area .single-item .inner-box .bottom .client-info .text h3 {
    color: #222;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 3px;
}

.testimonial-area .single-item .inner-box .bottom .client-info .text span {
    color: #1d1d1d;
    display: block
}

.testimonial-area .single-item .inner-box .bottom .review-box {
    display: inline-block;
    padding: 3px 0 0;
    margin: 0
}

.review-box ul {
    padding: 0;
    margin: 0;
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px
}

.review-box ul li i {
    color: #fdc900;
    font-size: 14px;
    font-weight: 600;
    /* margin: 0 20px; */
    display: inline-block;
    letter-spacing: 8px;
    /* transform: scale(0.85); */
}

.review-box ul li i:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .site-logi-copy-area {
        flex-direction: column;
        text-align: center
    }

    .banner-section .owl-nav .owl-next, .banner-section .owl-nav .owl-prev, .site-logi-footer-border svg {
        display: none
    }

    .site-footer-copy-text p {
        text-align: center
    }
}

@media screen and (min-width: 991px) {
    .odic_site_header .site-topbar-container {
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .odic_site_header .site-topbar-container .site-logi-topbar-right {
        display: flex;
        align-items: center
    }

    .odic_site_header.header-no-right-area .minhd-right {
        margin-right: 100px !important
    }

    .site-w-640 {
        width: 640px
    }

    .site-w-585 {
        width: 585px
    }

    .site-w-800 {
        width: 800px
    }

    .site-w-750 {
        width: 750px
    }

    .container-fluid {
        max-width: 90%;
        margin: 0 auto
    }

    .odic_site_branding img {
        padding: 10px 0px;
    }
}

@media screen and (min-width: 1400px) {
    .container-fluid {
        max-width: 1320px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1500px) {
    .container-fluid {
        max-width: 1420px;
        margin: 0 auto
    }
}

.section-aboutsub {
    background-color: #eeeeee47;
    padding: 55px 0;
    background: url(../images/bg/map.png), #ffffff6e;
    background-blend-mode: overlay
}

.aboutsub-item {
    padding-left: 20px;
    margin-bottom: 24px
}

.aboutsub-item .title {
    position: relative;
    font-weight: 500;
    font-family: var(--font-1);
    color: var(--base-color-dark);
    letter-spacing: .28px;
    margin-bottom: 3px
}

.aboutsub-item .title:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--base-color);
    border-radius: 50px;
    left: -26px;
    top: 6px;
    border: 2px solid var(--base-color)
}

.aboutsub-item p {
    font-size: 15.5px;
    color: #000000c2;
    font-weight: 400;
    line-height: 23px
}

.aboutsubmid-item {
    border: 1px solid #f3f3f3;
    padding: 18px 19px;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 8px
}

.aboutsubmid-item .title {
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--base-color-dark)
}

.aboutsubmid-item p {
    font-size: 16px
}

.aboutsubmid-item .icon svg {
    width: 49px;
    height: 49px;
    background-color: var(--base-color);
    text-align: center;
    line-height: 53px;
    padding: 8px;
    color: #fff;
    display: inline-block;
    margin-right: 17px;
    border-radius: 6px
}

.section-specialservice {
    padding: 60px 0
}

.section-specialservice:not(.bgcolor) {
    background: #e8f7ff;
    background-color: #edf4f4b3
}

.section-specialservice .ul-title {
    color: #212121;
    font-weight: 500;
    margin-bottom: 5px
}

.section-specialservice :where(p, li) {
    font-size: 17px
}

.section-specialservice p {
    max-width: 959px
}

.section-specialservice ul:not(:last-child) {
    margin-bottom: 10px
}

.section-specialservice li {
    line-height: 35px
}

.section-specialservice .main-title {
    font-size: 29px;
    margin-bottom: 11px !important;
    letter-spacing: -.1px
}

.ab-overlay {
    max-width: 540px;
    position: absolute;
    right: 40px;
    opacity: 13%;
    bottom: 0
}

.ab-overlay.left {
    left: 40px;
    right: auto;
}

@media screen and (max-width: 991px) {
    .reverse-widget {
        margin-top: 50px
    }

    .site-single-widget-wrap {
        padding-left: 0 !important
    }

    .slide-item img {
        height: 600px
    }

    .slider-content {
        padding-top: 10px;
    }

    .slider-content span.d-block {
        display: inline !important
    }

    .slider-content h3 {
        font-size: 40px;
        line-height: 1.3
    }

    .service-card__info h2 {
        font-size: 17px;
    }

    .slide-item::before {
    }
}

.odic_site_branding img {
    max-height: 98px;
}

.odic_nav {
    padding-right: 91px
}

@media screen and (max-width: 1400px) {
    .odic_site_header_full_width .container {
        max-width: 100%
    }

    .odic_site_branding img {
        max-height: 72px
    }
}

@media screen and (max-width: 1300px) {
    .odic_site_branding img {
        max-height: 87px;
    }

    .odic_nav {
        padding-right: 30px;
    }
}

@media screen and (max-width: 568px) {
    .slide-item img {
        height: 450px;
    }

    .slider-content h2 {
        font-size: 17px;
        line-height: 1.3;
        letter-spacing: 0
    }

    .slider-content h3 {
        font-size: 24px;
        line-height: 1.3
    }

    .service-card__info h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .service-card__info .icon {
        width: 37px;
        height: 37px;
        text-align: center;
        line-height: 36px
    }

    .odic_site_branding img {
        max-height: 62px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 400px) {
    .odic_logi_topbar {
        display: none
    }

    .odic_site_branding img {
        max-height: 70px;
        padding: 3px 0;
    }
}

@media screen and (min-width: 400px) {
    .odic_site_branding img1 {
        max-height: 68px
    }
}

/*  */
.site-btn {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 100px;
    font-size: 15px;
    background-color: #094d5f;
    font-weight: 500;
    line-height: 28px;
    font-size: 15px;
    padding: 13px 26px;
    font-weight: 500;
}

.site-btn:hover {
    color: #ffffff;
    background-color: var(--accent-color);
    font-weight: 500;
}

.site-btn--textlg {
    padding: 17px 30px;
}

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

.site-btn--primary {
    background-color: var(--accent-color);
    color: #ffffff;
}

.site-btn--primary:hover {
    background-color: var(--accent-color-2);
    color: #000;
}

.site-btn--secondary {
    background-color: var(--accent-color-2);
    color: #000;
}

.site-btn--secondary:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

.site-btn--icon {
    padding: 12px 23px 9px;
}

.site-btn--icon .text {
    vertical-align: text-bottom;
}

.site-btn--icon {
}

.site-btn--icon:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    /* --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M384 64a32 32 0 1 0 0-64a32 32 0 1 0 0 64m96 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M128 464a48 48 0 1 0-96 0a48 48 0 1 0 96 0M0 160l.1 72.6C.1 277.4 17.7 319.7 48 351c.3-77 40.1-148.4 105.4-189.3l1.9-1.2c-2.5-3.7-2.8-8.6-.4-12.7l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S182 5 175.4 16.5l-68 117.8l-43.3 75V160c0-17.7-14.4-32-32-32S0 142.4 0 160m213.6-35.9c14.1-8.8 29.8-12.7 45.2-12.1l36.5-63.3c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-67.1 116.2l27-16.9zm86.5-35.7l-16.4 28.4c15.1 5.5 28.6 15.6 38.3 29.7l19.7-34.2c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7L334 173.8c2 8.6 2.5 17.5 1.7 26.1h38.7l13.7-23.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8M283.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C127.3 234.7 96 291.2 96 352v8c0 8.9.8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C183.1 501 214.3 512 248 512h176c13.3 0 24-10.7 24-24s-10.7-24-24-24h-92c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H332c-6.6 0-12-5.4-12-12s5.4-12 12-12h156c13.3 0 24-10.7 24-24s-10.7-24-24-24H332c-6.6 0-12-5.4-12-12s5.4-12 12-12h124c13.3 0 24-10.7 24-24s-10.7-24-24-24H226.8l46.2-28.9c15-9.4 19.5-29.1 10.2-44.1z'/%3E%3C/svg%3E"); */
    /* --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='%23000'%3E%3Cpath fill-rule='evenodd' d='m35.5 8l.8-.6l.004.006l.01.014l.04.053a38 38 0 0 1 .668.93a52 52 0 0 1 1.578 2.382c.573.924 1.159 1.947 1.605 2.913c.428.929.795 1.943.795 2.802c0 3.052-2.448 5.5-5.5 5.5a5.48 5.48 0 0 1-5.5-5.5c0-.859.367-1.873.795-2.802c.446-.966 1.032-1.99 1.605-2.913a52 52 0 0 1 2.246-3.312l.04-.053l.01-.014l.004-.006zm-1.4 3.84a50 50 0 0 1 1.4-2.124a50 50 0 0 1 1.4 2.124c.552.889 1.091 1.835 1.489 2.696c.415.9.611 1.573.611 1.964c0 1.948-1.552 3.5-3.5 3.5a3.48 3.48 0 0 1-3.5-3.5c0-.391.196-1.064.611-1.964c.398-.861.937-1.807 1.489-2.696' clip-rule='evenodd'/%3E%3Cpath d='m35.5 8l.8-.6l-.8-1.067l-.8 1.067z'/%3E%3Cpath fill-rule='evenodd' d='m23.811 14.415l-.798-1.095l-.813 1.08l-.003.004l-.008.01l-.027.037l-.1.136a33 33 0 0 0-1.415 2.109a18 18 0 0 0-1.092 2.018c-.291.65-.556 1.4-.556 2.073C19 23.072 20.704 25 23 25s4-1.928 4-4.214c0-.65-.271-1.389-.558-2.022a20 20 0 0 0-1.087-2.016a37 37 0 0 0-1.51-2.285l-.027-.038zM23 15l-.799-.601zm-.01 1.75c-.2.298-.42.635-.638.991a16 16 0 0 0-.97 1.79c-.272.605-.382 1.028-.382 1.255c0 1.313.936 2.214 2 2.214s2-.9 2-2.214c0-.187-.104-.588-.38-1.197c-.258-.57-.61-1.203-.975-1.805a34 34 0 0 0-.655-1.034m-9.99 23v.246a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V29.001a2 2 0 0 1 2-2h3a2 2 0 0 1 1.947 1.539c1.324-.477 2.871-1.045 3.344-1.261c.402-.183.866-.245 1.252-.268a9 9 0 0 1 1.195.021a15 15 0 0 1 1.328.168l.023.004l.007.001h.003l.018.004l6.69 1.5l.041.014l.011.004l.046.014l.189.054c.165.046.402.107.685.169c.575.125 1.3.242 1.975.242c.624 0 1.27.233 1.614.865c.296.542.227 1.138.117 1.55c-.139.514-.425 1.054-.788 1.513c.49-.185 1.027-.404 1.603-.64l.123-.05c1.623-.667 3.547-1.457 5.245-1.737c1.94-.321 3.351.383 3.991 1.632c.57 1.112.438 2.571-.42 3.45c-.215.221-.543.453-.872.666c-.352.229-.785.486-1.266.76a86 86 0 0 1-3.355 1.782c-2.372 1.203-4.858 2.373-5.648 2.662c-.916.335-1.9.367-2.845.318a38 38 0 0 1-1.709-.145a55 55 0 0 0-1.25-.115c-1.928-.146-3.408-.617-4.77-1.05l-.166-.053c-1.408-.446-2.718-.843-4.453-.913c-.396-.016-1.188.014-1.905.048m4.12-10.651c.065-.03.235-.073.538-.091c.284-.017.608-.006.925.018a13 13 0 0 1 1.132.143h.003l6.567 1.473l.045.014q.083.026.23.066c.194.054.468.125.793.196c.585.128 1.37.262 2.168.285a2.4 2.4 0 0 1-.284.543c-.16.232-.335.411-.479.514c-.416.298-.752.422-.956.475a1.3 1.3 0 0 1-.212.04h-.022l-5.362-.064l-.19 1.984l.178-.984l-.178.984l.053.01l.153.027l.556.098c.467.082 1.108.192 1.806.306c1.374.224 3.03.472 3.97.529c.65.04 1.406-.16 2.109-.395c.733-.245 1.562-.584 2.396-.926c1.717-.704 3.466-1.421 4.935-1.664c1.27-.21 1.723.254 1.885.571c.233.455.107.96-.072 1.142c-.043.045-.2.172-.528.385c-.306.197-.701.434-1.165.697a84 84 0 0 1-3.272 1.738c-2.392 1.213-4.772 2.326-5.432 2.568c-.534.196-1.195.243-2.054.199a29 29 0 0 1-1.515-.129a52 52 0 0 0-1.396-.128c-1.692-.128-2.978-.537-4.357-.975l-.125-.04c-1.428-.453-2.956-.924-4.977-1.005c-.455-.018-1.265.01-1.986.044v-7.101c1.406-.503 3.487-1.258 4.12-1.547m2.796-.91l.183-.983zM11 29H8v10.995h3z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E"); */
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m20.772 13.155l-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2 2 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845M7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684M5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18m13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18M9 4.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176 0 0 0-.228 0C7.033 2.325 5.995 3.271 6 4.377C6 5.272 6.673 6 7.5 6S9 5.272 9 4.378m4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.353.291-1.391 1.238-1.386 2.344C10.5 5.272 11.173 6 12 6s1.5-.728 1.5-1.622m4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.352.291-1.39 1.237-1.385 2.343C15 5.272 15.673 6 16.5 6S18 5.272 18 4.378'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-right: 8px;
    top: 1px;
    position: relative;
}

.section-bottom-divider {
    background-image: url('../images/shape/bg-wave.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 130px;
    margin-top: 120px;
    margin-bottom: 0;
    position: absolute;
    inset: auto 0% -2%;
    z-index: 1;
}

.text-copyright {
}

.section-aboutussub {
    padding-bottom: 20px;
    position: relative;
    padding-top: 57px;
    /* background-color: hsl(145 48% 95% / 1); */
}

.img-box img {
    object-fit: cover;
    border-radius: 35px;
    overflow: hidden;
}

.aboutussub-warp {
}

.aboutussub-warp li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px 8px;
}

.aboutussub-warp .gg--check-o {
    color: var(--accent-color);
}

.aboutussub-warp li span {
    font-weight: 600;
}

.aboutussub-warp h2 {
    color: var(--base-color-dark);
    font-size: 22px;
    letter-spacing: 0.25px;
    font-weight: 500;
    font-family: var(--font-1);
    margin-bottom: 7px;
}

.aboutussub-warp p {
    font-size: 16px;
    max-width: 710px;
    line-height: 32px;
}

.aboutussub-warpbottom p {
    margin-bottom: 10px;
}

.aboutussub-warpbottom p .bold {
    color: var(--base-color-dark);
    font-weight: 600;
    display: block;
}

/*  */
.contact__info-item {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

.contact__info-item:last-child {
    margin-bottom: 0;
}

.contact__info-content {
    background: linear-gradient(45deg, #263e8c, #268fc8);
    border: 1px solid #F0F0F0;
    text-align: center;
    padding: 32px 0 0;
    height: 100%;
    flex: 1;
    border-radius: 25px;
}

.contact__info-content .icon {
    font-size: 38px;
    line-height: 0;
    color: #ffffff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #F0F0F0;
    flex: 0 0 auto;
    background-color: var(--base-color);
    margin: 0 auto;
    border-radius: 50px;
}

.contact__info-content .content {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 25px;
    flex: 1;
    justify-content: center;
    margin-top: 10px;
}

.contact__info-content .content :is(.title, a) {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-2);
    letter-spacing: 0.10px;
    color: #ffffff;
    margin-top: 13px;
    line-height: 30px;
}

.contact__info-content .content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: var(--font-2);
}

.inner-banner {
    background-size: cover;
    background-position: center;
    padding: 48px 0;
    background-color: #04273999;
    background-blend-mode: multiply;
    position: relative;
}

.inner-banner h1 {
    margin-bottom: 0px;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
    position: relative;
}

.image-layer {
    background-size: cover;
    background-position: center;
    background-color: #0c043999;
    background-blend-mode: multiply;
    position: absolute;
    inset: 0;
}

.product-title {
    font-size: 29px !important;
    font-weight: 500;
    font-family: var(--font-2);
}

@media screen and (max-width: 568px) {
    .section-bottom-divider {
        background-position: 30%;
        height: 70px;
        margin-top: 10px;
    }

    .site-about-title :is(h1, h2) {
        font-size: 30px;
    }

    .site-about-title .sub {
        font-size: 18px;
    }

    .site-about-para p {
        font-size: 15px;
        margin: 5px 0 6px;
    }
}

@media screen and (max-width: 991px) {
    .img-box img {
        margin-bottom: 20px;
    }

    .product-title {
    }
}

.product-img-inner img {
    border-radius: 15px;
    overflow: hidden;
}

/* UPDATES */
.section-hero {
    min-height: 600px;
}

.section-hero {
    background-image: url(../images/banner/banner_shap.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    /* height: 100%; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* position: absolute; */
    padding: 100px 0;
    background-color: #e1f2ffa6;
    background-blend-mode: darken;
}

.hero-booking {
    max-width: 450px;
    background-color: #094d5f;
    border-radius: 25px;
    padding: 22px 30px;
    margin-left: 0px;
    z-index: 9;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 1px 8px #a0a0a030;
}

.hero-booking h2 {
    font-size: 28px;
    margin-bottom: 21px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.95px;
    color: #094d5f;
    font-family: var(--font-1);
}

.hero-booking__form {
    /* display: flex; */
}

.hero-booking__form .form-grp label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1px;
    color: #094d5f;
    letter-spacing: 0.15px;
}

.hero-booking__form .form-grp {
    /* display: flex; */
    /* flex-direction: column-reverse; */
    margin-bottom: 17px;
    align-items: flex-start;
}

.hero-booking__form .form-grp input[type="text"], .hero-booking__form .form-grp input[type="tel"] {
    padding: 8px 10px;
    border: 1px solid #094d5f;
    width: 100%;
    font-size: 15px;
}

.hero-booking__form .form-grp input[type="submit"] {
    background-color: var(--base-color);
    display: inline-block;
    /* width: 100px; */
    border: 0px;
    font-size: 15px;
    padding: 13px 26px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
}

.hero-booking__form .form-grp input[type="submit"]:hover {
    background-color: var(--accent-color-2);
    color: #000;
}

.hero-booking__form .form-grp input[type="submit"]:disabled {
    opacity: 30%
}

.swiper-bannertext h2 {
    font-size: 50px;
    transform: translateX(-100px);
    transition: all 0.8s ease-in;
    opacity: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--accent-color);
    line-height: 70px;
}

.swiper-bannertext .swiper-slide-active h2 {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-bannertext p {
    opacity: 0;
    transform: translateX(-100px);
    font-size: 18px;
    transition: all 1.4s ease 0.5s;
    margin: 10px 0 20px;
    color: #fff;
}

.swiper-bannertext .swiper-slide-active p {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-bannertext a {
    opacity: 0;
    transform: translateX(100px);
    font-size: 16px;
    transition: all 2s ease 0.8s;
}

.swiper-bannertext .swiper-slide-active a {
    opacity: 1;
    transform: translateX(0px);
}

.swiper-banner img, .banner-slide {
    /* aspect-ratio: 3.4/1; */
    /* 3.4/0.8 */
    object-fit: cover;
    height: auto;
    width: 100%;
    background-color: #fff;
    display: flex;
}

.herocontent-info {
    text-align: center;
    position: relative;
}

.herocontent-info .title {
    font-size: clamp(31px, 8.5vw, 55px);
    color: var(--accent-color);
}

.herocontent-info .title .hi {
    color: var(--accent-color-2);
}

.herocontent-info h2 {
    line-height: 1.6;
    font-size: clamp(28px, 3.3vw, 47px);
    margin-bottom: 30px;
    color: #12244a;
    font-weight: 500;
    font-family: var(--font-1);
}

.herocontent-info h2 span {
    line-height: 1;
    font-size: calc(1em - 0.15em);
    color: #134e66;
}

.herocontent-info h3 {
    margin-bottom: 20px;
    color: #ffffffde;
    font-weight: 500;
    font-size: clamp(25px, 1vw, 38px);
}

.herocontent {
    position: relative;
    width: 100%;
}

/* banner-overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #04193d91;
    z-index: 1;
    /* background-color: #ffffffcc; */
}

.banner-textoverlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff00;
}

.banner-textoverlay:before {
    content: '';
    position: absolute;
    inset: 0px;
    /* background-image: linear-gradient(to right, #ffffffdb 60%, transparent 100%); */
    /* background-image: linear-gradient(to right, #094d5fc2 40%, transparent 100%); */
    width: 100%;
    transition: width 2800ms linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%), opacity 200ms ease;
    opacity: 1;
    background-color: #effff7;
}

.swiper-slide.swiper-slide-active .banner-textoverlay:before {
    width: 120%;
    opacity: 1;
}

.herocontent-info :is(.title, h2, .btns) {
    /* clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0; */
}

.herocontent-info :is(.title, .btns) {
    /* transform: translateX(55px); */
    transition: all 1800ms ease 0.5s;
}

.herocontent-info h2 {
    transition: all 500ms ease 0.5s;
    /* transform: translateX(85px); */
    transition-delay: 1.5s !important;
}

.herocontent-info .btns {
    transition: all 1800ms ease 0.5s;
    /* transform: translateX(90px); */
    transition-delay: 1.7s !important;
}

.swiper-slide.swiper-slide-active .herocontent-info :is(.title, h2, .btns) {
    transform: translateX(0px);
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    opacity: 1;
}

/*  */
.footer-cn {
    text-align: center;
}

.footer-cn .icon {
    margin-bottom: 22px;
    display: block;
}

.footer-cn .icon svg {
    width: 80px;
    height: 52px;
}

.footer-cn .text {
}

.footer-cn .text a, .footer-cn .text span {
    font-size: 16px;
    letter-spacing: 0.25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer-cn .text a:hover {
    color: var(--accent-color-2);
}

.about-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    align-items: center;
}

.about-btn__book a {
    color: #fff;
    text-transform: capitalize;
    border: 1px solid var(--accent-color);
    background-color: transparent;
    color: #0b5e2b;
}

.sec-title {
    margin-bottom: 40px;
    --title-color: var(--accent-color);
}

.sec-title.center {
    text-align: center;
}

.sec-title .icon {
    color: var(--title-color);
    aspect-ratio: 1;
    display: inline-block;
    /* content: ''; */
    display: inline-block;
    width: 18px;
    height: 19px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8.5.75a.75.75 0 0 0-1.5 0v5.19L4.391 3.33a.75.75 0 1 0-1.06 1.061L5.939 7H.75a.75.75 0 0 0 0 1.5h5.19l-2.61 2.609a.75.75 0 1 0 1.061 1.06L7 9.561v5.189a.75.75 0 0 0 1.5 0V9.56l2.609 2.61a.75.75 0 1 0 1.06-1.061L9.561 8.5h5.189a.75.75 0 0 0 0-1.5H9.56l2.61-2.609a.75.75 0 0 0-1.061-1.06L8.5 5.939z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.sec-title .label {
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14.5px;
    color: var(--accent-color);
    letter-spacing: 1.65px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sec-title.center .label {
    justify-content: center
}

.sec-title h2 {
    margin: 5px 0 10px;
    font-size: clamp(25px, 8vw, 32px);
    font-weight: 500;
    color: #424141;
    font-family: var(--font-1);
    letter-spacing: 0.8px;
}

.text-p {
    color: var(--base-color-dark);
}

.sec-title p {
    margin-top: 7px;
    font-weight: 500;
    color: #161616;
}

.gg--check-o {
    top: -2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cpath d='M10.243 16.314L6 12.07l1.414-1.414l2.829 2.828l5.656-5.657l1.415 1.415z'/%3E%3Cpath fill-rule='evenodd' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 1 0-18a9 9 0 0 1 0 18' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.why-overlay {
    position: absolute;
    width: 440px;
    right: -100px;
    pointer-events: none;
    opacity: 10%;
    top: 160px;
}

.site-social {
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.site-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: var(--base-color);
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    font-size: 20px;
}

.site-social a:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.why-item {
    background-color: var(--accent-color);
    border-radius: 15px;
    padding: 21px 20px;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
    background-color: var(--base-color);
}

.why-item:hover, .why-item.active {
    background-color: #39b368;
}

.why-item__icon {
    display: inline-block;
    background-color: #fff;
    padding: 13px;
    border-radius: 50px;
    color: var(--accent-color);
}

.why-item__icon svg {
    width: 50px;
    height: 50px;
}

.why-item__text {
}

.why-item__text .title {
    font-weight: 500;
    color: #fff;
    margin: 30px 0 2px;
    letter-spacing: 0.05px;
    font-size: 19px;
}

.why-item__text .content {
    font-size: 15px;
    color: #ffffffd9;
    font-weight: 300;
}

.section-service {
    padding: 60px 0px;
}

.section-aboutussub {
}

.section-quotes {
    position: relative;
    background: url('../images/bg/bg-booking.webp');
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.section-quotes:before {
    content: '';
    inset: 0;
    background-color: #03343f;
    top: 0;
    position: absolute;
    opacity: 30%;
}

.quotes-text {
    position: relative;
    text-align: center;
    color: #fff;
}

.quotes-text h2 {
    color: var(--accent-color);
    font-family: var(--font-2);
    font-weight: 500;
}

.quotes-text h3 {
    margin: 30px 0 19px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.quotes-text p {
    max-width: 630px;
    margin: 0 auto;
    color: #ffffffe0;
}

.video-item {
    position: relative;
}

.video-item .play {
    position: absolute;
    inset: 0;
    background: #00000061;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-item {
    overflow: hidden;
    border-radius: 25px;
    margin: 0 10px;
    cursor: pointer;
}

.video-item:hover img {
    transform: scale(1.09)
}

.video-item .play .icon {
    background: darkblue;
    display: inline-block;
    background: #e43636;
    border-radius: 50px;
    padding: 6px;
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    text-align: center;
}

.video-item img {
    transition: all 0.2s ease
}

.video-item .play .icon svg {
    width: 25px;
    height: 25px;
    color: #ffffff;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 24px;
    padding-right: 8px;
    background: var(--base-color);
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--font-2);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

/* Right-side circle containing the arrow */
.cta-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: all 250ms ease;
    perspective-origin: 1000px;
}

/* Simple Hover Effect */
.cta-btn:hover {
    /* transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
    background-color: var(--accent-color-2);
    color: #000;
}

.cta-btn:hover .icon {
    /* background: #333333; */
}

.whywe {
    background-color: #eaeaea;
    padding: 18px 27px;
    /* min-height: 181px; */
    min-height: 81px;
    border-radius: 15px;
    display: flex;
    flex-direction: row-reverse;
    background-image: linear-gradient(167deg, #ccead778, #fff);
    justify-content: flex-end;
    margin-bottom: 4px;
}

.whywe-icon {
    text-align: right;
    margin-left: auto;
}

.whywe-icon svg {
    width: 55px;
    height: 55px;
    color: var(--accent-color);
}

.whywe-content {
    /* margin-top: auto; */
}

.whywe-content__text {
    font-size: clamp(16px, 3.1vw, 20px);
    font-weight: 600;
    margin-top: 20px;
    color: var(--base-color-dark);
    margin-bottom: 6px;
}

.whywe-content__desc {
    font-size: 16px;
}

.float-btn {
    transition: all 300ms ease;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    position: fixed;
    bottom: 88px;
    right: 18px;
    z-index: 99999999;
}

.call-btn {
    background-color: #3498db;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(52, 152, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}

.call-btn:hover {
    background-color: #3483db;
    color: #fff;
    transform: translateY(-5px);
}

/* zz */
.contact-title .sub {
    margin-bottom: 30px;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 600;
    max-width: 60ch;
    margin: 10px auto 30px;
}

.contact-title .main {
    margin-bottom: 0px;
    font-size: 19px;
    letter-spacing: 0px;
}

.contact-title h2 {
}

.Scriptcontent {
    line-height: 28px;
}

.step {
    position: relative;
    min-height: 1em;
    color: #0c4e5e;
}

.step>div:first-child {
    position: static;
    height: 0;
}

.circle {
    background: var(--accent-color);
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

.step>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}

.title {
    line-height: 1.5em;
    font-weight: 400;
    color: #212121;
    font-size: 16px;
    font-family: var(--font-2);
}

.caption {
    font-size: 0.8em;
}

.step+.step {
    margin-top: 1.5em;
}

.form-grp input.error {
    border-color: #e74c3c;
}

.error-msg {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: none;
}

.error-msg.visible {
    display: block;
}

.review-card {
    background: #f9fbfc;
    border-radius: 22px;
    padding: 38px 40px;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.stars {
    color: #ebd212;
    /* blue stars */
    font-size: 18px;
}

.review-date {
    font-size: 14px;
    color: #666;
}

.review-text {
    font-size: 17px;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.5;
}

.review-user {
    display: flex;
    align-items: center;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0 url('https://img.icons8.com/ios-glyphs/30/000000/user--v1.png') no-repeat center;
    background-size: 20px;
    margin-right: 12px;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--accent-color);
}

.user-role {
    font-size: 14px;
    color: #777;
}

.section-about {
    padding-top: 25px;
    padding-bottom: 65px;
}

@media (min-width: 1400px) {
    .swiper-banner img, .banner-slide {
        /* aspect-ratio: 3.4/0.8; */
    }
}

@media (max-width: 991px) {
    .banner-textoverlay {
        width: 100%;
    }

    .swiper-slide.swiper-slide-active .banner-textoverlay:before {
        /* width: 99%; */
        width: 180%;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .swiper-banner img, .banner-slide {
        /* aspect-ratio: 2 / 1.1; */ object-fit: cover;
        /* height: 740px; */
    }

    .swiper-bannertext h2 {
        font-size: 25px;
        line-height: normal;
    }

    .herocontent-info {
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 568px) {
    .sec-title {
        margin-bottom: 30px;
    }

    .swiper-banner img, .banner-slide {
        /* height: 420px; */
        /* aspect-ratio: 2 / 1.1; */
    }

    .video-item {
        border-radius: 13px;
        margin: 0 3px;
    }

    .service-card__img img {
        aspect-ratio: 2/1.6;
    }

    .herocontent-info h2 span {
        display: block;
        font-size: calc(1em - 0.20em);
        line-height: normal;
    }

    .site-btn {
        font-size: 14px;
    }

    .section-aboutussub {
        padding-top: 27px;
    }

    .whywe-icon svg {
        width: 65px;
        height: 65px;
    }

    .section-service {
        padding: 20px 0px 25px;
    }

    .section-about .site-about-img-area {
        padding-bottom: 19px;
    }

    .section-quotes {
        padding: 35px 0;
    }

    .review-card {
        padding: 13px;
        margin: 0px auto;
        background: #5596781f;
    }

    .testimonial-area {
        padding: 30px 0 29px;
    }

    .section-innerbanner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .innerbanner-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 368px) {
    .herocontent-info .title {
        font-size: clamp(26px, 3vw, 55px);
    }

    .herocontent-info h2 {
        font-size: clamp(24px, 3vw, 46px);
    }
}
