:root {
    --base-color: #1c94d6;
    --base-color: #1c94d6;
    --base-primary-dark: #21456e;
    --font-1: "Noto Sans", sans-serif;
    --font-2: "Roboto", sans-serif;
    --font-3: "Noto Sans JP", sans-serif;
    /* --font-1: "Lato", serif;
    --font-2: "Roboto", serif; */
    /* --font-2: "Saira Semi Condensed", serif; */
    --od-icon-font-family: "Font Awesome 5 Free";
    --body-font-size: 15px;
    --body-line-height: 1.62;
    --od-heading-line-height: 1.2;
    --od-body-color: #74787C;
    --heading-color: #494949e0;
    --base-primary: var(--base-color);
    --od-color-dark-blue: #0E104B;
    --od-color-white-default: #ffffff;
    --od-color-gray-2: #F6F6F6;
    --od-color-dark: #121212;
    --od-fw-extra-bold: 800;
    --od-fw-bold: 700;
    --fw-bold: 600;
    --od-fw-medium: 500;
    --fw-regular: 400;
    --od-fw-light: 300;
    --base-secondary: #130b4c;
}

body {
    font-family: var(--font-2);
    font-size: var(--body-font-size);
    font-weight: var(--fw-regular);
    color: var(--od-body-color);
    /* line-height: var(--body-line-height); */
}

img, .img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a, button {
    color: var(--base-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: var(--font-2);
}

a:focus, .btn:focus, .button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a:hover, button:hover {
    color: var(--base-primary);
    text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-1);
    color: var(--heading-color);
    margin-top: 0px;
    font-weight: var(--fw-bold);
    line-height: var(--od-heading-line-height);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-family: var(--font-2);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 14px;
}

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

.list-wrap li {
    list-style: none;
}

p {
    font-family: var(--font-2);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    font-weight: var(--fw-regular);
    color: var(--od-body-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--od-common-color-gray);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--heading-color);
    cursor: pointer;
    font-size: var(--body-font-size);
    font-weight: var(--fw-regular);
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--base-primary);
    color: var(--od-color-white-default);
    text-shadow: none;
}

::-moz-selection {
    background: var(--base-primary);
    color: var(--od-color-white-default);
    text-shadow: none;
}

::selection {
    background: var(--base-primary);
    color: var(--od-color-white-default);
    text-shadow: none;
}

/*=============================
- Input Placeholder
===============================*/
input, textarea {
    color: var(--od-body-color);
}

*::-moz-placeholder {
    color: var(--od-body-color);
    font-size: var(--body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--od-body-color);
    font-size: var(--body-font-size);
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gutter-20 {
    --bs-gutter-x: 20px;
}

.gutter-24 {
    --bs-gutter-x: 24px;
}

/*  */
.serv-ul {
    padding-left: 14px;
}

.serv-ul li {
    margin-bottom: 10px;
    width: 100%;
    font-family: var(--font-1);
    color: #1d1d1db3;
    text-align: justify;
    font-weight: 400;
    font-size: 15.1px;
}

.container {
    /* max-width: 1410px; */
}

.site-btn, .btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--base-color);
    border: 1px solid var(--base-color);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-2);
    letter-spacing: 0.39px;
    margin-bottom: 0;
    padding: 15px 28px 15px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    border-radius: 56px;
    white-space: nowrap;
    overflow: hidden;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    gap: 15px;
    line-height: 18px;
}

.site-btn:hover, .site-btn:focus-visible, .btn:hover, .btn:focus-visible {
    background: var(--base-primary-dark);
    color: #ffffff;
    border-color: var(--base-primary-dark);
    /* transform: scale(1.05); */
}

.btn.white-btn {
    background: var(--od-color-white-default);
    color: var(--base-secondary);
}

.transparent-btn {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    color: var(--od-color-white-default);
}

.arrow-btn {
    --arrow-hover-move-x: -110%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s linear;
}

.arrow-btn svg {
    color: var(--od-color-white-default);
    width: 15px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-1px);
}

.arrow-btn svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.arrow-btn svg path:nth-of-type(1) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.arrow-btn svg path:nth-of-type(2) {
    transform: translateX(calc(1 * var(--arrow-hover-move-x)));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}

.arrow-btn:focus-visible svg, .arrow-btn:hover svg {
    color: var(--heading-color);
}

.arrow-btn:focus-visible svg path:nth-of-type(1), .arrow-btn:hover svg path:nth-of-type(1) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.arrow-btn:focus-visible svg path:nth-of-type(2), .arrow-btn:hover svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.border-btn {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--od-color-dark);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    color: var(--od-color-dark);
    padding: 18px 29px;
}

.border-btn:hover {
    color: var(--od-color-white-default);
    background: var(--od-color-dark);
    border-color: var(--od-color-dark);
}

/*=============================
00. Preloader
===============================*/
#preloader {
    background-color: var(--od-color-white-default);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

#preloader .loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid rgba(240, 240, 240, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#preloader .loader .loader-container::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--base-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

#preloader .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

#preloader .loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*=============================
- Background color
===============================*/
.white-bg {
    background: var(--od-color-white-default);
}

.black-bg {
    background: var(--od-common-color-black);
}

