.owl-carousel.owl-refresh .owl-item {
    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;
    list-style: none;
}

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: sticky;
    top: 0
}

:root {
    --base-color: #d20b16;
    --base-color-dark: #d20b16;
    --secondary-color: #0b293d;
    --accent-color: #D40511;
    --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';
    --font-2: 'Inter'
}

.text-base, .text--base {
    color: var(--base-color)
}

.main-header .odic_icon_btn.odic_color_1, .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
}

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

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

.font-size-h1, h1 {
    font-size: 40px;
    line-height: 100%
}

.font-size-h2, h2 {
    font-size: 31px;
    line-height: 120%
}

@media (max-width: 991px) {
    .font-size-h1, 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;
    line-height: 125%
}

.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-1);
    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-1);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

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.odic_list_style_none li {
    margin-bottom: 30px
}

.site-about-para p {
    font-size: 15.5px;
    letter-spacing: 0.35px;
    line-height: 201%;
}

.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: #313131;
}

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: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

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

.odic_light {
    font-weight: 300
}

.odic_normal {
    font-weight: 400
}

.odic_medium, .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 {
    border-right: 1px solid #ececec
}

.site-topbar-container .site-topbar-social ul {
    display: flex;
    margin: 0;
    padding: 10px 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;
    transition: .4s;
    background-color: #ffffff;
    padding: 9px 0;
}

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

    .main-header .odic_main_header_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
}

.site-logi-header-middle {
    flex: 1
}

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

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

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

.main-header .odic_main_header_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, .odic_site_header_style1 .odic_main_header_right, .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_site_header_style1 {
    border-bottom: 1px solid #1a188d
}

.odic_site_header_style1 .odic_nav+.odic_header_toolbox.odic_center {
    margin-left: 35px
}

.odic_site_header_style1 .odic_nav .odic_nav_list>li.current-menu-item>a:before {
    bottom: -4px;
    background-color: #fff
}

.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;
    visibility: hidden;
    transition: .4s
}

.odic_side_header .odic_side_header_heading {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0
}

.odic_side_header .odic_side_header_title {
    font-size: 18px;
    margin-bottom: 25px
}

.odic_side_header .odic_side_header_box {
    padding: 35px 0
}

.odic_side_header .odic_close {
    opacity: 0
}

.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
}

.odic_gescout_show.odic_color_1 .odic_nav_list.odic_color_1 {
    color: var(--common-color-black) !important
}

.odic_gescout_show.odic_color_1 .odic_nav_list.odic_color_1 .menu-item-has-children.odic_changes_color_1>a, .section-about .site-about-wrap-in .site-about-img-area, .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
}

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

@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, .odic_nav_list.odic_color_1 {
        color: #fff
    }

    .odic_nav_list.odic_color_1 ul {
        color: var(--common-color-black)
    }

    .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-left: auto
    }

    .main-header .odic_main_header_left .site-logi-header-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;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0.45px;
    }

    .body-home .odic_nav .odic_nav_list>li>a {
        color: #353535db;
    }

    .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: 9px;
        width: 9px;
        border: 2px solid #000000;
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
        margin-left: 25px;
        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: 290px;
        background-color: #ffffff;
        position: absolute;
        padding: 10px 0 10px;
        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 10px 20px;
        color: #212121;
    }

    .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, .reveal-img-wrap, .reveal-img-wrap .preloader-img-inner, .reveal-img-wrap .reveal-img-inner {
    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: #142337;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light
}

footer .site-logi-footer-container:before {
    content: '';
    position: absolute;
    background: #1b1b1b;
    inset: 0
}

.footer-overlay {
    position: absolute;
    mix-blend-mode: color-dodge;
    opacity: 6%;
    bottom: 0;
}

.footer-overlay img {
}

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

.site-logi-footer-content {
    margin-bottom: 32px;
    z-index: 2
}

.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: 22px
}

