:root {
    --base-color: #fad008;
    --base-color-dark: #fad008;
    --primary-color: #fad008;
    --primary-hsl: #263f7f;
    --color: var( --primary-color);
    --sec-color: #045477;
    --font-1: 'Quicksand', sans-serif;
    --font-2: 'Noto Sans', sans-serif;
    --font-default: "Roboto", var(--font-2), sans-serif;
}

::selection {
    color: #fff;
    background: #0d2d62
}

.footer-contact, .footer_social, .main-header .main-nav>ul {
    list-style: none
}

.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 .owl-dot span {
    background: #222;
    display: block;
    margin: 0 5px;
    transition: opacity .2s;
    width: 15px;
    height: 15px
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #cda274
}

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-1);
    -webkit-font-smoothing: antialiased
}

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(--primary-color);
    color: #000000;
    padding: 11px 32px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .45px;
    font-family: var(--font-2);
    border-radius: 0px;
    white-space: nowrap;
    border-radius: 35px;
}

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

.main-header {
    /* height: 151px; */
    background: #fff;
    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: 8px;
    margin-bottom: 6px;
}

.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;
    height: 70px;
    line-height: 62px
}

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

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

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

.main-header .main-nav>ul>li.active>a, .main-header .main-nav>ul>li:hover>a {
    color: #e2af00;
}

.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: 14.3px;
    line-height: 49px;
    font-weight: 500;
    color: #f8f4f4;
    letter-spacing: -0.0px;
    transition: .3s ease-in-out;
    font-family: var(--font-2);
}

.main-header .cmn-toggle-switch span, .main-header .cmn-toggle-switch::after, .main-header .cmn-toggle-switch::before {
    position: absolute;
    top: 7px;
    left: 0;
    height: 3px;
    background: var(--sec-color);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    display: block
}

.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: fixed;
    top: 35px;
    right: 15px;
    margin: -8.5px 0 0;
    padding: 0;
    width: 30px;
    height: 17px;
    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: transparent;
    z-index: 101
}

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

.main-header .cmn-toggle-switch::after, .main-header .cmn-toggle-switch::before {
    content: "";
    width: 100%;
    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: -7px;
}

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

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

    .main-header .top-line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 49px;
        background: #291c17;
    }

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

    .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: 80px 0 30px;
    background: url('../images/bg/footer-bg.webp');
    background-color: #00000096;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

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

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

.footer-contact li :is(a,span) {
    color: #ffffffed;
    font-weight: 400;
    font-size: 16px;
    flex: 1;
    letter-spacing: 0.35px;
}

.footer-contact li :is(a,span.text):hover {
    color: var(--bs-warning);
}

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

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

.odic-footer-title {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #dcdcdced;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--font-2);
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.odic-footer-title span {
    color: var(--base-color);
}

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

.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;
    z-index: 2;
}

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

.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 .content-box {
    position: relative;
    display: block;
    z-index: 5
}

.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: 160px 0 272px
}

.banner-section .content-box {
    position: relative;
    display: block
}

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

.title-label {
    display: inline-flex;
    gap: 10px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transform: translateY(50px);
    transition: .6s;
    background-color: var(--base-color);
    color: #000000;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 28px;
}