/*=============================
OffCanvas
===============================*/
.offCanvas-toggle {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

@media (max-width: 991.98px) {
    .offCanvas-toggle {
        margin-right: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767.98px) {
    .offCanvas-toggle {
        display: none;
    }
}

.offCanvas-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #D9D9D9;
}

.offCanvas-toggle .menu-tigger {
    color: var(--heading-color);
}

.offCanvas-toggle .menu-tigger:hover {
    color: var(--base-primary);
}

.offCanvas__info {
    background: var(--od-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offCanvas__info::-webkit-scrollbar {
    width: 0px;
}

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
}

.offCanvas__close-icon button {
    background: transparent;
    border: 0 none;
    color: var(--base-primary);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.offCanvas__logo img {
    max-height: 34px;
}

.offCanvas__side-info {
    border-top: 1px solid var(--base-primary);
    padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 18px;
}

.offCanvas__side-info .contact-list p {
    color: var(--od-body-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.offCanvas__social-icon a {
    color: var(--base-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.offCanvas__social-icon a:hover {
    color: var(--base-secondary);
}

.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offCanvas__overly.active {
    opacity: 0.7;
    visibility: visible;
}

/*Breadcrumb*/
.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    background-color: #0c043999;
    background-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .breadcrumb__bg {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__bg {
        padding: 30px 0;
    }
}

.breadcrumb__content {
}

@media (max-width: 1199.98px) {
    .breadcrumb__content {
        padding: 40px 70px 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content {
        padding: 10px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__content {
        padding: 30px 35px;
    }
}

.breadcrumb__content .title {
    margin-bottom: 0px;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 1500px) {
    .breadcrumb__content .title {
        font-size: 56px;
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb__content .title {
        font-size: 52px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 30px;
    }
}

.breadcrumb__content .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 6px;
}

.breadcrumb__content .breadcrumb>* {
    font-size: 16px;
    color: var(--base-primary);
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb__content .breadcrumb>* a {
    color: var(--od-body-color);
}

.breadcrumb__content .breadcrumb>* a:hover {
    color: var(--base-primary);
}

.course-category-dropdown {
    background: var(--od-color-white-default);
    border: 1px solid #D9D9D9;
    margin: 0 0;
}

.course-category-dropdown .select2-results__options {
    margin-top: 7px;
}

.course-category-dropdown .select2-results__option {
    padding: 1px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.course-category-dropdown .select2-results__option--selectable:hover {
    background: var(--base-primary);
    color: var(--od-color-white-default);
}

/*=============================
00. Scroll Top
===============================*/
.scroll__top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 0;
    z-index: 99;
    color: var(--heading-color);
    text-align: center;
    cursor: pointer;
    background: var(--od-color-white-default);
    transition: 1s ease;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1199.98px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .scroll__top {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .scroll__top {
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.scroll__top.open {
    bottom: 30px;
}

@media (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 15px;
    }
}

.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
    color: var(--od-color-white-default);
}

/*=============================
00. Section Title
===============================*/
.section__title {
    position: relative;
    padding-top: 45px;
}

@media (max-width: 1199.98px) {
    .section__title {
        padding-top: 30px;
    }
}

.section__title .title {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--font-1);
    color: var(--base-primary);
}

@media (max-width: 1500px) {
    .section__title .title {
        font-size: 25px;
    }
}

@media (max-width: 1199.98px) {
    .section__title .title {
        font-size: 29px;
    }
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title {
        font-size: 36px;
    }
}

.section__title p {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .section__title p br {
        display: none;
    }
}

.section-title__main {
    padding-top: 0;
}

.section-title__main .sub-title {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #214470;
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-2);
    letter-spacing: 1.25px;
}

.section__title.white-title .title {
    color: var(--od-color-white-default);
}

.section__title.white-title p {
    color: #ACAACC;
}

.section__title .desc {
    margin: 10px 0 0;
}

.mb-60 {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .section__title.mb-70, .section__title.mb-60 {
        margin-bottom: 20px;
    }

    .mb-60 {
        margin-bottom: 30px
    }
}

/*=============================
Mobile Menu
===============================*/
.tgmobile__search {
    padding: 0 20px 25px 25px;
}

.tgmobile__search form {
    position: relative;
}

.tgmobile__search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    height: 45px;
    background: #F6F6F6;
    color: var(--heading-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.tgmobile__search input::placeholder {
    font-size: 15px;
    color: var(--od-body-color);
}

.tgmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--heading-color);
}

.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
    display: block !important;
}

.tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.tgmobile__menu .nav-logo img {
    width: 100%;
}

.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
    color: var(--base-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
    background: #F0F0F0;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--base-secondary);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--base-secondary);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--base-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--od-color-white-default);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
}

.tgmobile__menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--heading-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    letter-spacing: 0.21px;
    font-family: var(--font-2);
}

.tgmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    background: var(--base-primary);
    pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
    margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
    display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
    display: none;
}

.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
}

.tgmobile__menu .navigation ul li a {
    display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
    height: 100%;
}

.tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--base-primary);
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
    font-weight: var(--od-fw-bold) !important;
}

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--base-secondary);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 0;
}

.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--base-primary);
    background: var(--base-primary);
    color: var(--od-color-white-default);
}

.tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--od-color-white-default);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--od-color-white-default);
    margin-right: 30px;
    top: 15px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*=============================
00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 180s;
    animation-duration: 180s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeRight2 {
    -webkit-animation-name: fadeRight2;
    animation-name: fadeRight2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*=============================
00. Search
===============================*/
.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--od-color-white-default);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
    z-index: 99999999;
}

.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}

.search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--base-primary);
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--heading-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}

.search__input input::placeholder {
    font-size: 24px;
}

.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--base-primary);
    border: none;
    padding: 0 0;
    background: transparent;
}

.search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}

.search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--base-primary);
    cursor: pointer;
    background: transparent;
}

.search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}

.search-popup-overlay.search-popup-overlay-open {
    opacity: 0.55;
    visibility: visible;
    transition-delay: 0s;
}

.search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--base-primary);
    transition: all 0.5s;
}

.search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

/*=============================
02. Header
===============================*/
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

@media (max-width: 767.98px) {
    .transparent-header {
        top: 0;
    }
}

.tg-header__top {
    background-color: #eeeeee;
    padding: 8px 0;
    --c: #214372dfe7f2;
}

@media (max-width: 991.98px) {
    .tg-header__top-menu {
        /* display: none; */
    }
}