.site-about p {
    color: #ffffffc4;
    font-size: 16px;
    text-align: justify;
    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: #ffffffc4;
    padding-bottom: 15px;
    font-size: 16px
}

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

.site-logi-footer-useful-link ul :hover {
    color: var(--base-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: 27px;
    color: #ffffffd6;
}

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

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

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

.footer-phone a:hover {
    color: #f4f4f4
}

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

.sec-space {
    height: 60px;
}

.sec-space-20 {
    height: 20px;
}

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

.site-sec-title h2 {
    color: var(--base-color);
    text-transform: uppercase;
}

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

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

.odic_mp0 {
    list-style: none
}

.odic_mt100 {
    margin-top: 100px
}

.reveal-img-wrap .preloader-img-inner img, .reveal-img-wrap .reveal-img-inner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.reveal {
    visibility: hidden;
    position: relative
}

.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 .setting_mode #clecel {
    display: none
}

.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: #858585;
    -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 .breadcrumb ul li {
    list-style: none
}

.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: var(--base-color-dark);
    }

    .odic_munu_toggle span, .odic_munu_toggle span:after, .odic_munu_toggle span:before {
        width: 90%;
        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: 7px 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
    }

    .section-about .site-about-content-wrap {
        max-width: 960px;
        margin: auto;
        justify-content: flex-start !important
    }

    .section-about .site-about-img-area {
        padding-bottom: 50px;
        max-width: 960px;
        margin: auto
    }
}

@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: 31px;
    }

    .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_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);
    visibility: hidden;
    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_container .embed-responsive, .testimonial-area .single-item:hover .inner-box .bottom:before {
    width: 100%
}

.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: 12px 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_close:hover:after, .odic_video_popup_close:hover:before {
    background: #000
}

.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
}

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

.site-text_b_line i {
    color: #d40511;
    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(--accent-color);
    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-about-title :is(h1, h2), .site-cap-text p {
    color: var(--base-color-dark)
}

.site-about-title :is(h1, h2) {
    font-size: 41px;
    line-height: 120%;
}

.site-about-title :is(h1, h2) span {
    font-size: 22px;
    color: #161616;
}

.site-about-title :is(h1, h2) span.sm {
    font-size: 22px;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 1.35px;
}

.site-about-title :is(h1, h2) span.lg {
    font-size: 19px;
    color: #161616;
    line-height: inherit;
}

.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: var(--secondary-color);
    opacity: 100%;
    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, .slide-item {
    position: relative;
    overflow: hidden
}

.logi-splite .word {
    margin-right: 10px;
    display: none;
}

.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
}

.site-cap-text p {
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 55px;
    padding: 6px 20px;
}

.site-cap-text p.light {
    color: #fff
}

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

.section-about .site-about-wrap-in .site-about-content-wrap {
    display: flex;
    justify-content: end
}

.site-about-content-in {
    max-width: 686px
}

.site-about-img-area img {
    border-radius: 15px;
    overflow: hidden;
    max-width: 570px;
    width: 100%;
    animation: move 5s linear infinite alternate;
}

@keyframes move {
    0% {
        transform: scale(0.98)
    }

    100% {
        transform: scale(1)
    }
}

.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)
    }
}

.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, .slider-content h3 {
    line-height: 1.3;
    color: #ffffffe8;
    letter-spacing: .2px;
    font-family: var(--font-1);
    font-weight: 500;
    margin-bottom: 10px
}

.slider-content h2 {
    font-size: 40px;
}

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

.slide-item__img {
    max-height: 680px;
    transform: scale(1.15);
    transition: 3s linear;
    object-fit: cover;
    filter: brightness(90%);
    object-position: center;
}

.slider-content h2, .slider-content h3 {
    line-height: 1.3;
    color: #ffffffe8;
    letter-spacing: 1.2px;
    font-family: var(--font-1);
    font-weight: 400;
    margin-bottom: 10px;
    transform: translateY(25px);
    opacity: 0;
}

