/*
Template Name: Optech
*/
:root {
    --td-ff-fontawesome: "Font Awesome 6 Pro";
    --heading-color: #0a165e;
    --body-color: #585b6f;
    --accent-color: #2b4dff;
    --white-color: #ffffff;
    --light-color1: #e3e3ec;
    --light-color2: #ced0df;
    --dark-bg: #040d43;
    --dark-bg2: #1e2656;
    --dark-bg3: #0a165e;
    --white-bg: #ffffff;
    --light-bg1: #f5f6f7;
    --light-bg2: #e2e3ec;
    --light-bg3: #eef1ff;
}

/*1.0 base css*/
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1296px;
    }
}

:root {
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0px;
    padding: 0px;
}

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    color: var(--body-color);
    font-family: 'Sora', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--white-bg);
    counter-reset: my-sec-counter;
    font-size: 16px;
    line-height: 30px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7e8;
    padding: 0;
    margin: 0px;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff;
}

::selection {
    background-color: #989ffd;
    color: #fff;
}

button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover,
[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus,
[type='color']:active,
[type='date']:active,
[type='datetime']:active,
[type='datetime-local']:active,
[type='email']:active,
[type='month']:active,
[type='number']:active,
[type='password']:active,
[type='search']:active,
[type='tel']:active,
[type='text']:active,
[type='time']:active,
[type='url']:active,
[type='week']:active,
input:not([type]):active,
textarea:active,
[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover,
[type='color']:invalid,
[type='date']:invalid,
[type='datetime']:invalid,
[type='datetime-local']:invalid,
[type='email']:invalid,
[type='month']:invalid,
[type='number']:invalid,
[type='password']:invalid,
[type='search']:invalid,
[type='tel']:invalid,
[type='text']:invalid,
[type='time']:invalid,
[type='url']:invalid,
[type='week']:invalid,
input:not([type]):invalid,
textarea:invalid {
    outline: none;
    box-shadow: none;
}

button:active,
[type='button']:active,
[type='reset']:active,
[type='submit']:active,
button:focus,
[type='button']:focus,
[type='reset']:focus,
[type='submit']:focus,
button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover {
    cursor: pointer;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
ul {
    margin: 0px;
}
ol {
    list-style: decimal;
}
button {
    padding: 0px;
    outline: none;
    border: none;
    display: inline-block;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
strong {
    font-family: 'Sora', sans-serif;
    color: var(--heading-color);
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 1.175em;
    letter-spacing: -0.03em;
    color: var(--white-color);
}
@media (max-width: 1400px) {
    h1,
    .h1 {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 48px;
        letter-spacing: -0.02em;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
        letter-spacing: -0.01em;
    }
}

h2,
.h2 {
    font-size: 48px;
    line-height: 1.15em; /* 116.667% */
    letter-spacing: -0.03em;
}
@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 34px;
        letter-spacing: -0.01em;
    }
}

h3,
.h3 {
    font-size: 30px;
    line-height: 1.26em;
    letter-spacing: -0.02em;
}
@media (max-width: 767px) {
    h3,
    .h3 {
        line-height: 1.2em;
    }
}

h4,
.h4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

h6,
.h6 {
    font-size: 22px;
}

p {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
}

a {
    text-decoration: none;
    transition: all 0.24s ease-in-out;
    color: var(--accent-color);
}

img {
    max-width: 100%;
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mouse-cursor,
.pointer {
    cursor: pointer;
}

blockquote {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 30px !important;
    margin: 0 0 24px !important;
    display: flex;
    border-radius: 10px;
    align-items: flex-start;
    color: var(--heading-color);
    background: linear-gradient(90deg, rgba(1, 25, 255, 0.1) 0%, rgba(1, 25, 255, 0) 100%);
    gap: 20px;
    border: none !important;
    padding-left: 110px !important;
    font-family: 'Sora', sans-serif;
}

.border-transparent {
    border-color: transparent !important;
}

.bg-transsparent {
    background-color: transparent !important;
}

.hover\:bg-transsparenthover {
    background-color: transparent !important;
}

.hover-shadow\:none {
    box-shadow: none !important;
}

.bgprefix-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.position-parent {
    position: relative;
    z-index: 1;
}

.position-relative {
    position: relative;
}

.body-no-scrolling {
    overflow: hidden;
}

.img-fit {
    display: block;
    object-fit: cover;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    right: 0;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick-bullet .slick-dots li button:before {
    display: none !important;
}
.slick-bullet .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-bullet .slick-dots li {
    position: relative;
    z-index: 1;
    width: 10px;
    display: inline-block;
    height: 10px;
}
.slick-bullet .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    transition: background 0.3s ease;
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px;
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    border-radius: 32px;
}
.slick-bullet.dotstyle-fillup .slick-dots li button {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background 0.3s ease;
}
.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    border-radius: 50%;
}
.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
    height: 100%;
}
.slick-bullet.dotstyle-scaleup .slick-dots li button {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: white;
}
.slick-bullet.dotstyle-stroke .slick-dots li button {
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}
.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow 0.3s ease;
}
.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li {
    box-shadow: 0px 0px 0px 2px white;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    transform: scale(0.4);
    background-color: #fff;
    transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1);
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all 0.3s ease;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0px 0px 0px 2px white;
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(0.4);
}

#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
}

.modal-header {
    padding: 20px 24px 20px 24px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0px;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 24px;
}

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

.dark-bg3 {
    background-color: var(--dark-bg3);
}

.bg-light1 {
    background-color: var(--light-bg1);
}

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

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

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

/*1.1 layout css*/
header.optech-header-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all 0.4s;
}

header.optech-header-section.sticky-menu {
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}

.sticky-menu .optech-header-top {
    margin-top: -57px;
    opacity: 0;
}

.optech-header-top {
    padding: 12px 0;
    transition: all 0.4s;
}
@media (max-width: 991px) {
    .optech-header-top {
        display: none;
    }
}

@media (max-width: 991px) {
    .optech-header-bottom {
        padding: 15px 0;
    }
}

.optech-header-bottom {
    transition: all 0.4s;
}
.optech-header-bottom .optech-header-bottom2 {
    padding: 0 18px;
    border-radius: 10px;
    background-color: var(--white-bg);
}
@media (max-width: 991px) {
    .optech-header-bottom .optech-header-bottom2 {
        padding: 12px;
    }
}

.optech-header-one.sticky-menu .optech-header-bottom {
    background-color: var(--white-bg);
}
@media (max-width: 991px) {
    .optech-header-one.sticky-menu .optech-header-bottom {
        padding: 0;
    }
}

.optech-header-top .extra-border-bottom {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.optech-header-two.sticky-menu .optech-header-bottom {
    background-color: var(--dark-bg);
}

.light-color.site-menu-main .nav-link-item {
    color: var(--white-color);
}

.site-header .optech-menu-toggle.light-color span {
    background-color: var(--white-color);
}
.site-header .optech-menu-toggle.light-color span::before,
.site-header .optech-menu-toggle.light-color span::after {
    background-color: var(--white-color);
}

.header-bottom-border {
    border-bottom: 1px solid #272f5d;
}
.header-bottom-border.border-color-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 991px) {
    .header-bottom-border {
        padding: 20px 0;
    }
}

.sticky-menu .optech-header-bottom {
    background-color: var(--dark-bg);
}
.sticky-menu .optech-header-bottom .header-bottom-border {
    border-bottom: 1px solid var(--dark-bg);
}

.optech-header-icon {
    display: flex;
    align-items: center;
    gap: 24px;
}

.optech-header-barger {
    cursor: pointer;
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background-color: #1e2656;
}
.optech-header-barger.light-color {
    background-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
    .optech-header-barger {
        display: none;
    }
}
.optech-header-barger span {
    height: 2px;
    width: 30px;
    margin: 4px 0;
    display: block;
    position: relative;
    background-color: var(--white-bg);
}
.optech-header-barger span:before {
    content: '';
    top: -8px;
    width: 15px;
    height: 2px;
    transition: all 0.4s;
    position: absolute;
    transform: translateX(10px);
    background-color: var(--white-bg);
}
.optech-header-barger span::after {
    content: '';
    bottom: -8px;
    width: 15px;
    height: 2px;
    position: absolute;
    transition: all 0.4s;
    transform: translateX(6px);
    background-color: var(--white-bg);
}
.optech-header-barger:hover span:before {
    transform: translateX(5px);
}
.optech-header-barger:hover span::after {
    transform: translateX(10px);
}

.sticky-menu.header-four .optech-header-bottom {
    background-color: var(--white-bg);
}

.optech-header-search {
    cursor: pointer;
    position: relative;
    color: var(--heading-color);
}
.optech-header-search.light-color i {
    color: var(--white-color);
    transition: all 0.4s;
}
.optech-header-search i {
    font-size: 24px;
}
.optech-header-search:hover i {
    color: var(--accent-color);
}
@media (max-width: 767px) {
    .optech-header-search {
        display: none;
    }
}
.optech-header-search-section {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 9999;
    padding: 130px 0 80px;
    transition: 0.5s all ease;
    transform: translateY(-100%);
}
@media (max-width: 991px) {
    .optech-header-search-section {
        padding: 100px 0 80px;
    }
}
@media (max-width: 767px) {
    .optech-header-search-section {
        padding: 80px 0;
    }
}
.optech-header-search-section.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.optech-header-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.optech-header-search-close i {
    font-size: 30px;
    color: #6e6e77;
    transition: all 0.4s;
}
.optech-header-search-close:hover i {
    color: var(--accent-color);
}

.search-overlay.open {
    opacity: 0.8;
    z-index: 3;
    visibility: visible;
}

.search-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(4, 13, 67, 0.5);
}

.optech-sidemenu-wraper {
    position: relative;
}

.optech-sidemenu-column {
    width: 440px;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 111;
    padding: 50px;
    margin-right: -440px;
    transition: 0.5s;
    right: 0;
    top: 0;
    padding-top: 70px;
    overflow-y: scroll;
    background-color: var(--white-bg);
}
.optech-sidemenu-column .optech-social-icon.optech-social-icon3 {
    margin-bottom: 30px;
}

.optech-sidemenu-thumb {
    margin: 30px 0;
}
.optech-sidemenu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.optech-sidemenu-column.active {
    margin-right: 0px;
    z-index: 9999;
}

.optech-sidemenu-close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.optech-sidemenu-close i {
    font-size: 30px;
    color: #6e6e77;
    transition: all 0.4s;
}
.optech-sidemenu-close:hover i {
    color: var(--accent-color);
}

.active .optech-sidemenu-close {
    opacity: 1;
    visibility: visible;
}

.offcanvas-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.offcanvas-overlay.active {
    opacity: 0.7;
    z-index: 111;
    visibility: visible;
}

.optech-sidemenu-logo {
    margin-bottom: 30px;
}

.optech-sidemenu-column::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.optech-sidemenu-column::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.optech-sidemenu-column::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

@media (max-width: 767px) {
    .optech-sidemenu-wraper {
        display: none;
    }
}
header.optech-header.main-header {
    background-color: #fff;
}

.optech-header {
    position: fixed;
    z-index: 41;
    width: 100%;
    top: 0;
    transition: all 0.4s;
}
.optech-header.sticky-menu {
    background-color: var(--blue-bg);
}

@media (max-width: 991px) {
    .sticky-wrap {
        padding: 10px 0;
    }
}

.header-logo {
    max-width: 270px;
}

@media (min-width: 992px) {
    .header-logo {
        padding: 27px 0px;
    }
}

.main-menu a {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 16px;
    display: block;
    letter-spacing: -0.01em;
}
.main-menu.light-color a {
    color: var(--white-color);
}
.main-menu > ul > li {
    margin: 0 14px;
}
@media (max-width: 1199px) {
    .main-menu > ul > li {
        margin: 0 7px;
    }
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
    content: '\ea4d';
    position: relative;
    margin-left: 2px;
    top: 2px;
    font-size: 20px;
    display: inline-block;
    font-family: 'remixicon';
    transition: all 0.4s ease-in-out;
}
.main-menu ul li:hover.menu-item-has-children > a:after {
    transform: rotate(-180deg);
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
/* .main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: visible;
  transform: translateY(0);
} */
.main-menu ul.sub-menu {
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 90px;
    margin: 0;
    padding: 12px 0;
    transition: 0.4s;
    z-index: 4;
    transform: translatey(0px);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    min-width: 240px;
    border-radius: 6px;
}
.main-menu ul.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.main-menu ul.sub-menu li a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--heading-color);
    transition: all 0.3s ease;
}
.main-menu ul.sub-menu li a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
    display: block;
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
    content: none;
}
.main-menu ul.sub-menu li.menu-item-has-children > a.no-border:after {
    position: absolute;
    right: 0;
    content: '\ea6d';
}
.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
    transform: rotate(-90deg) !important;
}
.main-menu ul.sub-menu li ul.sub-menu {
    transition: all 0.4s;
    margin-left: 0px !important;
    transform: translateY(30px);
}
.main-menu ul.sub-menu li:hover ul.sub-menu {
    transform: translateY(0px);
}
.main-menu .main-menu ul.sub-menu > a .sub-menu-item.menu-item-has-children::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 0 !important;
    width: 0;
    background-color: var(--heading-color);
    transition: all 0.3s ease;
}
.main-menu ul.sub-menu {
    padding: 12px 0;
    left: -27px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 4px 10px 4px 20px;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

ul.sub-menu li a {
    color: var(--heading-color) !important;
}

.menu-style1 > ul > li > a {
    padding: 30px 0;
}

.menu-left {
    margin-left: 35px;
}

.menu-right {
    margin-right: 80px;
}

@media (min-width: 992px) {
    .w_100 {
        width: 100%;
    }
}
.site-header .optech-menu-toggle {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.site-header .optech-menu-toggle span {
    display: block;
    height: 2px;
    background-color: #13111a;
    width: 24px;
    position: relative;
}

.reveal-header .optech-menu-toggle span {
    background-color: #13111a !important;
}

.site-header .optech-menu-toggle span:before,
.site-header .optech-menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111a;
}

.reveal-header .optech-menu-toggle span:before,
.reveal-header .optech-menu-toggle span:after {
    background-color: #13111a !important;
}

.dark-mode-texts .optech-menu-toggle span {
    background-color: #13111a;
}

.dark-mode-texts .optech-menu-toggle span:before,
.dark-mode-texts .optech-menu-toggle span:after {
    background-color: #13111a;
}

.site-header .optech-menu-toggle span:before {
    top: -8px;
}

.site-header .optech-menu-toggle span:after {
    top: 8px;
}

.site-header .mobile-menu-trigger.light-color span {
    background-color: var(--white-color);
}

.site-header .mobile-menu-trigger.light-color span::after,
.site-header .mobile-menu-trigger.light-color span::before {
    background-color: var(--white-color);
}

.site-header .mobile-menu-trigger.light-color span::after,
.site-header .mobile-menu-trigger.light-color span::before {
    background-color: var(--white-color);
}

@media (max-width: 1199px) {
    .optech-footer-textarea {
        max-width: 400px;
        margin-bottom: 40px;
    }
}
.optech-footer-textarea img {
    margin-bottom: 30px;
}
.optech-footer-textarea p {
    line-height: 30px;
    margin-bottom: 28px;
    color: var(--light-color2);
}
.optech-footer-textarea.dark-color p {
    color: var(--body-color);
}
.optech-footer-title h5 {
    margin-bottom: 20px;
    color: var(--white-color);
}
@media (max-width: 767px) {
    .optech-footer-title h5 {
        margin-bottom: 15px;
    }
}
.optech-footer-title p {
    color: var(--light-color2);
}
.optech-footer-title.dark-color h5 {
    color: var(--heading-color);
}
.optech-footer-title.dark-color p {
    color: var(--body-color);
}
@media (max-width: 767px) {
    .optech-footer-menu {
        margin-bottom: 35px;
    }
}
.optech-footer-menu ul li {
    margin-bottom: 12px;
}
.optech-footer-menu ul li:last-child {
    margin-bottom: 0;
}
.optech-footer-menu ul li a {
    position: relative;
    transition: all 0;
    color: var(--light-color2);
}
.optech-footer-menu ul li a:hover {
    color: var(--white-color);
}
.optech-footer-menu ul li a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--light-color2);
    transition: all 0.3s ease;
}
.optech-footer-menu ul li a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    background-color: var(--white-color);
}
.optech-footer-menu.dark-color ul li a {
    color: var(--body-color);
}
.optech-footer-menu.dark-color ul li a:hover {
    color: var(--heading-color);
}
.optech-footer-menu.dark-color ul li a:before {
    background: var(--heading-color);
}

