:root {
    --primary: #de1634;
    --primary-color: #012d42;
    --primary-light: #012d42;
    --primary-hsl: #0a2540;
    --color: var( --primary-color);
    --sec-color: #de1634;
    --sec-color-dark: hsl(351 80% 38% / 1);
    --font-1: 'Noto Sans', sans-serif;
    --font-2: 'Roboto', sans-serif;
    /* --font-1: 'Open Sans', sans-serif;
    --font-2: 'Roboto', sans-serif; */
}

.footer-contact, .footer_social, .main-header .main-nav>ul {
    list-style: none
}
.text-s{
    color: var(--sec-color);
}
::selection {
    color: #fff;
    background: #0d2d62
}

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

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.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-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.owl-carousel.owl-hidden {
    opacity: 0
}

.main-header .top-info:first-child:before, .owl-carousel .owl-refresh .owl-item, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.btn__primary, .c-btn, .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

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

.owl-carousel .owl-item img {
    display: block;
    width: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

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

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.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.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s;
    -moz-transition: scale .1s;
    -ms-transition: scale .1s;
    -o-transition: scale .1s;
    transition: scale .1s
}

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #898f9f;
    margin: 0 10px;
    transition: .5s
}

.owl-theme .owl-controls .owl-nav [class*=owl-] span:before {
    margin: 0;
    font-size: 25px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #f2be00
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    gap: 7px 9px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-brands .owl-dots {
    position: static;
    display: flex;
    justify-content: center;
    transform: none;
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    padding: 0px;
    margin: 0;
    line-height: normal;
    background-color: transparent;
    border: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #c9c9c9;
    display: inline-block;
    transition: opacity .2s;
    width: 11px;
    height: 11px;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}

body, p {
    line-height: 28px
}

.c-btn.type-1:before, .main-header .top-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0
}

.simple-text, body {
    font-weight: 400
}

.service_list ul li {
    margin-bottom: 15px
}

.service_list ul li {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .4px
}

body {
    font-size: 18px;
    color: #606060;
    background: center top/cover no-repeat #fff;
    font-family: var(--font-2);
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-2);
}

a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none !important;
    outline: 0
}

a:not(:disabled) {
    cursor: pointer
}

.c-btn:hover, a, button, input {
    text-decoration: none
}

a, button, input {
    outline: 0 !important
}

.btn__primary {
    background-color: var(--sec-color);
    color: #fff;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .45px;
    font-family: var(--font-2);
    border-radius: 0px;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 32px;
}

.btn__primary:not(:disabled):hover {
    color: #fff;
    background-color: #212121
}

.f1 {
    font-family: var(--font-1)
}

.f2, .service_list h4 {
    font-family: var(--font-2)
}

p {
    font-size: 15px;
    font-family: var(--font-2);
    color: #696969
}

ul {
    padding: 0px;
    list-style: none;
}

.c-btn {
    position: relative;
    overflow: hidden
}

.c-btn.type-1 {
    background: #ffa92e;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #ffa92e
}

.c-btn.type-1:before {
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    background: #fff;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1);
    transition: transform .45s cubic-bezier(.4, 0, .2, 1)
}

.main-header .main-nav>ul>li>a, .main-header .top-info a {
    font-family: Roboto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out
}

.c-btn.type-1:hover:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-btn.type-1 span {
    display: block;
    position: relative;
    padding: 17px 36px;
    text-align: center;
    z-index: 2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase
}

.c-btn.type-1:hover span {
    color: #ffa92e
}

.c-btn.type-1.color-3 {
    background: #ffa200;
    border-color: #ffa200
}

.c-btn.type-1.color-3:hover span {
    color: #ffa200
}

.c-btn.type-1.size-2 span {
    font-size: 15px;
    line-height: 17px;
    padding: 12px 25px
}

.c-btn.type-1.font-2 span {
    font-family: Roboto
}

.simple-text {
    font-size: 14px;
    line-height: 26px;
    color: #898989;
    letter-spacing: .4px;
    word-wrap: break-word
}

.odic-footer-author a:hover, .odic-footer-contact a:hover, .odic-footer-list a:hover, .odic-footer-social a:hover, .simple-text a {
    color: #1b95b9
}

.simple-text a:hover {
    color: #ff8313
}

.simple-text.color-4 {
    color: #7c7c7c
}

.simple-text p {
    margin-bottom: 20px
}

.about-title, .simple-text p:last-child {
    margin-bottom: 0
}

.about-title {
    font-size: 2.2rem;
}

.about__content h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0.35px;
    color: #212121;
    line-height: 27px;
}

.main-header {
    /* height: 151px; */
    background: #ffffff;
    padding-top: 45px;
    border-bottom: 1px solid #f2f2f2;
    z-index: 101;
    padding-bottom: 0;
}

.main-header ul {
    padding-left: 0
}

.main-header .top-inner {
    margin-top: 15px;
    margin-bottom: 13px;
}

.main-header .logo {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    max-width: 260px;
}

.main-header .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