.active .slide-item__img {
    transform: scale(1)
}

.slide-item::before {
    content: '';
    position: absolute;
    background: #003c65;
    inset: 0px;
    z-index: 1;
    opacity: 70%;
}

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

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

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

.float-whatsapp__wrap {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99999999;
    display: inline-flex;
    align-items: center;
    transition: .5s;
    background: #2db92d;
    color: #fff;
    padding: 10px;
    font-size: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 64px;
    justify-content: center;
    align-items: center;
}

.float-whatsapp__wrap:hover {
    background: #0ea50e;
    color: #fff;
    transform: scale(0.95)
}

.float-whatapp__content:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f15325;
    border-radius: 50%;
    top: -2px;
    opacity: 0;
    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
    }
}

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #1ccc17, #1ccc17);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center
}

.float-whatsapp__icon {
    font-size: 30px
}

.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: 32px;
    font-weight: 600;
    transition: 1.2s ease;
    color: var(--accent-color);
}

.slider-content h3 {
}

.active .slider-content h2, .active .slider-content h3 {
    opacity: 1;
    transform: translateY(0px)
}

.slider-content h3 {
    font-size: 50px;
    transition: 1.5s ease 0.5s;
    font-family: var(--font-2);
    letter-spacing: -1px;
}

.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: var(--accent-color);
}

.hero-svg {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 2s ease
}

.active .hero-svg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.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: #0f2d39;
    /* background: url('../images/bg/bg-services.webp'); */
    /* background-blend-mode: soft-light; */
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #0b293d;
}

.service-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.service-card__img {
    overflow: hidden
}

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

.service-card__img img {
    transition: .9s;
    /* aspect-ratio: 1/1.1; */
    object-fit: cover
}

.service-card__info {
    background-color: #ffffff;
    padding: 24px 25px 20px;
    overflow: hidden;
    transition: .2s;
}

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

.service-card__info-content {
    /* display: flex; */
    /* align-items: center; */
}

.service-card__info h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 9px;
    color: var(--secondary-color);
}

.service-card__info h3 {
    font-size: 16px;
    font-weight: 500;
    color: #393939c2;
}

.service-card__info p {
    padding-top: 11px;
    font-size: 14.5px;
    color: #000000c9;
    letter-spacing: .25px;
    transition: .5s;
    margin-bottom: 0;
    display: none;
}

.service-card__info .icon {
    width: 40px;
    height: 40px;
    background-color: #0a76a8;
    text-align: center;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    transition: .2s
}

.service-card:hover .service-card__info .icon {
    background-color: #59c8fc
}

.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: 180px;
    padding-bottom: 70px;
    background: url(../images/bg/bg-banner.webp?v=0.1) bottom, linear-gradient(to bottom, #000000c7 21%, #0000007d 80%);
    background-position: center;
}

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

.innerbanner-content h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.35px
}

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

.innerbanner-ul li a, .innerbanner-ul li span {
    color: #fff;
    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-item {
    flex: 1;
    background-color: #c8eae86e;
    padding: 55px 40px 36px;
    border-radius: 5px
}

.contact-item__icon {
    text-align: center;
    width: 70px;
    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 .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: 24px
}

.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: #f8f8f8;
    padding: 50px 0;
    position: relative;
}

.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: #ffffffde;
    border-radius: 15px;
}

.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;
    border: 1px solid orange;
    left: 50%;
    top: -35px;
    z-index: 2;
    transition: .5s;
    margin: 0 auto;
    transform: translateX(-50%);
    background-color: orange;
}

.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: 50px 30px 0px;
}

.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: 15px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 160%;
    text-align: center;
    font-family: var(--font-1);
    letter-spacing: 0.25px;
}

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

.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: 20px;
    font-weight: 400;
    margin: 0 0 5px
}

.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 {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0
}

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

.review-box ul li i {
    color: #fdc900;
    font-size: 14px
}