.optech-footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(206, 208, 223, 0.2);
}
@media (max-width: 991px) {
    .optech-footer-bottom {
        padding: 25px 0;
        text-align: center;
    }
}
.optech-footer-bottom.center {
    text-align: center;
}
.optech-footer-bottom.one {
    border-top: 1px solid var(--light-color1);
}

.optech-copywright {
    width: 100%;
}
.optech-copywright p {
    line-height: 30px;
    color: var(--light-color2);
}
.optech-copywright.dark-color p {
    color: var(--body-color);
}

.ml30 {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .ml30 {
        margin-left: 0;
    }
}

.footer-v5 {
    z-index: 0;
    position: relative;
}
.footer-v5::before {
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 84%;
    position: absolute;
    background-color: var(--dark-bg);
}
@media (max-width: 767px) {
    .footer-v5::before {
        height: 92%;
    }
}
.footer-v5::after {
    content: '';
    left: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--light-bg1);
}

.optech-footer-form {
    padding: 80px;
    position: relative;
}
@media (max-width: 991px) {
    .optech-footer-form {
        padding: 60px;
    }
}
@media (max-width: 767px) {
    .optech-footer-form {
        padding: 40px;
    }
}
.optech-footer-form h5 {
    margin-bottom: 6px;
}
.optech-footer-form-wrap {
    position: relative;
    background-color: var(--white-bg);
    border-radius: 30px;
}

#map {
    height: 100%;
    width: 100%;
    border-radius: 0px 30px 90px 0px;
}
@media (max-width: 991px) {
    #map {
        height: 500px;
        border-radius: 0px 0px 70px 0px;
    }
}
@media (max-width: 767px) {
    #map {
        height: 400px;
    }
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: -13px;
    width: auto;
}
/*1.2 components css*/
.optech-default-btn,
#optech-default-btn,
button#optech-subscription-btn,
button#optech-main-form-btn,
#optech-hero-form-btn,
#optech-team-form-btn,
.optech-shop-btn,
.optech-product-btn,
.wp-block-post-comments-form :where(input[type=submit]) {
    font-size: 16px;
    line-height: 1;
    padding: 22px 27.3px;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.01em;
    transform-style: preserve-3d;
}
.optech-default-btn .btn-wraper,
#optech-default-btn .btn-wraper,
button#optech-subscription-btn .btn-wraper,
button#optech-main-form-btn .btn-wraper,
#optech-hero-form-btn .btn-wraper,
#optech-team-form-btn .btn-wraper,
.optech-shop-btn .btn-wraper,
.optech-product-btn .btn-wraper {
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.optech-default-btn:hover .btn-wraper,
#optech-default-btn:hover .btn-wraper,
button#optech-subscription-btn:hover .btn-wraper,
button#optech-main-form-btn:hover .btn-wraper,
#optech-hero-form-btn:hover .btn-wraper,
#optech-team-form-btn:hover .btn-wraper,
.optech-shop-btn:hover .btn-wraper,
.optech-product-btn:hover .btn-wraper {
    transform: translateY(-150%);
    opacity: 0;
}
.optech-default-btn::before,
#optech-default-btn::before,
button#optech-subscription-btn::before,
button#optech-main-form-btn::before,
#optech-hero-form-btn::before,
#optech-team-form-btn::before,
.optech-shop-btn::before,
.optech-product-btn::before {
    position: absolute;
    content: '';
    border-radius: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}
.optech-default-btn:hover::before,
#optech-default-btn:hover::before,
button#optech-subscription-btn:hover::before,
button#optech-main-form-btn:hover::before,
#optech-hero-form-btn:hover::before,
#optech-team-form-btn:hover::before,
.optech-shop-btn:hover::before,
.optech-product-btn:hover::before {
    opacity: 1;
}
.optech-default-btn::after,
#optech-default-btn::after,
button#optech-subscription-btn::after,
button#optech-main-form-btn::after,
#optech-hero-form-btn::after,
#optech-team-form-btn::after,
.optech-shop-btn::after,
.optech-product-btn::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}
.optech-default-btn:hover::after,
#optech-default-btn:hover::after,
button#optech-subscription-btn:hover::after,
button#optech-main-form-btn:hover::after,
#optech-hero-form-btn:hover::after,
#optech-team-form-btn:hover::after,
.optech-shop-btn:hover::after,
.optech-product-btn:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
}
.optech-default-btn.optech-white-btn,
#optech-default-btn.optech-white-btn,
button#optech-subscription-btn.optech-white-btn,
button#optech-main-form-btn.optech-white-btn,
#optech-hero-form-btn.optech-white-btn,
#optech-team-form-btn.optech-white-btn,
.optech-shop-btn.optech-white-btn,
.optech-product-btn.optech-white-btn {
    color: var(--heading-color) !important;
    background-color: var(--white-color);
}
.optech-default-btn.optech-light-btn,
#optech-default-btn.optech-light-btn,
button#optech-subscription-btn.optech-light-btn,
button#optech-main-form-btn.optech-light-btn,
#optech-hero-form-btn.optech-light-btn,
#optech-team-form-btn.optech-light-btn,
.optech-shop-btn.optech-light-btn,
.optech-product-btn.optech-light-btn {
    color: var(--heading-color) !important;
    background-color: var(--light-bg2);
}
.optech-default-btn.optech-header-btn,
#optech-default-btn.optech-header-btn,
button#optech-subscription-btn.optech-header-btn,
button#optech-main-form-btn.optech-header-btn,
#optech-hero-form-btn.optech-header-btn,
#optech-team-form-btn.optech-header-btn,
.optech-shop-btn.optech-header-btn,
.optech-product-btn.optech-header-btn {
    padding: 18px 24.8px;
}
.optech-default-btn.disabled,
.optech-default-btn:disabled,
#optech-default-btn.disabled,
#optech-default-btn:disabled,
button#optech-subscription-btn.disabled,
button#optech-subscription-btn:disabled,
button#optech-main-form-btn.disabled,
button#optech-main-form-btn:disabled,
#optech-hero-form-btn.disabled,
#optech-hero-form-btn:disabled,
#optech-team-form-btn.disabled,
#optech-team-form-btn:disabled,
.optech-shop-btn.disabled,
.optech-shop-btn:disabled,
.optech-product-btn.disabled,
.optech-product-btn:disabled {
    opacity: 1;
}
.optech-default-btn.d-block,
#optech-default-btn.d-block,
button#optech-subscription-btn.d-block,
button#optech-main-form-btn.d-block,
#optech-hero-form-btn.d-block,
#optech-team-form-btn.d-block,
.optech-shop-btn.d-block,
.optech-product-btn.d-block {
    width: 100%;
}
.optech-default-btn.pill,
#optech-default-btn.pill,
button#optech-subscription-btn.pill,
button#optech-main-form-btn.pill,
#optech-hero-form-btn.pill,
#optech-team-form-btn.pill,
.optech-shop-btn.pill,
.optech-product-btn.pill {
    border-radius: 50px;
}
.optech-default-btn.btn-icon,
#optech-default-btn.btn-icon,
button#optech-subscription-btn.btn-icon,
button#optech-main-form-btn.btn-icon,
#optech-hero-form-btn.btn-icon,
#optech-team-form-btn.btn-icon,
.optech-shop-btn.btn-icon,
.optech-product-btn.btn-icon {
    padding: 9px 24px;
}
.optech-default-btn:focus,
#optech-default-btn:focus,
button#optech-subscription-btn:focus,
button#optech-main-form-btn:focus,
#optech-hero-form-btn:focus,
#optech-team-form-btn:focus,
.optech-shop-btn:focus,
.optech-product-btn:focus {
    box-shadow: none;
}

section.optech-section-padding {
    padding: 130px 0;
}
@media (max-width: 991px) {
    section.optech-section-padding {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    section.optech-section-padding {
        padding: 80px 0;
    }
}

.blog-single,.search .page--item {
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 24px;
    transition: all 0.4s;
    border: 1px solid #e3e3ec;
}
.blog-single:hover,.search .page--item:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0px 4px 80px 0px rgba(16, 44, 87, 0.08);
} 
.blog-single:hover .blog-img img {
    transform: scale(1.1);
}
.blog-img {
    overflow: hidden;
	border-top-left-radius:18px;
	border-top-right-radius: 18px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    object-position: center top;
    aspect-ratio: 3/1.9;
}
.blog-content {
    padding: 40px;
   
}

@media (max-width: 991px) {
    .blog-content {
        padding: 30px;
    }
}
.blog-content.xxl {
    padding: 36px 40px;
}
@media (max-width: 991px) {
    .blog-content.xxl {
        padding: 30px;
    }
}
.blog-meta {
    margin-bottom: 15px;
    line-height: 1;
}
.blog-meta a {
    color: #585b6f !important;
    font-weight: 400 !important;
    margin-right: 24px;
    position: relative;
}
.blog-meta a:last-child {
    margin-right: 0;
}
.blog-meta a::before {
    content: '';
    right: -16px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    position: absolute;
    background-color: var(--body-color);
}
.blog-meta a:last-child::before {
    content: none;
}
.blog-title {
    font-size: 48px;
    line-height: 1.15em; /* 116.667% */
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .blog-title {
        font-size: 34px;
        letter-spacing: -0.01em;
    }
}
.blog-title a {
    color: var(--heading-color);
}
.blog-title-sm {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.blog-title-sm a {
    color: var(--heading-color);
}
.blog-title-md {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.26em;
    letter-spacing: -0.02em;
}
.blog-title-md a {
    color: var(--heading-color);
}
.blog-titles {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
}
.blog-titles a {
    color: var(--body-color);
}

.blog-content.p-sm {
    padding: 28px;
}

.blog-btn {
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    color: var(--accent-color);
}
.blog-btn i {
    font-weight: normal;
    font-size: 22px;
    margin-left: 8px;
    transition: all 0.4s;
}
.blog-btn:hover {
    color: var(--accent-color);
}
.blog-btn .icon-show {
    opacity: 0;
    transition: all 0.4s;
}
.blog-btn:hover .icon-show {
    opacity: 1;
    margin-right: 32px;
}
.blog-btn .icon-hide {
    transition: all 0.4s;
    transform: translateX(-28px);
}
.blog-btn:hover .icon-hide {
    opacity: 0;
}
.blog-btn span {
    position: relative;
    transform: translateX(-28px);
}

.blog-single .blog-text {
    margin-bottom: 28px;
    color: var(--body-color);
    line-height: 30px;
}

@media (max-width: 991px) {
    .sidebar-area {
        margin-top: 40px;
    }
}

.widget {
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 18px;
    background-color: #f5f6f7;
}

.widget_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.widget select,
.widget input {
    padding: 15px !important;
    padding-left: 50px !important;
    height: 60px !important;
    width: 100%;
    transition: all 0.4s;
    border-radius: 6px !important;
    border: 1px solid #e7e7e8 !important;
    background-color: var(--white-bg) !important;
}
.widget select:focus,
.widget input:focus {
    border: 1px solid var(--accent-color) !important;
}

.widget .search-form {
    position: relative;
}

.widget .search-form button {
    position: absolute;
    left: 20px;
    top: 14px;
}
.widget .search-form button i {
    font-size: 24px;
    color: var(--accent-color);
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
    padding: 6px 0;
}
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child {
    padding-top: 0;
}
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_categories span {
    transition: all 0.4s;
    color: var(--heading-color);
}

.widget_categories span {
    float: right;
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--accent-color);
}

.recent-post {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}
.recent-post:hover .media-img img {
    transform: scale(1.1);
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post .media-img {
    width: 100px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
}
.recent-post .media-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}
.recent-post .recent-post-meta {
    margin-bottom: 15px;
    line-height: 1;
}
.recent-post .recent-post-meta a {
    font-size: 14px;
    color: var(--heading-color);
    line-height: 16px;
}

