:root {
    --npro-primary: #7a2682;
    --npro-secondary: #1d252c;
    --npro-text-secondary: #565c61;
    --npro-action: #00afaa;
    --npro-action-dark: #00837f;
    --npro-border-gray: #d5d5d5;
    --npro-bg-primary: #f9f6f9;
}
body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: var(--npro-secondary);
}
.pr_0 {
    padding-right: 0;
}
.pt_2 {
    padding-top: 2%;
}
.p_max_w {
    max-width: 500px;
}
.idk_margin_top20 {
    margin-top: 20px;
}
.idk_margin_top30 {
    margin-top: 30px;
}
.idk_margin_top40 {
    margin-top: 40px;
}
.idk_margin_top50 {
    margin-top: 50px;
}
.idk_margin_top150 {
    margin-top: 150px;
}
.idk_margin_top100 {
    margin-top: 100px;
}
.idk_margin_top120 {
    margin-top: 120px;
}
.idk_margin_top200 {
    margin-top: 200px;
}
a {
    color: var(--npro-action);
}
#idk_slide_mobile {
    display: none;
}
.idk_sticky_10 {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}
.section_content h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.section_content p {
    font-size: 18px;
    color: var(--npro-text-secondary);
    line-height: 1.5;
    text-align: center;
}
.logo_max_height {
    max-height: 32px;
}
.idk_link {
    font-size: 16px;
    color: var(--npro-action);
    text-decoration: none;
}
.idk_link img {
    margin-left: 10px;
    transition: margin-left 200ms;
}
.idk_link:hover img {
    margin-left: 15px;
    transition: margin-left 200ms;
}
.idk_btn_link {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 13px 24px;
    background-color: var(--npro-action);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.idk_btn_link:hover {
    background-color: var(--npro-action-dark);
}
.idk_btn_link__mobile {
    padding: 12px;
}
.idk_btn_link1 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 13px 24px;
    background-color: #e9fbfb;
    color: var(--npro-action);
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.idk_btn_link1:hover {
    background-color: var(--npro-action-dark);
    color: #ffffff;
}
.idk_header_index {
    position: relative;
    width: 100%;
    min-height: 750px;
    color: #ffffff;
}
.idk_header_other {
    position: relative;
    width: 100%;
    min-height: 480px;
    color: #ffffff;
}
.idk_header_other_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    object-fit: cover;
    z-index: -1;
}
.idk_header_index_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    object-fit: cover;
    z-index: -1;
}
.idk_header_other_bg_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.idk_header_other h1 {
    font-size: 48px;
    font-weight: 700;
}
.idk_header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.idk_header_mobile {
    display: none;
}
.idk_header_mobile_open {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url('../images/header_bg.jpg') no-repeat center center fixed;
    background-size: cover;
    background-attachment: local;
    z-index: 8;
    transition: top 0.5s ease;
}
.idk_header_mobile_open.open {
    top: 0; /* Slide in */
}
.idk_header_mobile_open .container {
    padding-top: 24px;
}
.idk_header_index h1 {
    font-size: 56px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 24px;
}
.idk_header_index p {
    font-size: 17px;
    line-height: 1.5;
}
.hero_image_col {
    display: flex;
    justify-content: end;
}
.hero_image {
    width: 100%;
    max-width: 628px;
}
.idk_section span {
    color: var(--npro-text-secondary);
    font-weight: 500;
}
.idk_section h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}
.idk_section p {
    color: var(--npro-text-secondary);
    line-height: 24px;
}
.idk_section1 span {
    color: var(--npro-text-secondary);
    font-weight: 500;
}
.idk_section1 h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}
.idk_section1 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}
.idk_section1 p {
    font-size: 16px;
    color: var(--npro-secondary);
    line-height: 24px;
}
.idk_section_item {
    margin-bottom: 60px;
}
.idk_section_item h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--npro-secondary);
    margin: 25px 0px;
}
.idk_section_item p {
    color: var(--npro-text-secondary);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 96px;
}
.idk_section_item p:empty {
    display: none;
}
.idk_section_bg {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    margin-top: 112px;
    background-color: #f9f6f9;
}
.idk_section_bg h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.idk_section_bg h5 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--npro-secondary);
}
.idk_slick_box {
    position: relative;
    width: 100%;
    max-height: 500px;
    aspect-ratio: 4 / 5;
    color: #ffffff;
}
.carousel_cell {
    margin-right: 40px;
}
.idk_slick_box img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.idk_slick_box_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        28deg,
        #7a2682 16.62%,
        rgba(122, 38, 130, 0) 100%
    );
    mix-blend-mode: multiply;
}
.idk_slick_box_content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
    padding: 32px;
}
.idk_slick_box_content h3 {
    font-size: 40px;
    font-weight: 500;
    word-spacing: 250px;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 0;
}
.slick-slide {
    margin: 0px 0px 0px 20px;
}
.slick-list {
    margin: 0px 0px 0px -20px;
}
.styled-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 20px auto;
}
.styled-list li {
    position: relative;
    margin-bottom: 80px;
    padding: 10px;
}
.styled-list li::before {
    content: attr(data-step);
    position: absolute;
    left: 10px;
    background-image: url('../images/icon_listbg.svg');
    background-size: cover;
    color: var(--npro-primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.styled-list li::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 65%;
    bottom: -70px;
    border-left: 2px solid #e8eaed;
    z-index: -1;
}
.styled-list li:last-child::after {
    content: none;
}
.styled-list h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 80px;
}
.styled-list p {
    margin-left: 80px;
    font-size: 16px;
    color: var(--npro-text-secondary);
}
.styled-list-content {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 20px auto;
}
.styled-list-content li {
    position: relative;
    margin-bottom: 50px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
.styled-list-content li::before {
    content: attr(data-step);
    position: absolute;
    left: 10px;
    background-image: url('../images/icon_listbg1.svg');
    background-size: cover;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.styled-list-content li::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 65%;
    bottom: -40px;
    border-left: 2px solid #e8eaed;
    z-index: 1;
}
.styled-list-content li:last-child::after {
    content: none;
}
.styled-list-content li:hover h3 {
    text-decoration: underline;
}
.styled-list-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 80px;
}
.styled-list-content p {
    margin-left: 80px;
    font-size: 16px;
    color: var(--npro-text-secondary);
}
.idk_slick_box_review {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 30px;
}
.idk_slick_review .slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 30px auto;
    text-align: center;
}
.idk_slick_review .slick-dots li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.idk_slick_review .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 17px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #80d7d5;
    border-radius: 100%;
    border: 3px solid #f9f6f9;
}
.idk_slick_review .slick-dots .slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 17px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: transparent;
    border: 3px solid var(--npro-action);
    border-radius: 100%;
}
.idk_bg_section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 120px 0px;
}
.idk_bg_section_content {
    position: relative;
    width: 100%;
    height: auto;
}
.idk_bg_section_content h3 {
    font-size: 40px;
    font-weight: 700;
}
.idk_bg_section_img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -250px;
    bottom: -50px;
    z-index: -9999;
}
.idk_bg_section_img_usluga {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -250px;
    top: 200px;
    z-index: -9999;
}
.title__brake {
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}
.idk_ctacard {
    position: relative;
    width: 100%;
    height: 500px;
}
.idk_ctacard img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.idk_ctacard_txt {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 60%;
    color: #ffffff;
}
.idk_ctacard_txt h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.idk_ctacard_txt p {
    font-size: 18px;
}
.idk_ctacard_btn {
    position: absolute;
    left: 50px;
    bottom: 50px;
    transition: bottom 300ms;
}
.idk_ctacard_btn:hover {
    bottom: 53px;
    transition: bottom 300ms;
}
.idk_ctacard1 {
    position: relative;
    width: 100%;
    height: 500px;
}
.idk_ctacard1 img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.idk_ctacard_txt1 {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    color: #ffffff;
}
.idk_ctacard_txt1 h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.idk_ctacard_txt1 p {
    font-size: 18px;
}
.idk_ctacard_btn1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    transition: bottom 300ms;
}
.idk_ctacard_btn1:hover {
    bottom: 123px;
    transition: bottom 300ms;
}
footer {
    font-size: 14px;
    width: 100%;
    padding-top: 60px;
    background-color: var(--npro-secondary);
    color: #ffffff;
}
footer h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}
footer a {
    font-size: 14px;
    color: #ffffff;
    transition: all 500ms;
}
footer a:hover {
    text-decoration: none;
    transition: all 500ms;
}
footer ul li {
    margin-bottom: 5px;
    min-height: 24px;
}
.back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--npro-action);
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