@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: 100px;
        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 .odic_main_header_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 {
    }
}

@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
}

.overlay {
    position: absolute;
}

.ab-overlay {
    max-width: 740px;
    position: absolute;
    right: 0px;
    bottom: 0;
    opacity: 0.3;
}

.why-choose-us {
    background-color: #f9f9f8;
    position: relative;
}

.icon-box .why-icon {
    width: 64px;
    height: 64px;
    background-color: #a6192e;
    background-color: var(--accent-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.icon-box .why-icon svg {
    width: 41px;
    height: 41px;
}

.play-btn {
    font-size: 60px;
    color: #a6192e;
    text-decoration: none;
    transition: 0.3s ease;
}

.play-btn:hover {
    color: #850d22;
}

.why-card p {
    color: #161616;
    font-weight: 500
}

.why-card .title {
    font-weight: 600;
    margin-bottom: 2px;
    color: #161616;
}

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

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

.odic_nav {
    padding-right: 91px
}

.shipping-banner {
    background-color: #f9f9f8;
    position: relative;
    /* overflow: hidden; */
    padding: 0;
}

.van-image {
    max-width: 90%;
    height: auto;
    position: relative;
    /* top: -110px; */
    margin-top: -110px;
}

.shipping-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
}

.shipping-banner-top {
    background-color: var(--base-color);
    padding: 50px 0px 50px;
    margin-top: 0px;
    background-color: #0f2d39;
    background: url(../images/bg/bg-ship.webp);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #0b293d;
    text-align: center;
}

.owl-review .owl-dots {
    display: flex;
    gap: 10px 14px;
    justify-content: center
}

.owl-review .owl-dot {
    display: block !important;
}

.owl-review .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c2c2c2;
    border-radius: 50px;
}

.owl-review .owl-dot.active span {
    background: orange;
}

.progress-bar-container {
    width: 100%;
    height: 5px;
    background: #eee;
    margin-top: 10px;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: #007bff;
    width: 0%;
    animation: progress 5s linear infinite;
}

@keyframes progress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.vision-mission-section {
    background-color: #f9f9f9;
    padding: 60px 0px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.vision-mission-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.icon {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
    color: var(--accent-color);
}

.box-title {
    font-size: 24px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.box p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.about-why h2 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #383c69;
}

.custom-list {
    margin: 0px;
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 33px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}

.custom-list li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 21px;
    position: absolute;
    color: var(--accent-color);
    left: 0;
    top: 6px;
    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%3Cpath fill='%23000' d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m-1.999 14.413l-3.713-3.705L7.7 11.292l2.299 2.295l5.294-5.294l1.414 1.414z'/%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%;
}

.social-follow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.social-follow p {
    margin: 0;
    font-weight: bold;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #333333;
    color: #fff;
}

.contact-sub {
    max-width: 900px;
    margin: 0 auto;
}

.service-content h2 {
    margin-bottom: 25px
}

.service-content h3 {
    margin-bottom: 9px;
    font-size: 19px;
    margin-top: 30px;
}

.service-content p {
    font-size: 17px;
}

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

.why-overlay {
    max-width: 490px;
    opacity: 0.15;
    z-index: 0;
    right: 60px;
    bottom: 0;
}

.review-overlay {
    max-width: 550px;
    opacity: 0.55;
    z-index: 0;
    right: 60px;
    bottom: 0;
}

.pos-show {
    position: relative;
    z-index: 1;
}

.sservice-section {
    padding: 50px 0;
}

.sservice-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.sservice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sservice-card img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.sservice-text {
    flex: 1;
    margin-right: 20px;
}

.sservice-description {
    font-size: 16.2px;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.25px;
}

.sservice-description:last-child {
    margin-bottom: 0px;
}

.sservice-image {
    flex: 1;
}

.sservice-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 0.12px;
}

.scroll-to-service {
    position: absolute;
    top: -90px;
}