.recent-post .post-title a {
    color: var(--heading-color);
    font-weight: 600;
    line-height: 28px;
    font-size: 18px;
}
.recent-post .post-title {
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 18px;
    color: var(--heading-color);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
}
.widget_tag_cloud a,
.widget .tagcloud a,
.tagcloud a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all 0.4s;
    color: var(--heading-color);
    background-color: var(--white-bg);
}
.widget_tag_cloud a:hover,
.widget .tagcloud a:hover,
.tagcloud a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}

.blog-left {
    margin-right: 30px;
}
@media (max-width: 991px) {
    .blog-left {
        margin-right: 0;
    }
}

.blog-details .blog-img {
    margin-bottom: 30px;
    border-radius: 20px 20px 0px 0px;
}
.blog-details .blog-content {
    padding: 0;
}

.blog-steps-thumb {
    margin: 24px 0 40px;
}
.blog-steps-thumb img {
    border-radius: 18px;
}

.blog-steps {
    margin-bottom: 24px;
}
.blog-steps ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}
.blog-steps ul li:last-child {
    margin-bottom: 15px;
}
.blog-steps ul li img {
    left: 0;
    top: 6px;
    position: absolute;
}
.blog-steps ul li span {
    font-weight: 700;
    font-family: 'Sora', sans-serif;
}

.post-navigation {
    display: flex;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3ec;
	margin-bottom:60px;
}

.nav-previous,
.nav-next {
    display: flex;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    transition: all 0.4s;
    color: var(--accent-color);
}
.nav-previous i,
.nav-next i {
    font-size: 22px;
    font-weight: 500;
}

.nav-previous i {
    margin-right: 5px;
}

.nav-next i {
    margin-left: 5px;
}

.nav-next {
    text-align: right;
}
.nav-next img {
    margin-left: 10px;
}
.nav-next span {
    justify-content: flex-end;
}

.share-links {
    margin: 30px 0;
}
.share-links .tagcloud a,
.share-links .widget .tagcloud a,
.share-links .widget_tag_cloud a {
    margin-bottom: 10px;
    background-color: #f5f6f7;
}
.share-links .tagcloud a:hover,
.share-links .widget .tagcloud a:hover,
.share-links .widget_tag_cloud a:hover {
    background-color: #2b4dff;
}

.blog-inner-title {
    margin-bottom: 30px;
    font-size: 24px;
}

/* .comments-wrap {
    padding-top: 60px;
} */
.comments-wrap .post-comment {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--off-white-bg);
}
.comments-wrap .comment-avater {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}
.comments-wrap .comment-avater img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comments-wrap .name {
    margin-bottom: 7px;
    font-size: 18px;
}
.comments-wrap span.commented-on {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    color: #585b6f;
    margin: 0;
}
.comments-wrap a.replay-btn {
    font-weight: 600;
    transition: all 0.4s;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.comments-wrap a.replay-btn i {
    margin-right: 6px;
    font-size: 20px;
}
.comments-wrap .children {
    padding-left: 90px;
}
@media (max-width: 767px) {
    .comments-wrap .children {
        padding-left: 30px;
    }
}

.comment-respond .form-group {
    margin-bottom: 24px;
}
.comment-respond .form-group input,
.comment-respond .form-group textarea {
    margin: 0;
    width: 100%;
    height: 54px;
    font-weight: 400;
    color: var(--heading-color);
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0 !important;
    border: none !important;
    transition: all 0.4s;
    border-bottom: 1px solid #e3e3ec !important;
}
.comment-respond .form-group textarea {
    height: 140px;
}
@media (max-width: 767px) {
    .comment-respond .form-group textarea {
        height: 120px;
    }
}
.comment-respond .form-group input:focus,
.comment-respond .form-group textarea:focus {
    border-bottom: 1px solid var(--accent-color) !important;
    box-shadow: none;
}
.comment-respond p {
    margin-top: 15px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8a8c9a;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8a8c9a;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8a8c9a;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8c9a;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8a8c9a;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #8a8c9a;
    opacity: 1;
}

.optech-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.optech-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    color: #585b6f;
}

.optech-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -5px;
}

.optech-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

button#comment-btn {
    font-size: 16px;
    line-height: 1;
    padding: 22px 27.3px;
    border-radius: 6px;
    font-weight: 600;
    font-family: Sora, sans-serif;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.01em;
    transform-style: preserve-3d;
}

.blog-details .blog-meta {
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e8;
}
.blog-details .blog-meta a {
    color: #0a165e !important;
    position: relative;
    padding-left: 28px;
}
.blog-details .blog-meta a:before {
    content: none;
}
.blog-details .blog-meta a i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    color: var(--accent-color);
}

.optech-blog-wrap2 {
    border-radius: 18px;
    margin-bottom: 24px;
    transition: all 0.4s;
    overflow: hidden;
}
.optech-blog-wrap2:hover .optech-blog-thumb2 img {
    transform: scale(1.1);
}
.optech-blog-wrap2 .blog-meta a {
    color: var(--light-color2);
}
.optech-blog-wrap2 .blog-meta a::before {
    background-color: var(--light-color2);
}
.optech-blog-wrap2 .optech-icon-btn {
    opacity: 0;
    margin-top: -28px;
    color: var(--white-color);
}
.optech-blog-wrap2:hover .optech-icon-btn {
    opacity: 1;
    margin-top: 15px;
    color: var(--white-color);
}
.optech-blog-thumb2 {
    position: relative;
    overflow: hidden;
}
.optech-blog-thumb2 img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.optech-blog-thumb2::before {
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
}
.optech-blog-thumb2:hover::before {
    opacity: 0;
}
.optech-blog-thumb2::after {
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(43, 77, 255, 0) 0%, #2b4dff 100%);
}
.optech-blog-thumb2:hover::after {
    opacity: 1;
}
.optech-blog-content2 {
    z-index: 3;
    padding: 28px;
    position: absolute;
    bottom: 0;
}
.optech-blog-content2 h4 {
    color: var(--white-color);
}

.optech-icon-btn {
    line-height: 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s;
    color: var(--accent-color);
}
.optech-icon-btn i {
    font-weight: normal;
    font-size: 22px;
    margin-left: 8px;
    transition: all 0.4s;
}
.optech-icon-btn:hover {
    color: var(--accent-color);
}
.optech-icon-btn .icon-show {
    opacity: 0;
    transition: all 0.4s;
}
.optech-icon-btn:hover .icon-show {
    opacity: 1;
    margin-right: 32px;
}
.optech-icon-btn .icon-hide {
    transition: all 0.4s;
    transform: translateX(-28px);
}
.optech-icon-btn:hover .icon-hide {
    opacity: 0;
}
.optech-icon-btn span {
    position: relative;
    transform: translateX(-28px);
}

.blog-column {
    background-color: var(--white-bg);
    display: grid;
    grid-template-columns: 220px 1fr;
}
@media (max-width: 767px) {
    .blog-column {
        display: block;
    }
}
.blog-column .blog-img {
    height: 100%;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='time'],
input[type='date'],
input[type='search'],
input,
textarea {
    margin: 0;
    width: 100%;
    height: 54px;
    font-weight: 400;
    color: var(--heading-color);
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0;
    border: none;
    transition: all 0.4s;
    border-bottom: 1px solid var(--light-color1);
}

input:focus,
textarea:focus {
    border-bottom: 1px solid var(--accent-color) !important;
}

textarea {
    height: 145px;
    resize: none;
}
@media (max-width: 767px) {
    textarea {
        height: 100px;
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8a8c9a;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8a8c9a;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8a8c9a;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8c9a;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8a8c9a;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #8a8c9a;
    opacity: 1;
}

.optech-header-search-box {
    position: relative;
}
.optech-header-search-box input {
    font-size: 34px;
    border: none !important;
    border-radius: 0;
    height: 80px;
    border-bottom: 1px solid #e3e3ec !important;
    margin-bottom: 12px;
}
.optech-header-search-box input::placeholder {
    color: #8a8c9a;
}
.optech-header-search-box input:focus {
    border-bottom: 1px solid var(--accent-color) !important;
}
.optech-header-search-box p {
    color: var(--heading-color);
}

button#header-search {
    position: absolute;
    top: 25px;
    right: 0;
}
button#header-search i {
    font-size: 30px;
    color: var(--accent-color);
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.optech-subscription {
    position: relative;
    margin-top: 25px;
}
.optech-subscription input {
    height: 60px;
    border-radius: 0;
    padding: 20px !important;
    color: #8a8c9a;
    border-radius: 6px;
    background-color: var(--white-bg);
    border: 1px solid var(--light-color1) !important;
}
.optech-subscription input::placeholder {
    color: #8a8c9a;
}
.optech-subscription input:focus {
    border: 1px solid var(--accent-color) !important;
}
.optech-subscription.two input {
    color: var(--heading-color);
    border: 1px solid #e7e7e8 !important;
}
.optech-subscription.two input::placeholder {
    color: rgba(13, 14, 29, 0.6);
}
.optech-subscription.two input:focus {
    border: 1px solid var(--accent-color) !important;
}

button#optech-subscription-btn {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    justify-content: center;
}

.breadcumb-wrapper {
    z-index: 0;
    text-align: center;
    padding: 230px 0 160px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background: radial-gradient(60.1% 75.75% at 100% 96.1%, #2b4dff 0%, #0a165e 100%);
}
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 170px 0 100px;
    }
}
@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 150px 0 80px;
    }
}
@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 125px 0 80px;
    }
}
.breadcumb-content {
    text-align: center;
}
.breadcumb-menu ul li {
    line-height: 1;
    z-index: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    color: var(--white-color);
}
.breadcumb-menu ul li:first-child {
    padding-left: 0;
}
.breadcumb-menu ul li:last-child {
    padding-right: 0;
}
.breadcumb-menu ul li:before {
    content: '\ea6e';
    right: -12px;
    top: 2px;
    font-size: 20px;
    z-index: -1;
    line-height: 12px;
    position: absolute;
    font-family: remixicon;
    color: var(--light-color2);
}
.breadcumb-menu ul li:last-child:before {
    content: none;
}
.breadcumb-menu ul li a {
    color: var(--white-color);
}
.breadcumb-menu ul {
    padding: 0;
}
.breadcumb-title {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 1.175em;
    letter-spacing: -0.03em;
    color: var(--white-color);
}
@media (max-width: 1400px) {
    .breadcumb-title {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 48px;
        letter-spacing: -0.02em;
    }
}
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 36px;
        letter-spacing: -0.01em;
    }
}

