@import url('font-awesome.min.css');
@import url('bootstrap5.min.css');
@charset "utf-8";
@font-face {
    font-family: 'futura lt w04 book';
    src: url('../fonts/futura-lt-w04-book.eot');
    src: url('../fonts/futura-lt-w04-book.eot?#iefix') format('futura-lt-w04-book'), url('../fonts/futura-lt-w04-book.woff') format('woff'), url('../fonts/futura-lt-w04-book.woff2') format('woff2'), url('../fonts/futura-lt-w04-book.ttf') format('truetype'), url('../fonts/futura-lt-w04-book.svg#futura-lt-w04-book') format('svg');
}

:root {
    --bs-link-color-rgb: 122, 183, 209;
    --bs-link-hover-color-rgb: 235, 224, 54;
}

.container {
    max-width: 1520px;
}

.scrolltopcontrol {
    width: 50px;
    height: 50px;
    background-color: rgb(var(--bs-link-hover-color-rgb));
}

.scrolltopcontrol:before {
    content: "\f077";
    font-family: 'FontAwesome';
    display: none;
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 8px;
}

@media screen and (max-width: 768px) {
    #topcontrol {
        right: 0!important;
    }
    .scrolltopcontrol {
        width: 40px;
        height: 40px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "futura lt w04 book";
}

.services-container p:not([class]) {
    margin: 15px 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'futura lt w04 book', sans-serif;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    color: #333;
    letter-spacing: 0.1px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a.btn:hover {
    text-decoration: none;
}

a:not([class]) {
    color: #4389a6;
    text-decoration: none;
}

a:not([class]):hover {
    color: rgb(var(--bs-link-hover-color-rgb));
    text-decoration: underline;
}

.btn-1 {
    --bs-btn-color: #333;
    --bs-btn-border-color: #333;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-hover-border-color: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #fff241;
    --bs-btn-active-border-color: #fff241;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333;
    --bs-gradient: none;
    --bs-btn-border-radius: 0;
    border-width: 2px;
}

.btn-2 {
    --bs-btn-color: #333;
    --bs-btn-border-color: #beddea;
    --bs-btn-bg: #beddea;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-hover-border-color: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #fff241;
    --bs-btn-active-border-color: #fff241;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333;
    --bs-gradient: none;
    --bs-btn-border-radius: 8px;
}

.btn-w {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-hover-border-color: rgb(var(--bs-link-hover-color-rgb));
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #fff241;
    --bs-btn-active-border-color: #fff241;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333;
    --bs-gradient: none;
    --bs-btn-border-radius: 0;
    border-width: 2px;
}

img {
    max-width: 100%;
    vertical-align: top;
}

sub,
sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
}

.clear {
    clear: both;
}


/* header */

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

#code-s {
    display: none;
}

#ClickMe {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: none;
    background-color: #fff;
}

#ClickMe:hover {
    background-color: #eee;
    color: rgb(var(--bs-link-hover-color-rgb));
}


/* header end */

.menu-mobile {
    display: none;
    padding: 20px;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.navi-menu-4 {
    display: none;
    font-size: 14px;
}

.navi-menu-4 li {
    padding-left: 12px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.5rem;
    padding: 9px 0 0 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #333;
}

.menu-mobile.active:after {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 1.5rem;
}

.navi-submenu:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    color: #444;
    display: block;
    padding: .5em 2em 0 0;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    text-align: left;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 1em 1em 1.5em 1em;
    color: #333;
    display: inline-block;
}

.menu>ul>li:hover {
    background: #beddea;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #beddea;
    padding: 20px;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -moz-box-shadow: 1px 1px 5px #909090;
    -webkit-box-shadow: 1px 1px 5px #909090;
    box-shadow: 1px 1px 1px #909090;
    border-radius: 0 0 5px 5px;
    height: auto;
    overflow: hidden;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 32%;
    padding-left: 3%;
    display: inline-block;
    font-weight: bold;
}

.menu>ul>li>ul>li>a {
    font-size: 16px !important;
}

.menu>ul>li>ul>li a {
    padding: .3em 0 .6em 0;
    width: 95%;
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 14px;
}