.section-dark {
    background-color: #f8f9fa;
}

.section-light {
    background-color: #ffffff;
}

/* Header */
.about-header {
    background-color: #1f4f75;
    color: white;
    text-align: center;
    padding: 3rem 1rem;
}

.about-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.about-header p {
    font-size: 1.2rem;
    font-weight: 300;
}

/* Section Headings */
.about-mission-vision h2 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: #1f4f75;
}

.about-mission-vision p {
    /* color: #1f4f75; */
    margin-bottom: 0px;
    font-size: 15.2px;
    font-weight: 500;
}

/* Intro Section */
.about-intro p {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.15px;
    line-height: 170%;
}

/* Mission & Vision */
.about-mission-vision {
    background-color: #ffffff;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.about-mission-vision .mission, .about-mission-vision .vision {
    flex: 1;
    min-width: 280px;
    background-color: #eef2f6;
    padding: 1rem 1rem;
    border-left: 4px solid #1f4f75;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Core Values */
.about-values ul {
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
}

.about-values li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.05rem;
}

/* Stats Section */
.about-stats {
    background-color: #f0f2f5;
    text-align: center;
    padding: 3rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.stat h3 {
    font-size: 2.5rem;
    color: #1f4f75;
}

.stat p {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #555;
}

/* CTA Section */
.about-cta {
    background-color: #1f4f75;
    color: white;
    text-align: center;
    padding: 3rem 1rem;
}

.about-cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.about-cta p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.about-cta .btn-primary {
    background-color: #ffc107;
    color: #1f4f75;
    padding: 0.8rem 2rem;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.about-cta .btn-primary:hover {
    background-color: #e0a800;
}

/* Footer */
.site-footer {
    background-color: #343a40;
    color: #ccc;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 0.95rem;
}

.site-footer p {
    margin-bottom: 0.5rem;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .about-mission-vision {
        flex-direction: column;
    }

    .about-header h1 {
        font-size: 2rem;
    }

    .stat h3 {
        font-size: 2rem;
    }
}

.hero-svg img {
    max-width: 290px;
    margin: 0 auto 20px;
}

/* zz */
@media screen and (max-width: 991px) {
    .section-about .site-about-content-wrap .site-about-content-in, .section-about .site-about-img-area {
        max-width: 720px;
        margin: auto
    }

    .reverse-widget {
        margin-top: 50px
    }

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

    .slide-item__img {
        height: 600px
    }

    .slider-content {
        padding-top: 100px
    }

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

    .service-card__info h2 {
        font-size: 14px
    }

    .slide-item::before {
        /* background: linear-gradient(to bottom,#fff 1%,transparent 40%) */
    }

    .sservice-section {
        padding: 20px 0;
    }

    .sservice-card {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .py-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
}

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

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

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

    .odic_nav {
        padding-right: 30px
    }

    .why-overlay {
        max-width: 290px;
        opacity: 0.12;
        z-index: 0;
        right: 60px;
    }

    .review-overlay {
        max-width: 320px;
        opacity: 1;
        z-index: 0;
        right: auto;
        left: auto;
    }
}

@media screen and (max-width: 768px) {
    .shipping-content h2 {
        font-size: 23px;
    }

    .testimonial-area .single-item .inner-box .text-box p {
        font-size: 15px;
    }

    .testimonial-area .single-item .inner-box {
        padding: 50px 0px 0px;
    }

    .ab-overlay {
        max-width: 890px;
        bottom: 0;
        opacity: 0.2;
    }

    .hero-svg img {
        max-width: 190px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 568px) {
    .slide-item__img {
        height: 540px;
    }

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

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

    .service-card__info h2 {
        font-size: 14px
    }

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

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

    .section-innerbanner {
        padding-top: 100px;
        padding-bottom: 50px;
        background-position: center left;
        background-size: cover;
    }

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

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

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

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

/* === */