.optech-errors-section {
    padding: 330px 0 130px;
}
@media (max-width: 991px) {
    .optech-errors-section {
        padding: 250px 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-errors-section {
        padding: 170px 0 80px;
    }
}
.optech-errors-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.optech-errors-content img {
    margin-bottom: 40px;
}
.optech-errors-content h2 {
    margin-bottom: 15px;
}
.optech-pagination ul {
    padding-left: 0;
}
.optech-pagination {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .optech-pagination {
        margin-top: 10px;
    }
}
.optech-pagination ul {
    display: flex;
}
.optech-pagination li {
    display: inline-block;
    margin: 0 2px;
}
.optech-pagination.center ul {
    justify-content: center;
}

.optech-pagination {
    display: flex;
}
.optech-pagination.center {
    justify-content: center;
}

.optech-pagination a,
.optech-pagination span,
.pagi-btn, 
.post-page-numbers,
.post-page-numbers.current {
    height: 60px;
    width: 60px;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
    border-radius: 6px;
    background-color: #e2e3ec;
	margin-right:10px;
}

.post-page-numbers,
.post-page-numbers.current {
    height: 40px;
    width: 40px;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
    border-radius: 6px;
    background-color: #e2e3ec;
	margin-right:10px;
}

.optech-pagination a:hover,
.pagi-btn:hover,
.optech-pagination a.active,
.post-page-numbers.current,
.post-page-numbers:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-pagination span i,
.optech-pagination a i,
.pagi-btn i {
    font-size: 20px;
}
.optech-pagination span {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-pagination > span.current {
	cursor:pointer;
}
.optech-extra-mt {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .optech-extra-mt {
        margin-top: 30px;
    }
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.optech-hero-section {
    padding: 260px 0 150px;
}
@media (max-width: 991px) {
    .optech-hero-section {
        padding: 220px 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-hero-section {
        padding: 200px 0 100px;
    }
}
.optech-hero-content h5 {
    color: var(--white-color);
    margin-bottom: 15px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .optech-hero-content {
        text-align: center;
    }
}
.optech-hero-content h1 {
    margin-bottom: 24px;
}
.optech-hero-content p {
    font-size: 18px;
    line-height: 32px;
    color: var(--light-color1);
}
.optech-hero-content.dark-color h1,
.optech-hero-content.dark-color h5 {
    color: var(--heading-color);
}
.optech-hero-content.dark-color p {
    color: var(--body-color);
}
.optech-hero-content.center {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}
@media (max-width: 1399px) {
    .optech-hero-content.center {
        max-width: 800px;
    }
}
@media (max-width: 991px) {
    .optech-hero-content.center {
        max-width: 600px;
    }
}
.optech-hero-content.center p {
    max-width: 680px;
    margin: 0 auto;
}
.optech-hero-content.center.sm {
    max-width: 600px;
}
@media (max-width: 991px) {
    .optech-hero-content.center.sm {
        max-width: 500px;
    }
}
.optech-hero-content.center.medium {
    max-width: 800px;
}
@media (max-width: 991px) {
    .optech-hero-content.center.medium {
        max-width: 500px;
    }
}
.optech-hero-content.center.medium p {
    max-width: 100%;
}
.optech-hero-content.sm p {
    max-width: 615px;
}
@media (max-width: 991px) {
    .optech-hero-content.sm p {
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .optech-hero-thumb {
        margin-top: 40px;
        text-align: center;
    }
}

.optech-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
@media (max-width: 991px) {
    .optech-btn-wrap {
        justify-content: center;
    }
}
.optech-btn-wrap.center {
    justify-content: center;
}

.optech-hero-section2 {
    z-index: 0;
    position: relative;
    padding: 300px 0 220px;
}
@media (max-width: 991px) {
    .optech-hero-section2 {
        padding: 220px 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-hero-section2 {
        padding: 200px 0 100px;
    }
}
.optech-hero-section2:before {
    content: ' ';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: rgba(1, 3, 16, 0.5);
}
.optech-hero-power {
    margin-bottom: 20px;
}

.optech-hero-section3 {
    padding: 280px 0 130px;
}
@media (max-width: 991px) {
    .optech-hero-section3 {
        padding: 220px 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-hero-section3 {
        padding: 200px 0 100px;
    }
}
.optech-hero-thumb3 {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .optech-hero-thumb3 {
        padding: 80px 0;
    }
}

.optech-hero-section4 {
    padding: 180px 0 0;
    position: relative;
}
@media (max-width: 991px) {
    .optech-hero-section4 {
        padding: 200px 0 0;
    }
}

.optech-hero-section5 {
    z-index: 0;
    position: relative;
    padding: 280px 0 150px;
    background-size: cover;
    background-position: top center;
}
@media (max-width: 1199px) {
    .optech-hero-section5 {
        padding: 230px 0 130px;
    }
}
@media (max-width: 991px) {
    .optech-hero-section5 {
        padding: 200px 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-hero-section5 {
        padding: 170px 0 80px;
    }
}
@media (max-width: 575px) {
    .optech-hero-section5 {
        padding: 150px 0 80px;
    }
}
.optech-hero-section5::before {
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(25.98deg, #2b4dff 19.51%, rgba(43, 77, 255, 0) 93.51%);
}
.optech-hero-form {
    padding: 30px;
    border-radius: 18px;
    background-color: var(--white-bg);
}
@media (max-width: 991px) {
    .optech-hero-form {
        margin-top: 60px;
    }
}
.optech-hero-form h4 {
    margin-bottom: 5px;
}

#optech-hero-form-btn {
    width: 100%;
    display: block;
    text-align: center;
}

.optech-hero-section6 {
    margin-top: 144px;
}
@media (max-width: 991px) {
    .optech-hero-section6 {
        margin-top: 0;
    }
}

.optech-hero-slider-item {
    z-index: 0;
    opacity: 1 !important;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    position: relative;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 991px) {
    .optech-hero-slider-item {
        padding: 300px 0 150px;
    }
}
@media (max-width: 767px) {
    .optech-hero-slider-item {
        padding: 250px 0 150px;
    }
}
.optech-hero-slider-item::before {
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-image: url(../images/hero/overlay.png);
}

.optech-hero-slider .optech-hero-next,
.optech-hero-slider .optech-hero-prev {
    width: 60px;
    height: 60px;
    left: 60px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    border-radius: 6px;
    transform: translateY(-50%);
    color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.1);
}
.optech-hero-slider .optech-hero-next:hover,
.optech-hero-slider .optech-hero-prev:hover {
    color: var(--accent-color);
    background-color: var(--white-bg);
}
@media (max-width: 767px) {
    .optech-hero-slider .optech-hero-next,
    .optech-hero-slider .optech-hero-prev {
        display: none !important;
    }
}
.optech-hero-slider .optech-hero-next i,
.optech-hero-slider .optech-hero-prev i {
    font-size: 22px;
}

.optech-hero-slider .optech-hero-prev {
    left: auto;
    right: 60px;
}

.optech-hero-slider .slick-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

[data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
}

.tungo-hero-content .animated {
    transition: all 0.5s ease;
}

.slider-custom-anim-left.slider-animated {
    --animation-name: custom-anim-left;
}

.slider-custom-anim-left {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.slider-animated {
    opacity: 1;
}

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

@keyframes custom-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;
    }
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

.optech-hero-section7 {
    z-index: 0;
    position: relative;
    padding: 320px 0 240px;
    background-size: cover;
    background-position: top center;
}
@media (max-width: 1199px) {
    .optech-hero-section7 {
        padding: 300px 0 130px;
    }
}
@media (max-width: 991px) {
    .optech-hero-section7 {
        padding: 200px 0 100px;
    }
}

.optech-hero-section8 {
    padding: 270px 0 214px;
}
@media (max-width: 991px) {
    .optech-hero-section8 {
        padding: 200px 0 100px;
    }
}

.optech-counter-wrap {
    padding: 77px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    justify-content: space-between;
    border-radius: 30px;
}
.optech-counter-wrap::before {
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.optech-counter-wrap::after {
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    position: absolute;
}
@media (max-width: 1199px) {
    .optech-counter-wrap {
        padding: 80px 60px;
    }
}
@media (max-width: 991px) {
    .optech-counter-wrap {
        row-gap: 40px;
        border-radius: 70px 25px 70px 25px;
        background-color: var(--dark-bg);
    }
    .optech-counter-wrap::before {
        border-top: 60px solid var(--white-bg);
        border-right: 60px solid transparent;
    }
    .optech-counter-wrap::after {
        border-bottom: 60px solid var(--white-bg);
        border-left: 60px solid transparent;
    }
}
@media (max-width: 767px) {
    .optech-counter-wrap {
        padding: 80px 15px;
    }
}
.optech-counter-icon {
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--accent-color);
}
.optech-counter-data {
    position: relative;
    width: 160px;
}
.optech-counter-data::before {
    content: '';
    right: -57%;
    top: 50%;
    height: 90px;
    width: 1px;
    position: absolute;
    background-color: #272f5d;
    transform: translateY(-50%);
}
@media (max-width: 1399px) {
    .optech-counter-data::before {
        right: -38%;
    }
}
@media (max-width: 1199px) {
    .optech-counter-data::before {
        right: -25%;
    }
}
@media (max-width: 991px) {
    .optech-counter-data::before {
        right: 0;
    }
}
.optech-counter-data:last-child:before {
    content: none;
}
@media (max-width: 991px) {
    .optech-counter-data:nth-child(2)::before {
        content: none;
    }
}
.optech-counter-data p {
    color: var(--light-color2);
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .optech-counter-data {
        flex: 0 0 50%;
    }
}
.optech-counter-number {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.15em; /* 116.667% */
    letter-spacing: -3px;
    color: var(--white-color);
}
@media (max-width: 767px) {
    .optech-counter-number {
        font-size: 34px;
    }
}

.optech-counter-wrap2 {
    display: flex;
    gap: 96px;
}
@media (max-width: 991px) {
    .optech-counter-wrap2 {
        gap: 0px;
    }
}
@media (max-width: 575px) {
    .optech-counter-wrap2 {
        gap: 24px;
    }
}
.optech-counter-wrap2 .optech-counter-number {
    color: var(--heading-color);
}
.optech-counter-wrap2 .optech-counter-data p {
    color: var(--body-color);
}
.optech-counter-wrap2 .optech-counter-data::before {
    right: -25%;
    background-color: var(--light-color1);
}
@media (max-width: 991px) {
    .optech-counter-wrap2 .optech-counter-data::before {
        right: 25%;
    }
}
@media (max-width: 500px) {
    .optech-counter-wrap2 .optech-counter-data::before {
        right: 18%;
        height: 62px;
    }
}
@media (max-width: 400px) {
    .optech-counter-wrap2 .optech-counter-data::before {
        right: 12%;
        height: 60px;
    }
}

.optech-counter-section3 {
    padding: 130px 0 80px;
}
@media (max-width: 991px) {
    .optech-counter-section3 {
        padding: 100px 0 80px;
    }
}
@media (max-width: 991px) {
    .optech-counter-section3 {
        padding: 80px 0;
    }
}
.optech-counter-wrap3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .optech-counter-wrap3 {
        column-gap: 0px;
    }
}
@media (max-width: 767px) {
    .optech-counter-wrap3 {
        text-align: center;
    }
}
.optech-counter-data3 {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
    .optech-counter-data3 {
        flex: 0 0 50%;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .optech-counter-data3 {
        display: block;
    }
}
.optech-counter-icon3 {
    width: 70px;
    height: 70px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--light-bg3);
}
@media (max-width: 767px) {
    .optech-counter-icon3 {
        margin: 0 auto 20px;
    }
}
.optech-counter-number3 {
    width: 160px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
    color: var(--heading-color);
}
@media (max-width: 767px) {
    .optech-counter-number3 {
        font-size: 34px;
        width: 100%;
    }
}

.optech-team-wrap {
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s;
    background-color: var(--white-bg);
}
@media (max-width: 767px) {
    .optech-team-wrap {
        border-radius: 10px;
    }
}
.optech-team-wrap:hover .optech-social-icon-box.position {
    opacity: 1;
    left: 20px;
}
.optech-team-wrap:hover .optech-team-thumb img {
    transform: scale(1.1);
}
.optech-team-wrap.border_all {
    border: 1px solid var(--light-color1);
}
.optech-team-wrap.border_all:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.08);
}
.optech-team-thumb {
    position: relative;
    overflow: hidden;
}
.optech-team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.optech-team-data {
    padding: 24px;
}
.optech-team-data h5 {
    margin-bottom: 2px;
}

.optech-team-single-thumb {
    border-radius: 18px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .optech-team-single-thumb {
        margin-bottom: 35px;
    }
}
.optech-team-single-content {
    margin-bottom: 80px;
}
.optech-team-single-content h2 {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .optech-team-single-content {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .optech-team-single-content {
        margin-bottom: 40px;
    }
}
.optech-team-single-content span {
    font-weight: 600;
    display: block;
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--accent-color);
}

.optech-team-form {
    max-width: 635px;
    margin: 0 auto;
    text-align: center;
}
.optech-team-form h2 {
    margin-bottom: 10px;
}
.optech-team-form p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.optech-4column-slider .slick-dots,
.optech-2column-slider .slick-dots,
.optech-3column-slider .slick-dots,
.optech-3column-slider2 .slick-dots,
.optech-4column-slider2 .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.optech-4column-slider .slick-list.draggable,
.optech-2column-slider .slick-list.draggable,
.optech-3column-slider .slick-list.draggable,
.optech-3column-slider2 .slick-list.draggable,
.optech-4column-slider2 .slick-list.draggable {
    padding-bottom: 50px !important;
}

.optech-4column-slider .slick-dots li,
.optech-2column-slider .slick-dots li,
.optech-3column-slider .slick-dots li,
.optech-3column-slider2 .slick-dots li,
.optech-4column-slider2 .slick-dots li {
    margin: 0 10px;
}

.optech-4column-slider .slick-dots button,
.optech-2column-slider .slick-dots button,
.optech-3column-slider .slick-dots button,
.optech-3column-slider2 .slick-dots button,
.optech-4column-slider2 .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #d0d1df;
    text-indent: -9999px;
    transition: all 0.4s;
    position: relative;
}
.optech-4column-slider .slick-dots button:before,
.optech-2column-slider .slick-dots button:before,
.optech-3column-slider .slick-dots button:before,
.optech-3column-slider2 .slick-dots button:before,
.optech-4column-slider2 .slick-dots button:before {
    content: '';
    left: 50%;
    top: 50%;
    width: 21px;
    height: 21px;
    transition: all 0.4s;
    position: absolute;
    border-radius: 100px;
    border: 2px solid var(--heading-color);
    transform: translate(-50%, -50%) scale(0);
}

.optech-4column-slider .slick-dots li.slick-active button,
.optech-2column-slider .slick-dots li.slick-active button,
.optech-3column-slider .slick-dots li.slick-active button,
.optech-3column-slider2 .slick-dots li.slick-active button,
.optech-4column-slider2 .slick-dots li.slick-active button {
    background-color: var(--heading-color);
}
.optech-4column-slider .slick-dots li.slick-active button::before,
.optech-2column-slider .slick-dots li.slick-active button::before,
.optech-3column-slider .slick-dots li.slick-active button::before,
.optech-3column-slider2 .slick-dots li.slick-active button::before,
.optech-4column-slider2 .slick-dots li.slick-active button::before {
    transform: translate(-50%, -50%) scale(1);
}

.optech-4column-slider .slick-slide,
.optech-2column-slider .slick-slide,
.optech-3column-slider .slick-slide,
.optech-3column-slider2 .slick-slide,
.optech-4column-slider2 .slick-slide {
    margin: 0 12px;
}

.dark-bg .optech-3column-slider .slick-dots button:before {
    border: 1px solid var(--white-color);
}
.dark-bg .optech-3column-slider .slick-dots li.slick-active button {
    background-color: var(--white-bg);
}

.optech-iconbox-wrap {
    padding: 28px;
    transition: all 0.4s;
    background-color: var(--white-bg);
    border-radius: 18px;
}
.optech-iconbox-wrap:hover {
    box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.0784313725);
}
.optech-iconbox-wrap:hover .optech-iconbox-icon {
    background-color: var(--accent-color);
}
.optech-iconbox-wrap:hover .optech-iconbox-icon img {
    filter: brightness(0) invert(1);
}
.optech-iconbox-wrap.style-two {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 575px) {
    .optech-iconbox-wrap.style-two {
        display: block;
    }
}
.optech-iconbox-wrap.style-two .optech-iconbox-icon {
    margin: 0;
    flex-shrink: 0;
}
@media (max-width: 575px) {
    .optech-iconbox-wrap.style-two .optech-iconbox-icon {
        margin-bottom: 30px;
    }
}
.optech-iconbox-wrap.style-two.border_all {
    border: 1px solid var(--light-color1);
}
.optech-iconbox-wrap.style-two.border_all:hover {
    border: 1px solid var(--white-color);
}
.optech-iconbox-icon {
    width: 70px;
    height: 70px;
    display: flex;
    transition: all 0.4s;
    align-items: center;
    margin-bottom: 60px;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--light-bg3);
}
.optech-iconbox-icon img {
    transition: all 0.4s;
}
.optech-iconbox-data {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.optech-iconbox-data h5 {
    margin-bottom: 8px;
}
.optech-iconbox-data p {
    margin-bottom: 20px;
}

.optech-iconbox-wrap2 {
    gap: 24px;
    display: flex;
    margin-bottom: 24px;
}
.optech-iconbox-icon2 {
    width: 90px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--light-bg3);
    transition: 0.4s;
}
.optech-iconbox-icon2 i {
    font-size: 48px;
    color: var(--accent-color);
    font-weight: 400;
}
.optech-iconbox-wrap2:hover .optech-iconbox-icon2 {
    background-color: var(--accent-color);
}

.optech-iconbox-wrap2:hover .optech-iconbox-icon2 img {
    filter: brightness(0) invert(1);
}

.optech-iconbox-data2 {
    text-align: left;
}
.optech-iconbox-data2 h5 {
    margin-bottom: 8px !important;
}

.optech-numberbox-wrap {
    text-align: center;
    margin-bottom: 40px;
}
.optech-numberbox-icon {
    margin-bottom: 40px;
}
.optech-numberbox-data span {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    align-items: center;
    margin: 0 auto 28px;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-numberbox-data h4 {
    margin-bottom: 10px;
}
.optech-numberbox-data p {
    margin-bottom: 0px;
}
.optech-line {
    position: absolute;
    top: 267px;
    z-index: -1;
}
@media (max-width: 767px) {
    .optech-line {
        display: none;
    }
}

.optech-service-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
}
.optech-service-thumb img {
    width: 100%;
    transition: all 0.6s;
}
.optech-service-thumb:hover img {
    transform: scale(1.1);
}
.optech-service-thumb:hover .optech-service-icon {
    background-color: var(--white-bg);
}
.optech-service-thumb:hover .optech-service-icon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(97%) saturate(3717%) hue-rotate(234deg) brightness(106%) contrast(104%);
    transform: scale(1);
}
.optech-service-thumb:before {
    content: ' ';
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
}
.optech-service-thumb:after {
    content: ' ';
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(43, 77, 255, 0) 0%, #2b4dff 100%);
}
.optech-service-thumb:hover:before {
    opacity: 0;
}
.optech-service-thumb:hover::after {
    opacity: 1;
}
.optech-service-data {
    z-index: 3;
    bottom: 0;
    width: 100%;
    padding: 28px;
    text-align: center;
    position: absolute;
}
.optech-service-data h5 {
    color: var(--white-color);
}
.optech-service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    transition: all 0.4s;
    margin: 0 auto 15px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--accent-color);
}
.optech-service-icon img {
    width: auto;
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.optech-iconbox-column {
    display: flex;
    gap: 95px;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 1199px) {
    .optech-iconbox-column {
        gap: 30px;
    }
}
.optech-iconbox-column:before {
    content: '';
    left: 40%;
    top: 0;
    width: 1px;
    height: 60px;
    position: absolute;
    background-color: var(--light-color1);
}
@media (max-width: 1399px) {
    .optech-iconbox-column:before {
        left: 46%;
    }
}
@media (max-width: 1199px) {
    .optech-iconbox-column:before {
        content: none;
    }
}
.optech-iconbox-wrap3 {
    gap: 16px;
    display: flex;
    align-items: center;
    text-align: left;
}
.optech-iconbox-icon3 {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
}
.optech-iconbox-data3 p {
    font-weight: 600;
    line-height: 24px;
    color: var(--heading-color);
}

.optech-iconbox-wrap4 {
    padding: 28px;
    margin-bottom: 24px;
    border-radius: 18px;
    background-color: var(--white-bg);
}
.optech-iconbox-icon4 {
    width: 90px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 45px;
    justify-content: center;
    background-color: var(--light-bg3);
    transition: all 0.4s;
}
.optech-iconbox-data4 {
    text-align: left;
}
.optech-iconbox-data4 h4 {
    margin-bottom: 10px !important;
}

.optech-iconbox-wrap4:hover .optech-iconbox-icon4 {
    background-color: var(--accent-color);
}
.optech-iconbox-icon4 img {
    transition: all 0.4s;
}
.optech-iconbox-wrap4:hover .optech-iconbox-icon4 img {
    filter: brightness(0) invert(1);
}

.optech-accordion-wrap {
    border-top: 1px solid var(--light-color1);
}
@media (max-width: 991px) {
    .optech-accordion-wrap {
        margin-top: 40px;
    }
}
.optech-accordion-item {
    padding: 26px 0;
    position: relative;
    transition: all 0.4s;
    border-bottom: 1px solid var(--light-color1);
}
.optech-accordion-item:last-child {
    margin-bottom: 0;
}
.optech-accordion-item.open .optech-accordion-header::before {
    transform: rotate(45deg);
}
.optech-accordion-item.open .optech-accordion-body {
    display: block;
}
.optech-accordion-header {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.optech-accordion-header::before {
    content: '\ea13';
    position: absolute;
    right: 0;
    transition: all 0.4s;
    top: -2px;
    font-size: 30px;
    z-index: 2;
    font-family: remixicon;
    color: var(--heading-color);
}
@media (max-width: 767px) {
    .optech-accordion-header::before {
        top: 5px;
    }
}
.optech-accordion-body {
    display: none;
    padding-top: 15px;
    padding-right: 40px;
}
.optech-accordion-body.default {
    display: block;
}

.accordion-page {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .accordion-page {
        padding: 80px 0;
    }
}
.accordion-page .optech-accordion-column {
    max-width: 856px;
    margin: 0 auto;
}

.optech-default-content.sm-mw {
    max-width: 635px;
    text-align: center;
    margin: 0 auto;
}

.optech-t-box {
    padding: 35px;
    display: flex !important;
    gap: 35px;
    border-radius: 18px;
    background-color: var(--white-bg);
}
@media (max-width: 991px) {
    .optech-t-box {
        padding: 30px;
        border-radius: 10px;
        gap: 20px;
    }
}
@media (max-width: 575px) {
    .optech-t-box {
        display: block !important;
    }
}
.optech-t-quote {
    flex-shrink: 0;
}
@media (max-width: 575px) {
    .optech-t-quote {
        margin-bottom: 20px;
    }
}
.optech-t-data p {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 32px;
}
.optech-t-rating {
    margin-bottom: 8px;
}
.optech-t-rating ul {
    line-height: 1;
}
.optech-t-rating ul li {
    display: inline-block;
}
.optech-t-author h5 {
    margin-bottom: 2px;
}

.optech-t-box2 {
    text-align: center;
    padding: 0 100px;
}
@media (max-width: 767px) {
    .optech-t-box2 {
        padding: 0;
    }
}
.optech-t-quote2 {
    margin-bottom: 30px;
}
.optech-t-quote2 img {
    margin: 0 auto;
}
.optech-t-data2 p {
    font-size: 34px;
    line-height: 52px;
    color: var(--white-color);
    margin-bottom: 28px;
    letter-spacing: -0.03em;
}
@media (max-width: 1199px) {
    .optech-t-data2 p {
        font-size: 30px;
        line-height: 48px;
    }
}
@media (max-width: 991px) {
    .optech-t-data2 p {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .optech-t-data2 p {
        font-size: 20px;
        line-height: 36px;
    }
}
.optech-t-data2 h5 {
    color: var(--white-color);
}
.optech-t-data2 span {
    color: var(--light-color2);
}
.optech-t-rating2 {
    margin-bottom: 8px;
}
.optech-t-rating2 ul {
    line-height: 1;
}
.optech-t-rating2 ul li {
    display: inline-block;
}

.optech-1column-slider .optech-t-next,
.optech-1column-slider .optech-t-prev {
    width: 60px;
    height: 60px;
    left: 0;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    border-radius: 6px;
    transform: translateY(-50%);
    color: var(--white-color);
    background-color: var(--dark-bg2);
}
.optech-1column-slider .optech-t-next:hover,
.optech-1column-slider .optech-t-prev:hover {
    color: var(--accent-color);
    background-color: var(--white-bg);
}
@media (max-width: 767px) {
    .optech-1column-slider .optech-t-next,
    .optech-1column-slider .optech-t-prev {
        display: none !important;
    }
}
.optech-1column-slider .optech-t-next i,
.optech-1column-slider .optech-t-prev i {
    font-size: 24px;
}

.optech-1column-slider .optech-t-prev {
    left: auto;
    right: 0;
}

.optech-t-box3 {
    padding: 28px;
    margin-bottom: 24px;
    border-radius: 18px;
    border: 1px solid var(--light-color1);
}
@media (max-width: 991px) {
    .optech-t-box3 {
        border-radius: 10px;
    }
}
.optech-t-data3 p {
    font-size: 18px;
    line-height: 32px;
}
.optech-t-rating3 {
    margin-bottom: 15px;
}
.optech-t-rating3 ul {
    line-height: 1;
}
.optech-t-rating3 ul li {
    display: inline-block;
}
.optech-t-footer {
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: space-between;
}

.optech-footer-cta-wrap {
    padding: 105px;
    position: relative;
    border-radius: 30px;
    background-size: 100% 100%;
    background-position: center;
}
.optech-footer-cta-wrap::before {
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.optech-footer-cta-wrap::after {
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    position: absolute;
}
@media (max-width: 1399px) {
    .optech-footer-cta-wrap {
        padding: 80px;
    }
}
@media (max-width: 991px) {
    .optech-footer-cta-wrap {
        border-radius: 70px 25px 70px 25px;
        background-color: var(--accent-color);
    }
    .optech-footer-cta-wrap::before {
        border-top: 60px solid var(--dark-bg);
        border-right: 60px solid transparent;
    }
    .optech-footer-cta-wrap::after {
        border-bottom: 60px solid var(--dark-bg);
        border-left: 60px solid transparent;
    }
}
@media (max-width: 767px) {
    .optech-footer-cta-wrap {
        padding: 50px 15px;
    }
}
@media (max-width: 991px) {
    .optech-footer-cta-wrap.shape-white {
        background-color: var(--accent-color);
    }
    .optech-footer-cta-wrap.shape-white::before {
        border-top: 60px solid var(--white-bg);
    }
    .optech-footer-cta-wrap.shape-white::after {
        border-bottom: 60px solid var(--white-bg);
    }
}
@media (max-width: 991px) {
    .optech-footer-cta-content {
        text-align: center;
    }
}
.optech-footer-cta-content h2 {
    font-size: 64px;
    margin-bottom: 20px;
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .optech-footer-cta-content h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .optech-footer-cta-content h2 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .optech-footer-cta-content h2 {
        font-size: 36px;
    }
}
.optech-footer-cta-content p {
    color: var(--light-color2);
}
@media (max-width: 991px) {
    .optech-footer-cta-btn {
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }
}

.optech-cta-wrap {
    background-size: cover;
    background-position: center;
}
.optech-cta-content.center {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .optech-cta-content {
        text-align: center;
    }
}
.optech-cta-content h2 {
    font-size: 64px;
    margin-bottom: 20px;
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .optech-cta-content h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .optech-cta-content h2 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .optech-cta-content h2 {
        font-size: 36px;
    }
}
.optech-cta-content p {
    color: var(--light-color2);
}
.optech-cta-content.dark-color h2,
.optech-cta-content.dark-color p {
    color: var(--heading-color);
}
@media (max-width: 991px) {
    .optech-cta-btn {
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }
}

.optech-social-icon-box ul li {
    margin-right: 6px;
    display: inline-block;
}
.optech-social-icon-box ul li:last-child {
    margin-right: 0;
}
.optech-social-icon-box ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 18px;
    border-radius: 6px;
    align-items: center;
    transition: all 0.4s;
    justify-content: center;
    color: var(--white-color);
    background: #1e2656;
}
.optech-social-icon-box ul li a:hover {
    color: var(--white-color);
    background: var(--accent-color);
}
.optech-social-icon-box ul li a i {
    font-size: 20px;
}
.optech-social-icon-box.style-two ul li a {
    color: var(--heading-color);
    background-color: var(--light-bg2);
}
.optech-social-icon-box.style-two ul li a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-social-icon-box.style-three ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
}
.optech-social-icon-box.style-three ul li a {
    color: var(--heading-color);
    background-color: var(--white-bg);
}
.optech-social-icon-box.style-three ul li a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-social-icon-box.right-align {
    text-align: right;
}
@media (max-width: 991px) {
    .optech-social-icon-box.right-align {
        text-align: center;
        margin-top: 20px;
    }
}
.optech-social-icon-box.position {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 0;
    transition: all 0.6s;
}

.optech-brand-section2 {
    padding: 100px 0 130px;
}
@media (max-width: 991px) {
    .optech-brand-section2 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .optech-brand-section2 {
        padding: 80px 0;
    }
}
.optech-brand-title {
    text-align: center;
    margin-bottom: 52px;
}
.optech-brand-title p {
    font-size: 18px;
    color: var(--light-color2);
}
.optech-brand-title.dark-color p {
    color: var(--heading-color);
}
.optech-brand-item {
    opacity: 0.5;
    text-align: center;
    transition: all 0.4s;
    display: flex !important;
    justify-content: center;
}
.optech-brand-item:hover {
    opacity: 1;
}

.optech-brand-slider .slick-track {
    display: flex;
    align-items: center;
}

.optech-icon-list {
    text-align: left;
}
.optech-icon-list ul li {
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--heading-color);
}
.optech-icon-list ul li:last-child {
    margin-bottom: 0;
}
.optech-icon-list ul li i {
    left: 0;
    top: 0;
    font-size: 24px;
    position: absolute;
    color: var(--heading-color);
}

.optech-pricing-wrap {
    margin-bottom: 24px;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--light-color1);
}
.optech-pricing-wrap.active {
    background-color: var(--accent-color);
}
.optech-pricing-wrap.active .optech-pricing-btn {
    background-color: var(--white-bg);
}
.optech-pricing-wrap.active .optech-pricing-btn:hover {
    background-color: var(--dark-bg);
}
.optech-pricing-wrap.active p {
    color: var(--light-color2);
}
.optech-pricing-wrap.active .optech-pricing-header h4 {
    color: var(--white-color);
}
.optech-pricing-wrap.active .optech-pricing-price h2 {
    color: var(--white-color);
}
.optech-pricing-wrap.active .optech-pricing-price span {
    color: var(--light-color2);
}
.optech-pricing-wrap.active .optech-pricing-feature ul li {
    color: var(--white-color);
}
.optech-pricing-wrap.active .optech-pricing-feature ul li i {
    color: var(--white-color);
}
.optech-pricing-header {
    margin-bottom: 30px;
}
.optech-pricing-header h4 {
    margin-bottom: 10px;
}
.optech-pricing-price {
    margin-bottom: 30px;
}
.optech-pricing-price h2 {
    font-size: 64px;
    line-height: 1;
}
@media (max-width: 991px) {
    .optech-pricing-price h2 {
        font-size: 48px;
    }
}
.optech-pricing-price h2 span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--body-color);
}
.optech-pricing-btn {
    width: 100%;
    display: block;
    font-weight: 600;
    padding: 18px;
    transition: all 0.4s;
    text-align: center;
    line-height: 24px;
    border-radius: 6px;
    letter-spacing: -0.01em;
    justify-content: center;
    color: var(--heading-color);
    background-color: var(--light-bg2);
}
.optech-pricing-btn:hover {
    color: var(--white-color);
    background-color: var(--dark-bg);
}
.optech-pricing-feature {
    margin-bottom: 40px;
}
.optech-pricing-feature ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    color: var(--heading-color);
}
.optech-pricing-feature ul li:last-child {
    margin-bottom: 0;
}
.optech-pricing-feature ul li i {
    left: 0;
    top: 0;
    font-size: 24px;
    position: absolute;
    color: var(--heading-color);
}