.active .title-label {
    opacity: 1;
    transform: translateY(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 .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: 60px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transform: translateY(-50px);
    transition: .8s
}

.banner-section .active .content-box h3, .banner-section .banner-carousel .active .content-box .btn-box {
    opacity: 1;
    transform: translateY(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: #fff;
    font-size: 38px;
    line-height: 70px;
    margin-bottom: 19px;
    transform: translateY(-100px);
    transition: .8s;
    font-family: var(--font-3);
    font-weight: 600;
}

.banner-section .banner-carousel .active .content-box h2, .banner-section .banner-carousel .active .content-box p {
    opacity: 1;
    transform: translateY(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: 30px;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffffe6;
    margin-bottom: 1px;
    transform: translateY(-100px);
    transition: .8s;
    max-width: 800px;
    margin: 20px auto 25px
}

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

.banner-section .banner-carousel .slide-item:before {
    background: #0a0429b5;
}

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

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

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

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

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

.sec-title h2 {
    color: rgb(0 0 0 / 64%);
    text-align: center;
    font-size: 40px;
    font-family: var(--font-1);
    font-weight: 700;
}

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

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

.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: #ffffffe3;
    font-weight: 400;
    font-size: 15px;
    max-width: 390px;
    line-height: 1.9;
    letter-spacing: 0.05px;
    font-family: var(--font-2);
}

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

.footer-links li {
    margin-bottom: 25px;
}

.footer-links li a {
    color: #ffffffed;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.35px;
    /* line-height: 40px; */
    display: inline-block;
    font-family: var(--font-2);
}


.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: #1f1f1f;
    font-size: 26px !important;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    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: 52px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

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

.footer_social a:hover {
    background: #ffffff;
}

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

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

@media (min-width: 1200px) {
    .section--inner {
        padding: 6rem 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: 50px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    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(--primary-color)
}

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

.about__title-sub {
    margin-top: 8px;
    font-family: var(--font-2);
    color: #333;
    letter-spacing: .15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about__desc {
    font-size: 14px;
    line-height: 28px;
    font-family: var(--font-2);
    text-align: left;
    letter-spacing: .35px;
    font-weight: 400;
    color: #101415;
    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;
}

.about-bg {
    position: absolute;
    inset: 0;
    top: 0;
    background: url('../images/bg/bg-about.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    background-color: #ffffffe3;
    background-blend-mode: lighten;
}

.about-bg img {
    width: 100%;
    object-position: center;
    height: auto;
}

.about-bg {
}

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

    .about__title-sub {
        font-size: 2.3rem;
        line-height: 35px
    }

    .about__desc {
        font-size: 16px;
        line-height: 1.8;
    }
}

.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: cover; */
    /* object-position: bottom; */
    /* max-width: 544px; */
    /* aspect-ratio: 1; */
    filter: brightness(94%);
    border-radius: 25px;
    object-fit: cover;
}

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

.conatct-icon svg {
    width: 60px;
    background-color: var(--base-color);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    color: #000000;
}

.conatct-content {
    flex: 1;
}

.conatct-content h2 {
    font-size: 17.8px;
    font-weight: 500;
    font-family: var(--font-2);
    line-height: 19px;
    margin-bottom: 8px;
    color: #000000;
    margin-top: 12px;
}

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

.conatct-content__link a .add-br {
    display: block
}

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

.conatct-content__link .addrr {
    display: none !important;
}

/*  */
.service-card {
    position: relative;
    position: relative;
    display: block;
    padding: 0px;
    background-color: #ffc107;
    border-radius: 15px;
}

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

.service-card__img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 650 / 402;
    position: relative;
}

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

.service-card__img img {
    width: 100%;
    transition: all 1.3s ease;
    filter: brightness(90%);
    border-radius: 12px;
    overflow: hidden;
    /* aspect-ratio: 650/402; */
    height: 100%;
    position: relative;
    position: absolute;
    inset: 0;
}

.service-card__body {
    padding: 20px 10px;
    padding-bottom: 10px;
    /* background: #ffffff; */
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 21px;
    /* border-radius: 12px; */
    justify-content: center;
}

.service-card__body .text {
}

.service-card__body .text h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: var(--font-2);
}

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

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

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

.section-toplabel {
    color: #fa5908;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px 10px;
}

.section-toplabel.center {
    justify-content: center
}

.section-toplabel--icon {
    padding-left: 2px;
}

.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 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0 0V2c.333.5.6 2.6 3 3'/%3E%3Ccircle cx='10.5' cy='19.5' r='2.5'/%3E%3Ccircle cx='20' cy='18' r='2'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13 19.5V11c0-.91 0-1.365.247-1.648c.246-.282.747-.35 1.748-.487c3.014-.411 5.206-1.667 6.375-2.436c.28-.184.42-.276.525-.22s.105.223.105.554v11.163'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13 13c4.8 0 8-2.333 9-3'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-size: 40px;
    width: 32px;
    height: 31px;
    top: 0px;
    left: 0;
}

.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: clamp(28px,3vw,34px);
    color: var(--base-color);
    margin-bottom: 16px;
}

.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;
    color: #4a4a4a;
}

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

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

.cours-card {
    background-color: #ff834e12;
    padding: 25px;
    border-radius: 15px;
}

.cours-card h2 {
    font-size: 20px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 20px;
}

.cours-card__info ul li {
    color: #212121;
    display: flex;
    /* align-items: center; */
    gap: 10px 10px;
    line-height: 1.8;
    font-size: 16px;
}

.cours-card__info ul li {
}

.cours-card__info ul li span.icon:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    color: var(--base-color);
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23000' d='M7.5 5.125a2.375 2.375 0 1 1 0 4.75a2.375 2.375 0 0 1 0-4.75'/%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%;
}

.mixitup-gallery .image img {
    aspect-ratio: 2/1.2;
    object-fit: cover;
    border-radius: 15px;
}


@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: 57px;
        line-height: 52px
    }

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

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

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

    .main-header .toggle-block {
        display: none;
        text-align: center;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 90px 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: var(--base-color);
    }

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

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

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

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

    .banner-section .banner-carousel .content-box p {
        font-size: 22px;
    }

    .banner-section .owl-theme .owl-next, .banner-section .owl-theme .owl-prev {
        display: none
    }

    .banner-carousel .slide-item .image-layer {
        background-position: left
    }
}

@media (max-width: 576px) {
     .title-label {
        visibility: hidden
    }

    .sec-main {
        padding: 23px 0
    }

    .odic-footer {
        padding: 20px 0
    }

    .banner-section .banner-carousel .slide-item {
        padding: 127px 0 94px
    }

    .banner-section .banner-carousel .content-box h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 35px;
    }
    .banner-section .banner-carousel .content-box p {
        font-size: 16px;
        font-weight: 400
    }


    .banner-section .content-box h3 {
        font-size: 20px;
        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;
    }
}