.menu>ul>li>ul>li a span {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-weight: normal;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.menu>ul>li>ul>li>ul>li a {
    padding: .3em 0 0 0;
    border: 0;
    color: #444;
    width: auto;
}

.menu>ul>li>ul>li>ul>li a:hover {
    border: 0;
    color: #000;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .menu>ul {
        padding-left: 0;
    }
    .menu>ul>li {
        font-size: 15px;
    }
    .menu>ul>li>a {
        padding: 1.2em 0.8em 1.3em 0.8em;
    }
    .menu>ul>li>ul>li {
        width: 33%;
        padding-left: 1%;
    }
    .menu>ul>li>ul>li a {
        font-size: 13px;
        line-height: 24px;
    }
    .menu>ul>li>ul>li>a {
        font-size: 13px !important;
        line-height: 22px;
    }
    .menu>ul>li>ul>li>ul>li {
        padding: 0;
    }
    .navi-submenu:before {
        padding: 0 2em 0 0;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
        padding: 1.5em 2em;
    }
    .menu>ul {
        display: none;
        padding: 0;
        background-color: #beddea;
        position: absolute;
        width: 100vw;
        left: 0;
        top: 100%;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }
    .menu>ul>li a {
        padding: 1em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        max-height: 60vh;
        overflow: auto;
    }
    .menu .submenu-button {
        position: absolute;
        z-index: 299;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #444;
        z-index: 99;
    }
    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #444;
        z-index: 99;
    }
}

table {
    border-collapse: collapse;
    margin: 0.6em 0;
    width: 100%;
    border: 1px solid #ddd;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #ddd;
}

table th,
table td {
    padding: 10px 12px;
    text-align: left;
    line-height: 26px;
}

table th {
    background: #beddea;
    color: #333;
}

table th a {
    color: #4389a6;
    text-decoration: underline;
}

table tr td {
    background: #fff;
    color: #333;
}

table tr td a {
    color: #7ab7d1;
    text-decoration: none;
}

table tr td a:hover {
    color: rgb(var(--bs-link-hover-color-rgb));
    text-decoration: underline;
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .875rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px;
}

.inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #333;
    background-color: #beddea;
    text-decoration: none;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    display: inline-block;
}

.inquiry_btn:hover {
    color: #333;
    transition: background-color .3s;
    border-radius: 10px 0 10px 0;
    background: rgb(var(--bs-link-hover-color-rgb));
}

.pr-pdf {
    color: #a2353d;
    font-size: 1.3em;
}

.pr-basket {
    padding: 3px 12px;
    background-color: #1da5d0;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.pagenav {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.pagenav a {
    margin-left: 8px;
    color: #333;
    text-decoration: none;
    /* border: 1px #d3d3d3 solid; */
    padding: 4px 8px;
    border-radius: 5px;
}

.pagenav a:hover {
    color: rgb(var(--bs-link-hover-color-rgb));
    text-decoration: none;
    background: #F8F8F8;
    /* border: 1px #f90 solid; */
}

.successinfo {
    padding-left: 0;
    line-height: 30px;
    line-height: 22px;
    color: #888888;
    padding-right: 0;
    padding-bottom: 20px;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #7b9d3c;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
}

.successinfo .tit {
    font-size: 20px;
    font-weight: bold;
    color: #7b9d3c;
    display: block;
}

.successinfo .iconarea .iconunit img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10;
}