.optech-pricing2 {
    border: none;
    background-color: var(--white-bg);
}
.optech-pricing2 .optech-pricing-price {
    margin-bottom: 15px;
}
.optech-pricing2 .optech-pricing-feature {
    margin: 0;
}
.optech-pricing2 .optech-pricing-btn {
    margin-bottom: 28px;
}

.optech-shape1 {
    position: absolute;
    top: 70px;
    right: -82px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape1 {
        display: none;
    }
}

.optech-shape2 {
    position: absolute;
    bottom: -92px;
    left: 200px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape2 {
        display: none;
    }
}

.optech-shape3 {
    position: absolute;
    top: 40px;
    left: -85px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape3 {
        display: none;
    }
}

.optech-shape4 {
    position: absolute;
    bottom: -92px;
    left: 50%;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape4 {
        display: none;
    }
}

.optech-shape5 {
    position: absolute;
    top: 70px;
    left: -83px;
    z-index: -1;
}
@media (max-width: 991px) {
    .optech-shape5 {
        display: none;
    }
}

.optech-portfolio-wrap {
    margin-bottom: 24px;
    text-align: center;
}
.optech-portfolio-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.optech-portfolio-thumb img {
    transition: all 0.4s;
}
.optech-portfolio-thumb:hover img {
    transform: scale(1.1);
}
.optech-portfolio-thumb:before {
    content: '';
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 1;
    background: linear-gradient(180deg, rgba(4, 13, 67, 0) 52.38%, #040d43 91.91%);
}
.optech-portfolio-thumb::after {
    content: '';
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0;
    background: linear-gradient(180deg, rgba(43, 77, 255, 0) 0%, #2b4dff 100%);
}
.optech-portfolio-thumb:hover::after {
    opacity: 1;
}
.optech-portfolio-thumb:hover .optech-portfolio-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.optech-portfolio-data {
    bottom: 0;
    z-index: 2;
    padding: 28px 15px;
    width: 100%;
    position: absolute;
    transition: all 0.4s;
}
.optech-portfolio-data h4 {
    margin-bottom: 4px;
    color: var(--white-color);
}
.optech-portfolio-data p {
    color: var(--light-color2);
    margin-bottom: 0px;
}
.optech-portfolio-btn {
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    transition: all 0.4s;
    position: absolute;
    z-index: 3;
    padding: 18px;
    overflow: hidden;
    font-size: 30px;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--white-bg);
}
@media (max-width: 767px) {
    .optech-portfolio-btn {
        margin: 0 auto 50px;
    }
}
.optech-portfolio-btn i {
    color: var(--accent-color);
}
.optech-portfolio-btn .p-btn-wraper {
    line-height: 1;
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.optech-portfolio-btn:hover .p-btn-wraper {
    transform: translateY(-150%);
    opacity: 0;
}
.optech-portfolio-btn::before {
    position: absolute;
    content: '';
    border-radius: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}
.optech-portfolio-btn:hover::before {
    opacity: 1;
}
.optech-portfolio-btn::after {
    content: '\ea70';
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
    font-family: 'remixicon' !important;
}
.optech-portfolio-btn:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
}

.optech-center-btn {
    text-align: center;
    margin-top: 28px;
}

.optech-portfolio-wrap2 {
    overflow: hidden;
    border-radius: 18px;
    background-color: var(--white-bg);
}
.optech-portfolio-wrap2:hover .optech-portfolio-btn2 {
    background-color: var(--accent-color);
}
.optech-portfolio-wrap2:hover .optech-portfolio-btn2 i {
    color: var(--white-color);
}
.optech-portfolio-wrap2:hover .optech-portfolio-thumb2 img {
    transform: scale(1.1);
}
.optech-portfolio-thumb2 {
    position: relative;
    overflow: hidden;
}
.optech-portfolio-thumb2 img {
    transition: all 0.4s;
}
.optech-portfolio-data2 h4 {
    margin-bottom: 4px;
}
.optech-portfolio-data2-wrap {
    display: flex;
    padding: 28px;
    align-items: center;
    justify-content: space-between;
}
.optech-portfolio-btn2 {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    transition: all 0.4s;
    z-index: 3;
    padding: 18px;
    overflow: hidden;
    position: relative;
    background-color: var(--light-bg2);
}
.optech-portfolio-btn2 i {
    font-size: 30px;
    color: var(--heading-color);
}
.optech-portfolio-btn2 .p-btn-wraper {
    line-height: 1;
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.optech-portfolio-btn2:hover .p-btn-wraper {
    transform: translateY(-150%);
    opacity: 0;
}
.optech-portfolio-btn2::before {
    position: absolute;
    content: '';
    border-radius: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}
.optech-portfolio-btn2:hover::before {
    opacity: 1;
}
.optech-portfolio-btn2::after {
    content: '\ea70';
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    color: var(--white-color);
    font-size: 30px;
    transform: translate(0, 100%);
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
    font-family: 'remixicon' !important;
}
.optech-portfolio-btn2:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
}

.optech-pd-wrap {
    padding: 50px 0 100px;
}
@media (max-width: 991px) {
    .optech-pd-wrap {
        padding: 40px 0 80px;
    }
}
.optech-pd-wrap .optech-icon-list {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .optech-pd-wrap .optech-icon-list {
        margin-bottom: 24px;
    }
}

.optech-pd-content-item {
    margin-bottom: 24px;
}
.optech-pd-content-item:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .optech-pd-content-item {
        margin-bottom: 24px;
    }
}
.optech-pd-content-item img {
    border-radius: 18px;
}
@media (max-width: 991px) {
    .optech-pd-content-item img {
        margin-bottom: 24px;
    }
}
.optech-pd-content-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.optech-pd-sidebar {
    padding: 30px;
    border-radius: 18px;
    background-color: var(--light-bg1);
}
.optech-pd-sidebar-wrap {
    margin-left: 30px;
    position: sticky;
    top: 120px;
}
@media (max-width: 991px) {
    .optech-pd-sidebar-wrap {
        margin-left: 0;
        margin-top: 40px;
        position: static;
    }
}
.optech-pd-sidebar-wrap .optech-social-icon-box {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .optech-pd-sidebar {
        border-radius: 10px;
    }
}
.optech-pd-sidebar h5 {
    margin-bottom: 20px;
}
.optech-pd-sidebar-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.optech-pd-sidebar-item span {
    width: 100px;
    font-weight: 600;
    display: block;
    color: var(--heading-color);
}
.optech-pd-sidebar-item a {
    color: var(--accent-color);
}