.main-header .main-nav>ul>li>a {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #313131;
    letter-spacing: .3px;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-header .main-nav>ul>li.active>a, .main-header .main-nav>ul>li:hover>a, .main-header .top-info a:hover {
    color: var(--sec-color);
}

.main-header .top-line {
    text-align: left;
}

.main-header .top-info {
    display: inline-block;
    position: relative;
    padding: 0 24px;
}

.main-header .top-info:before {
    width: 1px;
    height: 30px;
    background: #dedede;
    margin-top: -15px
}

.main-header .top-info:last-child {
    padding-right: 0
}

.main-header .top-info a {
    font-size: 15px;
    line-height: 49px;
    font-weight: 300;
    color: #f8f4f4;
    letter-spacing: .5px;
    transition: .3s ease-in-out
}

.main-header .cmn-toggle-switch span, .main-header .cmn-toggle-switch::after, .main-header .cmn-toggle-switch::before {
    position: absolute;
    top: 18px;
    right: 6px;
    height: 3px;
    background: #ffffff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    display: block;
    width: 80%;
}

.main-header .top-info .fa {
    font-size: 15px;
    margin-right: 8px;
    color: #dbdbdb;
}

.main-header .nav-more {
    display: inline-block;
    font-size: 0;
    margin-top: 32px;
    margin-left: 35px
}

.cmn-toggle-switch:focus {
    outline: 0
}

.main-header .cmn-toggle-switch {
    display: none;
    position: absolute;
    top: 23px;
    right: 15px;
    margin: -8.5px 0 0;
    /* padding: 19px 24px; */
    width: 46px;
    height: 40px;
    /* font-size: 0; */
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: #e00b1a;
    z-index: 101;
    border-radius: 5px;
}

.main-header .cmn-toggle-switch span {
    /* right: 0; */
    transition: .3s ease-in-out;
    left: 4px;
}

.main-header .cmn-toggle-switch::after, .main-header .cmn-toggle-switch::before {
    content: "";
    width: 62%;
    transition: .3s ease-in-out
}

.odic-footer-list a, .odic-footer-search input[type=text] {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out
}

.main-header .cmn-toggle-switch::before {
    margin-top: -9px;
}

.main-header .cmn-toggle-switch::after {
    margin-top: 9px;
}

.main-header .cmn-toggle-switch.active::before {
    margin-top: -0px;
    transform: rotate(-45deg);
}

.main-header .cmn-toggle-switch.active::after {
    margin-top: -0px;
    transform: rotate(45deg);
}

.main-header .cmn-toggle-switch.active span {
    opacity: 0;
}

@media (min-width: 992px) {
    .main-header .top-inner {
        position: relative;
        /* margin-bottom: 0; */
    }

    .main-header .top-line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #01324a;
    }

    .main-header .toggle-block {
        display: block !important;
        float: right;
    }

    .main-header .main-nav {
        display: inline-flex;
        /*vertical-align: top;*/
        align-items: center;
    }

    .main-header ul {
        display: flex;
        gap: 52px 40px;
        margin-bottom: 0px;
    }

    .main-header .main-nav>ul>li {
        position: relative;
    }

    .main-header .main-nav>ul>li>a {
        display: block;
        position: relative
    }

    .footer-top .footer-tags h5, .footer-top .footer-tags span {
        margin-right: 1rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .main-header .nav-more {
        margin-left: 10px
    }

    .main-header .main-nav>ul>li {
        /* margin-left: 26px; */
    }

    .main-header .top-inner:before {
        left: -60px
    }
}

@media (max-width: 991px) {
    .main-header .top-info .fa, .main-header .top-info a {
        color: #210101;
    }

    .main-header .top-info a {
        font-weight: 500;
        line-height: 24px;
    }
}

.odic-footer-contact, .odic-footer-list a {
    position: relative;
    font-size: 14px;
    color: #7b7b7b
}

.odic-footer {
    padding: 100px 0 30px;
    background: var(--primary-hsl);
}

.footer-contact li {
    margin-bottom: 1.3rem
}

.footer-contact li i {
    opacity: .8;
    color: #3085db;
    padding-top: 5px;
    margin-right: 12px;
}

.footer-contact li a, .footer-contact li span {
    color: #ffffffdb;
    font-weight: 400;
    font-size: 15px;
    flex: 1;
    letter-spacing: 0.35px;
    font-family: var(--font-2);
}

.footer-links li a:hover,.footer-contact li a:hover {
    color: var(--sec-color);
}

.odic-footer-bottom p {
    font-size: 13px
}

.odic-footer-bottom .copy-text {
    opacity: .9
}

.odic-footer-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.odic-footer-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.odic-footer-list li {
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #2c2c2e
}

.odic-footer-list a {
    display: block;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 15px;
    transition: .3s ease-in-out
}

.odic-footer-list a:before {
    content: "\f105";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -6px
}

.odic-footer-contact {
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    border-top: 1px solid #2c2c2e;
    padding: 13px 20px 15px 35px
}

.odic-footer-author, .odic-footer-copy, .odic-footer-search input[type=text] {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400
}

.odic-footer-contact .fa {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.odic-footer-contact a {
    color: #7b7b7b
}

.odic-footer-social a {
    font-size: 22px;
    color: #7c7c7c;
    margin-right: 22px
}

.footer-top .footer-tags span:last-child, .odic-footer-social a:last-child {
    margin-right: 0
}

.odic-footer-copy {
    line-height: 18px;
    color: #424242;
    text-align: left
}

.odic-footer-copy a {
    color: #2e7185
}

.banner-section .owl-theme .owl-next:hover, .banner-section .owl-theme .owl-prev:hover, .odic-footer .simple-text a:hover, .odic-footer-copy a:hover {
    color: #fff
}

.odic-footer-author {
    line-height: 18px;
    color: #424242;
    text-align: right
}

.odic-footer-author a {
    color: #424242
}

.banner-carousel, .banner-section, .odic-footer-search {
    position: relative;
    background: url('../images/slider/slider-bg.webp');
    background-size: cover;
    /* background: linear-gradient(45deg, black, transparent); */
}

.odic-footer-search input[type=text] {
    color: #fff;
    width: 100%;
    height: 38px;
    padding: 0 50px 0 20px;
    background: 0 0;
    border: 1px solid #393939;
    transition: .3s ease-in-out
}

.odic-footer-search input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(150, 149, 149, .35);
    letter-spacing: .5px;
    opacity: 1
}

.odic-footer-search input[type=text]:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(150, 149, 149, .35);
    letter-spacing: .5px;
    opacity: 1
}