@media (min-width: 1600px) {
    .container-center {
        margin: 0 auto;
        max-width: 1590px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .left-container {
        float: right;
        width: 1150px !important;
    }
    .inquiry-article {
        width: 1000px !important;
    }
}

@media (max-width: 1599px) {
    .container-center {
        margin: 0 auto;
        max-width: 1270px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 768px) {
    .container-title-a {
        width: 100%;
        padding-right: 290px;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .container-title-a {
        width: 100%;
        padding-right: 30%;
    }
}

@media (max-width: 768px) {
    .container-title-a {
        width: 100%;
        padding-right: 0;
    }
}

.contactbox {
    padding-top: 15px;
    margin: 0 auto 0 auto !important;
    min-height: 600px;
    background: url(../images/contact-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-article {
    float: left;
    width: 100%;
}

.contact-article .contactimg {
    width: 100%;
    padding: 0;
}

.contact-article .list-style-two {
    padding-top: 20px;
}

.contact-article .list-style-two li {
    position: relative;
    color: #333;
    margin-bottom: 8px;
}

.contact-article .list-style-two li .icon {
    width: 26px;
    height: 30px;
    color: #333;
}

.contact-article .list-style-two li a {
    color: #7ab7d1;
    text-decoration: none;
}

.contact-article .social-icon-two {
    padding: 10px 0;
}

.contact-article .social-icon-two li a {
    display: block;
    background: #beddea;
    color: #444;
}

.contact-article .social-icon-two li a:hover {
    background: #beddea;
    color: #fff;
}

.contact-article .list-style-two li a:hover {
    text-decoration: underline;
    color: rgb(var(--bs-link-hover-color-rgb));
}

.inquiry-article {
    float: left;
    margin-bottom: 20px;
}

.contact-article.rightbox {
    float: left;
}

@media (min-width: 768px) {
    .contact-article.rightbox {
        width: 400px;
    }
    .contactimg {
        width: 660px;
        padding-top: 10px;
        float: right;
        margin-bottom: 20px;
    }
    .inquiry-article {
        width: 780px;
        padding-top: 10px;
        padding-right: 80px;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .contactimg {
        width: 55%;
        padding-top: 10px;
        padding-left: 50px;
        float: right;
    }
    .contact-article.rightbox {
        width: 45%;
    }
    .inquiry-article {
        width: 55%;
        padding-top: 10px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .contact-article {
        width: 100%;
    }
    .contactimg {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        float: right;
    }
    .inquiry-article {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.bread-crumb {
    position: relative;
    font-size: 14px;
    padding-bottom: 40px;
    padding-left: 0;
}

@media (max-width: 768px) {
    .container-center {
        margin: 0 auto;
        max-width: 1270px;
        padding-left: 18px;
        padding-right: 18px;
        display: flex;
        flex-direction: column-reverse;
    }
    .container-title-a {
        order: 1;
    }
    .bread-crumb {
        padding-bottom: 10px;
    }
    .service-tit h1 {
        font-size: 1.8rem;
    }
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 0.85rem;
    margin-right: 24px;
    color: #7ab7d1;
}

.bread-crumb li:last-child {
    margin-right: 0px;
}

.bread-crumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.bread-crumb li:last-child:after {
    display: none;
}

.bread-crumb li a {
    color: #666;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1.2;
}

.bread-crumb li a:hover {
    color: #7ab7d1;
}

h3 {
    margin: 0;
    padding: 10px 0 10px 0;
}

h4 {
    font-size: 1.1em;
    margin: 0;
    padding: 10px 0 8px 0;
}

.serviceshowpic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
    color: #666666;
}

.serviceshowpic img {
    margin: auto;
}

.serviceshowleftpic {
    float: left;
    margin-right: 20px !important;
    padding-bottom: 5px !important;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.serviceshowrightpic {
    float: right;
    margin-left: 20px !important;
    padding-bottom: 5px !important;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
    font-size: 0.75em;
    text-align: center !important;
    line-height: 1.7em !important;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.ServiceShowPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
    color: #666666;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    float: left;
    margin-right: 20px;
    padding-bottom: 5px !important;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 20px;
    padding-bottom: 5px !important;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.row-a2 .col-md-6,
.row-a2 .col-lg-6 {
    padding-left: 0;
}

.serviceshow-box h4 {
    text-align: center;
}

.ullist {
    padding: 0px 0px 10px 19px;
    margin: 0px;
    font-size: 15px;
}

.ollist {
    padding: 0px 0px 10px 19px;
    margin: 0px;
    font-size: 15px;
}

.services-container .ollist li a,
.services-container .ullist li a {
    color: #7ab7d1;
}

.ollist li a,
.ullist li a {
    color: #333;
}

.services-container .ollist li a:hover,
.services-container .ullist li a:hover {
    color: rgb(var(--bs-link-hover-color-rgb));
    text-decoration: underline;
}

.ollist li a:hover,
.ullist li a:hover {
    text-decoration: underline;
}

.ullist li,
.ullist.disc li {
    list-style: disc;
}

.ullist ul li,
.ullist .ullist li,
.ollist ul li,
.ollist .ullist li {
    list-style: circle
}

.ollist li,
.ollist.decimal li {
    list-style: decimal;
}

.star li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) !important;
}

.disc li {
    list-style: disc !important;
}

.decimal li {
    list-style: decimal !important;
}

.roman li {
    list-style: upper-roman !important;
}

.greek li {
    list-style: lower-greek !important;
}

.latin li {
    list-style: lower-latin !important;
}

.upper-latin li {
    list-style: upper-latin !important;
}

.reference,
.Reference {
    padding-bottom: 0px;
    color: #888888 !important;
}

.ollist.reference-ol li,
.ollist.Reference li {
    list-style: decimal;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #888888 !important;
    padding-bottom: 5px !important;
}

.container-row-a {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
}

.container-row-a li {
    margin-bottom: 10px;
    break-inside: avoid;
    padding: 8px;
    background: #f9f9f9;
}

.container-row-a li::after {
    content: "";
    display: block;
    clear: both;
}

.container-row-a li span {
    display: inline-block;
    float: left;
    padding-left: 5px;
    line-height: 26px;
    padding-right: 15px;
}

.container-row-a li a {
    color: #333;
    display: inline-block;
    float: left;
    max-width: 90%;
    line-height: 26px;
}

.container-row-a li:hover {
    background: #beddea;
    color: #333;
}

.container-row-a li:hover a,
.container-row-a li:hover span {
    color: #333;
}

.cra-productlist li {
    padding: 15px 25px 5px 25px;
    margin-bottom: 0;
    background: #f9f9f9 !important;
    list-style-type: none;
}

.cra-productlist li:nth-child(2n+2) {
    background: #fff !important;
}

.cra-productlist li .service-tit h4 {
    padding: 0;
}

.cra-productlist li .service-tit h4 a {
    color: #7ab7d1;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 30px;
}

.cra-productlist li .service-tit h4 a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .cra-productlist li {
        position: relative;
        padding-bottom: 40px;
    }
    .cra-productlist li .btn {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .container-row-a {
        column-count: 2;
        column-width: 50%;
        column-gap: 20px;
    }
    .cra-product {
        column-count: 3;
        column-width: 33.3%;
        column-gap: 20px;
    }
    .cra-productlist {
        column-count: 1;
        column-width: 100%;
        column-gap: 0;
        margin-bottom: 0;
    }
    .pro-parameters {
        column-count: 2;
        column-width: 50%;
        column-gap: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1023px) {
    .container-row-a {
        column-count: 1;
        column-width: 100%;
        column-gap: 0;
    }
    .pro-parameters {
        column-count: 1;
        column-width: 100%;
        column-gap: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.pro-parameters div {
    margin-bottom: 10px;
    break-inside: avoid;
    padding: 0px;
    background: none !important;
}

.pagenav {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.pagenav a {
    margin-left: 8px;
    color: #333;
    text-decoration: none;
    border: 1px #d3d3d3 solid;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.pagenav a:hover {
    color: #333;
    text-decoration: none;
    background: #beddea;
    border: 1px #beddea solid;
}

.tablecontentshow {
    margin: auto auto 15px auto;
}

.tablecontentshow td {
    padding: 8px;
}

.tablecontentshow .servicetheadbg {
    background-color: #a2abb3;
    color: #fff;
}

.tableimgshow {
    margin: 0px 0px 15px;
    border: 0;
}

.tableimgshow tr,
.tableimgshow th,
.tableimgshow td {
    padding: 5px 12px;
    border-bottom: none;
    text-align: center;
    background: #fff;
}

@media (min-width: 769px) and (max-width: 1440px) {
    .serviceshowleftpic,
    .serviceshowrightpic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .serviceshowleftpic img,
    .serviceshowrightpic img {
        margin-bottom: 15px;
    }
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width: 768px) {
    .serviceshowleftpic,
    .serviceshowrightpic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .serviceshowleftpic img,
    .serviceshowrightpic img {
        margin-bottom: 15px;
    }
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive table {
        width: 690px;
    }
    .table-responsive .tableimgshow tr,
    .table-responsive .tableimgshow th,
    .table-responsive .tableimgshow td {
        padding: 5px 0;
        text-align: left;
        background: #fff;
    }
}

.navh4 {
    background: #beddea;
    font-size: 1.25rem;
    margin-bottom: 5px !important;
    padding: 5px 15px !important;
}

.navMenu>li {
    background: #fafafa;
    margin-bottom: 5px !important;
}

.navMenu>li:hover {
    background: #f5f5f5;
}

.navMenu>li>a {
    display: block;
    overflow: hidden;
    color: #333;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-weight: 400 !important;
    width: 100% !important;
    height: 100%;
    padding: 5px 15px!important;
    border-left: 2px solid #fafafa;
}

.navMenu>li>a:hover {
    color: #7ab7d1;
    border-left: 2px solid #7ab7d1;
}


/* .navMenu .navi-menu-3 .navi-menu-li-3 {
    padding: 3px 15px;
    font-size: 0.85rem;
} */


/* .navi-menu-li-3 .sub-menu {
    display: none;
} */

.navi-menu-li-3 .sub-menu li {
    padding: 3px 15px;
}

.navMenu>li a {
    position: relative;
    display: block;
}

.navMenu li>span {
    display: block;
    position: relative;
}

.afinve1 {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 25;
}

.afinve1::before {
    content: "\f077";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #23527c
}

.afinve1.active::before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #23527c
}

.E404 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.E404 {
    width: 550px;
    margin: 70px auto auto auto;
    border: 0px solid #ff0000;
}

.E404 .Etit {
    font-size: 25px;
    line-height: 35px;
    color: #525151;
}

.E404 .content {
    color: #767676;
}

.E404 a {
    color: #525151;
    text-decoration: none;
}

.E404 .btn {
    border: 1px solid #dddddd;
    padding: 5px 10px 5px 10px;
    /* border-radius: 5px; */
    margin-right: 10px;
    background-color: #efefef;
}

.E404 .btn:hover {
    background-color: rgb(var(--bs-link-hover-color-rgb));
    color: #333;
}

@media only screen and (max-width: 1024px) {
    .E404 {
        width: 90%;
        margin: 0px auto auto auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* footer banner */

.foot-banner a {
    --bs-link-color-rgb: 30, 30, 30;
    --bs-link-hover-color-rgb: 40, 40, 40;
    font-size: .9rem;
    line-height: 1.3;
}

.foot-banner .border-bottom {
    --bs-border-color: #333
}

.project-notes {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 26px;
}

.project-notes i {
    display: inline-block;
    padding-right: 8px;
    font-size: 19px;
    color: #fb6627;
}

.services-container h1 {
    font-size: 1.75rem;
    margin: 0 0 25px 0;
    font-weight: bold;
}

.services-container h2:not([class]) {
    font-size: 1.5rem;
    margin: 25px 0;
    font-weight: bold;
    padding: 0;
}

.services-container h3:not([class]) {
    font-size: 1.1rem;
    margin: 20px 0;
    font-weight: bold;
    padding: 0;
}

.services-container h4 {
    font-size: 1rem;
    margin: 15px 0;
    font-weight: bold;
    padding: 0;
}

.tooltip-box {
    position: relative
}

.tooltip-box:hover .tooltip {
    display: block
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    opacity: 1;
    z-index: 5;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%)
}

.tooltip a {
    color: #0ff;
    text-decoration: underline
}

.list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list-style-two li {
    position: relative;
    font-size: .85em;
    padding-left: 24px;
    margin-bottom: 5px;
    text-align: left
}

.list-style-two li .icon {
    position: absolute;
    top: 0;
    left: 0
}

.list-style-two li .fa-map-marker {
    font-size: 18px
}

.list-style-two li .fa-phone {
    font-size: 16px
}

.list-style-two li a {
    color: #7ab7d1;
    text-decoration: none
}

.list-style-two li a:hover {
    text-decoration: underline
}

#goodcover {
    background: #00000085;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

#code-s {
    z-index: 11;
    max-width: 97%;
}

.searchtxt {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.close1 {
    width: 30px;
    height: 30px;
    margin: 0 0 15px 0;
}

.search-sc {
    background: #fff;
    border: none;
    height: 36px;
    padding: 0 15px;
}

.search-input {
    background: #fff;
    border: none;
    height: 36px;
    width: 300px;
}

.search-btn {
    color: #333;
    background: #beddea;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
}

.search-btn:hover {
    background: #7ab7d1;
}

@media screen and (max-width: 768px) {
    .searchtxt {
        flex-wrap: wrap;
        gap: 15px;
    }
    .searchtxt>* {
        width: 100% !important;
    }
    .searchtxt .search-input {
        border-bottom: #999 solid 1px;
    }
    .search-sc {
        border: #eee solid 1px;
        border-radius: 10px;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden
}

.question,
h3.question {
    color: #2c5282;
    margin: 0;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    transition: background-color .3s ease
}

.question:hover {
    background: #edf2f7
}

.question::after {
    content: '+';
    font-size: 24px;
    font-weight: 400
}

.question.active::after {
    content: '-'
}

.answer {
    color: #4a5568;
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff
}

.answer.active {
    padding: 24px;
    max-height: 1000px
}

.answer p {
    margin: 0 0 16px
}

.answer p:last-child {
    margin-bottom: 0
}

.an-1 {
    transition: all ease .25s;
}

.an-1:hover {
    transform: translateY(-8px);
}

.pop-inquiry {
    cursor: pointer;
}

.pop-inquiry.con {
    color: #7ab7d1;
}

.pop-inquiry.con:hover {
    color: rgb(var(--bs-link-hover-color-rgb));
    text-decoration: underline;
}

.inquiry_form ul li {
    list-style-type: none;
}