.optech-post-navigation2 {
    display: flex;
    align-items: center;
    padding-top: 40px;
    justify-content: space-between;
    border-top: 1px solid var(--light-color1);
}
@media (max-width: 767px) {
    .optech-post-navigation2 {
        flex-wrap: wrap;
        gap: 24px;
    }
}
.optech-post-navigation2 .p-nav-previous,
.optech-post-navigation2 .p-nav-next {
    display: flex;
    gap: 16px;
}
.optech-post-navigation2 .p-nav-next {
    text-align: right;
}
.optech-post-data p {
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--body-color);
}
.optech-post-icon {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 6px;
    transition: all 0.4s;
    justify-content: center;
    background-color: var(--light-bg2);
}
.optech-post-icon i {
    transition: all 0.4s;
    font-size: 22px;
    color: var(--heading-color);
}

.p-nav-previous:hover .optech-post-icon {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.p-nav-previous:hover .optech-post-icon i {
    color: var(--white-color);
}

.p-nav-next:hover .optech-post-icon {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.p-nav-next:hover .optech-post-icon i {
    color: var(--white-color);
}

.optech-thumb {
    z-index: 0;
    position: relative;
}
@media (max-width: 767px) {
    .optech-thumb {
        margin-bottom: 40px;
    }
}
.optech-thumb-position {
    position: absolute;
    width: 64%;
    bottom: -100px;
    right: -120px;
}
@media (max-width: 991px) {
    .optech-thumb-position {
        bottom: -75px;
        right: -34px;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position {
        display: none;
    }
}
.optech-thumb-position2 {
    position: absolute;
    width: 69%;
    bottom: -100px;
    left: -90px;
}
@media (max-width: 991px) {
    .optech-thumb-position2 {
        bottom: -75px;
        left: -30px;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position2 {
        display: none;
    }
}
.optech-thumb-position3 {
    position: absolute;
    width: 64%;
    bottom: -100px;
    left: -120px;
}
@media (max-width: 1230px) {
    .optech-thumb-position3 {
        left: -80px;
    }
}
@media (max-width: 991px) {
    .optech-thumb-position3 {
        bottom: -75px;
        left: 0;
        width: 40%;
    }
}
@media (max-width: 767px) {
    .optech-thumb-position3 {
        display: none;
    }
}

.extra-mr {
    margin-right: 150px;
}
@media (max-width: 1399px) {
    .extra-mr {
        margin-right: 115px;
    }
}
@media (max-width: 991px) {
    .extra-mr {
        margin-right: 0px;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-mr {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

.extra-ml {
    margin-left: 135px;
}
@media (max-width: 1399px) {
    .extra-ml {
        margin-left: 130px;
    }
}
@media (max-width: 1199px) {
    .extra-ml {
        margin-left: 115px;
    }
}
@media (max-width: 991px) {
    .extra-ml {
        margin-left: 0px;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-ml {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

.extra-ml2 {
    margin-left: 125px;
}
@media (max-width: 1399px) {
    .extra-ml2 {
        margin-left: 70px;
    }
}
@media (max-width: 991px) {
    .extra-ml2 {
        margin-left: 0px;
        margin-bottom: 115px;
    }
}
@media (max-width: 767px) {
    .extra-ml2 {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

.clip-path-lg-one img {
    border-radius: 95px 30px 90px 30px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 100% 85%, 85% 100%, 0% 100%, 0 100%, 0 15%);
}
.clip-path-sm-one {
    border: 10px solid #fff;
    border-radius: 95px 30px 90px 30px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 100% 80%, 80% 100%, 0 100%, 0 100%, 0 20%);
}

.optech-shop-wrap {
    margin-bottom: 50px;
}
.optech-shop-wrap:hover .optech-shop-btn {
    opacity: 1;
    bottom: 28px;
    visibility: visible;
}
.optech-shop-thumb {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}
.optech-shop-data {
    padding-top: 20px;
}
.optech-shop-data h5 {
    margin-bottom: 5px;
}
.optech-shop-data h6 {
    font-size: 16px;
    color: var(--accent-color);
}
.optech-shop-data h6 del {
    font-weight: 400;
    color: #6e6e77;
    margin-left: 8px;
}
.optech-shop-btn {
    bottom: 0;
    left: 28px;
    opacity: 0;
    padding: 18px;
    text-align: center;
    position: absolute;
    visibility: hidden;
    width: calc(100% - 56px);
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
}
.optech-shop-badge {
    top: 16px;
    left: 16px;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    transition: all 0.4s;
    display: inline-block;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
}

.optech-tab-slider {
    margin-right: 40px;
}
@media (max-width: 991px) {
    .optech-tab-slider {
        margin-right: 0;
    }
}

ul.optech-tabs-menu {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
ul.optech-tabs-menu li {
    display: inline-block;
}
ul.optech-tabs-menu li a img {
    width: 130px;
    height: 140px;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    ul.optech-tabs-menu li a img {
        width: 100px;
        height: 100%;
    }
}

.optech-tabs-container {
    overflow: hidden;
}

.optech-tabs-wrapper {
    position: relative;
    white-space: nowrap;
}
.optech-tabs-wrapper img {
    width: 100%;
    border-radius: 18px;
}
@media (max-width: 991px) {
    .optech-tabs-wrapper img {
        border-radius: 10px;
    }
}

.optech-tabs-wrapper > * {
    display: inline-block;
    width: 100%;
    margin-left: -2px;
}

.optech-details-content {
    margin-left: 50px;
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .optech-details-content {
        margin-left: 30px;
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .optech-details-content {
        margin-left: 0;
    }
}
.optech-details-content h2 {
    margin-bottom: 8px;
}
.optech-details-content h6 {
    margin-bottom: 28px;
    color: var(--accent-color);
}
.optech-details-content p {
    margin-bottom: 40px;
}

.optech-product-wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}
.optech-product-number {
    position: relative;
    max-width: 151px;
}
.optech-product-number input {
    height: 60px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #e7e7e8 !important;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 45px !important;
}
.optech-product-plus,
.optech-product-minus {
    right: 20px;
    top: 50%;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    line-height: 20px;
    transform: translateY(-50%);
}
.optech-product-minus {
    right: auto;
    left: 20px;
}
.optech-product-btn {
    width: 100%;
    text-align: center;
    padding: 14px;
    transition: all 0.4s;
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
}
.optech-product-btn img {
    margin-left: 10px;
}
.optech-product-info h5 {
    margin-bottom: 12px;
}
.optech-product-info ul li span {
    font-weight: 600;
}
.optech-product-info ul li a {
    color: var(--heading-color);
    transition: all 0.4s;
}
.optech-product-info ul li a:hover {
    color: var(--accent-color);
}

.optech-product-tab ul.nav {
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e8;
}
.optech-product-tab .nav-pills .nav-link {
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 60px;
    color: var(--heading-color);
    background-color: transparent;
    position: relative;
}
@media (max-width: 767px) {
    .optech-product-tab .nav-pills .nav-link {
        margin-right: 30px;
    }
}
@media (max-width: 575px) {
    .optech-product-tab .nav-pills .nav-link {
        margin-right: 20px;
        font-size: 20px;
    }
}
.optech-product-tab .nav-pills .nav-link:before {
    content: ' ';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: transparent;
}
.optech-product-tab .nav-pills .nav-link.active {
    color: var(--accent-color);
}
.optech-product-tab .nav-pills .nav-link.active:before {
    background-color: var(--accent-color);
}

.optech-related-product-section {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .optech-related-product-section {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .optech-related-product-section {
        padding-bottom: 30px;
    }
}

.optech-cart-section {
    padding: 100px 0 50px;
}
@media (max-width: 991px) {
    .optech-cart-section {
        padding: 80px 0 30px;
    }
}
@media (max-width: 767px) {
    .optech-cart-section {
        padding: 80px 0 20px;
    }
}

@media (max-width: 991px) {
    .optech-cart-list {
        overflow-x: scroll;
    }
}
.optech-cart-list table {
    width: 100%;
}
.optech-cart-list table thead tr {
    border-bottom: 1px solid #e7e7e8;
}
.optech-cart-list table thead tr th {
    padding: 16px 0;
    font-weight: 400;
    white-space: nowrap;
}
.optech-cart-list table tbody tr {
    border-bottom: 1px solid #e7e7e8;
}
.optech-cart-list table tbody tr td {
    padding: 28px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--heading-color);
}
.optech-cart-list table tbody tr td:first-child {
    padding-left: 0;
}
.optech-cart-list table tbody tr td:last-child {
    padding-right: 0;
}
.optech-cart-list .optech-product-number input {
    height: 52px;
}
.optech-cart-list .optech-product-number {
    width: 151px;
}

.optech-cart-thumb {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .optech-cart-thumb {
        width: 400px;
    }
}
.optech-cart-thumb i {
    color: #6e6e77;
    cursor: pointer;
}
.optech-cart-thumb img {
    width: 130px;
    height: 144px;
    margin: 0 24px;
    border-radius: 10px;
}

.optech-cart-footer {
    display: flex;
    align-items: center;
    padding: 28px 0;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .optech-cart-footer {
        display: block;
    }
}

.optech-cupon-code {
    position: relative;
    width: 415px;
}
@media (max-width: 767px) {
    .optech-cupon-code {
        width: 100%;
        margin-bottom: 20px;
    }
}
.optech-cupon-code input {
    width: 100%;
    padding: 20px 24px !important;
    border: 1px solid #e7e7e8 !important;
}
.optech-cupon-code img {
    right: 22px;
    top: 16px;
    position: absolute;
}

.optech-cart-total h5 {
    margin-bottom: 20px;
}
.optech-cart-total-item {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #e7e7e8;
}
.optech-cart-total-item p {
    margin: 0;
    width: 150px;
    color: var(--heading-color);
}
.optech-cart-total-item p span {
    font-weight: 600;
    color: var(--accent-color);
}

.optech-checkout-header {
    display: flex;
    padding: 14px 28px;
    align-items: center;
    margin-bottom: 60px;
    background-color: var(--light-bg1);
}
.optech-checkout-header img {
    margin-right: 10px;
}
.optech-checkout-header a {
    color: var(--accent-color);
    margin-left: 5px;
}
@media (max-width: 991px) {
    .optech-checkout-header {
        margin-bottom: 40px;
    }
}

.optech-checkout-form h5 {
    font-size: 24px;
    margin-bottom: 24px;
}
.optech-checkout-field {
    margin-bottom: 24px;
}
.optech-checkout-field:last-child {
    margin-bottom: 0;
}
.optech-checkout-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--heading-color);
}
.optech-checkout-field input,
.optech-checkout-field textarea {
    height: 60px;
    border-radius: 6px;
    padding: 24px !important;
    border: 1px solid #e7e7e8 !important;
}
.optech-checkout-field textarea {
    height: 148px;
    padding: 15px 20px !important;
}
.optech-checkout-field select {
    height: 60px;
    width: 100%;
    padding: 10px 24px;
    position: relative;
    color: rgba(13, 14, 29, 0.6);
    border: 1px solid #e7e7e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.optech-checkout-field select:focus-visible {
    outline: none;
}
.optech-checkout-field.dropdown {
    position: relative;
}
.optech-checkout-field.dropdown:before {
    content: '\ea4e';
    right: 30px;
    top: 54px;
    width: 12px;
    height: 12px;
    z-index: 2;
    font-size: 26px;
    position: absolute;
    font-family: remixicon !important;
}

.optech-checkout-field.checkout-additional-information {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .optech-checkout-field.checkout-additional-information {
        margin-top: 40px;
    }
}

input.house-number {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .optech-checkuot-sidebar {
        margin-top: 40px;
    }
}
.optech-checkuot-sidebar ul li {
    padding: 24px 0;
    line-height: 24px;
    border-bottom: 1px solid #e7e7e8;
    color: var(--heading-color);
}
.optech-checkuot-sidebar ul li:last-child {
    border-bottom: none;
}
.optech-checkuot-sidebar ul li span {
    float: right;
}
.optech-checkuot-sidebar span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
}
.optech-checkuot-sidebar p {
    color: var(--heading-color);
}

span.total-amount {
    font-size: 20px;
    font-weight: 600;
    color: #0119ff;
}

.shop-order-btn {
    margin-top: 40px;
    width: 100%;
    justify-content: center;
}

.shop-radio-btn input[type='radio'] + .radio-label:before {
    content: '';
    border-radius: 100%;
    border: 2px solid var(--accent-color);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 12px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.shop-radio-btn input[type='radio']:checked + .radio-label:before {
    background-color: var(--accent-color);
    box-shadow: inset 0 0 0 2px #fff;
}

.shop-radio-btn {
    margin: 12px 0 28px;
}
.shop-radio-btn label {
    display: flex;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    color: var(--heading-color);
}

.shop-radio-btn input[type='radio'] {
    position: absolute;
    opacity: 0;
    display: none;
}

.optech-header-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.optech-header-info ul li {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-right: 48px;
    font-size: 14px;
    color: var(--white-color);
}
.optech-header-info ul li:last-child {
    margin-right: 0;
}
.optech-header-info ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--white-color);
}
.optech-header-info ul li i {
    left: 0;
    font-size: 18px;
    position: absolute;
    color: var(--white-color);
}
.optech-header-info.dark-color ul li {
    color: var(--heading-color);
}
.optech-header-info.dark-color ul li a {
    color: var(--heading-color);
}
.optech-header-info.dark-color ul li i {
    color: var(--heading-color);
}

.optech-infobox-item {
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    border-radius: 10px;
    background-color: var(--dark-bg2);
}
@media (max-width: 991px) {
    .optech-infobox-item {
        padding: 20px;
        gap: 15px;
    }
}
.optech-infobox-item.light-color {
    background-color: var(--light-bg1);
}
.optech-infobox-item.light-color .optech-infobox-data p {
    color: var(--body-color);
}
.optech-infobox-item.light-color .optech-infobox-data h5 {
    color: var(--heading-color);
}
.optech-infobox-icon {
    width: 56px;
    height: 56px;
    display: flex;
    flex-shrink: 0;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
}
.optech-infobox-icon i {
    font-size: 28px;
    color: var(--white-color);
}
.optech-infobox-data p {
    margin-bottom: 5px;
    line-height: 24px;
    color: var(--light-color2);
}
.optech-infobox-data h5 {
    color: var(--white-color);
}

.extra-padding {
    padding-bottom: 76px;
}
@media (max-width: 991px) {
    .extra-padding {
        padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .extra-padding {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .optech-subscription-column {
        margin-top: 40px;
    }
}

.optech-footer-info ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 4px;
    color: var(--white-color);
}
.optech-footer-info ul li:last-child {
    margin-bottom: 0;
}
.optech-footer-info ul li a {
    display: flex;
    align-items: center;
    color: var(--white-color);
}
.optech-footer-info ul li i {
    left: 0;
    font-size: 18px;
    position: absolute;
    color: var(--white-color);
}
.optech-footer-info.dark-color ul li {
    color: var(--heading-color);
}
.optech-footer-info.dark-color ul li a {
    color: var(--heading-color);
}
.optech-footer-info.dark-color ul li i {
    color: var(--heading-color);
}

.optech-contact-info {
    margin-bottom: 40px;
}
.optech-contact-info i {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--white-color);
    background-color: var(--heading-color);
}
.optech-contact-info h5 {
    margin-bottom: 6px !important;
}
.optech-contact-info a {
    display: block;
    color: var(--body-color);
}

.optech-progress-item {
    margin-bottom: 24px;
}
.optech-progress-item:last-child {
    margin-bottom: 0;
}

.progress-title-holder {
    position: relative;
    text-align: left;
}

.progress-bar {
    overflow: hidden;
    transition: width 5s ease;
    background-color: transparent;
}

.progress-title {
    z-index: 100;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    line-height: 30px;
    padding: 0 0 10px;
    display: inline-block;
    position: relative;
    letter-spacing: -0.01em;
    color: var(--heading-color);
}
.progress-title.bg-gray {
    background-color: var(--light-bg1);
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    color: var(--heading-color);
    position: absolute;
    bottom: 12px;
    line-height: 1;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-content-outter {
    height: 8px;
    border-radius: 2px;
    background-color: var(--light-bg2);
}

.progress-content {
    height: 8px;
    width: 0%;
    border-radius: 2px;
    background-color: var(--accent-color);
}

/* top scroll */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--accent-color); /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.top-arrow {
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    line-height: 1px;
}
.top-arrow i {
    font-size: 36px;
    color: var(--accent-color);
}

.optech-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.optech-menu-wrapper .mobile-logo {
    display: block;
    text-align: left;
    max-width: 120px;
    background-color: var(--white-bg);
}
.optech-menu-wrapper .optech-menu-toggle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.optech-menu-wrapper .optech-menu-toggle i {
    color: #000;
}
.optech-menu-wrapper .optech-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-bg);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}
.optech-menu-wrapper.optech-body-visible {
    opacity: 1;
    visibility: visible;
}
.optech-menu-wrapper.optech-body-visible .optech-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.optech-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    text-align: left;
}
.optech-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, 0.2);
    background-color: #000;
}
.optech-mobile-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #000;
}
.optech-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--heading-color);
}
.optech-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.optech-mobile-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style-type: none;
}
.optech-mobile-menu ul li li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.optech-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 500;
}
.optech-mobile-menu ul li.optech-active > a {
    color: var(--accent-color);
}
.optech-mobile-menu ul li.optech-active > a:before {
    transform: rotate(90deg);
}
.optech-mobile-menu ul li ul li {
    padding-left: 10px;
}
.optech-mobile-menu ul .optech-item-has-children > a .optech-mean-expand {
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 400;
    font-size: 16px;
    width: 60%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-color: var(--white-bg);
    color: #000;
    transition: all ease 0.4s;
}
.optech-mobile-menu ul .optech-item-has-children > a .optech-mean-expand:before {
    content: '\ea6d';
    display: inline-block;
    transition: all ease 0.3s;
    font-family: 'remixicon' !important;
}
.optech-mobile-menu ul .optech-item-has-children.optech-active > a .optech-mean-expand:before {
    transform: rotate(-90deg);
}
.optech-mobile-menu > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.optech-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}

