@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&amp;display=swap");
:root {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #949494;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: var(--primary);
    --bs-primary-rgb: 10, 161, 149;
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success: #6f42c1;
    --bs-success-rgb: 111, 66, 193;
    --bs-info: #0dcaf0;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning: #ffc107;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger: #dc3545;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light: #f8f9fa;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark: #212529;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #09958a;
    --bs-secondary-text-emphasis: #666f76;
    --bs-success-text-emphasis: #693db9;
    --bs-info-text-emphasis: #0cc0e4;
    --bs-warning-text-emphasis: #f9bb00;
    --bs-danger-text-emphasis: #da2a3b;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgba(10, 161, 149, 0.15);
    --bs-secondary-bg-subtle: rgba(108, 117, 125, 0.15);
    --bs-success-bg-subtle: rgba(111, 66, 193, 0.15);
    --bs-info-bg-subtle: rgba(13, 202, 240, 0.15);
    --bs-warning-bg-subtle: rgba(255, 193, 7, 0.15);
    --bs-danger-bg-subtle: rgba(220, 53, 69, 0.15);
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgba(10, 161, 149, 0.2);
    --bs-secondary-border-subtle: rgba(108, 117, 125, 0.2);
    --bs-success-border-subtle: rgba(111, 66, 193, 0.2);
    --bs-info-border-subtle: rgba(13, 202, 240, 0.2);
    --bs-warning-border-subtle: rgba(255, 193, 7, 0.2);
    --bs-danger-border-subtle: rgba(220, 53, 69, 0.2);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #949494;
    --bs-border-color: #efefef;
    --bs-box-shadow: #e7e7e7;
    --bs-border-color-translucent: #f4f4f4;
    --primary: #e9692e;
    --primary-hover: #d35416;
    --secondary: #48c353;
    --secondary-hover: #36a341;
}

:root .btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

:root .btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

:root .btn-success {
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}