.odic-footer-search input[type=text]::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(150, 149, 149, .35);
    letter-spacing: .5px;
    opacity: 1
}

.odic-footer-search input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(150, 149, 149, .35);
    letter-spacing: .5px;
    opacity: 1
}

.odic-footer-search input[type=text]:focus {
    outline: 0;
    border-color: #0f637c
}

.odic-footer-search input[type=submit] {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 36px;
    height: 34px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #0f637c;
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.odic-footer-search input[type=submit]:hover {
    background: #fff;
    color: #0f637c
}

.banner-carousel .slide-item:before {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 6s linear;
    -moz-transition: 6s linear;
    -ms-transition: 6s linear;
    -o-transition: 6s linear;
    transition: 6s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-carousel .content-box h2, .banner-carousel .content-box p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    color: #fff;
    position: relative;
    display: block
}

.banner-carousel .banner-container {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-carousel .content-box {
    position: relative;
    /* display: none; */
    z-index: 5;
    /* opacity: 0; */
}

.banner-section .banner-carousel .content-box h2, .banner-section .banner-carousel .content-box p {
    font-weight: 400;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    opacity: 0
}

.banner-carousel .content-box p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(100px);
    transition: 1s
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.banner-section .content-box .icon-box, .banner-section .content-box h3 {
    margin-bottom: 14px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

.odic-btn.banner-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 17px 29px;
    line-height: 20px;
    border: 1px solid var(--primary-color)
}

.odic-btn.banner-btn:hover {
    background: #fff;
    color: var(--primary-color)
}

.banner-section .odic-btn {
    margin: 0 7.5px
}

.banner-section .banner-carousel .slide-item {
    padding: 0px 0 0px;
    position: relative;
}

.banner-section .slide-item img {
    /* max-height: 570px; */
    /* object-fit: cover; */
    /* min-height: 290px; */
    max-width: 500px;
    padding: 60px 0;
}

.banner-section .content-box {
    position: relative;
    text-align: right;
}

.banner-section .content-box .icon-box {
    position: relative;
    display: inline-block;
    transform: scale(0, 0);
    transition: .8s
}

.banner-section .active .content-box .icon-box {
    transform: scale(1, 1);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.banner-section .content-box h3 {
    display: block;
    font-size: 48px;
    /* line-height: 46px; */
    color: var(--primary-light);
    font-weight: 400;
    opacity: 0;
    transform: translateX(-50px);
    transition: .8s
}

.banner-section .active .content-box h3, .banner-section .banner-carousel .active .content-box .btn-box {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.banner-section .banner-carousel .content-box h2 {
    color: #000000;
    font-size: 24px;
    /* line-height: 60px; */
    margin-bottom: 19px;
    transform: translateX(-100px);
    transition: .8s;
    font-family: var(--font-2);
    letter-spacing: 0.65px;
}

.banner-section .banner-carousel .active .content-box h2, .banner-section .banner-carousel .active .content-box p {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.banner-section .banner-carousel .content-box p {
    display: block;
    font-size: 28px;
    color: #fff;
    margin-bottom: 1px;
    transform: translateX(-100px);
    transition: .8s
}

.banner-section .banner-carousel .content-box .btn-box {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.banner-section .banner-carousel .slide-item:before {
    background: #240a0d9e;
}

.banner-section .owl-theme .owl-next, .banner-section .owl-theme .owl-prev {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    background: 0 0;
    border: 1px solid #f4f4f4c2;
    width: 53px;
    height: 53px;
    line-height: 52px;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
    background: #f4f4f4c2 !important;
    opacity: 0;
}

.banner-section .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.banner-section .owl-theme .owl-prev {
    left: 40px
}

.banner-section .owl-theme .owl-next {
    right: 40px
}

.sec-main {
    padding: 70px 0 70px;
}

.marg-lg-b20 {
    height: 20px
}

.marg-lg-b25 {
    height: 25px
}

.marg-lg-b70 {
    height: 70px
}

@media (min-width: 1399px) {
    .banner-section .banner-carousel .slide-item {
        padding: 0px 0;
    }
}

@media (max-width: 1199px) {
    .marg-md-b30 {
        height: 30px !important
    }

    .marg-md-b50 {
        height: 50px !important
    }
}

.sec-title h2 {
    color: var(--primary-color);
    font-family: var(--font-2);
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 37px;
    letter-spacing: 1.35px;
}

.sec-title h2.sm {
    font-size: 26px;
    letter-spacing: 0px;
}

.c-p, .highlight-text, .service_list h4, .service_list ul li i {
    color: var(--primary-color)
}

.c-plight {
    color: var(--primary-light);
}

.c-s, .sec-c {
    color: var(--sec-color) !important;
}

.service_list {
    margin-bottom: 2em
}

.service_list h4 {
    font-weight: 600;
    margin-bottom: 17px;
    font-size: 28px
}

.service_list ul li i {
    margin-right: 10px;
    color: var(--primary-hsl)
}

.border-title {
    height: 1px;
    width: 25%;
    background: linear-gradient(45deg, #ddd, var(--primary-color), #dbdbdb);
    margin: 0 auto
}

.service-home__content p {
    max-width: 700px
}

.sec-service p {
    font-size: 16px;
    font-family: var(--font-2);
    line-height: 30px;
    letter-spacing: .25px
}

.footer-tags h5, .footer-top .footer-tags span {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 13px;
    font-family: var(--font-2);
    text-transform: capitalize
}

.footer-top .footer-tags span {
    border: 1px solid #d1d1d1;
    padding: .2rem 1.1rem;
    border-radius: 0;
    color: #000
}

.footer-about {
    color: #ffffffeb;
    font-weight: 400;
    font-size: 15px;
    max-width: 95%;
    line-height: 32px;
    font-family: var(--font-1);
}

.footer-links {
    list-style: none;
}

.footer-links li {
}

.footer-links li a {
    color: #ffffffa3;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.35px;
    line-height: 54px;
    display: inline-block;
    font-family: var(--font-2);
}

@media (max-width: 991px) {
    .main-header .toggle-block, .main-header .top-inner {
        /* position: fixed; */ top: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #f2f2f2
    }

    .main-header .logo {
        height: 60px;
        line-height: 52px
    }

    .main-header {
        /* position: absolute; */
        left: 0;
        right: 0;
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
        padding-top: 0px;
    }

    .main-header .top-inner {
        right: 0;
        /* height: 70px; */
        padding: 9px 0px;
        z-index: 1;
        margin-top: 0;
        float: none;
        margin-bottom: 0px;
    }

    .main-header .cmn-toggle-switch {
        display: block
    }

    .main-header .toggle-block {
        display: none;
        text-align: center;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 20px 15px 30px;
    }

    .main-header .main-nav {
        margin-bottom: 25px;
        text-align: left;
    }

    .main-header .main-nav>ul>li {
        padding: 13px 0
    }

    .main-header .main-nav>ul>li>a {
        display: block;
        position: relative;
        padding-left: 25px;
        padding-right: 25px
    }

    .main-header .nav-more {
        margin: 0 0 25px
    }

    .main-header .top-info:before {
        display: none
    }

    .main-header .top-info a:hover {
        color: #fa7e1e
    }

    .main-header .top-info {
        display: block;
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-top .footer-tags span {
        width: 45%
    }
}

.float-whatsapp__wrap {
    position: fixed;
    right: 12px;
    bottom: 5%;
    z-index: 10;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.float-whatsapp__icon-wrap {
    width: 60px;
    height: 60px;
    background: #62d474;
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 15px 0 rgb(98 212 115);
    box-shadow: 0 4px 15px 0 rgb(98 212 115)
}

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

.fs22 {
    font-size: 2.2rem
}

.footer-tags h5 {
    border: 1px solid #d1d1d1;
    padding: .7rem 1.1rem;
    border-radius: 0;
    color: #565656;
    letter-spacing: .25px
}

.footer_social {
    gap: 20px
}

.footer_social a {
    color: #ffffff;
    font-size: 22px !important;
    width: 45px;
    height: 45px;
    background: #678FD5;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.footer_social a i {
    margin-right: 0px;
}

.footer_social a:hover {
    background: #303030
}

.section--inner {
    background: url(../images/bg/page-title.webp) center center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding: 17px 0;
    background: #1c7fab;
}

.section--inner-service {
    background: url(../images/bg/page-title.webp) center top/cover no-repeat
}

@media (min-width: 1200px) {
    .section--inner {
        padding: 17px 0;
    }
}

.section--inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c0e0c;
    content: "";
    z-index: -1;
    opacity: .7
}

.section--inner .inner__banner-content {
    text-align: center;
    margin-top: 10px
}

@media (max-width: 991px) {
    .section--inner .inner__banner-content {
        margin-top: 0
    }
}

.section--inner .inner__banner-content h2 {
    font-size: 26px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400
}

.inner__banner-list {
    padding-left: 0;
    margin-bottom: 0
}

.inner__banner-list li {
    display: inline-block;
    padding: 0 20px 0 5px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-family: var(--font-1), sans-serif
}

@media (max-width: 767px) {
    .c-btn.type-1 {
        width: 100%;
        text-align: center
    }

    .odic-footer-line {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .odic-footer-copy {
        text-align: left;
        margin-bottom: 15px
    }

    .odic-footer-author {
        text-align: left
    }

    .marg-xs-b30 {
        height: 30px !important
    }

    .section--inner .inner__banner-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .inner__banner-list li {
        font-size: 14px
    }
}

.inner__banner-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.inner__banner-list li:last-child span {
    color: #cbd4fd
}

.inner__banner-list li:last-child:after {
    display: none
}

.inner__banner-list li a {
    color: #fff;
    font-size: 14px;
    transition: .3s
}

.inner__banner-list li a:hover {
    color: var(--sec-color);
}

.section--padding {
    padding: 3rem 0
}

.about-title__sub {
    font-family: var(--font-1);
    color: #333;
    letter-spacing: .15px;
    font-size: 1.1rem;
    /* line-height: 30px; */
    font-weight: 500;
}

.about__desc {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--font-2);
    text-align: left;
    letter-spacing: .35px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 12px;
    /* max-width: 610px; */
    text-align: justify;
    word-spacing: -1.5px;
}

.about__desc--inner {
    max-width: fit-content;
}

.about-ul, .about-descr {
    font-size: 16px;
    line-height: 29px;
    color: #3b3b3b;
    font-weight: normal;
    font-family: var(--font-1);
    margin-bottom: 10px;
    text-align: justify;
    word-spacing: -1.5px;
}

.about-descr {
    font-size: 15px;
    margin-bottom: 10px;
    color: #101415;
    font-weight: 500;
}

@media (min-width: 992px) {
    .section--padding {
        padding: 4rem 0
    }

    .about-title__sub {
        font-size: 40px;
        /* line-height: 35px; */
        margin-bottom: 30px;
        margin-top: 13px;
    }

    .about__desc {
        font-size: 17px;
        /* line-height: 32px; */
        max-width: 990px;
        margin: 0 auto;
        text-align: center;
    }
}

.contact__title {
    color: #838383;
    font-family: var(--font-1);
    font-weight: 600
}

.contact-info {
    text-align: center
}

.contact-info__icon {
    width: 55px;
    height: 55px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 55%
}

.contact-info__content {
    font-size: 16px;
    font-family: var(--font-2);
    font-weight: 400;
    letter-spacing: .25px;
    color: #212121
}

.contact-info__highlight, .contact-info__link:hover {
    color: var(--primary-color)
}

.contact-info__highlight {
    font-weight: 600
}

.contact-info__link {
    display: inline-block;
    font-weight: 700;
    color: #212112;
    margin-top: 1rem
}

.contact-info__content--social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem
}

.contact-info__social-link {
    width: 45px;
    height: 45px;
    background-color: #212121;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.contact-info__social-link:hover {
    color: #fff;
    background-color: var(--primary-color)
}

@media (max-width: 1200px) {
    .main-header .main-nav>ul>li>a {
        font-size: 15px;
        font-weight: 500;
        color: #2c2c2c;
        letter-spacing: .5px;
        text-transform: capitalize
    }
}

.about-left img {
    object-fit: contain;
    /* object-position: bottom; */
    /* max-width: 544px; */
    /* aspect-ratio: 1; */
    filter: brightness(94%);
    max-width: 90%;
    margin: 0 auto;
}

/* contactus */
.contact-item {
    text-align: left;
    padding: 14px;
    /* margin-top: 20px; */
    display: flex;
    gap: 10px 20px;
    border: 1px solid #d6efffc7;
    align-items: center;
    background-color: #d6efffc7;
    border-radius: 5px;
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
}

.conatct-icon svg {
    width: 60px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    color: var(--sec-color);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: -72px;
    border: 1px solid #e2111129;
}

.conatct-content {
    flex: 1;
}

.conatct-content h2 {
    font-size: 18.8px;
    font-weight: 500;
    font-family: var(--font-2);
    line-height: 19px;
    margin-bottom: 15px;
    color: var(--sec-color);
}

.conatct-content__link a {
    font-size: 16px;
    color: #020202;
    font-family: var(--font-2);
    letter-spacing: 0.35px;
    display: inline-block;
    transition: all 250ms ease;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 3px;
}

.conatct-content__link a:hover {
    color: var(--sec-color);
}

/*  */
.service-card {
    position: relative;
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.service-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid #5c71aa;
    top: -7px;
    left: -7px;
    border-radius: 18px;
    content: none;
}

.service-card__img {
    overflow: hidden;
}

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

.service-card__img img {
    width: 100%;
    transition: all 0.4s ease;
    /* border-radius: 12px; */
    overflow: hidden;
    aspect-ratio: 1/1.2;
    object-fit: cover;
}

.service-card__body {
    padding: 23px 20px 24px;
    width: 100%;
    height: 100%;
}

.service-card__body .text {
}

.service-card__body .text h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    color: #171717e6;
    font-weight: 400;
    font-family: var(--font-1);
    text-align: center;
}

@media (max-width: 1200px) {
    .conatct-icon svg {
        width: 52px;
        padding: 7px;
        /* background: transparent; */
    }

    .contact-item {
        gap: 10px 10px;
    }

    .conatct-content__link a {
        font-size: 14px;
        letter-spacing: 0.35px;
    }
}

.section-toplabel {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 11px;
    font-family: var(--font-2);
    background-color: var(--primary);
    padding: 0px 15px;
    text-align: center;
    border-radius: 52px;
    line-height: 25px;
}

.section-toplabel.dark {
    background-color: #8da6c873;
    color: var(--primary-color);
}

.section-toplabel.white {
    background-color: #ffffff;
    color: var(--primary-color);
}

.section-toplabel--icon {
    /* padding-left: 0px; */
}

.section-toplabel--icon::before {
    content: '';
    position: absolute;
    display: inline-block;
    --svg: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23000' d='M1.313 0L0 1.313l2.313 4l1.5-.22l9.156 9.157l-.781.75c-.4.4-.4 1.006 0 1.406l.406.407c.4.4 1.012.4 1.312 0L15.094 18c-.1.6 0 1.313.5 1.813L21 25.188c1.1 1.1 2.9 1.1 4 0c1.3-1.2 1.288-2.994.188-4.094l-5.375-5.407c-.5-.5-1.213-.7-1.813-.5L16.687 14c.3-.4.3-1.012 0-1.313l-.375-.374a.974.974 0 0 0-1.406 0l-.656.656l-9.156-9.156l.218-1.5l-4-2.313zm19.5.031C18.84-.133 16.224 1.175 15 2.312c-1.506 1.506-1.26 3.475-.063 5.376l-2.124 2.125l1.5 1.687c.8-.7 1.98-.7 2.78 0l.407.406l.094.094l.875-.875c1.808 1.063 3.69 1.216 5.125-.219c1.4-1.3 2.918-4.506 2.218-6.406L23 7.406c-.4.4-1.006.4-1.406 0L18.687 4.5a.974.974 0 0 1 0-1.406L21.595.188c-.25-.088-.5-.133-.782-.157m-11 12.469l-3.626 3.625A5.26 5.26 0 0 0 5 16c-2.8 0-5 2.2-5 5s2.2 5 5 5s5-2.2 5-5c0-.513-.081-1.006-.219-1.469l2.125-2.125l-.312-.406c-.8-.8-.794-2.012-.094-2.813L9.812 12.5zm7.75 4.563c.125 0 .243.024.343.125l5.907 5.906c.2.2.2.518 0 .718c-.2.2-.52.2-.72 0l-5.905-5.906c-.2-.2-.2-.518 0-.718c.1-.1.25-.125.375-.125M5.688 18.405l1.906 1.907l-.688 2.593l-2.593.688l-1.907-1.907l.688-2.593z'/%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%;
    background-size: 20px;
    width: 16px;
    height: 17px;
    top: 0px;
    left: 0;
    content: none;
}

.clients-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}

.clients-item {
    border: 1px solid #dde1ef;
    margin: 5px;
    padding: 5px;
    max-width: 299px;
    text-align: center;
    background: white;
}

.clients-item img {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .clients-item {
        width: 150px;
    }
}

/*  */
.service-wrap {
}

.service-content__main-title {
    font-size: 28px;
    color: #212121;
}

.service-content__sub-title {
    font-size: 20px;
    font-weight: 500;
}

.service-content h3 {
    font-size: 18px;
    font-weight: 500;
}

.service-ul li {
    font-size: 16px;
    line-height: 33px;
    padding-left: 20px;
    position: relative;
}

.service-ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-hsl);
    border-radius: 50%;
    left: 0px;
    top: 10px;
}

.service-img {
    max-width: 450px;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

.service-img {
}

.section-service__item {
    padding: 80px 0px;
}

.section-service__item:nth-child(even) {
    background-color: #f5f5f7;
}

.section-service__item:last-of-type {
    padding-bottom: 20px;
}

.sec-products {
    background-color: rgb(255 255 255);
}

.about__desc-inner {
    max-width: 100%;
}

.about-bottom {
    font-family: var(--font-2);
}

.about-bottom :is(h1,h2) {
    color: #2e2e2e;
    font-family: var(--font-1);
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
}

.about-bottom p span {
    font-weight: 600;
    color: #000;
}

.about-bottom p {
    font-weight: 500;
    color: #000000a1;
    letter-spacing: 0.65px;
    max-width: 800px;
}

.album-wrap {
    padding-bottom: 53.833%;
    padding-bottom: 63.833%;
    background-color: #ffffff;
    background-size: cover;
    background-image: var(--img-url);
    position: relative;
    background-position: center center;
    border: 2px solid var(--primary-color);
}

.album-wrap__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* border: 5px solid #fff; */
    background: linear-gradient(to top, #0000001f, transparent);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.album-wrap__link:before {
    content: none;
    display: inline-block;
    width: 46px;
    height: 46px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m37.25 58.75a8 8 0 0 0 5.66-2.35l22.63-22.62a8 8 0 0 0-11.32-11.32L167.6 77.09a8 8 0 0 0 5.65 13.66M224 120h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4l-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z'/%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%;
    animation: spin 2s infinite linear;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(0deg);
    top: 50%;
}

@keyframes spin {
    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.album-wrap__icon {
    opacity: 0;
}

.album-wrap__text {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.35px;
}

.album-wrap:hover .album-wrap__link {
    background-color: var(--primary-color);
    opacity: 0.5;
    z-index: 1;
}

.album-wrap:hover .album-wrap__icon {
    opacity: 1;
    z-index: 11;
    color: white;
    font-size: 28px;
}

.site-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: normal;
    z-index: 1;
    border-radius: 43px;
    transition: .2s ease;
    background: var(--sec-color);
    padding: 18px 29px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
}

.services-btn .btn-text:hover, .site-btn:hover {
    background-color: var(--sec-color-dark);
    color: #fff;
}

.site-btn__icon {
    margin-left: 0;
    transform: rotate(0) translateX(10px);
    display: inline-block;
    transform-origin: center center
}

.site-btn:hover .site-btn__icon {
    animation: .5s forwards tfLeftToRight
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

.section-cat {
    padding: 70px 0px;
}

.cat-info {
    position: relative;
    background-color: #f4f7fb;
    /* margin: 5px; */
    border-radius: 11px;
    overflow: hidden;
    display: block;
    border: 1px solid #eee;
    transition: border 0.5s ease;
}

.cat-info:hover {
    border-color: #092972;
}

.cat-info:hover img {
    transform: scale(1.12)
}

.cat-info__img {
    position: relative;
    aspect-ratio: 1/0.7;
    margin: 6px;
    overflow: hidden;
}

.cat-info__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
    object-fit: contain;
}

.cat-info__img {
}

.cat-info__label {
    /* position: absolute; */
    background-color: var(--primary-light);
    bottom: 20px;
    padding: 22px 27px 22px 13px;
    /* border-radius: 0px 30px 30px 0px; */
    /* max-width: 200px; */
    text-align: center;
}

.cat-info__label h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(234 235 237) !important;
}

.headet-call__btn .icon {
    width: 40px;
    color: #63be1c;
}

.headet-call__btn {
    display: flex;
    gap: 12px;
    align-items: center
}

.headet-call__btn>div {
    display: flex;
    flex-direction: column;
    gap: 8px 5px
}

.headet-call__btn .label {
    font-size: 15px;
    font-weight: 600;
    color: #393986;
}

.headet-call__btn .text h3 {
    font-size: 16px;
    white-space: nowrap;
    color: #454545;
}

.sec-testimonial {
    padding: 70px 0px 50px;
}

.testi_left {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 0px;
}

.testi_left i {
    width: 45px;
    height: 45px;
    background-color: var(--sec-color);
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.testi_left p {
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 5px;
    color: #464646;
}

.section-book {
    position: relative;
    padding: 74px 0px;
    text-align: center;
    background: url('../images/bg/bg-booking.webp');
}

.section-book .container {
    position: relative;
    z-index: 2;
}

.section-book:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #01131b;
    opacity: 89%;
    z-index: 0;
}

.book-info h2 {
    font-size: 50px;
    color: var(--sec-color);
    max-width: 1130px;
    margin: 0 auto 10px;
    font-weight: 400;
    /* color: #ffffffe3; */
}

.book-info p {
    color: #fff;
}

.ab-overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* height: 100%; */
    max-width: 530px;
    opacity: 20%;
    z-index: 0;
}

.sectionClass {
    padding: 0px 0px 0px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 70px 0px;
    text-align: center;
}

.projectFactsWrap .item .icon {
    color: #fff;
    display: inline-block;
    margin-bottom: 23px;
}

.projectFactsWrap .item .icon svg {
    width: 60px;
    height: 60px;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: 300;
    letter-spacing: 3.2px;
    color: #fff;
}

.projectFactsWrap .item p {
    color: rgb(255 255 255);
    font-size: 18px;
    margin: 0;
    padding: 15px 0 10px;
    font-family: var(--font-2);
    color: var(--sec-color);
    transition: all 0.2s ease;
    font-weight: 700;
}

.projectFactsWrap .item span:not(.icon) {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 20px auto 0;
    display: none;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    /* background: white; */
}

.brand-img {
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #eee;
}

.sidebar {
    max-width: 290px;
    /* background-color: #edf0f7; */
    padding: 0px;
}

.sidebar ul li a {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    color: #383838d9;
    background-color: #becef74a;
    margin-bottom: 8px;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.prd-info__label h2 {
    font-size: 16px;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }

    .projectFactsWrap .item .icon svg {
        width: 40px;
        height: 40px;
    }

    .projectFactsWrap .item p.number {
        font-size: 30px;
        letter-spacing: 0.1px
    }
}

/*  */
@media (min-width: 1400px) {
    .container {
        max-width: 1385px;
    }
}

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

@media (max-width: 768px) {
    .footer-top .footer-tags span {
        width: 100%;
        padding: .4rem 1.1rem
    }

    .banner-section .slide-item img {
        max-width: 500px;
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .banner-section .banner-carousel .content-box h2 {
        font-size: 24px;
        /* line-height: 38px; */
        margin-bottom: 35px;
    }

    .banner-section .content-box h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .section-book {
        padding: 70px 0px;
    }

    .book-info h2 {
        font-size: 30px;
    }

    .sec-testimonial {
        padding: 20px 0px;
    }

    .banner-section .content-box {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .sec-main {
        padding: 43px 0;
    }

    .odic-footer {
        padding: 60px 0;
    }

    .banner-section .banner-carousel .slide-item {
        /* height: 90vh; */
    }

    .banner-section .banner-carousel .content-box h2 {
        font-size: 19px;
        /* line-height: 38px; */
        margin-bottom: 15px;
    }

    .banner-section .content-box h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-section .owl-theme .owl-prev {
        left: 6px
    }

    .banner-section .owl-theme .owl-next {
        right: 6px
    }

    .banner-section .owl-theme .owl-next, .banner-section .owl-theme .owl-prev {
        width: 39px;
        height: 39px;
        line-height: 35px;
        opacity: 0;
    }

    .about-title__sub {
        font-size: 28px;
    }

    .about__content h3 {
        font-size: 16px;
    }

    .main-header .logo {
        height: 54px;
        line-height: 52px;
    }
}

/* ------------------------- */
/* banner */
.section-banner {
    position: relative;
}

.section-banner:before {
    content : '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, #fff 50%, transparent); */
    z-index: 2;
    pointer-events: none;
}

.owl-banner .item {
    height: 650px;
    position: relative;
}

.owl-banner .owl-nav {
    margin-top: -10px !important;
}

.owl-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100%);
    object-position: bottom;
}

.owl-banner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 49%);
    background: rgb(21 21 21 / 0%);
    left: 0;
    display: flex;
    align-items: center;
    opacity: 100%;
}