@media (max-width: 400px) {
    .optech-menu-wrapper .optech-menu-area {
        width: 100%;
    }
}
.optech-mobile-menu-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
    padding-top: 50px;
}

a.optech-default-btn.sm-size {
    font-size: 16px;
    line-height: 1;
    padding: 17px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-family: Sora, sans-serif;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    transform-style: preserve-3d;
}

.z-index {
    z-index: 0;
    position: relative;
}

.optech-section-padding {
    padding: 130px 0;
}
@media (max-width: 991px) {
    .optech-section-padding {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .optech-section-padding {
        padding: 80px 0;
    }
}

.optech-section-padding2 {
    padding: 130px 0 106px;
}
@media (max-width: 991px) {
    .optech-section-padding2 {
        padding: 100px 0 76px;
    }
}
@media (max-width: 767px) {
    .optech-section-padding2 {
        padding: 80px 0 56px;
    }
}

.optech-section-padding3 {
    padding: 70px 0;
}
@media (max-width: 767px) {
    .optech-section-padding3 {
        padding: 50px 0;
    }
}

.optech-section-padding4 {
    padding: 130px 0 106px;
}
@media (max-width: 991px) {
    .optech-section-padding4 {
        padding: 100px 0 76px;
    }
}
@media (max-width: 767px) {
    .optech-section-padding4 {
        padding: 80px 0 56px;
    }
}

.optech-section-padding5 {
    padding: 130px 0 90px;
}
@media (max-width: 991px) {
    .optech-section-padding5 {
        padding: 100px 0 60px;
    }
}
@media (max-width: 767px) {
    .optech-section-padding5 {
        padding: 80px 0 40px;
    }
}

.optech-section-padding-top {
    padding: 130px 0 0;
}
@media (max-width: 991px) {
    .optech-section-padding-top {
        padding: 100px 0 0;
    }
}
@media (max-width: 767px) {
    .optech-section-padding-top {
        padding: 80px 0 0;
    }
}

.optech-section-padding-bottom {
    padding: 0 0 130px;
}
@media (max-width: 991px) {
    .optech-section-padding-bottom {
        padding: 0 0 100px;
    }
}
@media (max-width: 767px) {
    .optech-section-padding-bottom {
        padding: 0 0 80px;
    }
}

.large-padding-tb {
    padding: 130px 0 220px;
}
@media (max-width: 1399px) {
    .large-padding-tb {
        padding: 130px 0 175px;
    }
}
@media (max-width: 1199px) {
    .large-padding-tb {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb {
        padding: 80px 0;
    }
}

.large-padding-tb2 {
    padding: 130px 0 230px;
}
@media (max-width: 1399px) {
    .large-padding-tb2 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb2 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb2 {
        padding: 80px 0;
    }
}

.large-padding-tb3 {
    padding: 130px 0 220px;
}
@media (max-width: 1399px) {
    .large-padding-tb3 {
        padding: 130px 0 175px;
    }
}
@media (max-width: 1199px) {
    .large-padding-tb3 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb3 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb3 {
        padding: 80px 0;
    }
}

.large-padding-tb4 {
    padding: 130px 0 220px;
}
@media (max-width: 1399px) {
    .large-padding-tb4 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb4 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb4 {
        padding: 80px 0;
    }
}

.large-padding-tb5 {
    padding: 130px 0 230px;
}
@media (max-width: 1199px) {
    .large-padding-tb5 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb5 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb5 {
        padding: 80px 0;
    }
}

.large-padding-tb6 {
    padding: 130px 0 230px;
}
@media (max-width: 1399px) {
    .large-padding-tb6 {
        padding: 130px 0 185px;
    }
}
@media (max-width: 1199px) {
    .large-padding-tb6 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb6 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb6 {
        padding: 80px 0;
    }
}

.large-padding-tb6 {
    padding: 130px 0 230px;
}
@media (max-width: 1399px) {
    .large-padding-tb6 {
        padding: 130px 0 185px;
    }
}
@media (max-width: 1199px) {
    .large-padding-tb6 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb6 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb6 {
        padding: 80px 0;
    }
}

.large-padding-tb7 {
    padding: 130px 0 220px;
}
@media (max-width: 1399px) {
    .large-padding-tb7 {
        padding: 130px 0 175px;
    }
}
@media (max-width: 1199px) {
    .large-padding-tb7 {
        padding: 130px 0;
    }
}
@media (max-width: 991px) {
    .large-padding-tb7 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .large-padding-tb7 {
        padding: 80px 0;
    }
}

.optech-divider {
    height: 1px;
    background-color: var(--light-color1);
}
.optech-divider.color2 {
    background-color: var(--light-color1);
}

.extra-padding-tb {
    padding: 100px 0 56px;
}
@media (max-width: 991px) {
    .extra-padding-tb {
        padding: 80px 0 56px;
    }
}

.optech-section-title {
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .optech-section-title {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
}
.optech-section-title.center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.optech-section-title.center.large-width {
    max-width: 680px;
}
.optech-section-title.light-color h2 {
    color: var(--white-color);
}
@media (max-width: 991px) {
    .optech-section-title .optech-title-btn {
        width: 100%;
        margin-top: 24px;
    }
}

.optech-default-content h5 {
    margin-bottom: 20px;
}
.optech-default-content h2 {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .optech-default-content h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .optech-default-content h2 {
        font-size: 34px;
    }
}
.optech-default-content.light-color h2,
.optech-default-content.light-color h5,
.optech-default-content.light-color p {
    color: var(--white-color);
}

.ml40 {
    margin-left: 40px;
}
@media (max-width: 991px) {
    .ml40 {
        margin-left: 0;
    }
}

.ml60 {
    margin-left: 60px;
}
@media (max-width: 991px) {
    .ml60 {
        margin-left: 0;
    }
}

.mr40 {
    margin-right: 40px;
}
@media (max-width: 991px) {
    .mr40 {
        margin-right: 0;
    }
}

/*1.3 pages css*/
.optech-blog-sidebar {
    padding-left: 20px;
}
@media (max-width: 991px) {
    .optech-blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
}
.optech-blog-widgets {
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 18px;
    background-color: var(--light-bg1);
}
.optech-blog-widgets h5 {
    margin-bottom: 20px;
}
.optech-blog-widgets:last-child {
    margin-bottom: 0;
}

.optech-search-box {
    position: relative;
}
.optech-search-box input {
    padding: 15px !important;
    padding-left: 50px !important;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e7e7e8 !important;
    background-color: var(--white-bg);
}
.optech-search-box input::placeholder {
    color: #8a8c9a;
}
.optech-search-box input:focus {
    border: 1px solid var(--accent-color) !important;
}

button#optech-search-btn {
    position: absolute;
    left: 20px;
    top: 14px;
}
button#optech-search-btn i {
    font-size: 24px;
    color: var(--accent-color);
}

.optech-blog-categorie ul li {
    padding-bottom: 12px;
}
.optech-blog-categorie ul li:last-child {
    padding-bottom: 0;
}
.optech-blog-categorie ul li a {
    display: flex;
    transition: all 0.4s;
    justify-content: space-between;
    color: var(--heading-color);
}
.optech-blog-categorie ul li a span {
    font-weight: 500;
}
.optech-blog-categorie ul li a:hover {
    color: var(--accent-color);
}
.optech-blog-tags ul li {
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
}
.optech-blog-tags ul li a {
    padding: 5px 12px;
    display: block;
    border-radius: 6px;
    transition: all 0.4s;
    color: var(--heading-color);
    background-color: var(--white-bg);
}
.optech-blog-tags ul li a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}