:root .btn-info {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

:root .btn-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

:root .btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

:root .btn-light {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

:root .btn-dark {
    background-color: #212529 !important;
    border-color: #212529 !important;
}

html,
body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-48 {
    font-size: 48px !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    background-color: var(--bs-body-bg);
    position: relative;
}

.section_title {
    position: relative;
}

.section_title h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section_title h2 span {
    background-color: rgba(195, 230, 228, 0.47);
    height: 70px;
    width: 70px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -15px;
}

.section_title p {
    max-width: 600px;
    font-size: 18px;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg-custom {
    background-color: var(--primary);
}

.text-custom {
    color: var(--primary);
}

.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.bg-custom-light {
    background-color: rgba(10, 161, 149, 0.05);
}

.bg-dark {
    background-color: #192d35;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.dark-light-btn,
.rtl-ltr-btn {
    width: 50px;
    height: 40px;
    color: #fff !important;
    background-color: var(--primary) !important;
    margin: 5px 0;
}

.dark-light-btn:focus,
.dark-light-btn:active,
.rtl-ltr-btn:focus,
.rtl-ltr-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--primary) !important;
}

.dark-light-btn .mdi-weather-sunny,
.rtl-ltr-btn .mdi-weather-sunny {
    display: none;
}

.dark-light-btn .mdi-weather-night,
.rtl-ltr-btn .mdi-weather-night {
    display: inline-block;
}

.rtl-ltr-btn .ltr {
    display: none;
}

.rtl-ltr-btn .rtl {
    display: inline-block;
}

.btn {
    padding: 12px 26px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn:hover.btn-hover {
    box-shadow: 0 4px 11px rgba(10, 161, 149, 0.1) !important;
    transform: translateY(-3px);
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-custom {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.2s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    color: #fff !important;
}

.border-radius-none {
    border-radius: 0px !important;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--primary);
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.2s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: var(--primary) !important;
}

.btn-custom-light {
    background-color: rgba(10, 161, 149, 0.1215686275);
    border: 2px solid rgba(10, 161, 149, 0);
    color: var(--primary);
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.2s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-custom-light:hover,
.btn-custom-light:focus,
.btn-custom-light:active,
.btn-custom-light.active,
.btn-custom-light.focus,
.btn-custom-light:active,
.btn-custom-light:focus,
.btn-custom-light:hover,
.open>.dropdown-toggle.btn-custom-light {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: var(--primary) !important;
}

.btn-custom-outline {
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus,
.btn-custom-outline:active,
.btn-custom-outline.active,
.btn-custom-outline.focus,
.btn-custom-outline:active,
.btn-custom-outline:focus,
.btn-custom-outline:hover,
.open>.dropdown-toggle.btn-custom-outline {
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    color: #fff !important;
}

header .navbar {
    padding: 0;
}

header .navbar .navbar-brand img {
    width: 200px;
    height: auto;
}

header .navbar .navbar-brand .logo-dark {
    display: inline-block;
}

header .navbar .navbar-brand .logo-light {
    display: none;
}

.navbar-nav {
    float: right;
}

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler-icon i {
    font-size: 28px;
    color: #000;
}

.horizontal-menu-toggle {
    display: none;
}

.horizontal-menu-toggle button {
    border: none;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.horizontal-menu-toggle button i {
    vertical-align: middle;
}

.menubar {
    background-color: transparent;
}

.horizontal-nav {
    border-radius: 0;
    z-index: 999;
    left: 0;
    background-color: var(--bs-body-bg);
    padding: 15px 0;
    border-bottom: 1px solid var(--bs-border-color);
    top: 0;
    right: 0;
    min-height: 70px;
}

.blur-nav {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(1) blur(20px) !important;
}

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

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

.horizontal-nav ul li a {
    display: block;
    line-height: 20px;
    text-decoration: none;
    white-space: normal;
    font-weight: 600;
    background: transparent;
}

.horizontal-nav .animated {
    animation-fill-mode: both;
}

.horizontal-nav .container,
.horizontal-nav .container-fluid {
    position: relative;
}

.horizontal-nav .dropdown-toggle::after {
    width: inherit;
    height: inherit;
    border: 0;
    margin: 0;
}

.horizontal-nav .dropdown {
    position: relative;
}

.horizontal-nav .dropdown-menu {
    position: absolute;
    display: none;
    top: 56px;
    left: -15px;
    padding: 10px 0;
    z-index: 1000;
}

.horizontal-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 25px;
    border-radius: 3px;
    border: 8px solid var(--bs-body-bg);
    border-color: transparent transparent var(--bs-body-bg) var(--bs-body-bg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.horizontal-nav .open>.dropdown-menu {
    display: block;
}

.horizontal-nav .collapse:not(.show) {
    display: none;
}

.horizontal-nav .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
}

.horizontal-nav .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
}

.horizontal-nav .navbar-collapse.show {
    overflow-y: auto;
}

.horizontal-nav .horizontal-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
}

.horizontal-nav .horizontal-menu li .fa-icon-left {
    margin-right: 8px;
}

.horizontal-nav .horizontal-menu li .fa-icon-right {
    margin-left: 8px;
}

.horizontal-nav .navbar-collapse:before,
.horizontal-nav .navbar-collapse:after {
    content: " ";
    display: table;
}

.horizontal-nav .navbar-collapse:after {
    clear: both;
}

.horizontal-nav .horizontal-menu>li>a {
    padding: 10px 15px;
    color: #495057;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.horizontal-nav .horizontal-menu>li>a img {
    display: inline-block;
    width: 18px;
    vertical-align: middle;
    margin-right: 7px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}

.horizontal-nav .horizontal-menu>li>a i {
    display: inline-block;
    width: 23px;
    font-size: 16px;
    vertical-align: middle;
}

.horizontal-nav .horizontal-menu>li>a span {
    vertical-align: middle;
}

.horizontal-nav .horizontal-menu>li.active>a {
    color: var(--primary) !important;
    background-color: transparent;
}

.horizontal-nav .horizontal-menu>li>a:hover {
    color: var(--primary);
    background-color: transparent;
}

.horizontal-nav .horizontal-menu>li>a:focus {
    color: var(--primary);
    background-color: transparent;
}

.horizontal-nav .horizontal-menu>li.active>a img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.horizontal-nav .horizontal-menu>li.active>a:hover img,
.horizontal-nav .horizontal-menu>li.active>a:focus img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.horizontal-nav .horizontal-menu li .description {
    font-style: italic;
    font-size: 90%;
    margin: 6px 0 0;
    font-weight: 400;
}

.horizontal-nav .horizontal-menu .dropdown-menu {
    background-color: var(--bs-body-bg);
}

.horizontal-nav .horizontal-menu .dropdown-menu li a {
    color: #495057;
    font-size: 15px;
}

.horizontal-nav .horizontal-menu .dropdown-menu li a:before {
    display: none;
    content: "\e897";
    font-family: "feather" !important;
    font-size: 10px;
    line-height: 10px;
    padding-right: 0.2rem;
    vertical-align: middle;
}

.horizontal-nav .horizontal-menu .dropdown-menu li a .mdi {
    font-size: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.horizontal-nav .horizontal-menu .dropdown-menu li.active>a {
    color: var(--primary) !important;
}

.horizontal-nav .horizontal-menu .dropdown-menu li>a:hover {
    color: var(--primary) !important;
}

.horizontal-nav .horizontal-menu .dropdown-menu li>a:focus {
    color: var(--primary) !important;
}

.horizontal-nav .horizontal-menu .dropdown-toggle:focus {
    outline: 0;
}

.horizontal-nav .horizontal-menu .mega-menu-col-title:before {
    font-family: "themify";
}

.horizontal-nav .horizontal-menu .dropdown .dropdown-toggle:before {
    font-family: "themify";
}

.horizontal-nav .horizontal-menu .dropdown .dropdown-toggle:after {
    font-family: "themify";
}

.horizontal-nav .navbar-collapse {
    padding: 0;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown {
    position: static;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu.dropdown-menu {
    width: 60%;
    padding: 0;
    background-color: #ffffff;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-row {
    width: 100%;
    float: left;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col {
    list-style: none;
    color: #495057;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col a {
    color: #495057;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col .active>a {
    color: var(--primary);
    background: transparent;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col>a:hover {
    color: var(--primary);
    background: transparent;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col>a:focus {
    color: var(--primary);
    background: transparent;
}

.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col-title {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.horizontal-nav.fixed-navbar {
    position: relative;
}

@media (min-width: 1200px) {
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu:before {
        right: 37.5% !important;
    }
}

@media (min-width: 992px) {
    .horizontal-nav .navbar-toggle {
        display: none;
    }
    .horizontal-nav .navbar-collapse.collapse {
        display: block !important;
    }
    .horizontal-nav .horizontal-menu {
        float: right;
    }
    .horizontal-nav .horizontal-menu>li {
        float: left;
    }
    .horizontal-nav .horizontal-menu>.dropdown>.dropdown-toggle:after {
        display: inline-block;
        content: "\e64b";
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        margin-left: 5px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        border-radius: 3px;
        min-width: 155px;
        width: 185px;
        border: 1px solid var(--bs-border-color);
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 15px 0px rgba(111, 111, 111, 0.1);
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
        margin-left: 12px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu:before {
        top: 10px;
        left: -8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown:first-child .dropdown-menu {
        top: -1px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown>.dropdown-toggle:after {
        float: right;
        content: "\e649";
        position: absolute;
        font-size: 10px;
        right: 12px;
        top: 9px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu>li:first-child>a {
        border-top: 0;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu {
        max-height: 400px;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu:before {
        left: auto;
        right: 31%;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col {
        padding: 10px 15px;
        float: left;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a {
        padding: 10px 12px;
        display: inline-block;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:hover {
        color: var(--primary);
        background: transparent;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:focus {
        color: var(--primary);
        background: transparent;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col-title {
        font-weight: 700;
        padding: 6px 10px;
        display: inline-block;
    }
    .horizontal-nav .horizontal-menu .mega-menu-col-content {
        padding: 4px 10px;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        max-width: 90%;
    }
    .horizontal-nav .dropdown-menu {
        top: 0;
        padding: 0;
    }
    .horizontal-nav .dropdown-menu:before {
        display: none;
    }
    .horizontal-nav .navbar-collapse {
        overflow-y: auto !important;
    }
    .horizontal-nav .mega-menu-col .mega-menu-col-title {
        padding: 12px 30px 12px 12px;
    }
    .horizontal-nav .mega-menu-col .mega-menu-col-title:after {
        float: right;
        content: "\e64b";
        font-family: "themify" !important;
        font-size: 14px;
        position: absolute;
        right: 8px;
    }
    .horizontal-nav .dropdown .dropdown-toggle {
        padding: 12px 30px 12px 12px;
    }
    .horizontal-nav .dropdown .dropdown-toggle:after {
        float: right;
        content: "\e64b";
        font-family: "themify" !important;
        font-size: 14px;
        position: absolute;
        right: 8px;
    }
    .horizontal-nav .mega-menu-col.on .mega-menu-col-title:after {
        transform: rotate(-180deg);
    }
    .horizontal-nav .dropdown.on>.dropdown-toggle:after {
        transform: rotate(-180deg);
    }
    .horizontal-nav .horizontal-menu {
        float: none !important;
    }
    .horizontal-nav .horizontal-menu li {
        float: none;
    }
    .horizontal-nav .horizontal-menu li .mega-menu-col-title {
        max-width: inherit;
        padding: 10px;
        font-weight: 400;
        display: block;
        cursor: pointer;
        font-size: 16px;
        line-height: 20px;
        color: #495057;
    }
    .horizontal-nav .horizontal-menu li .mega-menu-col-title img {
        filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
    }
    .horizontal-nav .horizontal-menu li a {
        max-width: inherit;
        padding: 10px;
        font-weight: 400;
        display: block;
        cursor: pointer;
        font-size: 16px;
        line-height: 20px;
        color: #495057;
    }
    .horizontal-nav .horizontal-menu li a img {
        filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
    }
    .horizontal-nav .horizontal-menu li a:hover,
    .horizontal-nav .horizontal-menu li a:focus,
    .horizontal-nav .horizontal-menu li.active>a,
    .horizontal-nav .horizontal-menu li .mega-menu-col-title:hover,
    .horizontal-nav .horizontal-menu li .mega-menu.dropdown-menu .mega-menu-col .active>a,
    .horizontal-nav .horizontal-menu li .dropdown-menu li.active>a,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:hover,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:focus,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:hover,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:focus {
        color: var(--primary);
        background-color: transparent;
    }
    .horizontal-nav .horizontal-menu li a:hover img,
    .horizontal-nav .horizontal-menu li a:focus img,
    .horizontal-nav .horizontal-menu li.active>a img,
    .horizontal-nav .horizontal-menu li .mega-menu-col-title:hover img,
    .horizontal-nav .horizontal-menu li .mega-menu.dropdown-menu .mega-menu-col .active>a img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li.active>a img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:hover img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:focus img,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:hover img,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:focus img {
        filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
    }
    .horizontal-nav .horizontal-menu {
        padding: 15px;
        margin: 0;
    }
    .horizontal-nav .horizontal-menu>li:first-child>a {
        border-top: 0;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu {
        float: none;
        position: relative;
        left: 0;
        box-shadow: 0px 0px 0px;
        border-radius: 0px 0px 0px;
        border: 0;
        background-color: transparent;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row {
        float: none;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row .mega-menu-col {
        padding: 0;
    }
    .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu .mega-menu-row .mega-menu-col-title {
        font-size: 14px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        float: none;
        position: relative;
        left: 0;
        box-shadow: 0px 0px 0px;
        border-radius: 0px 0px 0px;
        border: 0;
        background-color: transparent;
        padding-left: 20px;
    }
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
        padding-left: 18px;
    }
    .horizontal-nav .navbar-collapse {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
        background-color: #fff;
        z-index: 99;
    }
    .horizontal-nav .navbar-collapse .mega-menu-col {
        width: 100%;
        max-width: 100%;
    }
    .horizontal-nav .navbar-collapse.show {
        max-height: 390px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        width: 166px;
    }
}


/*=======================================
            4.LANDIG 1
=========================================*/

.home_first {
    background-image: url(../images/home-2.png);
    background-position: center center;
    position: relative;
    background-size: cover;
    padding: 124px 0 80px;
}

.home_first .home_fir_full_content {
    max-width: 570px;
}

.home_first .home_fir_full_content .learn_more i {
    background-color: #ffffff;
    border-radius: 50px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: var(--primary);
    box-shadow: 0px 0px 0px 4px #E6F2F1;
    font-size: 34px;
    display: inline-block;
}

.home_first .home_fir_full_content .home_fir_content h1 {
    font-weight: 700;
    font-size: 46px;
    text-transform: capitalize;
}

.home_first .home_fir_full_content .home_fir_content .home_fir_fea_list p span {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -2px;
    background-color: var(--primary);
}

.logo_img {
    padding: 36px;
}

.logo_img img {
    transition: all 0.5s ease;
}

.logo_img img:hover {
    transform: scale(1.05);
}


/*SERVICES*/

.ser_fir_box .service_icon i {
    width: 84px;
    height: 84px;
    display: inline-block;
    background-color: var(--primary);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 40px;
    line-height: 84px;
    text-align: center;
}


/*Features*/

.feature_fir_content h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    max-width: 450px;
}

.feature_fir_content p {
    font-size: 18px;
    line-height: 1.4;
    max-width: 500px;
}

.feature_fir_content .fea_icon_bg {
    background-color: rgba(10, 161, 149, 0.15);
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 6px;
}

.feature_fir_content .fea_icon_bg img {
    width: 26px;
}


/*VIDEO SECTION*/

.cta_sec {
    border-radius: 15px;
    padding: 60px 30px;
    position: relative;
}

.cta_sec .bg-cta-video-overlay {
    background: url(../images/wave-mask.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.cta_sec p {
    color: #f7f7f7;
}

.cta_sec .video_presentation_play {
    border: 3px solid #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.cta_sec .video_presentation_play .presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    color: var(--primary) !important;
    font-size: 35px;
    line-height: 65px;
    transition: all 0.5s;
}


/*CLIENT*/

.testi_content .testi .testi-icon {
    float: left;
    font-size: 42px;
    width: 52px;
    text-align: center;
    height: 52px;
    position: absolute;
    border-radius: 50%;
    top: 30px;
    transform: translateY(-50%);
    background: var(--primary);
    color: #fff;
    line-height: 52px;
}

.testi_content .testi .testi-desc {
    margin-left: 14%;
}

.testi_content .testi .testi-desc .testi-title {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: var(--primary);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 14px 0px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}


/*PRICE*/

.price_box_fir {
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 6px;
}

.price_box_fir:hover {
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    color: #fff;
    background-color: var(--primary);
}

.price_box_fir:hover .lable {
    background: #fff;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 22px;
    right: -62px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_box_fir:hover .lable h6 {
    font-size: 12px;
    color: var(--primary);
}

.price_box_fir:hover .price_name h6 {
    color: rgba(255, 255, 255, 0.81);
}

.price_box_fir:hover .price_features {
    color: rgba(255, 255, 255, 0.77);
}

.price_box_fir:hover .price_divider {
    background-color: rgba(239, 239, 239, 0.17);
}

.price_box_fir:hover .plan_price h1 sub {
    color: #ffffff;
}

.price_box_fir:hover .btn-custom-light {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: var(--primary) !important;
}

.price_box_fir.active {
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    color: #fff;
}

.price_box_fir.active .lable {
    background: #fff;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 22px;
    right: -62px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_box_fir.active .lable h6 {
    font-size: 12px;
    color: var(--primary);
}

.price_box_fir.active .price_name h6 {
    color: rgba(255, 255, 255, 0.81);
}

.price_box_fir.active .price_features {
    color: rgba(255, 255, 255, 0.77);
}

.price_box_fir.active .price_divider {
    background-color: rgba(239, 239, 239, 0.17);
}

.price_box_fir.active .plan_price h1 sub {
    color: #ffffff;
}

.price_box_fir .price_name h6 {
    color: rgba(0, 0, 0, 0.4);
}

.price_box_fir .plan_price {
    margin-top: 40px;
}

.price_box_fir .plan_price h1 {
    font-size: 56px;
    font-weight: 600;
}

.price_box_fir .plan_price h1 sub {
    font-size: 14px;
    color: var(--primary);
}

.price_box_fir .price_divider {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 40px 0px;
}

.price_box_fir .price_features {
    color: rgba(0, 0, 0, 0.45);
    padding: 0px 30px;
}


/*FAQ*/

.accordion-box {
    border: none;
    margin: 10px 0;
    border-radius: 8px;
    background-color: var(--bs-body-bg);
}

.accordion-box .accordion-head {
    border-radius: 8px 0;
}

.accordion-box .accordion-head .accordion-button {
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
}

.accordion-box .accordion-head .accordion-button:not(.collapsed) {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.accordion-box .accordion-head .accordion-button::after {
    font-family: "Material Design Icons";
    content: "\f0374";
    position: absolute;
    right: 22px;
    top: 20px;
    background: none;
    transform: translate(0);
}

.accordion-box .accordion-head .accordion-button.collapsed::after {
    content: "\f0415";
}

.accordion-box .collapse {
    border-radius: 0 8px;
}


/*CONTACT*/

.bg-contact {
    background-image: url("../images/contact.jpg");
    position: relative;
    background-size: cover;
}

.bg-contact .contact_section {
    max-width: 600px;
    padding: 80px 60px;
}

.bg-contact .contact_section .contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    background-color: var(--bs-light);
    border-radius: 0px;
    border: 1px solid var(--bs-border-color);
    font-size: 14px;
}

.bg-contact .contact_section .contact_form .form-control:focus {
    border-color: var(--primary);
}

.bg-contact .contact_section .contact_form textarea.form-control {
    height: auto;
}


/*FOOTER*/

.footer_fir {
    background-color: #20262d;
    padding: 60px 0px 30px;
}

.footer_fir .foot_logo img {
    height: 30px;
}

.footer_fir .subcribe_foot form {
    max-width: 380px;
}

.footer_fir .subcribe_foot form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    font-size: 14px;
    padding: 10px 30px;
}

.footer_fir .subcribe_foot form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 6px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.footer_fir .foot_divider {
    background-color: rgba(255, 255, 255, 0.07);
    height: 1px;
    width: 100%;
}

.footer_fir .footer_menu li:hover a {
    color: var(--primary);
}

.footer_fir .footer_menu li::after {
    content: "*";
    margin: 0 20px;
    color: #fff;
    position: relative;
    top: 4px;
}

.footer_fir .footer_menu li a {
    color: #fff;
    transition: all 0.5s;
}

.footer_fir li:last-child:after {
    content: "";
    margin: 0;
}

.footer_fir .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    transition: all 0.5s;
    width: 38px;
    color: #ffffff;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer_fir .social-icon:hover {
    color: var(--primary);
    transform: translateY(-4px);
}

.footer_fir .text_copyright {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 14px 12px;
    border-radius: 4px;
}

.footer_fir .text_copyright p {
    color: #fff;
}


/*=======================================
            4.LANDIG 2
=========================================*/

.home_sec {
    padding: 160px 0 170px 0;
    position: relative;
    overflow: hidden;
    background-color: #20262d;
    background-image: url(../images/hero-bg-2.jpg);
    background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
    .home_sec {
        background-size: cover;
        background-repeat: repeat-x;
    }
}


/* Add dark overlay */

.home_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* Adjust the opacity to control the darkness */
    z-index: 1;
}


/* Ensure content appears above the overlay */

.home_sec>* {
    position: relative;
    z-index: 2;
}

.home_sec .home_sec_layer {
    background-image: url("../images/home_sec_layer-2.png");
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.home_sec .home_divider {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 50px 0;
    display: block;
}

.home_sec .home_sec_content h1 {
    font-size: 56px;
}

.home_sec .home_sec_content .first_small_lable {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.03);
    display: inline-block;
    border-radius: 8px;
}

.home_sec .home_sec_content .home_small_title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 25px;
}

.home_sec .home_sec_content .home_top_brand_title img {
    height: 26px;
    margin: 8px 12px;
    opacity: 0.7;
}

.home_sec .home_sec_side_form {
    background-color: var(--bs-body-bg);
    padding: 60px 30px;
}

.home_sec .home_sec_side_form form .form-control {
    height: 52px;
    box-shadow: none;
    border: none;
    background-color: var(--bs-light);
    border-radius: 0px;
    padding: 10px 20px;
}

.home_sec .home_sec_side_form h2 {
    font-weight: 700;
}

.home_sec .home_sec_side_form p {
    font-size: 17px;
}

.lan_two_client_img {
    padding-bottom: 140px;
}


/*SERVICES*/

.bg_sec_features {
    background-image: url(../images/home_sec_features.jpg);
    background-position: center center;
}

.bg_sec_features .service_side_services_sec {
    background-color: var(--bs-body-bg);
    padding: 26px 20px;
    border-radius: 6px;
    position: relative;
    top: -146px;
    border: 1px solid var(--bs-border-color);
}

.bg_sec_features .service_side_services_sec .ser_img_icon {
    background-color: var(--primary);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
}

.bg_sec_features .service_side_services_sec .ser_img_icon img {
    height: 26px;
}

.bg_sec_features .about_desc_sec .features-heading {
    line-height: 1.4;
    font-size: 32px;
}

.bg_sec_features .about_desc_sec .features {
    position: relative;
    margin-top: 32px;
}

.bg_sec_features .about_desc_sec .features .features-icon {
    float: left;
    font-size: 18px;
    width: 26px;
    text-align: center;
    height: 26px;
    position: absolute;
    border-radius: 50%;
    top: 17%;
    transform: translateY(-50%);
    background: var(--primary);
    color: #fff;
    line-height: 26px;
}

.bg_sec_features .about_desc_sec .features .features-desc {
    margin-left: 8%;
}

.bg_sec_features .about_desc_sec .features .features-title {
    font-size: 18px;
    font-weight: 700;
}

.bg_sec_features .about_desc_sec .features .features-sub-title {
    font-size: 15px;
    line-height: 22px;
}

.bg_sec_features .our_benifits .our_benifits_title h3 {
    line-height: 1.4;
    font-size: 32px;
    font-weight: 700;
    max-width: 520px;
}

.bg_sec_features .our_benifits .our_benifits_icon {
    background: rgba(10, 161, 149, 0.2117647059);
    background: linear-gradient(to right, var(--bs-body-bg), rgba(10, 161, 149, 0.2117647059));
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 6px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}

.bg_sec_features .our_benifits .our_benifits_icon img {
    transform: rotate(45deg);
    height: 30px;
}


/*FUNFACT & VIDEO*/

.bg_fun_vid {
    background-color: #20262d;
    padding: 0px 0px 80px;
    position: relative;
}

.bg_fun_vid .bg_fun_vid_overlay {
    background-image: url(../images/home_sec_video.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg_fun_vid .vidoe_sec_img {
    max-width: 800px;
    position: relative;
    top: -76px;
}

.bg_fun_vid .vidoe_sec_img img {
    border-radius: 6px;
}

.bg_fun_vid .video_hit .hit_video_icon {
    position: absolute;
    top: 50%;
    left: 51%;
    margin-left: -40px;
    transform: translateY(-50%);
    outline: none !important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background: #0ebdca;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #ffffff !important;
    font-size: 35px;
    line-height: 65px;
}

.bg_fun_vid .video_head_title {
    max-width: 500px;
}

.bg_fun_vid .video_head_title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
}


/*PRICE TABLE*/

.price_nav_custom a {
    padding: 20px 16px;
}

.price_nav_custom .nav-link {
    margin-bottom: 22px;
    border: 2px solid var(--bs-border-color);
    border-radius: 8px;
    color: #000;
}

.price_nav_custom .nav-link.active {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.price_nav_custom .nav-link.active .price_budges {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
}

.price_nav_custom .nav-link .price_budges {
    background-color: rgba(10, 161, 149, 0.2);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    color: var(--primary);
    display: inline-block;
}

.price_nav_custom .price_plan sub {
    font-size: 12px;
}

.price_nav_custom .price_plan h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 63px;
}

.price_tab_detail {
    padding: 60px 46px;
    border: 2px solid var(--bs-border-color);
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.price_tab_detail .price_features p {
    font-weight: 700;
    font-size: 16px;
    margin: 26px 0px;
}

.price_tab_detail .price_bg_squre {
    background-color: var(--primary);
    opacity: 0.07;
    width: 200px;
    height: 400px;
    position: absolute;
    top: -2px;
    display: inline-block;
    right: -130px;
    border-radius: 20px;
    transform: rotate(-34deg);
}


/*COUNTER*/

.cta_counter {
    border-radius: 15px;
    padding: 60px 30px;
}

.cta_counter:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../images/counter_bg.png);
}

.cta_counter .count_custom {
    font-size: 80px;
    letter-spacing: 7px;
}


/*TESTIMONIAL*/

.testi_boxes_landing {
    border: 2px solid var(--bs-border-color);
    padding: 26px 16px;
    margin: 0 10px;
}

.testi_boxes_landing .bus_testi_icon_img img {
    width: 90px;
    border: 6px solid var(--bs-body-bg);
    box-shadow: 0 0 20px -1px var(--bs-box-shadow);
}

.testi_boxes_landing .bus_testi_icon_img i {
    position: relative;
    top: -30px;
    right: -32px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
}

.testi_boxes_landing .client_review {
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    max-width: 400px;
}


/*CLIENT LOGO*/

.lan_two_client_img .logo_img {
    padding: 60px 36px;
}


/*FOOTER*/

.footer_lan_two {
    background-color: #20262d;
    padding: 80px 0px 40px;
}

.footer_lan_two .foot_side_logo img {
    width: 120px;
}

.footer_lan_two .bg_footer_sub {
    background-color: var(--primary);
    max-width: 460px;
    position: relative;
    padding: 40px 20px;
    margin-top: -140px;
}

.footer_lan_two .bg_footer_sub .subcri_form form .form-control {
    box-shadow: none !important;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.31);
}

.footer_lan_two .bg_footer_sub .subcri_form form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}

.footer_lan_two .bg_footer_sub .subcri_form form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.footer_lan_two .bg_footer_sub .subcri_form form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.footer_lan_two .bg_footer_sub .subcri_form form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}

.footer_lan_two h6 {
    font-size: 18px;
}

.footer_lan_two .footer_title_border {
    background-color: rgba(255, 255, 255, 0.22);
    height: 2px;
    width: 26px;
}

.footer_lan_two .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_lan_two .footer_menu_list li a:hover {
    color: #fff !important;
}

.footer_lan_two .foot_divider {
    background-color: rgba(255, 255, 255, 0.07);
    height: 1px;
    width: 100%;
}

.footer_lan_two .text_copyright {
    color: rgba(255, 255, 255, 0.5);
}

.footer_lan_two .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    transition: all 0.5s;
    width: 38px;
    color: #ffffff;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer_lan_two .social-icon:hover {
    color: var(--primary);
    transform: translateY(-4px);
}


/*=======================================
            4.LANDIG 3
=========================================*/

.home_third {
    background-color: var(--bs-body-bg);
    padding: 120px 0px 80px;
}

.home_third .home_thi_full_content {
    padding: 60px 30px;
}

.home_third .home_thi_full_content .sub_sec_third form {
    max-width: 430px;
}

.home_third .home_thi_full_content .sub_sec_third form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    font-size: 14px;
    padding: 10px 30px;
}

.home_third .home_thi_full_content .sub_sec_third form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.home_third .home_thi_border {
    height: 3px;
    width: 58px;
    display: inline-block;
    background-color: var(--primary);
    margin: 40px 0px 20px;
}

.home_third .home_third_content {
    max-width: 650px;
}

.home_third .home_third_content h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.4;
}

.home_third .home_third_content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
}

.home_third .home_third_video_btn .video_third_home i {
    height: 66px;
    width: 66px;
    line-height: 66px;
    background-color: var(--primary);
    display: inline-block;
    border-radius: 50%;
    font-size: 34px;
    box-shadow: 0 0 0 6px rgba(10, 161, 149, 0.15);
}


/*FEATURES*/

.third_features_sec_main_title h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 480px;
}

.feat_third_box .feat_read_more_third a i {
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    background: var(--primary);
}


/*PRODUCT CONTENT*/

.side_img_content img {
    border-radius: 30px;
}

.content_fea_third {
    max-width: 450px;
}

.content_fea_third .content_small_title_third {
    position: relative;
    z-index: 99;
    letter-spacing: 6px;
    font-size: 12px;
}

.content_fea_third .content_small_title_third .content_bg_box {
    background-color: var(--primary);
    height: 12px;
    width: 60px;
    display: inline-block;
    position: absolute;
    opacity: 0.13;
}

.content_fea_third .content_main_title_third {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}


/*CLIENT LOGO & CAPTION*/

.client_logo_bot_bor {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.04);
}

.client_mini_caption p {
    max-width: 600px;
    line-height: 1.6;
}


/*PRICING*/

.price_plan_third_tab .nav-link {
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    margin: 0px 6px;
    font-weight: 600;
}

.price_plan_third_tab .nav-link.active {
    color: #fff;
    background-color: var(--primary);
}

.price_plan_third {
    border-radius: 8px;
    border: 2px solid var(--bs-border-color);
}

.price_plan_third .plan_name h4 {
    font-weight: 700;
}

.price_plan_third .plan_divider {
    height: 1px;
    width: 100%;
    background-color: var(--bs-border-color);
}

.price_plan_third .plan_icon i {
    background-color: rgba(10, 161, 149, 0.2);
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 6px;
    border-radius: 5px;
    display: inline-block;
}


/*CONTACT US*/

.contact_thir_form {
    max-width: 500px;
}

.contact_thir_form form .form-control {
    border-radius: 5px;
    height: 55px;
    box-shadow: none !important;
}

.contact_thir_form form .form-control:focus {
    border-color: var(--primary);
}

.contact_thir_form form textarea.form-control {
    height: auto;
}

.cont_bot_third_bor {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.04);
    margin: 70px 0;
}

.contact_add_third .contact_icon_shape {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(10, 161, 149, 0.2);
}

.contact_add_third .contact_icon_shape img {
    height: 30px;
}


/*FOOTER*/

.footer_third .footer_sub_third form {
    max-width: 380px;
}

.footer_third .footer_sub_third form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    font-size: 14px;
    padding: 10px 30px;
}

.footer_third .footer_sub_third form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 6px;
    color: var(--bs-body-color);
    background-color: transparent;
    border: 1px solid var(--bs-border-color);
}

.footer_third h6 {
    font-size: 18px;
}

.footer_third .footer_title_border {
    background-color: var(--primary);
    height: 2px;
    width: 26px;
}

.footer_third .footer_menu_list li a {
    color: var(--bs-secondary-color) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_third .footer_menu_list li a:hover {
    color: var(--primary) !important;
}

.footer_third .footer_third_copy_border {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: var(--bs-border-color);
    margin: 50px 0 0;
}

.footer_third .copyright_third {
    margin: 22px 0;
}

.footer_third .copy_icon_box {
    background-color: rgba(10, 161, 149, 0.2);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.footer_third .copy_icon_box img {
    height: 30px;
}


/*=======================================
            6.LANDIG 4
=========================================*/

.home_four {
    background-image: url("../images/land_bg_four.jpg");
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 124px 0 80px;
}

.home_four .bg-over-img {
    background-image: url(../images/hero-4-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_four .home_four_content {
    background-color: var(--bs-body-bg);
    max-width: 700px;
    border: 10px solid rgba(10, 161, 149, 0.1);
    padding: 50px 40px;
}

.home_four .home_four_content h1 {
    font-size: 54px;
    line-height: 1.4;
}

.home_four .home_four_content .small_title_bor {
    height: 2px;
    width: 40px;
    position: relative;
    top: -5px;
    margin: 0px 4px;
    display: inline-block;
    background-color: var(--primary);
}

.home_four .home_four_content .scroll_btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary);
    font-size: 24px;
}

.home_four .home_four_content .small_title {
    letter-spacing: 4px;
}


/*CTA SECTION*/

.cta_bg_four .cta_img_bg {
    background-image: url(../images/heade_video_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    border-radius: 30px;
}

.cta_bg_four .cta_img_bg h2 {
    font-size: 42px;
    max-width: 650px;
}

.cta_bg_four .cta_img_bg p {
    color: #fff;
    max-width: 600px;
}


/*FEATURES*/

.features_box_four.active {
    border-radius: 5px;
    border: 1px solid var(--bs-border-color);
}

.features_box_four .features_icon h3 {
    height: 56px;
    width: 56px;
    line-height: 56px;
    display: inline-block;
    background-color: var(--primary);
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-shadow: 10px -10px 0 0 rgba(10, 161, 149, 0.15);
}

.features_box_four .featres_btn a {
    color: #6c757d;
}

.features_box_four .featres_btn a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: var(--primary);
}

.features_box_four .features_content h5 {
    text-transform: capitalize;
}

.featres_box_images .features_content_img .icon_features .icon_box i {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: rgba(10, 161, 149, 0.17);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-right: 12px;
}


/*TEAM SECTION*/

.team_sec_sim .team_img img {
    border-radius: 30px;
}

.team_sec_sim .team_divider {
    height: 1px;
    width: 80%;
    margin: 20px auto;
    background-color: var(--bs-border-color);
}

.team_sec_sim .team_social li a:hover i {
    color: var(--primary);
}

.team_sec_sim .team_social li a i {
    display: inline-block;
    font-size: 26px;
    color: var(--bs-body-color);
    padding: 0 8px;
    transition: all 0.5s;
}


/*CTA SECTION*/

.cta_four_bg {
    background-color: var(--primary);
    border-radius: 30px;
    padding: 80px 0px;
}

.cta_title_four,
.btn_cta_four {
    max-width: 450px;
}


/*SUBCRIBE SECTION*/

.four_sub_sec .form-inline {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.four_sub_sec .form-inline .form-group .form-control {
    height: 50px;
    border-radius: 30px;
    width: 300px;
    margin-right: 8px;
    box-shadow: none !important;
}

.four_sub_sec .form-inline .form-group .form-control:focus {
    border-color: var(--primary);
}

.four_sub_sec .form-inline .form-group i {
    position: absolute;
    z-index: 99;
    line-height: 50px;
    left: 16px;
    font-size: 20px;
    color: #777;
}

.mfp-wrap {
    position: fixed !important;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.75 !important;
}

.bg-page-head {
    background-image: url(../images/bg-pages.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    padding: 170px 0 90px;
}

.about_page_images img {
    border-radius: 30px;
}

.features_about p i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.fun_icon img {
    width: 28px;
}

.funfact_div_fir .fun_icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(10, 161, 149, 0.18);
    border-radius: 5px;
    display: inline-block;
}

.funfact_div_fir .fun_content h1 {
    font-size: 46px;
}


/*FOOTER*/

.footer_four {
    background-color: #20262d;
    padding: 42px 0px 0px;
}

.footer_four .footer_logo img {
    height: 30px;
}

.footer_four .footer_four_menu li a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.footer_four .footer_four_menu li::after {
    content: "-";
    margin: 0 20px;
    color: #fff;
    position: relative;
    top: 0px;
}

.footer_four .footer_four_menu li:last-child:after {
    content: "";
    margin: 0;
}

.footer_four .footer_four_menu li:hover a {
    color: #fff;
}

.footer_four .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    transition: all 0.5s;
    width: 38px;
    color: #ffffff;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer_four .social-icon:hover {
    color: var(--primary);
    transform: translateY(-4px);
}

.footer_four .footer_divider {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 50px 0 0;
}

.footer_four .copyright_content p,
.footer_four .fot_social span {
    color: rgba(255, 255, 255, 0.73);
}

.footer-text-color {
    color: rgba(255, 255, 255, 0.73);
}


/*LOGIN PAGE*/

.account_page_logo {
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 100vh;
    padding: 80px 0;
    z-index: 2;
}

.account_page_logo .overlay_account {
    background: rgba(13, 15, 20, 0.23);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    backdrop-filter: saturate(1) blur(10px) !important;
    z-index: -1;
}

.account_page_logo img {
    height: 40px;
}

.account_page_logo .account_box {
    background-color: var(--bs-body-bg);
    padding: 40px 32px;
    max-width: 450px;
    border-radius: 12px;
}

.account_page_logo .account_box form label {
    margin-bottom: 0.5rem;
}

.account_page_logo .account_box form .form-control {
    height: 48px;
    box-shadow: none !important;
}

.account_page_logo .account_box form .form-control:focus {
    border-color: var(--primary);
}

.account_page_logo .account_box form .col-lg-12 {
    padding: 0px !important;
}

.form-check-input.form-check-input:checked {
    background-color: var(--primary);
    border: var(--primary);
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.custom-control-label::before {
    box-shadow: none !important;
}

@media (min-width: 992px) {
    [dir=rtl] .horizontal-nav .horizontal-menu {
        float: left;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu>li {
        float: right;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu>.dropdown>.dropdown-toggle:after {
        margin-right: 5px;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
        right: 100%;
        margin-right: 12px;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu:before {
        right: -8px;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown>.dropdown-toggle:after {
        float: left;
        left: 12px;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu .dropdown .mega-menu.dropdown-menu:before {
        right: auto;
        left: 31%;
    }
    [dir=rtl] .horizontal-nav .horizontal-menu .mega-menu-col {
        float: right;
    }
}

[dir=rtl] .home_fir_fea_list p span {
    margin-left: 8px;
}

[dir=rtl] .accordion-button::after {
    left: 22px;
}

[dir=rtl] .rtl-ltr-btn .ltr {
    display: inline-block;
}

[dir=rtl] .rtl-ltr-btn .rtl {
    display: none;
}

[dir=rtl] [type=email] {
    direction: rtl;
}

[dir=rtl] .subcribe_foot form button {
    right: auto;
    left: 3px;
}

[dir=rtl] .subcribe_foot form input {
    padding-left: 150px;
    padding-right: 20px;
}

[dir=rtl] .sub_sec_third form button,
[dir=rtl] .footer_sub_third form button {
    right: auto !important;
    left: 3px;
}

[dir=rtl] .sub_sec_third form input,
[dir=rtl] .footer_sub_third form input {
    padding-right: 20px !important;
    padding-left: 150px !important;
}

[dir=rtl] .features .features-desc {
    margin-right: 8%;
}

[dir=rtl] .footer_third .footer_sub_third form button {
    right: auto !important;
    left: 3px !important;
}

[dir=rtl] .footer_third .footer_sub_third form input {
    padding-left: 150px;
    padding-right: 20px;
}

[dir=rtl] .featres_box_images .features_content_img .icon_features .icon_box i {
    margin-left: 12px;
    margin-right: auto;
}

[dir=rtl] .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown>.dropdown-toggle:after {
    float: left;
    content: "\e64a";
    left: 12px;
    right: auto;
}

[dir=rtl] .horizontal-nav .dropdown-menu:before {
    left: auto !important;
    right: 25px;
}

[dir=rtl] .four_sub_sec .form-inline .form-group .form-control {
    margin-left: 8px;
    margin-right: 0;
}

[dir=rtl] .four_sub_sec .form-inline .form-group i {
    left: auto;
    right: 16px;
}

:root [data-bs-theme=dark] {
    --bs-body-bg: #1f2121;
    --bs-light-rgb: 40, 43, 43;
    --bs-light: #282b2b;
    --bs-border-color: #292e2e;
    --bs-border-color-translucent: #292e2e;
    --bs-heading-color: #dee2e6;
    --bs-box-shadow: #4c4f4f;
    --bs-accordion-btn-color: var(--bs-body-color);
}

:root [data-bs-theme=dark] .navbar-brand .logo-dark {
    display: none;
}

:root [data-bs-theme=dark] .navbar-brand .logo-light {
    display: inline-block;
}

:root [data-bs-theme=dark] .horizontal-nav .horizontal-menu>li>a {
    color: var(--bs-body-color);
}

:root [data-bs-theme=dark] .horizontal-nav .horizontal-menu .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

:root [data-bs-theme=dark] .home_first {
    background-image: none;
    background-image: url(../images/home-2-dark.png);
}

:root [data-bs-theme=dark] .price_name h6 {
    color: rgba(255, 255, 255, 0.81);
}

:root [data-bs-theme=dark] .price_divider {
    background-color: rgba(239, 239, 239, 0.17);
}

:root [data-bs-theme=dark] .price_features {
    color: rgba(255, 255, 255, 0.77);
}

:root [data-bs-theme=dark] .bg_sec_features {
    background-image: none;
}

:root [data-bs-theme=dark] .home_four .bg-over-img {
    background-image: none;
    background-image: url("../images/hero-4-bg-dark.png");
}

:root [data-bs-theme=dark] .bg-page-head {
    background-image: none;
    background-image: url("../images/bg-pages-dark.png");
}

:root [data-bs-theme=dark] .mdi-weather-night {
    display: none;
}

:root [data-bs-theme=dark] .mdi-weather-sunny {
    display: inline-block;
}

.essay_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-logo a img {
    max-width: 90px;
}

.footer-contact-area {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.gmaps {
    height: 450px;
    width: 100%;
    border: 0;
}

.footer-single-widget {
    padding-bottom: 100px;
}

.footer-single-widget h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-single-widget ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-single-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-single-widget ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.90);
    position: relative;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    font-weight: 400;
}

.footer-single-widget ul li a i {
    margin-right: 5px;
}

.footer-single-widget ul li a:hover {
    color: #fff;
}

.footer-single-widget p {
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: 0;
}

.copy-right-area {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #282828;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.footer-menu ul li a:hover {
    color: #4527a4;
}

.copy-right-menu ul li {
    display: inline-block;
}

.copy-right-menu ul li a {
    color: rgba(255, 255, 255, 0.85);
    margin-right: 15px;
    font-size: 14px;
}

.footer-single-widget ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0px;
    height: 1px;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background: currentColor;
}

.footer-single-widget ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.copy-right-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    letter-spacing: 0.6px;
}

.footer-contact-icon {
    margin-top: 20px;
}

.footer-contact-icon a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.footer-contact-icon a:hover {
    color: #fff;
}

.contact-from_area {
    background-color: var(--bs-primary);
    padding: 30px;
    border-radius: 5px;
}

#_phone_email {
    color: #fff !important;
}

#_phone_email:hover {
    color: #fff !important;
    text-decoration: underline !important;
}