.banner-content {
    position: relative;
    padding: 46px 26px;
    overflow: hidden;
    text-align: left;
    text-align: left;
}

.banner-content h1 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    color: var(--base-color-dark);
}

.banner-content h2 {
    font-size: 57px;
    font-weight: 500;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fffffff2;
    font-family: var(--font-2);
    text-transform: uppercase;
    letter-spacing: 1.95px;
}

.banner-content h3 {
    color: #ffffff;
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    line-height: 36px;
    max-width: 800px;
    letter-spacing: .45px;
    /* margin: 0 auto; */
}

.owl-banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-banner .owl-item.active .site-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-banner .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

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

.owl-banner .owl-nav svg {
    width: 24px;
}

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

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

.owl-banner .owl-nav .owl-prev:focus {
    outline: 0;
}

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

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

.owl-banner .owl-nav .owl-next:focus {
    outline: 0;
}

.owl-banner .owl-nav .owl-prev:hover, .owl-banner .owl-nav .owl-next:hover {
    /* background: transparent !important; */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: var(--base-color-dark) !important;
    color: #fff !important;
}

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

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

@media (max-width: 768px) {
    .owl-banner .item {
        height: 450px;
        position: relative;
    }
}

@media (max-width: 568px) {
    .owl-banner .item {
        height: 320px;
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.site-btn--banner {
}

.engage-content {
    margin-bottom: 33px;
    text-align: center;
    background-color: #ffffff3d;
    border-radius: 10px;
    padding: 26px 22px 27px;
    /* height: 100%; */
    background: rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    /* backdrop-filter: blur(16.7px); */
    -webkit-backdrop-filter: blur(16.7px);
    border: 1px solid rgb(118 145 251);
}

.engage-content h2 {
    font-size: 19px;
    color: #525252;
    margin-bottom: 11px;
    color: var(--primary);
}

.engane-light .engage-content h2 {
    color: #f5f5f5;
}

.engage-content p {
    color: #2e2f34c2;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.12px;
    margin: 0;
}

.engane-light .engage-content p {
    color: #f5f5f5e0;
    letter-spacing: 0.42px;
}

/*  */
.section-services {
    padding: 70px 0px;
    background-color: var(--primary-color);
}

/*  */
.section-why {
    padding: 60px 0px;
}

.sec-title p {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    color: #000000c4;
}

/*  */
.why-content {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    border: 1px solid #dc133736;
    border-radius: 15px;
    padding: 10px 10px;
}

.why-content .text {
}

.why-content .whyicon .icon {
    display: inline-block;
    background-color: var(--sec-color);
    padding: 13px;
    border-radius: 15px;
}

.why-content .whyicon .icon svg {
}

.why-content .whyicon .icon svg {
    width: 47px;
    fill: #fff;
}

.why-content h2 {
    font-size: 20px;
    margin: 16px 0 7px;
    color: #212121;
}

.why-content p {
}

/* --------------------- */
.review-label {
    font-weight: 500;
    color: var(--primary-color);
}

.review-label__sub {
    font-weight: 400;
    color: var(--primary-color);
    font-size: 16px;
    margin: 5px 0 2px;
}

.review-label__loc {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
}

.p-info p {
    color: #4b5863;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 29px;
    margin-bottom: 8px;
}

.p-info .code {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-variation-settings: "wght" 450;
    color: var(--base-dark-2);
    font-family: var(--font-3);
    margin-bottom: 11px;
}

.sec-space {
    padding-top: 41px;
    padding-bottom: 41px;
}

@media (min-width: 1300px) {
    .sec-space {
        padding-top: 71px;
        padding-bottom: 81px;
    }
}

@media (max-width: 768px) {
    .banner-content {
        padding: 6px 6px;
    }

    .banner-content h2 {
        font-size: 27px;
        margin-top: 12px;
    }

    .banner-content h3 {
        color: #f2ecec;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: .45px;
    }

    .owl-banner .owl-nav {
        display: none
    }
}