.tg-header__top-menu .list-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tg-header__top-menu .list-wrap li span.text {
    font-weight: 600;
}

.tg-header__top-menu .list-wrap li a {
    color: #214372;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.21px;
    letter-spacing: 0.12px;
}

.tg-header__top-menu .list-wrap li a:hover {
    color: var(--base-color)
}

.tg-header__top-delivery p {
    margin-bottom: 0;
    text-align: center;
    color: var(--od-color-white-default);
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .tg-header__top-social {
        display: none;
    }
}

.tg-header__top-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.tg-header__top-social .list-wrap li a {
    font-size: 22px;
    font-weight: 600;
    color: #214372;
    position: relative;
}

.tg-header__top-social .list-wrap li a::before {
}

.tg-header__top-social .list-wrap li a:hover::before {
}

.tg-header__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E6EAEF;
    font-size: 14px;
    font-weight: var(--od-fw-medium);
}

.tg-header__phone a {
    color: #E6EAEF;
}

.tg-header__phone a:hover {
    color: var(--od-color-white-default);
}

.tg-header__phone img {
    opacity: 0.6;
}

@media (max-width: 1199.98px) {
    .tg-header__area {
        padding: 0px 0;
    }
}

.tg-header__area .mobile-nav-toggler {
    position: relative;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #ffffff;
    display: none;
    background: var(--base-primary);
    padding: 7px 10px;
    border-radius: 5px;
}

.navigation .nav-contact {
    display: none;
}

@media (max-width: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: inline-flex;
    }

    .menunav-nav__bar-right {
        display: none;
    }

    .nav-contact {
        display: flex !important;
    }

    .tgmenu__nav {
        justify-content: space-between !important;
    }
}

.tg-header__area.sticky-menu {
    padding: 0 0;
}

@media (max-width: 1199.98px) {
    .tg-header__area.sticky-menu {
        padding: 20px 0;
    }
}

.tgmenu__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 9px 0;
}

@media (max-width: 991.98px) {
}

.tgmenu__nav .logo img {
    max-height: 55px;
}

.menunav-nav__bar {
    display: flex;
    flex-grow: 1;
}

.menunav-nav__bar ul {
    display: flex;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    gap: 10px 38px;
    margin-bottom: 0;
}

@media (max-width: 1500px) {
    .menunav-nav__bar ul {
        /* margin: 0 auto 0 40px; */
    }
}

.menunav-nav__bar ul li {
    display: block;
    position: relative;
    list-style: none;
}

.menunav-nav__bar ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #131313db;
    font-family: var(--font-2);
    padding: 5px 9px;
    margin: 19px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    letter-spacing: 0.01px;
}

@media (max-width: 1500px) {
    .menunav-nav__bar ul li a {
        padding: 2px 0px;
    }
}

.menunav-nav__bar ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--od-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.menunav-nav__bar ul li .sub-menu.sub-menu-right {
    right: 0;
    left: auto;
}

.menunav-nav__bar ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.menunav-nav__bar ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.menunav-nav__bar ul li .sub-menu li a {
    padding: 8px 15px 8px 25px;
    display: block;
    color: var(--heading-color);
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0px 0px;
}

.menunav-nav__bar ul li .sub-menu li:hover>a, .menunav-nav__bar ul li .sub-menu li>a.active {
    color: var(--base-primary);
}

.menunav-nav__bar ul li .sub-menu li:hover>a {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
}

.menunav-nav__bar ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menunav-nav__bar>ul>li.active a, .menunav-nav__bar>ul>li:hover a {
    color: var(--base-primary);
}

.navmenu-main__menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.navmenu-main__menu li.menu-item-has-children>a::after {
    content: "\f078";
    display: block;
    font-family: var(--od-icon-font-family);
    font-size: 12px;
    font-weight: var(--od-fw-bold);
    margin-left: 6px;
}

.sticky-menu {
    /* position: fixed; */
    /* left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--od-color-white-default);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0; */
}

.sticky-menu ul li .sub-menu {
    -webkit-border-radius: 0 0 0 0px;
    -moz-border-radius: 0 0 0 0px;
    -o-border-radius: 0 0 0 0px;
    -ms-border-radius: 0 0 0 0px;
    border-radius: 0 0 0 0px;
}

#header-fixed-height.active-height {
    display: block;
    height: 90px;
}

/* Slider */
.slider-swiper {
    background-size: cover;
    background-position: bottom;
    min-height: 450px;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .slider-swiper {
        min-height: 510px;
    }
}

@media (max-width: 768px) {
    .slider-swiper {
        min-height: 410px;
    }
}

.slider-swiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 69%);
    z-index: -1;
    transition: all 0.2s ease;
    transition-delay: 0.2s;
}

.slider-swiper.swiper-slide-active:before {
    /* background: rgb(255 255 255); */
}

.slider__content {
    background: #1D1D1D;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 95px 80px 100px;
    width: 100%;
}

@media (max-width: 1500px) {
    .slider__content {
        padding: 75px 80px 80px;
    }
}

@media (max-width: 1199.98px) {
    .slider__content {
        padding: 45px 50px 50px;
    }
}

@media (max-width: 991.98px) {
    .slider__content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .slider__content {
        padding: 35px 25px 40px;
    }
}

.slider__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 180px;
    height: 965px;
    opacity: 0.55;
    background: linear-gradient(180deg, #262626 8.61%, rgba(18, 18, 18, 0) 100%);
    transform: translateY(-50%) rotate(135deg);
    z-index: -1;
}

.slider__content::after {
    content: "";
    position: absolute;
    left: 22%;
    top: 50%;
    width: 180px;
    height: 965px;
    opacity: 0.55;
    background: linear-gradient(180deg, #2E2E2E 0%, rgba(18, 18, 18, 0) 67.1%);
    transform: translateY(-50%) rotate(135deg);
    z-index: -1;
}

.slider__content .sub-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--od-color-white-default);
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-right: 75px;
    margin-bottom: 22px;
}