.back-to-top-btn:hover {
    background-color: var(--npro-action-dark);
    transform: scale(1.1);
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.iso_certifikati {
    display: flex;
    gap: 8px;
}
.idk_copyright {
    width: 100%;
    border-top: 1px solid #343b41;
    margin-top: 60px;
    padding: 20px 0px;
}
.idk_copyright p {
    color: #9da0a4;
    margin: 0px;
}
.idk_copyright a {
    font-size: 16px;
}
.idk_copyright ul {
    margin-bottom: 0px;
}
.idk_services_slick {
    margin-left: 1px;
}
.slider-progress {
    display: none;
}
.progress {
    display: none;
}
.idk_slick_box_review img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: -20px;
}
.idk_slick_box_review h4 {
    font-size: 16px;
    font-weight: 700;
    color: #242948;
    margin: 0px;
}
.idk_slick_box_review span {
    font-size: 14px;
    color: var(--npro-text-secondary);
    margin: 0px;
}
.idk_img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    transition: opacity 0.5s ease-in-out;
}
.idk_row_desc {
    padding: 20px 0px;
    border-top: 1px solid #e8eaed;
}
.idk_row_desc h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: var(--npro-secondary);
}
.idk_row_desc p {
    margin: 0px;
    font-size: 16px;
    color: var(--npro-secondary);
}
.idk_gallery {
    margin-top: 100px;
}
.idk_gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.idk_services_content_slick .carousel_cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 24px;
}
.idk_services_content_slick .flickity-page-dots {
    bottom: -22px;
}
.idk_services_content_slick .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
}
.progress-bar {
    position: relative;
    height: 5px;
    width: 100%;
    background-color: #e0e0e0;
    margin-top: 20px;
}
.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: var(--npro-primary);
    transition: width 0.2s ease-out;
}