.optech-recent-post-item {
    gap: 20px;
    display: grid;
    align-items: center;
    overflow: hidden;
    margin-bottom: 24px;
    grid-template-columns: 96px 1fr;
}
.optech-recent-post-item:last-child {
    margin-bottom: 0;
}
.optech-recent-post-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.optech-recent-post-data p {
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 28px;
    font-size: 18px;
    color: var(--heading-color);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
}
.optech-recent-post-data span {
    font-size: 14px;
    color: var(--heading-color);
}

.optech-single-post-meta {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e8;
}
.optech-single-post-meta ul li {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    margin-right: 25px;
}
.optech-single-post-meta ul li:last-child {
    margin-right: 0;
}
.optech-single-post-meta ul li a {
    color: var(--heading-color);
}
.optech-single-post-meta ul li a i {
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

.optech-single-thumb {
    padding: 16px 0;
}
.optech-single-thumb img {
    margin-bottom: 24px;
    border-radius: 18px;
}

.optech-single-post-tag-wrap {
    margin-top: 40px;
    margin-bottom: 52px;
}
@media (max-width: 991px) {
    .optech-single-post-tag-wrap {
        margin: 30px 0;
    }
}
.optech-single-post-tag-wrap .optech-blog-tags ul li a {
    background-color: var(--light-bg1);
}
.optech-single-post-tag-wrap .optech-blog-tags ul li a:hover {
    background-color: var(--accent-color);
}

.optech-post-navigation {
    display: flex;
    padding: 0 0 24px;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-color1);
}

a.nav-next,
a.nav-previous {
    display: flex;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    transition: all 0.4s;
    color: var(--accent-color);
}
a.nav-next:hover,
a.nav-previous:hover {
    color: var(--heading-color);
}
a.nav-next i,
a.nav-previous i {
    margin-left: 5px;
    font-size: 22px;
    font-weight: 500;
}

.nav-previous i {
    margin-left: 0 !important;
    margin-right: 5px;
}

.optech-post-comment {
    padding-top: 60px;
}
.optech-post-comment li {
    margin-bottom: 40px;
}
.optech-post-comment h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
.optech-post-comment-wrap {
    display: flex;
}
.optech-post-comment-thumb {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
}
.optech-post-comment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.optech-post-comment-data {
    position: relative;
}
.optech-post-comment-data p {
    margin-bottom: 15px;
}
.optech-post-comment-data strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 24px;
    color: var(--heading-color);
}
.optech-post-comment-data span {
    font-weight: 400;
    display: block;
}

li.children {
    padding-left: 110px;
}
@media (max-width: 767px) {
    li.children {
        padding-left: 30px;
    }
}

a.optech-comment-reply {
    font-weight: 600;
    transition: all 0.4s;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    margin-top: 10px;
}
a.optech-comment-reply i {
    margin-right: 6px;
    font-size: 20px;
}
a.optech-comment-reply i path {
    fill: var(--accent-color);
}

.optech-comment-box {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .optech-comment-box {
        padding-top: 10px;
    }
}
.optech-comment-box h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .optech-comment-box h3 {
        font-size: 30px;
    }
}

.optech-comment-form {
    margin-bottom: 24px;
}

.optech-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.optech-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
}

.optech-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -5px;
}

.optech-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.optech-main-form {
    padding: 50px;
    border-radius: 18px;
}
@media (max-width: 991px) {
    .optech-main-form {
        margin-top: 40px;
        padding: 30px;
        border-radius: 15px;
    }
}
.optech-main-form h3 {
    font-size: 24px;
    margin-bottom: 7px;
}
.optech-main-field {
    margin-bottom: 24px;
}

button#optech-main-form-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.optech-contact-info-column {
    margin-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--light-color1);
}
@media (max-width: 1199px) {
    .optech-contact-info-column {
        gap: 30px;
    }
}
@media (max-width: 991px) {
    .optech-contact-info-column {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .optech-contact-info-column {
        gap: 40px;
    }
}
.optech-contact-info-column .optech-contact-info {
    margin-bottom: 0;
}

.optech-map-page #map {
    width: 100%;
    height: 650px;
    border-radius: 0;
}
@media (max-width: 991px) {
    .optech-map-page #map {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .optech-map-page #map {
        height: 300px;
    }
}

.optech-service-details-wrap img {
    margin-bottom: 50px;
    border-radius: 18px;
}
.optech-service-details-item {
    margin-bottom: 45px;
}
.optech-service-details-item:last-child {
    margin-bottom: 0;
}
.optech-service-details-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.optech-service-sidebar {
    margin-left: 30px;
}
@media (max-width: 1199px) {
    .optech-service-sidebar {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .optech-service-sidebar {
        margin-top: 40px;
    }
}
.optech-service-menu ul li {
    margin-bottom: 14px;
}
.optech-service-menu ul li:last-child {
    margin-bottom: 0;
}
.optech-service-menu ul li a {
    font-weight: 600;
    display: flex;
    border-radius: 6px;
    padding: 14px 24px;
    transition: all 0.4s;
    color: var(--heading-color);
    justify-content: space-between;
    background-color: var(--light-bg2);
}
.optech-service-menu ul li a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.optech-service-menu ul li a i {
    font-size: 20px;
}
.optech-service-contact {
    margin-top: 50px;
    padding: 60px 30px;
    text-align: center;
    border-radius: 18px;
    background-size: cover;
}
@media (max-width: 991px) {
    .optech-service-contact {
        padding: 30px;
    }
}
.optech-service-contact-icon {
    width: 90px;
    height: 90px;
    display: flex;
    margin: 0 auto 15px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}
.optech-service-contact h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 10px;
    color: var(--white-color);
}
@media (max-width: 991px) {
    .optech-service-contact h3 {
        font-size: 30px;
        line-height: 36px;
    }
}
.optech-service-contact p {
    color: var(--light-color2);
    margin-bottom: 20px;
}

.optech-loading-dots {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-bg);
}
.optech-loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: var(--accent-color);
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 7px;
}
.optech-loading-dots--dot:nth-child(2) {
    animation-delay: 0.5s;
}
.optech-loading-dots--dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}
.optech-preloader-wrap {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    background-color: var(--dark-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.optech-preloader {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.optech-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.optech-preloader div:nth-child(1) {
    left: 8px;
    animation: optech-preloader1 0.6s infinite;
}

.optech-preloader div:nth-child(2) {
    left: 8px;
    animation: optech-preloader2 0.6s infinite;
}

.optech-preloader div:nth-child(3) {
    left: 32px;
    animation: optech-preloader2 0.6s infinite;
}

.optech-preloader div:nth-child(4) {
    left: 56px;
    animation: optech-preloader3 0.6s infinite;
}

@keyframes optech-preloader1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes optech-preloader3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes optech-preloader2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/*1.4 themes css*/
/*# sourceMappingURL=app.css.map */

.recent-post .recent-post-meta a:hover {
    color: var(--heading-color);
}
.recent-post .post-title a:hover {
    color: var(--heading-color);
}
.wp-block-tag-cloud {
    margin-bottom: 0;
}
.wp-block-tag-cloud a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px !important;
    margin-right: 6px;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all 0.4s;
    color: var(--white-color) !important;
    background-color: var(--accent-color);
    border: 1px solid transparent;
}
.wp-block-social-links .wp-block-social-link.wp-social-link{
    margin: 5px;
}
/* .wp-block-image figure.alignright.is-resized {
    float: none;
    margin-left: 0;
} */
.wp-block-tag-cloud a:hover {
    color: var(--accent-color) !important;
    border: 1px solid var(--accent-color);
    background-color: transparent;
}
.wp-block-column .wp-block-image {
    margin: 24px 0 40px;
}
.wp-block-column .wp-block-image img {
    border-radius: 18px;
}
.wp-block-columns.is-layout-flex {
    gap: 1.5rem;
}
.comment-content p {
    color: var(--body-color);
    font-size: 16px;
    line-height: 30px;
}
.comments-wrap ul li::after {
    display: none;
}
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow::before {
    content: '';
    cursor: pointer;
    width: 62px !important;
    height: 44px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-size: cover;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='44' viewBox='0 0 62 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5312 0.412354C6.51702 0.412354 0 6.93119 0 14.9436C0 22.2589 5.43154 28.3289 12.4771 29.3294C11.9131 33.427 10.3486 37.3258 7.90415 40.7068C7.42874 41.3666 7.44654 42.2607 7.9538 42.8992C8.4515 43.5275 9.31635 43.7657 10.0754 43.4456C21.6088 38.6315 29.0625 27.442 29.0625 14.9436C29.0625 6.93119 22.5455 0.412354 14.5312 0.412354ZM47.4688 0.412354C39.4545 0.412354 32.9375 6.93119 32.9375 14.9436C32.9375 22.2589 38.369 28.3289 45.4146 29.3294C44.8506 33.427 43.2861 37.3258 40.8417 40.7068C40.3662 41.3666 40.384 42.2607 40.8913 42.8992C41.389 43.5275 42.2538 43.7657 43.0129 43.4456C54.5463 38.6315 62 27.442 62 14.9436C62 6.93119 55.483 0.412354 47.4688 0.412354Z' fill='%232B4DFF'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 781px) {
    .wp-block-column .wp-block-image {
        margin: 0 0 20px 0;
    }
}
.comments-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-single.tag-sticky-2, .blog-single.sticky{
    position: relative;
  
}

.blog-single.tag-sticky-2::before, 
.blog-single.sticky::before {
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    color: var(--white-color);
    background-color: var(--accent-color);
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0;
}