@media (max-width: 767.98px) {
    .slider__content .sub-title {
        margin-bottom: 15px;
    }
}

.slider__content .sub-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 2px;
    background: var(--od-color-white-default);
}

.slider__content .title {
    margin-bottom: 48px;
    color: var(--od-color-white-default);
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.15;
}

@media (max-width: 1500px) {
    .slider__content .title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .slider__content .title {
        font-size: 45px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content .title {
        font-size: 42px;
    }
}

.slider__content .btn {
    border-color: var(--od-color-white-default);
}

.slider__content .btn:hover {
    border-color: var(--base-primary);
}

.slider-swiper__content {
    margin-left: 0px;
    text-align: left;
}

@media (max-width: 1199.98px) {
    .slider-swiper__content {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .slider-swiper__content {
        text-align: center;
    }
}

.slider-swiper__content .sub-title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #101010;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 18px;
}

@media (max-width: 767.98px) {
    .slider-swiper__content .sub-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

.slider-swiper__content .title {
    margin-bottom: 30px;
    color: var(--base-color);
    text-transform: capitalize;
    font-size: 41px;
    /* line-height: 1.1; */
    letter-spacing: 0.2px;
    font-family: var(--font-2);
}

@media (max-width: 1500px) {
    .slider-swiper__content .title {
        font-size: 45px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1199.98px) {
    .slider-swiper__content .title {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .slider-swiper__content .title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767.98px) {
    .slider-swiper__content .title {
        font-size: 31px;
        margin-bottom: 30px;
    }
}

.slider__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .slider__btn {
        justify-content: center;
    }
}

.slider__shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.slider-wrapper {
    position: relative;
}

.slider__nav {
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .slider__nav {
        top: auto;
        transform: translateY(0);
        bottom: 0;
    }
}

.slider__nav button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    padding: 0;
    background: var(--base-primary);
    border-radius: 50px;
}

@media (max-width: 991.98px) {
    .slider__nav button {
        width: 50px;
        height: 50px;
        display: none;
    }
}

.slider__nav button svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 991.98px) {
    .slider__nav button svg {
        width: 24px;
        height: 24px;
    }
}

.slider__nav button:hover {
    background: var(--base-primary-dark);
}

.slider__nav button.slider-button-next {
    /* background: var(--base-primary); */
    right: 0;
    left: auto;
}

@media (max-width: 991.98px) {
    .slider__nav button.slider-button-next {
        margin-top: 50px;
    }
}

.slider__nav button.slider-button-next:hover {
    /* background: var(--base-secondary); */
}

.slider-swiper.swiper-slide-active .slider-swiper__content .sub-title, .slider-swiper.swiper-slide-active .slider__content .sub-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-swiper.swiper-slide-active .slider-swiper__content .title, .slider-swiper.swiper-slide-active .slider__content .title {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-swiper.swiper-slide-active .slider-swiper__content .site-btn, .slider-swiper.swiper-slide-active .slider-swiper__content .btn, .slider-swiper.swiper-slide-active .slider__content .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-swiper.swiper-slide-active .slider__shape {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeRight2;
    animation-name: fadeRight2;
}

/*=============================
04. Banner
===============================*/
.banner__area {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.banner__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

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

.banner__shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.section-py-120 {
    padding: 120px 0;
}

.section-py-40 {
    padding: 90px 0;
}

@media (max-width: 767.98px) {
    .section-py-120 {
        padding: 100px 0;
    }

    .section-py-40 {
        padding: 20px 0;
    }
}

.section-pt-120 {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .section-pt-120 {
        padding-top: 100px;
    }
}

.section-pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 767.98px) {
    .section-pb-90 {
        padding-bottom: 70px;
    }
}

.section-pb-95 {
    padding-bottom: 95px;
}

@media (max-width: 767.98px) {
    .section-pb-95 {
        padding-bottom: 75px;
    }
}

.section-pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .section-pb-120 {
        padding-bottom: 100px;
    }
}

/*=============================
06. About
===============================*/
.about__img-wrap {
    position: relative;
    margin-right: 75px;
}

@media (max-width: 1199.98px) {
    .about__img-wrap {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about__img-wrap {
        margin-bottom: 50px;
    }
}

.about__img-wrap img {
    min-height: 450px;
    object-fit: cover;
    width: 100%;
}

.about-img__wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

@media (max-width: 1199.98px) {
    .about-img__wrap {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .about-img__wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .about-img__wrap {
        flex-wrap: wrap;
    }
}

.about-img__wrap img {
    border-radius: 30px;
    object-fit: cover;
}

@media (max-width: 1500px) {
    .about-img__wrap img {
    }
}

@media (max-width: 1199.98px) {
    .about-img__wrap img {
    }
}

@media (max-width: 767.98px) {
    .about-img__wrap img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-img__wrap img {
        width: 240px;
    }
}

.about-img__wrap img:nth-child(1) {
    margin-top: 35px;
}

@media (max-width: 767.98px) {
    .about-img__wrap img:nth-child(1) {
        margin-top: 0;
    }
}

.about__img-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--base-primary);
    padding: 40px 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .about__img-content {
        padding: 30px 25px;
    }
}

.about__img-content .title {
    color: var(--od-color-white-default);
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .about__img-content .title {
        font-size: 24px;
    }
}

.about__img-content .btn {
    border-color: var(--od-color-white-default);
}

.about__img-content .btn:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
}

.about__content>p {
    margin-bottom: 45px;
    font-size: 18px;
}

.about__content-bottom {
}

@media (max-width: 1500px) {
    .about__content-bottom {
    }
}