.idk_services_content_box {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 400px;
    padding: 25px;
    background-color: #ffffff;
}
.idk_services_content_box .idk_icon_content_slick {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: var(--npro-primary);
    padding: 15px 20px;
    background: url('../images/icon_content_slick.svg') no-repeat center center
        fixed;
    background-size: cover;
}
.idk_services_content_box h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--npro-secondary);
    margin-top: 30px;
    margin-bottom: 15px;
}
.idk_services_content_box p {
    color: var(--npro-text-secondary);
}
.idk_about_box {
    margin-top: 30px;
}
.idk_about_box h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.idk_about_box p {
    color: var(--npro-text-secondary);
}
.idk_form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.idk_form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #9da0a4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.idk_form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #9da0a4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.idk_form button {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 13px 25px;
    background-color: var(--npro-action);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    border: 0px;
}
.idk_section_contact {
    cursor: pointer;
    margin-bottom: 30px;
}
.idk_section_contact h4 {
    font-size: 24px;
    font-weight: 700;
}
.idk_section_contact p {
    color: var(--npro-text-secondary);
    line-height: 24px;
}

.alert-success,
.alert-danger {
    position: fixed;
    right: 5px;
    bottom: 60px;
}
.section__subtitle {
    color: var(--npro-text-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}
.section__title {
    color: var(--npro-secondary);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.value_card h4 {
    color: var(--npro-secondary);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 86px;
    margin-bottom: 24px;
}
.value_card p {
    color: var(--npro-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.cta_card {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.cta_card__left_icon {
    position: absolute;
    top: -18%;
    left: -10%;
    max-width: 500px;
}
.cta_card__right_icon {
    position: absolute;
    right: -10%;
    bottom: -18%;
    max-width: 500px;
}
.cta_card__content {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    z-index: 50;
}
.cta_card__title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 24px;
}
.cta_card__desc {
    color: var(--npro-bg-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.cta_card__btn {
    margin-top: 48px;
}
#myTab .idk_section_contact {
    padding-left: 30px;
    border-left: 2px solid #ffffff;
}
#myTab .active {
    border-left: 2px solid #7a2682;
}
@media (min-width: 769px) {
    .container-right {
        margin-right: 0;
        margin-left: calc(47vw - 375px);
    }
}
@media (min-width: 992px) {
    .container-right {
        margin-right: 0;
        margin-left: calc(47vw - 485px);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1312px;
    }
    .container-right {
        margin-right: 0;
        margin-left: calc(47vw - 585px);
    }
}
.idk_copyright .list-inline-item:not(:last-child) {
    margin-right: 16px;
}
.accordion-item {
    border-top: 0px solid #dde0e4;
    border-right: 0px solid #dde0e4;
    border-bottom: 1px solid #dde0e4;
    border-left: 0px solid #dde0e4;
}
.accordion-button {
    font-size: 20px;
    font-weight: 700;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none !important;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
/* Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}
#cssmenu > ul {
    display: inline-block;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: transparent;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 17px 25px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}
#cssmenu > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 8px;
    height: 2px;
    transform: rotate(45deg);
    display: block;
    background: #ffffff;
    content: ' ';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 21px;
    right: 13px;
    display: block;
    width: 2px;
    height: 8px;
    transform: rotate(50deg);
    background: #ffffff;
    content: ' ';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
}
#cssmenu li:hover > ul {
    min-width: 250px;
    left: calc(100% - 250px);
    text-align: left !important;
    padding: 8px 16px;
    background: #1d252c;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#cssmenu li:hover > ul > li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    padding: 16px;
    width: 200px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    background: #1d252c;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    color: var(--npro-action);
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 1200px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 0px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}
/* Menu End */
/* Menu Start */
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu1 #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu1:after,
#cssmenu1 > ul:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu1 #menu-button {
    display: none;
}
#cssmenu1 {
    background: transparent;
}
#cssmenu1 > ul > li {
    float: left;
}
#cssmenu1.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu1.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu1.align-center ul ul {
    text-align: left;
}
#cssmenu1.align-right > ul > li {
    float: right;
}
#cssmenu1 > ul > li > a {
    padding: 16px 0;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
}
#cssmenu1 > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu1 > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu1 > ul > li.has-sub > a:after {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 8px;
    height: 2px;
    transform: rotate(45deg);
    display: block;
    background: #ffffff;
    content: ' ';
}
#cssmenu1 > ul > li.has-sub > a:before {
    position: absolute;
    top: 21px;
    right: 13px;
    display: block;
    width: 2px;
    height: 8px;
    transform: rotate(50deg);
    background: #ffffff;
    content: ' ';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu1 ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu1.align-right ul ul {
    text-align: right;
}
#cssmenu1 ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu1 li:hover > ul {
    left: auto;
}
#cssmenu1.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu1 li:hover > ul > li {
    height: 35px;
}
#cssmenu1 ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu1.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu1 ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 16px;
    width: 170px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    background: #333333;
}
#cssmenu1 ul ul li:last-child > a,
#cssmenu1 ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu1 ul ul li:hover > a,
#cssmenu1 ul ul li a:hover {
    color: #ffffff;
}
#cssmenu1 ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu1.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu1 ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu1.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu1 ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 1200px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
    only screen and (min-resolution: 192dpi) and (max-width: 1024px),
    only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu1 {
        width: 100%;
    }
    #cssmenu1 ul {
        width: 100%;
        display: none;
    }
    #cssmenu1.align-center > ul {
        text-align: left;
    }
    #cssmenu1 ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    #cssmenu1 ul ul li,
    #cssmenu1 li:hover > ul > li {
        height: auto;
    }
    #cssmenu1 ul li a,
    #cssmenu1 ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu1 > ul > li {
        float: none;
    }
    #cssmenu1 ul ul li a {
        padding-left: 16px;
    }
    #cssmenu1 ul ul ul li a {
        padding-left: 32px;
    }
    #cssmenu1 ul ul li a {
        color: #ffffff;
        background: none;
    }
    #cssmenu1 ul ul li:hover > a,
    #cssmenu1 ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu1 ul ul,
    #cssmenu1 ul ul ul,
    #cssmenu1.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu1 > ul > li.has-sub > a:after,
    #cssmenu1 > ul > li.has-sub > a:before,
    #cssmenu1 ul ul > li.has-sub > a:after,
    #cssmenu1 ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu1 #menu-button {
        display: none;
        padding: 17px;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu1 #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: none;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }
    #cssmenu1 #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: none;
        height: 2px;
        width: 20px;
        background: #ffffff;
        content: '';
    }
    #cssmenu1 #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 0px;
        display: none;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu1 #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        display: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu1 .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu1 ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu1 .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 22px;
        width: 7px;
        height: 1px;
        display: block;
        background: #ffffff;
        content: '';
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu1 ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu1 .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu1 .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 20px;
        display: block;
        width: 1px;
        height: 7px;
        background: #ffffff;
        content: '';
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu1 ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu1 .submenu-button.submenu-opened:after {
        position: absolute;
        top: 27px;
        right: 22px;
        width: 7px;
        height: 1px;
        display: block;
        background: #ffffff;
        content: '';
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu1 .submenu-button.submenu-opened:before {
        position: absolute;
        top: 24px;
        right: 20px;
        display: block;
        width: 1px;
        height: 7px;
        background: #ffffff;
        content: '';
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cssmenu1_open {
        display: block !important;
        margin-top: 50px !important;
    }
}
/* Menu End */
@media (max-width: 1400px) {
    .cta_card__left_icon {
        top: -12%;
        left: -8%;
        max-width: 400px;
    }
    .cta_card__right_icon {
        max-width: 400px;
    }
}
@media (max-width: 1200px) {
    .idk_header {
        display: none;
    }
    .idk_header_mobile {
        display: block;
        padding-top: 24px;
    }
    .idk_header_index h1 {
        font-size: 32px;
        margin-top: 48px;
    }
    .cta_card__left_icon,
    .cta_card__right_icon {
        max-width: 300px;
    }
    .cta_card__content {
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    #idk_slide_mobile {
        display: block;
    }
    #idk_slide_desktop {
        display: none;
    }
    .slider-progress {
        display: block;
        width: 100%;
        height: 5px;
        background-color: #d7beda;
        position: relative;
        bottom: 0px;
        border-radius: 3px;
        margin-top: 30px;
    }
    .progress {
        display: block;
        height: 100%;
        background-color: var(--npro-primary);
        width: 0%;
        border-radius: 3px;
    }
    .idk_margin_top50m {
        margin-top: 50px !important;
    }
    h2 {
        font-size: 40px;
    }
    .idk_section h3 {
        font-size: 40px;
    }
    .styled-list h3 {
        font-size: 20px;
    }
    .idk_margin_top200 {
        margin-top: 100px;
    }
    .idk_margin_top15m {
        margin-top: 16px;
    }
    .idk_margin_top24m {
        margin-top: 24px;
    }
    .idk_section_bg {
        margin-top: 64px;
    }
    footer h4 {
        margin-top: 30px;
    }
    .idk_gallery img {
        margin-bottom: 16px;
    }
    .m_flex_col_reverse {
        flex-direction: column-reverse;
    }
    .m_mb_32 {
        margin-bottom: 32px;
    }
}
@media (max-width: 770px) {
    .value_card h4 {
        min-height: auto;
        margin-bottom: 24px;
    }
    .value_card p {
        margin-bottom: 48px;
    }
    .cta_card__content {
        max-width: 400px;
    }
    .cta_card__left_icon {
        top: -16%;
        left: -27%;
    }
    .cta_card__right_icon {
        right: -27%;
    }
}
@media (max-width: 550px) {
    html,
    body {
        overflow-x: hidden;
    }
    .idk_header_index p {
        font-size: 16px;
    }
    .idk_btn_mobile .idk_btn_link {
        width: 100%;
        display: block;
        text-align: center;
    }
    .idk_btn_mobile .idk_btn_link1 {
        width: 100%;
        display: block;
        text-align: center;
    }
    .idk_btn_mobile .list-inline-item:not(:last-child) {
        margin: 0px;
    }
    header .list-inline-item {
        display: block;
    }
    .hero_image_col {
        justify-content: center;
        padding: 0 !important;
    }
    .idk_margin_top150 {
        margin-top: 100px;
    }
    .section_content h2 {
        font-size: 28px;
        text-align: left;
    }
    .section_content p {
        text-align: left;
    }
    .idk_section h3,
    .idk_bg_section_content h3 {
        font-size: 28px;
    }
    .idk_services_slick {
        margin-top: 50px;
    }
    .idk_bg_section_img {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 250px;
        top: 300px;
        z-index: -9999;
    }
    .idk_bg_section_imgm {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 250px;
        top: -200px;
        z-index: -9999;
    }
    .idk_bg_section {
        padding: 50px 0px;
    }
    .idk_services_content_box {
        max-width: 322px;
        min-height: 440px;
    }
    .idk_services_content_slick .carousel_cell {
        margin-right: 16px;
    }
    footer h4 {
        margin-top: 30px;
    }
    .idk_margin_top50m {
        margin-top: 50px;
    }
    .idk_margin_top200 {
        margin-top: 100px;
    }
    .idk_header_other {
        position: relative;
        width: 100%;
        min-height: 250px;
        color: #ffffff;
    }
    .idk_header_other .idk_margin_top150 {
        margin-top: 50px;
    }
    .idk_header_other h1 {
        font-size: 36px;
        font-weight: 700;
    }
    .carousel_cell {
        margin-right: 16px;
    }
    .idk_slick_box {
        width: 100%;
        max-height: 315px;
        aspect-ratio: 4 / 5;
    }
    .idk_slick_box_content h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .idk_slick_box_content p {
        margin-bottom: 0;
    }
    .idk_slick_box_content {
        padding: 16px;
    }
    .container-right {
        margin-left: 16px;
    }
    .cta_card {
        align-items: flex-start;
    }
    .cta_card__title {
        font-size: 34px !important;
    }
    .cta_card__left_icon {
        display: none;
    }
    .cta_card__content {
        text-align: left;
    }
    footer a {
        font-size: 15px;
    }
    footer ul li {
        min-height: 32px;
    }
    .idk_row_desc {
        gap: 16px;
    }
}