@media (max-width: 1199.98px) {
    .about__content-bottom {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .about__content-bottom {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .about__content-bottom {
        padding: 20px;
    }
}

.about__content-bottom .btn:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
}

.about__content-bottom .btn:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
}

.about-content {
    margin-left: 20px;
}

@media (max-width: 1500px) {
    .about-content {
        margin-left: 0;
    }
}

.about-content p {
    margin-bottom: 10px;
    width: 100%;
    font-family: var(--font-1);
    color: #1d1d1db3;
    text-align: justify;
    letter-spacing: 0.28px;
    font-weight: 400;
    font-size: 16.0px;
}

.about-content p:first-child {
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .about-content p {
        width: 100%;
        margin-bottom: 25px;
    }
}

.about__customer-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__customer-box .title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .about__customer-box .title {
        font-size: 25px;
    }
}

.about__customer-box .customer {
    display: flex;
    align-items: center;
}

.about__customer-box .customer li {
    width: 70px;
    flex: 0 0 auto;
    margin-left: -35px;
}

.about__customer-box .customer li:nth-child(1) {
    margin-left: 0;
}

.about__customer-box .customer li img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #F8F8F8;
}

.about__list-box {
    padding: 0 30px;
}

@media (max-width: 1199.98px) {
    .about__list-box {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .about__list-box {
        padding: 0;
    }
}

.about__list-box-wrap {
    display: flex;
    align-items: center;
    margin: 0 -30px;
}

@media (max-width: 1199.98px) {
    .about__list-box-wrap {
        margin: 0 -10px;
    }
}

@media (max-width: 767.98px) {
    .about__list-box-wrap {
        flex-wrap: wrap;
        gap: 20px 0;
        margin: 0;
    }
}

.about__list-box .icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    line-height: 0;
    color: var(--base-primary);
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    .about__list-box .icon {
        margin-bottom: 30px;
    }
}

.about__list-box .content {
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
}

.about__list-box .content .title {
    margin-bottom: 10px;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .about__list-box .content .title {
        font-size: 22px;
    }
}

.about__list-box .content p {
    margin-bottom: 0;
}

.about__list-box:hover .icon {
    transform: rotateY(180deg);
}

.about__inner-wrap {
    background: #d4d5d85c;
    margin: 0px 0px;
    padding: 60px 0;
    --_gradient-blend-mode: normal;
    --_gradient-blur: 100px;
    background: radial-gradient(at 62% 71%, #FFFFFF 0px, transparent 50%), radial-gradient(at 71.05263157894737% 63.29456094364351%, #57a8e678 0px, transparent 50%) #ffffff;
    mix-blend-mode: var(--_gradient-blend-mode);
    .frosted-backdrop {
        backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
        -webkit-backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
    }

    .frosted-backdrop {
        backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
        -webkit-backdrop-filter: blur(var(--_gradient-blur)) contrast(100%) brightness(100%);
    }

    ; }

@media (min-width: 1300px) {
    .about__inner-wrap {
        margin: 0;
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .about__inner-wrap {
        padding: 40px 0;
        margin: 0px 0px;
    }
}

.about__inner-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 5px;
}

.about__inner-list li:last-child {
    margin-bottom: 0;
}

.about__inner-list li i {
    color: var(--base-primary);
}

.about__author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__author .thumb {
    width: 60px;
    flex: 0 0 auto;
}

.about__author .thumb img {
    border-radius: 50%;
}

.about__author .content .title {
    margin-bottom: 5px;
    font-size: 22px;
}

.about__author .content span {
    display: block;
    line-height: 1;
}

.experience__wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .experience__wrap {
        flex-wrap: wrap;
    }
}

.experience__box {
    text-align: center;
    border: 1px solid #D9D9D9;
    background: var(--od-color-white-default);
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 22px 23px;
    flex: 0 0 auto;
}

.experience__box .title {
    font-size: 40px;
    color: var(--base-primary);
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1;
}

.experience__box span {
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

/* Services */
.services__inner-wrap {
    background: #f8f8f8;
    margin: 0 0px;
    padding: 41px 0;
    background: linear-gradient(to top, transparent, #dfe7f1, transparent);
}

@media (max-width: 1500px) {
    .services__inner-wrap {
        margin: 0 0px;
    }
}

@media (max-width: 767.98px) {
    .services__inner-wrap {
        padding: 30px 0 70px;
        margin: 0 0px;
    }
}

.services__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 40px 60px;
}

@media (max-width: 1199.98px) {
    .services__item {
        padding: 25px 25px;
    }
}

@media (max-width: 991.98px) {
    .services__item {
        display: none;
    }
}

.services__item-hidden {
    opacity: 0;
    visibility: hidden;
    padding: 40px 40px;
}

@media (max-width: 1199.98px) {
    .services__item-hidden {
        padding: 25px 25px;
    }
}

@media (max-width: 991.98px) {
    .services__item-hidden {
        visibility: visible;
        opacity: 1;
        padding: 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .services__item-hidden {
        padding: 30px 30px;
    }
}

.services__item-wrap {
    margin-left: -190px;
}

@media (max-width: 991.98px) {
    .services__item-wrap {
        margin-left: 0;
    }
}

.services__item-wrap .row {
    --bs-gutter-x: 10px;
}

.services-box {
    border: 0px solid #575757;
    background: var(--base-secondary);
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-left: -1px;
    border-radius: 10px;
}

.services-box:hover {
    border-color: var(--base-primary);
    z-index: 5;
}

.services-box:hover .services-box__img img {
    transform: scale(1.03) translateX(5px);
    filter: brightness(70%);
    animation: stretchimg 0.5s linear;
}

@keyframes stretchimg {
    /* 0%{    transform: scaleX(1);}
    50%{    transform: scaleX(3);}
    100%{    transform: scaleX(1);} */
}

.services__thumb {
    margin-bottom: 25px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.4s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 991.98px) {
    .services__thumb {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.services__thumb img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

@media (max-width: 1199.98px) {
    .services__thumb img {
        height: 230px;
    }
}

@media (max-width: 991.98px) {
    .services__thumb img {
        height: 250px;
    }
}

.services-box__img {
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 15px;
}

.services-box__img::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(89, 83, 83, 0.4);
    mix-blend-mode: multiply;
    pointer-events: none;
    transition: all 0.8s ease;
}

.services-box__img img {
    width: 100%;
    object-fit: cover;
    /* transform: scale(1.03); */
    transition: all 0.5s ease;
}

.services__arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    background: var(--od-color-white-default);
    color: var(--base-primary);
    line-height: 0;
    font-size: 14px;
}

.services__content .title {
    margin-bottom: 30px;
    font-size: 24px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.services__content-hidden .title {
    margin-bottom: 15px;
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 991.98px) {
    .services__content-hidden .title {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.services__content-hidden p {
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.2s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 991.98px) {
    .services__content-hidden p {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.services__content-hidden .services__btn {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 991.98px) {
    .services__content-hidden .services__btn {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.services__content-hidden .btn {
    gap: 10px;
    padding: 14px 20px 13px;
}

.services-box__info {
    padding: 15px 15px;
    background-color: #ffffff;
    border-radius: 0px;
}

@media (max-width: 1199.98px) {
    .services-box__info {
        padding: 25px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-box__info {
        padding: 30px 30px;
    }
}

.services-box__info .title {
    margin-bottom: 11px;
    color: #242424;
    font-size: 20.65px;
    font-weight: 500;
    color: var(--base-color);
    letter-spacing: -0.1px;
    font-family: var(--font-2);
}

.services-box__info p {
    margin-bottom: 20px;
    color: #212121d6;
    letter-spacing: 00.1px;
    font-size: 17px;
    margin-bottom: 9px;
}

.services-box__info .link-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--base-primary);
    letter-spacing: 0.05px;
}

.services-box__info .link-btn:hover {
    color: var(--base-primary);
    text-decoration: underline;
}

.services__list-wrap .list-wrap li {
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.services__list-wrap .list-wrap li:last-child {
    margin-bottom: 0 !important;
}

.services__details-content .section__title .title {
    font-size: 36px;
}

@media (max-width: 1199.98px) {
    .services__details-content .section__title .title {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .services__details-content .section__title .title {
        font-size: 32px;
    }
}

.services__details-content p {
    margin-bottom: 25px;
}

.services__details-content p:last-child {
    margin-bottom: 0;
}

.row-custom {
    display: flex;
    margin: 0 -25px;
}

@media (max-width: 1500px) {
    .row-custom {
        margin: 0 -15px;
    }
}

@media (max-width: 991.98px) {
    .row-custom {
        margin: 0;
        width: 100%;
        flex-direction: column;
    }
}

.col-custom {
    flex: 0.4;
    width: 220px;
    height: 542px;
    margin: 25px;
    transition: 0.3s;
    cursor: pointer;
    background: #F8F8F8;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1500px) {
    .col-custom {
        margin: 15px;
    }
}

@media (max-width: 1199.98px) {
    .col-custom {
        width: 150px;
    }
}

@media (max-width: 991.98px) {
    .col-custom {
        margin: 0 0 30px;
        width: 100%;
    }
}

.col-custom.active {
    flex: 7;
    background: var(--od-color-white-default);
}

.col-custom.active .services__item {
    display: none;
}

.col-custom.active .services__item-hidden {
    opacity: 1;
    visibility: visible;
}

.col-custom.active .services__item-hidden .services__thumb {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.col-custom.active .services__item-hidden .services__content-hidden .title {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.col-custom.active .services__item-hidden .services__content-hidden p {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}

.col-custom.active .services__item-hidden .services__content-hidden .services__btn {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s;
}

/*=============================
23. Testimonial
===============================*/
.testimonial__bg {
    background-size: cover;
    background-position: center;
    margin: 0 30px;
    padding: 120px 0 95px;
}

@media (max-width: 1500px) {
    .testimonial__bg {
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__bg {
        margin: 0 10px;
        padding: 100px 0 75px;
    }
}

.testimonial__item {
    border: 1px solid #404140;
    background: #1D1D1D;
    padding: 80px 80px 70px;
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

@media (max-width: 1500px) {
    .testimonial__item {
        padding: 70px 60px 70px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__item {
        padding: 70px 40px 60px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item {
        padding: 70px 30px 40px;
    }
}

.testimonial__item::before {
    content: "\e816";
    font-family: "fontello";
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .testimonial__item::before {
        right: 40px;
        bottom: 40px;
        font-size: 60px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__item::before {
        right: 40px;
        bottom: 60px;
        font-size: 50px;
    }
}

.testimonial__thumb {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.testimonial__content img {
    margin-bottom: 40px;
    max-height: 40px;
}

.testimonial__content p {
    margin-bottom: 40px;
    font-size: 24px;
    color: var(--od-color-white-default);
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .testimonial__content p {
        margin-bottom: 30px;
    }
}

.testimonial__content span {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    color: var(--od-color-white-default);
}

.testimonial__content span a:hover {
    color: var(--od-color-white-default);
}

.testimonial__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .testimonial__nav {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav {
        margin-bottom: 40px;
        justify-content: flex-start;
    }
}

.testimonial__nav button {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: #0C0A0A;
    color: var(--od-color-white-default);
}

.testimonial__nav button svg {
    width: 30px;
    height: 30px;
}

.testimonial__nav button.testimonial-button-next {
    background: var(--base-primary);
}

/* Brand */
.brand__item {
    background-color: #f5f5f6;
    margin: 10px;
    text-align: center;
    padding: 18px 10px;
}

.brand__item img {
    cursor: pointer;
}

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

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

.contact__info-thumb {
    padding: 10px;
    border: 1px solid #F0F0F0;
    border-bottom: none;
}

.contact__info-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .contact__info-thumb img {
        height: 220px;
    }
}

.contact__info-content {
    background: #dfe7f1;
    border: 1px solid #F0F0F0;
    text-align: center;
    padding: 32px 0 0;
    height: 100%;
    flex: 1;
    border-radius: 25px;
}

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

@media (max-width: 1199.98px) {
    .contact__info-content .icon {
        font-size: 40px;
        width: 80px;
    }
}

@media (max-width: 991.98px) {
    .contact__info-content .icon {
        font-size: 48px;
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .contact__info-content .icon {
        font-size: 40px;
        width: 80px;
    }
}

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

@media (max-width: 1199.98px) {
    .contact__info-content .content {
        padding: 15px 15px;
    }
}

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

.contact__info-content .content .title {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-2);
    letter-spacing: 0.10px;
}

@media (max-width: 991.98px) {
    .contact__info-wrap {
        margin-bottom: 50px;
    }
}

.contact-map {
    width: 100%;
    height: 505px;
}

@media (max-width: 1199.98px) {
    .contact-map {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .contact-map {
        height: 360px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact__form-wrap {
    padding: 54px 60px 60px;
    border: 1px solid #F0F0F0;
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .contact__form-wrap {
        padding: 50px 30px 60px;
    }
}

@media (max-width: 767.98px) {
    .contact__form-wrap {
        padding: 40px 25px 50px;
    }
}

.contact__form-wrap .section-title__main .title {
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .contact__form-wrap .section-title__main .title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .contact__form-wrap .section-title__main .title {
        font-size: 32px;
    }
}

.contact__form .form-grp {
    margin-bottom: 25px;
}

.contact__form .form-grp textarea, .contact__form .form-grp input {
    width: 100%;
    border: none;
    background: #F6F6F6;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--base-secondary);
    height: 55px;
    display: block;
}

.contact__form .form-grp textarea::placeholder, .contact__form .form-grp input::placeholder {
    font-weight: 400;
    color: var(--od-body-color);
}

.contact__form .form-grp textarea {
    min-height: 150px;
    max-height: 150px;
}

.contact__form .btn:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
}

.ajax-response.error {
    margin-top: 15px;
    color: red;
}

.ajax-response.success {
    color: green;
    margin-top: 15px;
}

/*=============================
28. Footer
===============================*/
.footer__area {
    background: #F6F6F6;
    border-top: 5px solid var(--base-primary);
}

.footer__bg {
    background-size: cover;
    background-position: center;
    padding: 80px 0 0px;
    background-color: #f1f7ff;
}

@media (max-width: 767.98px) {
    .footer__bg {
        padding: 0px 0;
    }
}

.footer__inner-wrap {
}

.footer__top {
    padding: 20px 0 35px;
}

@media (max-width: 767.98px) {
    .footer__top {
        padding: 80px 0 35px;
    }
}

.footer-top .footer__widget-title {
    color: var(--base-color);
}

.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 35px;
}

@media (max-width: 991.98px) {
    .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 40px;
}

@media (max-width: 767.98px) {
    .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__top .row [class*=col-]:nth-child(4) .footer__widget {
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .footer__top .row [class*=col-]:nth-child(4) .footer__widget {
        margin-left: 0;
    }
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget-title {
    margin-bottom: 34px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer__widget-link .list-wrap li {
    margin-bottom: 16px;
}

.footer__widget-link .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer__widget-link .list-wrap li a {
    display: flex;
    align-items: center;
    color: #393939;
    gap: 15px;
    text-transform: capitalize;
    font-size: 15.0px;
    font-family: var(--font-2);
}

.footer__widget-link .list-wrap li a span {
    position: relative;
}

.footer__widget-link .list-wrap li a span::before {
}

.footer__widget-link .list-wrap li a i {
    font-size: 14px;
}

.footer__widget-link .list-wrap li a:hover {
    color: var(--base-primary);
}

.footer__widget-link .list-wrap li a:hover span::before {
}

.footer__logo {
    margin-bottom: 35px;
}

.footer__logo img {
    max-height: 45px;
}

.footer__content p {
    margin-bottom: 20px;
    color: #4d4d4d;
    line-height: 26px;
    font-size: 15.0px;
    letter-spacing: 0.35px;
}

.footer__social .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--base-color);
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffffe0;
}

.footer__social .list-wrap li a:hover {
    background: var(--base-primary);
    border-color: var(--base-primary);
    color: var(--od-color-white-default);
}

.footer__newsletter p {
    margin-bottom: 25px;
}

.footer__newsletter-form {
    position: relative;
}

.footer__newsletter-form input {
    width: 100%;
    background: var(--od-color-white-default);
    border: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    color: var(--heading-color);
    padding: 16px 135px 16px 25px;
}

.footer__newsletter-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--od-body-color);
}

.footer__newsletter-form .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 13px 23px 11px;
    font-size: 14px;
}

.footer__newsletter-form .btn:hover {
    background: var(--base-secondary);
    border-color: var(--base-secondary);
}

.footer__info-wrap {
    display: flex;
    border-bottom: 1px solid #272727;
    flex-wrap: wrap;
}

.footer__info-item {
    width: 33.33%;
    flex: 0 0 auto;
    border-right: 1px solid #272727;
    padding: 48px 40px 48px 80px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .footer__info-item {
        padding: 40px 25px 40px 25px;
        gap: 15px;
    }
}

@media (max-width: 991.98px) {
    .footer__info-item {
        padding: 30px 25px 30px 25px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .footer__info-item {
        width: 100%;
        border-right: none;
        border-top: 1px solid #272727;
    }
}

.footer__info-item:last-child {
    border-right: none;
}

.footer__info-item .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--base-primary);
    color: var(--od-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
}

.footer__info-item .content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: #74787C;
    margin-bottom: 8px;
}

.footer__info-item .content .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--od-color-white-default);
    line-height: 1.4;
}

.footer__info-item .content .title a {
    display: block;
}

.footer__bottom {
    border-top: 1px solid #D9D9D9;
    padding: 22px 0;
}

@media (max-width: 767.98px) {
    .footer__bottom .copyright-text {
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer__bottom .copyright-text p {
    margin-bottom: 0;
}

.footer__bottom-menu .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 45px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .footer__bottom-menu .list-wrap {
        justify-content: center;
    }
}

.footer__bottom-menu .list-wrap li a {
    font-size: 14px;
    color: var(--od-color-dark);
}

.footer__bottom-menu .list-wrap li a:hover {
    color: var(--base-primary);
}

.footer-copyright {
    padding: 22px 80px;
}

@media (max-width: 1199.98px) {
    .footer-copyright {
        padding: 22px 40px;
    }
}

.copyright-area {
    text-align: center;
}

@media (max-width: 991.98px) {
    .copyright-area {
        text-align: center;
    }
}

.copyright-area p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--base-primary-dark);
}

/* new */
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 10px;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-contact .icon {
    width: 55px;
    height: 55px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    color: var(--base-primary);
    font-size: 23px;
}

.footer-contact .content {
    flex: 1;
}

.footer-contact .content h6 {
    color: var(--base-color);
    margin-bottom: 5px;
    font-weight: 600;
    font-family: var(--font-2);
    font-size: 16px;
}

.footer-contact .content :where(a, p) {
    color: #2f2f2f;
}

.footer-contact .content a:hover {
    color: var(--base-color);
}

@media (min-width: 1300px) {
    .tgmenu__nav .logo img {
        max-height: 73px;
    }

    .menunav-nav__bar ul {
        gap: 10px 10px;
    }

    .menunav-nav__bar ul {
        gap: 10px 27px;
    }
}

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

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #49f544, #2dd129);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -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: 27px
}

/*  */
.about-img {
    max-width: 500px;
    overflow: hidden;
    border-radius: 10px 50px 10px 50px;
}

.about-sub {
}

.about-sub h2 {
    font-family: var(--font-1);
    color: var(--base-primary);
    font-weight: 400;
}

.about-sub p {
    margin-bottom: 0px;
    width: 100%;
    font-family: var(--font-2);
    color: #282626cc;
    margin-top: 10px;
    text-align: justify;
    letter-spacing: 0.40px;
    font-weight: 400;
    font-size: 15.5px;
    max-width: 800px;
    font-style: italic;
}

.max-100 p {
    max-width: 100%;
}

.service-serv {
}

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

.oil-gas-downstream {
}

.oil-gas-upstream {
}

.power-utility {
}

.chemicals {
}

.petrochemicals {
}

.energy {
}

.hospitality {
}

.service-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: var(--font-2);
    color: #383f67;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.service-content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 27px;
}

/*  */
.section-servinner {
    padding: 50px 0px;
}

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

.serinner-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

/*  */
.sec-dw {
    background-image: url(../images/bg/why-us-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 90px 0;
    /* background-color: #120f4ae3; */
    position: relative;
}

.sec-dw .container {
    position: relative;
    z-index: 1;
}

.sec-dw:before {
    content: '';
    position: absolute;
    background-color: #16173a;
    inset: 0;
    z-index: 1;
    opacity: 83%;
}

.dw-content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px;
}

.dw-content p {
    color: #ffffff;
    max-width: 630px;
    margin: 0 auto;
    font-size: 16px;
}

/*  */
#app {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'calt'0;
    overflow-x: hidden;
    background: #eee
}

.jobs {
    width: 50%;
    margin: auto;
    padding: 1rem;
}

.job-box {
    width: 100%;
    padding: 1.5rem;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.41, 0.094, 0.54, 0.07) 0s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.05) 1px 2px 4px;
    backface-visibility: hidden;
    background-color: rgb(255, 255, 255);
    border-image: initial;
    margin-bottom: 1.5rem;
}

.job-box .content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    color: #000;
    position: relative;
}

.job-box .info {
    flex: 1 1 auto;
}

.info_details {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    color: rgba(151, 153, 157, 0.7);
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.details__item {
    margin-right: 1rem;
    max-width: 8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.skills {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.skills__item {
    border: 1px solid #4badad;
    color: #4badad;
    margin: 4px 6px 2px 0;
    padding: 5px 8px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 2px;
    transition: .4s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.serinner-content {
}

.section-servinner ul {
    padding-left: 20px;
}

.serinner-content ul li {
}

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

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #49f544, #2dd129);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -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: 27px
}

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

.quality-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.quality-subtitle {
    font-size: 17px;
    color: #363636e0;
    margin-bottom: 30px;
}

.quality-list {
    list-style: none;
    padding: 0;
}

.quality-list li {
    padding: 8px 0;
    font-size: 1.1rem;
    color: #444;
}

.quality-icon {
    color: #007bff;
    margin-right: 10px;
}

.contact-btn {
    margin-top: 20px;
}

a.btn-dwonload__link {
    user-select: none;
    -moz-user-select: none;
    background: var(--base-color);
    border: 1px solid var(--base-color);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-2);
    letter-spacing: 0.39px;
    margin-bottom: 0;
    padding: 15px 18px 15px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    border-radius: 56px;
    white-space: nowrap;
    overflow: hidden;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    gap: 15px 9px;
    line-height: 18px;
}

.btn-dwonload {
    /*text-align: right;*/
}

.breadcrumb__bg--sm {
}

.section-catlog {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.catlog-iframe {
    width: 100%;
    border: none;
    display: none;
    /* Hide initially */
    height: 100vh;
}

.catlog-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: sans-serif;
}

.catlog-loader__spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

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

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