@charset "utf-8"; * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-lg-15,.col-xs-20,.col-sm-20,.col-md-20,.col-lg-20 {
    position: var(--r);
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 600px) {
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-20 {
        float:left
    }

    .col-xs-20 {
        width: 20%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-0 {
        width: 0%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-20 {
        float:left
    }

    .col-sm-20 {
        width: 20%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-0 {
        width: 0%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-20 {
        float:left
    }

    .col-md-20 {
        width: 20%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-15,.col-lg-20 {
        float:left
    }

    .col-lg-20 {
        width: 20%
    }

    .col-lg-15 {
        width: 12.5%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.woff2?v=4.6.1') format('woff2'),url('../fonts/icomoon.woff?v=4.6.1') format('woff'),url('../fonts/icomoon.ttf?v=4.6.1') format('truetype'),url('../fonts/icomoon.svg?v=4.6.1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.fa,[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-search1:before {
    content: "\f002"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before {
    content: "\f00d"
}

.icon-home:before {
    content: "\f015"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-edit:before {
    content: "\f044"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-gears:before {
    content: "\f085"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-phone:before {
    content: "\f095"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-bars:before {
    content: "\f0c9"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before {
    content: "\f1d7"
}

.icon-paper-plane:before {
    content: "\f1d8"
}

.icon-send:before {
    content: "\f1d8"
}

.icon-trash:before {
    content: "\f1f8"
}

.icon-eyedropper:before {
    content: "\f1fb"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-heartbeat:before {
    content: "\f21e"
}

.icon-server:before {
    content: "\f233"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-balance-scale:before {
    content: "\f24e"
}

.icon-internet-explorer:before {
    content: "\f26b"
}

.icon-commenting:before {
    content: "\f27a"
}

.icon-braille:before {
    content: "\f2a1"
}

.icon-handshake-o:before {
    content: "\f2b5"
}

.icon-user-circle:before {
    content: "\f2bd"
}

.icon-user-circle-o:before {
    content: "\f2be"
}

.icon-storage:before {
    content: "\e90b"
}

.icon-vertical_align_top:before {
    content: "\e90d"
}

.icon-laptop_mac:before {
    content: "\e911"
}

.icon-thumb_up_alt:before {
    content: "\e91b"
}

.icon-arrow_right_alt:before {
    content: "\e923"
}

.icon-double_arrow:before {
    content: "\e924"
}

.icon-park:before {
    content: "\e925"
}

.icon-auto_awesome:before {
    content: "\e926"
}

.icon-grass:before {
    content: "\e927"
}

.icon-miscellaneous_services:before {
    content: "\e92a"
}

.icon-groups:before {
    content: "\e92d"
}

.icon-cog:before {
    content: "\e92e"
}

.icon-news-paper:before {
    content: "\e936"
}

.icon-arrow-long-left:before {
    content: "\e900"
}

.icon-arrow-long-right:before {
    content: "\e901"
}

.icon-shopping-cart1:before {
    content: "\e902"
}

.icon-gift1:before {
    content: "\e903"
}

.icon-picture:before {
    content: "\e904"
}

.icon-search:before {
    content: "\e986"
}

.icon-fire:before {
    content: "\e9a9"
}

.icon-lab:before {
    content: "\e9aa"
}

.icon-bin:before {
    content: "\e9ac"
}
/*index.css nav css@font-face start to */

.ser-pg p{
    font-size: 16px;
    font-weight: 300;
}

.note-part {
    font-size: .8em;
    line-height: 1.35;
    color: var(--b2);
    display: block;
    padding-top: 5px
}

.in-tit {
    display: block;
    margin-bottom: 20px;
}

.in-tit h1,.in-tit .pg-tit1 {
    position: var(--r);
    margin: 0;
    padding-bottom: 15px;
    color: var(--b);
}

.c-fixbg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.pic-table {
    width: 100%;
    display: table;
    height: 100%;
    padding-top: 90px;
}

.pic-cell {
    display: table-cell;
    vertical-align: middle
}

.pack {
    position: var(--r);
}

.auto-head,.container .pg-tit1{
    color: #ffffff;
}

.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (max-width: 1200px) {
    .menu>ul>li>a {
        padding:15px 16px;
    }

    .menu>ul>li .submenu-button::before {
        left: -8px;
    }
}

@media (max-width: 1024px) {
    .nav-line {
        height:0;
    }

    .nav,.nav:hover {
        position: var(--r);
        background: var(--w);
    }

    .logo {
        position: var(--r);
        width: 240px;
        top: 10px;
        background: none;
        left: 15px;
    }

    .logo img {
        opacity: 1;
    }

    .head-search,.head-close {
        top: 18px;
        right: 15px;
    }

    .auto-head {
        min-height: 117px;
        padding: 0 !important;
    }

    .menu-mobile {
        display: block;
        color: var(--w);
        background: var(--m)
    }

    .menu-mobile:hover {
        color: var(--w);
    }

    .menu-dropdown-icon:before {
        display: block;
        padding: 1.5em 2em
    }

    .menu>ul {
        display: none;
        padding: 0;
        background: var(--w)
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        position: var(--r)
    }

    .menu>ul>li>a {
        padding: 10px !important;
        border-bottom: 1px solid var(--g1)
    }

    .menu>ul>li a {
        padding: 5px 10px;
        width: 100%;
        display: block;
        color: var(--b) !important;
    }

    .menu>ul>li>ul {
        position: var(--r)
    }

    .menu>ul>li>ul {
        max-height: 360px;
        overflow-x: auto
    }

    .menu>ul>li>ul::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .menu>ul>li>ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset var(--s);
        background: rgba(0,0,0,0.2)
    }

    .menu>ul>li>ul::-webkit-scrollbar-track {
        box-shadow: inset var(--s);
        border-radius: 0;
        background: rgba(0,0,0,0.1)
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 0
    }

    .menu ul ul ul {
        position: var(--r)
    }

    .menu ul ul ul>li {
        float: none
    }

    .menu ul ul ul>li>a {
        padding-left: 30px;
        font-weight: normal
    }

    .menu ul ul ul ul>li a {
        padding-left: 50px;
        font-size: 14px;
        font-weight: normal
    }

    .menu>ul>li .submenu-button {
        position: var(--a);
        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>ul>li .submenu-button::after {
        content: '';
        position: var(--a);
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #444;
        z-index: 99
    }

    .menu>ul>li .submenu-button::before {
        content: '';
        position: var(--a);
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #444;
        z-index: 99
    }

    .menu>ul>li:hover .submenu-button::before {
        content: ''
    }

    .menu>ul>li .submenu-button.submenu-opened:after {
        display: none
    }

    .show-on-mobile {
        display: block !important;
    }

    .btn {
        font-size: 14px;
        padding: 10px 20px
    }

    .pic-table {
        padding-top: 0;
    }

    .nav-top {
        font-size: 13px;
    }

    .nav-search {
        top: 4px;
        bottom: auto;
        background: none;
    }

    .menu {
        margin-top: 25px;
        text-align: left
    }
}

@media (max-width: 600px) {
    .logo {
        position:var(--r);
        left: auto;
        margin: 0 auto 10px
    }

    .nav-search {
        width: 100%;
        left: 0;
        top: 72px;
        bottom: auto;
        padding: 4px 20px;
        display: block;
        box-shadow: none;
    }

    .menu {
        margin-top: 82px;
        text-align: left
    }

    .head-search,.head-close {
        display: none;
    }

    .auto-head {
        min-height: 175px
    }
}

@media (min-width: 600px) {
    .top-left {
        padding-bottom:0 !important;
    }

    .nav-link {
        text-align: right
    }

    .nav-link li {
        margin-left: 15px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .row {
        flex-wrap:wrap;
        display: flex;
        justify-content: flex-start
    }
}



@media (min-width: 2000px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1;-ms-zoom:1 !important;zoom:1}
}

@media (min-width: 2400px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.05;-ms-zoom:1 !important;zoom:1.05}
}

@media (min-width: 2700px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.2;-ms-zoom:1 !important;zoom:1.2}
}

@media (min-width: 4600px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.3;-ms-zoom:1 !important;zoom:1.3}
}

@media (min-width: 5400px) {
    html,body {
        -moz-zoom:1 !important;
        -webkit-zoom:1.4;-ms-zoom:1 !important;zoom:1.4}
}

span.inquiry-button {
    color: var(--m);
    cursor: pointer;
}

.indent {
    padding-left: 18px;
}

.s-text .row {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.s-text .row>div {
    padding: 0 10px;
    margin-bottom: 24px;
}

.s-text>.bg-box>.row>div,.s-text>.border-box>.row>div {
    margin-bottom: 0;
}

.s-text ul,.s-text ol {
    padding-left: 18px;
    margin: 0
}

.s-text>ul,.s-text>ol {
    margin: 15px 0
}

.s-text .row ul,.s-text .row ol,.s-text .row>div>ul>li,.s-text .row>div>div>ul>li {
    margin: 0;
}

.s-text ul.indent {
    margin-left: 18px !important;
    padding-right: 18px;
}

.s-text ul.circle>li {
    list-style: circle;
}

.noul,.noul>li {
    list-style: none !important
}

.s-text ul li>.noul {
    padding-left: 0 !important;
}

.con-row1 {
    padding-left: 0 !important;
    list-style: none !important
}

.s-text ul li,.s-text ol li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

.s-text ul ul li {
    list-style: circle;
}

.s-text ul ul ul li {
    list-style: square;
}

.s-text ul ul li,.s-text ol ul li,.s-text ul ol li {
    margin-bottom: 0;
}

.s-text ul ul ul li,.s-text ul.circle ul li {
    margin-bottom: 0;
}

.s-text ul ul,.s-text ol ul,.s-text ul ol {
    margin-bottom: 0;
}

.red {
    color: red
}

.orange {
    color: var(--yellow)
}

.gray {
    color: var(--b2)
}

.mtop10,.mt-10 {
    margin-top: 10px
}

.mtop15,.mt-15 {
    margin-top: 15px
}

.mtop20,.mt-20 {
    margin-top: 20px
}

.mtop30,.mt-30 {
    margin-top: 30px
}

.mtop40,.mt-40 {
    margin-top: 40px
}

.mtop50,.mt-50 {
    margin-top: 50px
}

.mbottom10,.mb-10 {
    margin-bottom: 10px
}

.mbottom15,.mb-15 {
    margin-bottom: 15px
}

.mbottom20,.mb-20 {
    margin-bottom: 20px
}

.mbottom30,.mb-30 {
    margin-bottom: 30px
}

.mbottom40,.mb-40 {
    margin-bottom: 40px
}

.mbottom50,.mb-50 {
    margin-bottom: 50px
}

.show-center,.show-left,.show-right {
    color: var(--b2);
    text-align: center;
    font-size: 0.95em;
    line-height: 1.7em !important
}

.show-center img {
    display: block;
    margin: 0 auto 10px;
}

.show-left img,.show-right img {
    display: block;
    margin: 0 auto;
}

.s-text>.border-box>.row .show-center img {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .show-left,.show-right {
        display:var(--i)
    }

    .show-right {
        float: right;
        margin-left: 15px
    }

    .show-left {
        float: left;
        margin-right: 15px
    }
}

@media (max-width: 992px) {
    .show-right,.show-left {
        width:100%;
        margin: 0
    }
}

.Reference,.reference {
    color: var(--b2);
    font-size: 0.95em
}

.Reference p,.reference p {
    padding-bottom: 0;
    margin-bottom: 10px
}

.Reference ol,.reference ol {
    margin-bottom: 15px;
    padding-left: 15px
}

.border-box ul li,ul.border-box>li {
    margin-bottom: 0
}

ul.border-box {
    padding: 15px 15px 15px 30px
}

.border-box {
    border: 1px solid var(--m);
    padding: 10px !important;
    border-radius: 5px 0 5px 0
}

.dashed-box {
    border: 2px dashed var(--m);
    padding: 10px !important;
    border-radius: 5px;
    margin: 10px 0 20px;
}

.s-text .row .dashed-box {
    border: 1px dashed var(--m);
}

.bg-box {
    background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
    padding: 15px !important;
}

.bg-box:nth-child(2n) {
    background: #f2f2f2;
}

.bg-box:hover .show-center img {
    transform: scale(1.1);
}

div.bg-box,div.border-box {
    margin-bottom: 20px
}

.high-unify {
    margin: 0 -2px !important;
}

.high-unify>div {
    padding: 0 2px !important;
}

.s-text .row .border-box,.s-text .row .dashed-box,.s-text .row .bg-box {
    height: 100%;
    margin: 0 !important;
}

.border-box p:first-child,.dashed-box p:first-child,.bg-box p:first-child,.s-text .row>div p,.border-box h3,.dashed-box h3,.bg-box h3,.s-text .row>div h3 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .list-box,.flex-box {
        display:flex;
        flex-wrap: wrap
    }

    .list-box div[class*="col-md"] {
        display: flex
    }
}

.flex-box .border-box {
    margin-bottom: 0;
    height: 100%
}

.flex-box h3 {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
}

.flex-box a h3 {
    color: var(--m) !important;
}

.flex-box a:hover h3 {
    color: var(--v) !important;
}

.list-box div[class*="col-md"],.flex-box div[class*="col-md"] {
    margin-bottom: 20px
}

.list-box a {
    display: flex;
    align-items: center;
    border: 1px solid var(--g1);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    transition: var(--t);
    text-align: left;
    overflow: hidden;
}

.list-box a:before {
    position: absolute;
    content: '';
    background: var(--m);
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    border: solid 2px var(--m);
    transition: var(--t)
}

.list-box a:hover {
    color: var(--w);
    border: 1px solid transparent
}

.list-box a:hover:before {
    right: 0;
    width: 100%;
    border-radius: 5px
}

.flex-box p {
    margin-bottom: 15px;
    color: var(--b1);
}

.flex-box li {
    margin: 0 !important;
    color: var(--b1)
}

.flex-box p:last-child {
    margin-bottom: 10px
}

@media(min-width: 992px) {
    .bg-box>.row {
        display:flex;
        flex-wrap: wrap;
    }

    .border-box ul:last-child,.border-box p:last-child,.bg-box div[class*="col-md"]>p:last-child,.bg-box div[class*="col-md"] img,.bg-box ul:last-child {
        margin-bottom: 0
    }
}

.bg-box>.row .ServiceShowPic,.high-unify .show-center {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 140px;
}

.bg-box>.row .ServiceShowPic img,.high-unify .show-center img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--t)
}

.high-unify .show-center {
    position: var(--r);
    height: 170px;
    margin-bottom: 15px;
}

.high-unify .show-center h3,.high-unify .show-center p {
    position: var(--a);
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 10px;
    background-color: rgba(105,90,162,.45);
    color: var(--w);
}

.next-box a {
    display: flex;
    align-items: center;
    height: 180px;
    position: relative;
    width: 100%;
    color: var(--w);
    text-align: center;
    border-radius: 5px;
    transition: var(--t);
}

.next-box h2,.next-box h3,.next-box p {
    padding: 5px;
    background: rgba(0,0,0,.4);
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.2em;
    color: var(--w)
}

.next-box a:hover {
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.02);
}

table p,table td ul,table td ol {
    margin-bottom: 15px
}

table td>ul:last-child,table td ol:last-child,table td p:last-child,table td>ul:last-child>li:last-child,table td ol:last-child>li:last-child {
    margin-bottom: 0
}

table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td,.table>thead>tr>th,table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 10px 8px;
    border-top: 1px solid var(--g1);
    vertical-align: middle;
    line-height: 1.428571429
}

.service-table tr:first-child,.service-tr,.service-table.table-striped tr:first-child {
    background-color: var(--m) !important;
    color: var(--w)
}

.service-table tr:first-child td {
    background: none;
    color: var(--w);
}

.service-table tr:first-child a,.service-tr a {
    color: var(--w)
}

.service-table.table-striped>tbody>tr:nth-child(1)>td,.service-table.table-striped>tbody>tr:nth-child(1)>th {
    background-color: transparent
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid var(--g1)
}

.table .table {
    background-color: var(--w)
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid var(--g1)
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid var(--g1)
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: var(--g)
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: var(--g)
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.no-border,.no-border tr,.no-border td {
    border: none
}

.no-border td {
    border-top: 1px solid var(--g1);
}

.no-border td:last-child {
    border-bottom: 1px solid var(--g1);
}

.img-show .service-box {
    position: var(--r);
    padding-bottom: 140px;
}

.img-show .show-left {
    position: var(--a);
    left: 15px;
    bottom: 15px;
    overflow: hidden;
    width: 240px;
    height: 120px;
    margin: 0;
    padding: 0;
}

.img-show .show-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: var(--a);
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    margin: 15px auto 20px;
    width: 100%;
    border: 1px solid var(--g1)
}

table tr,table th,table td {
    border: 1px solid var(--g1)
}

table th,table td {
    padding: 6px 12px;
    line-height: 26px;
    text-align: left
}

table th {
    background-color: rgba(60,133,153,.75);
    color: var(--w)
}

table td {
    font-size: .95rem;
    line-height: 1.5
}

table td a {
    color: var(--m);
}

table p {
    padding: 0
}

table.bt th,table.bt td {
    font-size: .875rem;
    padding: 0
}

table.bt th:before,table.bt td:before {
    padding: 6px 2%
}

table.bt thead,table.bt tbody th {
    display: none
}

table.bt th,table.bt td,table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top
}

table.bt th:before,table.bt td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 30%;
    display: var(--i)
}

table.bt .bt-hide {
    display: none
}

table.bt .bt-content {
    vertical-align: top;
    width: 62%;
    display: var(--i);
    padding: 6px 2%
}

.td-top {
    vertical-align: top;
}

.faq-nav {
    margin: 0 0 20px;
    padding: 0;
}

.faq-nav>div {
    line-height: 26px;
    position: var(--r);
    margin-bottom: 15px;
    background: var(--g);
    border: 1px solid var(--g1);
}

.faq-nav>div:last-child {
    margin-bottom: 0
}

.faq-nav>div>span {
    display: block;
    padding: 15px 30px 15px 15px;
    line-height: 24px;
    color: var(--b);
    transition: all .3s;
    position: var(--r);
    text-decoration: none;
    font-size: 0.95rem;
    cursor: pointer;
}

.faq-nav>div>span::before {
    display: var(--i);
    font-family: 'icomoon';
    content: '\f07b';
    position: var(--a);
    right: 10px;
    top: 15px;
    color: var(--m)
}

.faq-nav>div.open>span::before {
    content: '\f07c';
}

.faq-nav>div.open>span,.faq-nav>div>span:hover {
    color: var(--m)
}

.faq-nav>div>nav.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    background: none;
    margin: 0px;
    padding: 0 15px 15px
}

h2,.pg-tit2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
}

p,.inpage-p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    color: var(--text-color);
}

.s-pack h2,.s-pack .pg-tit2 {
    padding: 0;
    margin: 0 0 15px;
    font-size: 25px;
}

.s-pack h2 a,.s-pack .h2 {
    display: block;
    padding: 10px;
    color: var(--m);
    background: var(--g);
    border-left: 3px solid var(--m);
}

.s-pack .h2 {
    color: var(--b);
}

.s-pack h2 a:hover {
    color: var(--v);
    border-left: 3px solid var(--v);
}

.s-text h3 {
    font-size: 16px;
}

.pic_pg {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important
}

.site_outer{
    clear: both;
}

.about_bg {
    background-image: linear-gradient(#00000050,#00000030),url(../images/aboutbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_bg {
    background-image: linear-gradient(#00000050,#00000030),url(../images/contactbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.focus_bg {
    background-image: linear-gradient(#00000050,#00000030),url(../images/areasbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.service_bg {
    background-image: linear-gradient(#00000050,#00000030),url(../images/servicesbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.service_bg .menu>ul>li>a {
    color: #ffffff;
}

.service_bg .fixed .menu>ul>li>a {
    color: #000000;
}

.pic-table .pg-tit1{
    font-size: 45px;
    font-weight: 500;
}

.pic-table .a-pack{
    padding-top: 100px;
    padding-bottom: 150px;
}

.pic_pg .a-pack {
    position: var(--r);
    padding-top: 160px;
    padding-bottom: 160px;
    margin: 0 auto;
}

.pic_pg .a-pack h1,.pic_pg .a-pack .pg-tit1 {
    color: var(--w);
    margin: 0;
    font-weight: normal;
}

.bread-crumb {
    padding: 10px 0 0;
}

.bread-crumb li {
    position: var(--r);
    display: var(--i);
    z-index: 1;
    margin-right: 24px;
    color: var(--w);
    line-height: 30px
}

.bread-crumb li:first-child {
    padding-left: 25px;
}

.bread-crumb li:first-child::before {
    content: '\f015';
    font: normal 18px/30px 'icomoon';
    position: var(--a);
    left: 0;
    top: 0;
    color: var(--w)
}

.bread-crumb li:last-child {
    margin-right: 0
}

.bread-crumb li:after {
    content: '\f105';
    font: normal 16px/26px 'icomoon';
    position: var(--a);
    right: -18px;
    top: 2px;
    width: 10px;
    color: var(--w)
}

.bread-crumb li:last-child:after {
    display: none
}

.bread-crumb li a {
    color: var(--w);
    font-weight: 400;
    transition: var(--t);
}

.bread-crumb li a:hover {
    text-decoration: underline;
}

.ullist {
    padding-left: 18px;
}

.tit-p {
    margin-left: auto;
    margin-right: auto;
}

.cover-img {
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.ul-check {
    list-style: none !important;
    padding-left: 25px;
    margin: 0;
}

.ul-check>li {
    position: var(--r);
    margin-bottom: 10px;
    color: var(--b);
}

.ul-check>li::after {
	font-family: 'icomoon';
	position: var(--a);
	left: -25px;
	top: 4px;
	width: 19px;
	height: 19px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	color: var(--w);
	border: 1px solid var(--m);
	content: '\f00c';
	font-size: 14px;
}

.ul-check>li:hover::after {
    background: var(--m);
    color: var(--w);
}

.ina-1 {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 30px;
}

.ina-2 {
    height: 100%;
}

.ina-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ina-5 .home2-3 {
    width: 55%;
    font-weight: bold;
}

.ina-5 .home2-4 {
    width: 45%;
    font-weight: bold;
}

.home2-3, .home2-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home2-3 img, .home2-4 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--m);
}

.service-page .home2-3 img, .service-page .home2-4 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
	border: none;
}

.home2-3 span, .home2-4 span {
    display: block;
    width: calc(100% - 70px);
	font-size: 18px;
    font-weight: 500;
}

.about-1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.about-1::after {
    display: block;
    content: "";
    background: var(--m);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-1 .container {
    z-index: 9;
    padding-top: 80px;
	padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.service-1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.service-1::after {
    content: none;
}

.service-1 .container {
    z-index: 9;
    padding-top: 80px;
	padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.about1-2 {
    justify-content: space-between;
}

.about1-3 {
    padding: 15px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.about1-3 .ul-check>li {
    margin-bottom: 5px;
	font-size: 17px;
}

.about1-3 .ul-check>li::after {
    color: var(--w);
    /*border: 1px solid var(--w);*/
}

.about1-3 img {
    width: 40px;
}

.about1-4 {
    width: calc(100% - 60px);
}

.about1-4-1 {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--w);
}

.about1-4 h4{
    padding-bottom: 15px;
}

.about1-4-1 h4{
    padding-bottom: 15px;
}

.about1-5 {
    position: relative;
    height: 90px;
    background-color: var(--m);
    z-index: 3;
}

.about1-5:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    border-radius: 0 0 0 70px;
    background-color: var(--w);
}

.about1-6 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: url(../images/about-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
}

.about2-bg {
    background-image: url(../images/background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.about-2>div,.about1-2 .about-content {
    /*padding-right: 30px;*/
}

@media (max-width: 1200px) {
    .about-2>div,.about1-2 .about-content {
        padding-right: 0px;
    }
}



.about2-1 {
    display: block;
    height: 100%;
    padding: 20px 15px 5px;
    border-radius: 10px;
    background: var(--w);
    box-shadow: var(--s);
    transition: var(--t);
}

.about2-1:hover {
    transform: translateY(-10px);
}

.about2-1 img {
    margin-bottom: 15px;
}

.contact-1 .li-two li {
    padding-left: 55px;
    margin-bottom: 30px;
}

.contact-1 .li-two .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.contact-1 .li-two a {
    color: var(--b);
}

.contact-1 .li-two a:hover {
    color: var(--m);
}

.chat-map {
    margin-top: 50px;
}

.leftnav {
    margin-bottom: 40px;
    padding: 15px;
    background: var(--g);
    box-shadow: var(--s);
    border-top: 4px solid var(--m);
    overflow: hidden;
}

.leftnav .iqbox .row>div,.leftnav .iq_form .submit {
    width: 100%
}

.navtitle {
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--g1);
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--b)
}

.navtitle a {
    color: var(--b);
    font-size: inherit;
    font-weight: inherit;
}

.navtitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-color: var(--m);
}

.navmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navmenu a{
    font-size: 17px !important;
}

.navmenu .arrow:before {
    cursor: pointer;
    content: "\f105";
    font-weight: bold;
    position: var(--a);
    top: 0;
    right: -10px;
    z-index: 1;
    padding: 9px 10px;
    display: inline;
    font-family: "icomoon";
    color: var(--b)
}

.navmenu>li>.arrow:before {
    right: 0;
}

.navmenu .arrow.open:before {
    cursor: pointer;
    padding: 9px 10px;
    display: inline;
    font-family: "icomoon";
    content: "\f107";
    color: var(--m)
}

.navmenu>li>.arrow.open:before,.navmenu>li:hover>.arrow:before {
    color: var(--w)
}

.navmenu>li>ul>li .arrow:before {
    padding: 8px 10px
}

.navmenu>li>ul>li .arrow.open:before {
    padding: 8px 10px
}

.navmenu ul {
    list-style: none;
    padding-left: 0;
}

.navmenu>li>ul {
    padding: 0 10px;
    margin: 0;
    display: none
}

.navmenu li {
    position: var(--r);
    padding: 4px 0;
    line-height: 22px
}

.navmenu a {
    position: var(--r);
    display: block;
    color: var(--b);
    font-weight: 400;
}

.navmenu>li>ul a::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    position: var(--a);
    left: 0;
    bottom: -8px;
}

.navmenu>li {
    padding: 0;
    border-bottom: 1px solid var(--g1);
    margin-bottom: 0;
}

.navmenu>li>a {
    padding: 10px 20px 10px 1px;
}

.navmenu>li.open>a,.navmenu>li:hover>a {
    color: var(--m) !important;
}

.navmenu>li.open>ul {
    padding: 0 10px;
    margin-top: 10px;
}

.navmenu ul li {
    padding: 0;
}

.navmenu ul li>a {
    padding: 4px 20px 4px 0;
    font-size: 0.9rem;
    position: var(--r);
    color: var(--b)
}

.navmenu ul li>a::after {
    width: 94%;
    left: 3%;
    bottom: 0;
}

.navmenu ul ul {
    display: none;
}

.navmenu ul ul li>a {
    color: var(--b2);
    padding: 4px 20px 4px 10px
}

.navmenu ul ul ul li>a {
    padding-left: 20px;
    font-size: 0.8rem;
    color: var(--b);
}

.navmenu ul a:hover {
    color: var(--m) !important;
}

.ser-tit h1,.ser-tit .pg-tit1 {
    position: var(--r);
    font-size: 30px;
    line-height: 1.25;
    text-transform: none;
    margin: 0 0 10px;
    padding-bottom: 10px
}

.ser-tit h1::before,.ser-tit .pg-tit1::before {
    content: "";
    display: var(--i);
    width: 100px;
    height: 2px;
    background: var(--m);
    position: var(--a);
    bottom: 0;
    left: 0;
}

.ser-tit .pro_btn {
    margin: 0;
    display: var(--i);
    float: right;
    color: var(--w);
    width: auto;
    height: auto
}

.ser-tit .pro_btn:hover {
    color: var(--m);
}

.con-row1 {
    width: 100%;
    margin: 20px 0 10px;
}

.con-row1 li {
    position: var(--r);
    margin-bottom: 15px;
    break-inside: avoid;
    padding: 12px 8px 12px 30px;
    border-radius: 5px;
    background: var(--w);
    transition: var(--t);
    box-shadow: var(--s);
}

.con-row1 li span {
    position: var(--a);
    top: 12px;
    left: 13px;
    display: var(--i);
    float: left;
    line-height: 26px;
}

.con-row1 li a {
    color: var(--b);
    display: block;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.con-row1 li:hover {
    background: var(--m);
    color: var(--w);
}

.con-row1 li:hover a {
    color: var(--w);
}

.project-notes {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--b);
    background: var(--g);
    margin: 25px 0;
}

.pagenav,.nav-links {
    text-align: right;
    font-size: 14px;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
    padding: 10px 0
}

.pagenav li {
    display: var(--i)
}

.pagenav .active a {
    padding: 4px 12px;
    margin-right: 0;
    border-radius: 5px;
    color: var(--w);
    background: var(--m)
}

.pagenav a,.nav-links a,.nav-links .current {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--b);
    padding: 4px 12px;
    border-radius: 5px;
    background: var(--g)
}

.pagenav a:hover,.nav-links a:hover,.nav-links .current {
    color: var(--w);
    background: var(--m)
}

table ul,table ol {
    margin: 0 !important;
}

.ul-arrow>li,.ul-diamond>li {
    list-style: none !important;
    position: var(--r)
}

.ul-arrow>li::after,.ul-diamond>li::after {
    font-family: 'icomoon';
    position: var(--a);
    left: -18px;
    top: 0;
    width: 10px;
    font-size: 15px
}

.ul-arrow>li::after {
    content: '\f0da';
    font-size: 16px
}

.ul-diamond>li::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--b1);
    margin-top: 10px;
    transform: rotate(45deg);
}

.reference {
    padding-bottom: 0;
    color: var(--b2) !important
}

.reference-ol li {
    list-style: decimal;
    font-size: 14px !important;
    line-height: 22px !important;
    color: var(--b2) !important;
    padding-bottom: 4px !important
}

.successinfo {
    padding-left: 15px;
    line-height: 30px;
    line-height: 22px;
    color: var(--b2);
    padding-right: 20px;
    padding-bottom: 20px
}

.successinfo .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--m);
    color: var(--w);
    line-height: 40px;
    font-weight: bold;
    font-size: 22px;
    position: var(--r);
    z-index: 9
}

.successinfo .tit {
    font-size: 20px;
    font-weight: bold;
    color: var(--m);
    display: block
}

.successinfo .iconunit img {
    top: 10px;
    left: 5px;
    position: var(--a);
    z-index: 10
}

.e404 img {
    display: block;
    max-width: 100%;
    height: auto
}

.e404 {
    width: 520px;
    margin: 0 auto 20px auto;
}

.e404 .btn {
    padding: 8px 10px;
    margin-right: 10px;
    font-size: 13px
}

* {
    box-sizing: border-box;
}

h2.bluebg,h2.titlebg {
    background: var(--m);
    text-align: center;
    color: var(--w);
    padding: 10px;
}

.flow-1 {
    position: relative;
    --childWidth: 23%;
}

.flow-1>div {
    position: relative;
    padding: 10px;
    margin: 16px 0;
    box-shadow: 1px 0 20px rgba(21,21,21,0.1);
    width: 100%;
}

.flow-2 {
    margin: 32px 0;
    --childWidth: 33.3333%;
}

.flow-2>div {
    position: relative;
    border: 1px solid #c8c5df;
    max-height: 200px;
    overflow: hidden;
}

.flow-2>div img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flow-2 .word {
    padding: 16px;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newStyle4 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
}

.newStyle4 > div {
    padding: 20px 35px !important;
    margin-bottom: 15px !important;
}

.newStyle4 > div::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: calc(100% - 30px);
    left: 15px;
    z-index: -1;
    box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}

@media (max-width: 1024px) {
    .e404 {
        width:90%;
        margin: 0px auto auto auto;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .ser-tit .pro_btn {
        float:left;
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive table {
        width: 700px
    }

    .con-row1 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        column-width: 100%;
        column-gap: 0
    }

    .ser-tit h1,.ser-tit .pg-tit1 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    table.bt th:before,table.bt td:before {
        width:100%;
    }

    table.bt .bt-content {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .it-center {
        align-items:center;
    }

    .con-row1 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-width: 50%;
        column-gap: 20px
    }

    .row.ser-pg {
        display: block;
    }

    .chat-map {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .about1-1 {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 42%;
        background-image: url(../images/about-2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0% 0,75% 0,100% 55%,75% 100%,0% 100%);
        z-index: -1
    }

    .about-1 .shape1 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: calc(42% + 10px);
        background: var(--m);
        clip-path: polygon(0% 0,75% 0,100% 55%,75% 100%,0% 100%);
        z-index: -2
    }

    .about-1 .shape2 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: calc(42% + 15px);
        background: var(--b);
        clip-path: polygon(0% 0,75% 0,100% 55%,75% 100%,0% 100%);
        z-index: -3
    }

    .about-1 .shape3 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: calc(42% + 20px);
        background: var(--w);
        clip-path: polygon(0% 0,75% 0,100% 55%,75% 100%,0% 100%);
        z-index: -4
    }

    .about-1 .shape4 {
        position: absolute;
        top: 0;
        left: 27%;
        width: 190px;
        height: 160px;
        background: var(--m);
        clip-path: polygon(40% 100%,0 0,100% 0)
    }

    .about-1 .shape5 {
        position: absolute;
        top: 0;
        left: 28%;
        width: 240px;
        height: 210px;
        background: var(--m);
        background: linear-gradient(0deg,rgba(105,90,162,1) 0,rgba(105,90,162,0.7875525210084033) 32%,rgba(105,90,162,0.7847514005602241) 76%,rgba(105,90,162,0.7707457983193278) 100%,rgba(105,90,162,0.8939950980392157) 100%);
        clip-path: polygon(42% 100%,0 0,100% 0)
    }

    .about-1 .shape6 {
        position: absolute;
        top: 0;
        left: 29%;
        width: 285px;
        height: 250px;
        background: var(--m);
        background: linear-gradient(0deg,rgba(105,90,162,0.8911939775910365) 0,rgba(105,90,162,0.6755077030812324) 48%,rgba(105,90,162,0.5578606442577031) 100%,rgba(105,90,162,0.8939950980392157) 100%);
        clip-path: polygon(42% 100%,0 0,100% 0)
    }

    .about-1 .shape7 {
        position: absolute;
        left: 30%;
        bottom: -26px;
        width: 51px;
        height: 182px;
        background: var(--m);
        transform: rotate(30deg);
        clip-path: polygon(0 0,100% 12%,100% 34%,100% 70%,100% 100%,50% 100%,0 100%,0 67%,0 34%,1% 0)
    }

    .about-1 .shape8 {
        position: absolute;
        left: 31%;
        bottom: -26px;
        width: 63px;
        height: 192px;
        background: var(--m);
        background: linear-gradient(0deg,rgba(105,90,162,1) 0,rgba(105,90,162,0.7875525210084033) 32%,rgba(105,90,162,0.7847514005602241) 76%,rgba(105,90,162,0.7707457983193278) 100%,rgba(105,90,162,0.8939950980392157) 100%);
        transform: rotate(30deg);
        clip-path: polygon(0 0,100% 12%,100% 34%,100% 70%,100% 100%,50% 100%,0 100%,0 67%,0 34%,1% 0)
    }

    .about-1 .shape9 {
        position: absolute;
        left: 32%;
        bottom: -27px;
        width: 81px;
        height: 202px;
        background: var(--m);
        background: linear-gradient(0deg,rgba(105,90,162,0.8911939775910365) 0,rgba(105,90,162,0.6755077030812324) 48%,rgba(105,90,162,0.5578606442577031) 100%,rgba(105,90,162,0.8939950980392157) 100%);
        transform: rotate(30deg);
        clip-path: polygon(0 0,100% 12%,100% 34%,100% 70%,100% 100%,50% 100%,0 100%,0 67%,0 34%,1% 0)
    }

    .s-text .row {
        display: flex !important;
    }

    .ser-pg {
        display: block;
    }

    .flow-2 {
        display: grid;
        grid-template-columns: repeat(auto-fill,var(--childWidth));
        justify-content: space-between;
    }

    .flow-2>div {
        max-height: none;
    }
}

@media (min-width: 1200px) {
    .ser-pg>.col-lg-3 {
        float:left;
        width: 330px;
    }

    .ser-pg>.col-lg-9 {
        float: right;
        width: calc(100% - 340px);
    }

    .about1-2>div {
        max-width: 600px;
    }

    .about-1::after {
        width: 50%;
    }

    .about1-6 {
        width: calc(50% - 20px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 20px;
        background: url(../images/about-3.png);
        background-size: 100% 100%;
    }

    .flow-1 {
        max-width: 850px;
        margin: 0 auto 20px;
        display: flex;
        flex-basis: var(--childWidth);
        justify-content: center;
    }

    .flow-1>div {
        margin: 16px;
        padding: 32px;
        aspect-ratio: 1;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .flow-1>div:not(:last-child)::before {
        position: absolute;
        content: "";
        background-image: url("../img/platform-2.jpg");
        width: 48px;
        aspect-ratio: 1;
        left: calc(100% - 8px);
        background-size: cover;
        z-index: 1;
    }
}

@media (min-width: 1440px) {
    .con-row1 {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2;
        column-width: 50%;
        column-gap: 20px
    }

    .bread-crumb li {
        font-size: 1.1rem;
    }

    .ser-pg>.col-lg-3 {
        width: 360px;
    }

    .ser-pg>.col-lg-9 {
        width: calc(100% - 380px);
    }
}

#xload-policy {
    display: inline-block !important;
}

.zsiq_floatmain.siq_bR {
    z-index: 99 !important;
}

.privacy-policy-message-layer {
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
}

.privacy-policy-message-layer .content {
    padding: 0 30px;
    font-size: 14px;
}

.privacy-policy-message-layer .content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #1d294c;
}

.privacy-policy-message-layer .content p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.privacy-policy-link {
    color: #1d294c !important;
    text-decoration: underline !important;
}

#privacy-policy-btn-close {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 15px;
}

#privacy-policy-btn-close:hover {
    background-color: #000;
    color: #fff;
}

.privacy-policy-btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 25px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
}

.privacy-policy-btn:hover {
    background-color: #000;
    color: #fff;
}

.privacy-policy-btn.primary {
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 25px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.privacy-policy-btn.primary:hover {
    background-color: #16a8db;
    border: 1px solid #16a8db;
    color: #fff;
}

.privacy-policy-message-popup {
    position: fixed;
    z-index: 2147483647;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 500px;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 15px;
}

.privacy-policy-message-popup .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.privacy-policy-message-popup h3 {
    font-size: 20px;
    padding: 0 20px;
    margin: 0;
}

.privacy-policy-message-popup h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
    .privacy-policy-message-popup {
        width:650px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.privacy-policy-message-popup .content {
    height: 355px;
    overflow-y: auto;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 20px 0 5px 0;
    box-sizing: border-box;
}

.privacy-policy-message-popup .content p {
    margin: 0 0 15px 0;
    padding: 0 20px;
    font-size: 15px;
}

.privacy-policy-message-popup .toolbar {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.privacy-policy-always-active {
    color: #3371be;
    float: right;
}

.privacy-policy-gray-text {
    color: #666;
}

.privacy-policy-message-layer .privacy-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.privacy-policy-message-layer .privacy-info .privacy-text {
    max-width: 1000px;
}

.privacy-policy-message-layer .privacy-info .privacy-text p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #1d294c;
}

.privacy-policy-message-layer .privacy-info .privacy-btn {
    flex-shrink: 0;
    margin-left: 100px;
}

@media screen and (max-width: 1000px) {
    .privacy-policy-message-layer .content {
        padding:0 15px;
    }

    .privacy-policy-message-layer .privacy-info .privacy-btn {
        margin-left: 0;
    }

    .privacy-policy-message-layer .privacy-info .privacy-text {
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .privacy-policy-message-layer .privacy-info .privacy-text p {
        font-size: 13px;
    }

    .privacy-policy-message-layer .privacy-info {
        flex-wrap: wrap;
        padding: 0;
    }

    .privacy-policy-btn {
        padding: 2px 15px;
    }

    .privacy-policy-btn.primary {
        font-size: 12px;
        padding: 2px 15px;
    }
}

.title-bg-box {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    background: var(--primary-color);
    color: #fff;
}

.info-item7 {
    width: 100%;
    height: auto;
}

.info-pic-left {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-pic-left .pic {
    width: auto;
    flex-shrink: 0;
    margin-right: 25px;
    max-width: 100%;
}

.info-pic-left .pic img {
    height: auto;
    max-width: 100%;
}

.info-pic-left .text {
    width: 100%;
}

.info-item7 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    border: 1px dashed #6959A1;
    border-radius: 20px;
}

.info-item7 .list-item .info-pic-left {
    margin-bottom: 0px;
}

.info-item7 .list-item .info-pic-right {
    margin-bottom: 0px;
}

.info-item10.info-item10-b .list-item {
    width: 32%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    background: #f6f4fe;
    border: none;
    border-top: 11px #6959a1 solid;
}

.info-item10 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item13 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item13 .list-item {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 40px;
    /* background: #F4F3F9; */
    border: 2px dotted #ccc;
    padding: 25px 25px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-item13 .list-item .style1 {
    width: 300px;
    max-width: 100%;
    background: #c8c5df;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
}
.info-item13 .list-item .style2 {
    width: 230px;
    max-width: 100%;
    background: #c8c5df;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-item13 .list-item .style3 {
    width: 280px;
    max-width: 100%;
    background: linear-gradient(to right, #6a5ba2, #c8c5df);
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:600px) {
    .info-item13 .list-item {
        padding: 25px 15px 5px;
    }
}

.info-item21 {
    width: 600px;
    max-width: 100%;
    margin: 0px auto 25px;
    box-shadow: 3px 2px 7px rgba(79, 129, 189, .1);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #f8f2ff;
}

.info-item21 .pic {
    width: 25%;
    position: relative;
}

.info-item21 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item21 .text {
    width: 75%;
    padding: 30px 30px 10px;
    position: relative;
}

.info-item21 .text:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 20px;
    width: 30px;
    height: 4px;
    background: #6959A1;
}

.info-item21 .text .style1 {
    padding-top: 14px;
    position: relative;
}

.info-item21 .text .style1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 4px;
    background: #6959A1;
}

@media screen and (max-width:600px) {
    .info-item21 {
        flex-wrap: wrap;
    }
    .info-item21 .pic {
        width: 100%;
        height: 200px;
    }
    .info-item21 .text {
        width: 100%;
        padding: 30px 15px 10px;
    }
}

.info-item25 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    border: 1px dashed #6959A1;
    border-radius: 20px;
}

.info-item25 .info-pic-left {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.info-item25 .info-pic-left .pic {
    width: auto;
    flex-shrink: 0;
    margin-right: 25px;
    max-width: 100%;
}

.info-item25 .info-pic-right {
    margin-bottom: 0px;
}

.info-item25 .text {
    padding-left: 0px;
}

.info-item37 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2%;
    flex-wrap: wrap;
}

.info-item37 .li {
    border-radius: 12px;
    padding: 15px 15px 5px;
    border: #e1dcf1 solid 1px;
    background: linear-gradient(180deg, transparent, #f5f3fd);
    margin-bottom: 15px;
    width: 32%;
}
.info-item37 .li p{
    text-align: center;
}
.info-item37.info-style2 .li{
    width: 49%;
}

@media screen and (max-width:800px) {
    .info-item37 .li {
        width: 100%;
    }
    .info-item37.info-style2 .li{
        width: 100%;
    }
}

.info-item41{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item41 .list-item{
    width: 47%;
    margin-bottom: 35px;
    margin-top: 40px;
    border: 2px solid #C8C5DF;
    padding: 30px 30px 15px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}
.info-item41 .list-item:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right,#A49DC8,#A49DC8 50%,#E6E0EC);
    border-radius: 20px;
    left: 0px;
    bottom: 10px;
    z-index: -1;
    transform: rotate(8deg);
}
.info-item41 .list-item .info-pic-left{
    margin-bottom: 10px;
}
.info-item41 .list-item .info-pic-left .pic{
    margin-right: 10px;
}
@media screen and (max-width:800px) {
    .info-item41 .list-item{
        width: 100%;
    }
}

.newstyle1{
    box-shadow: 2px 3px 10px rgba(79, 129, 189, .1);
    padding: 15px 15px  15px 40px !important;
    margin: 10px;
}
.newstyle1:after{
    content: "\f054";
    font-family: 'icomoon';
    color: #fff;
    position: var(--a);
    left: 11px;
    top: 20px;
    width: 10px;
    font-size: 15px
}
.newstyle1:before{
    content: "";
    background: linear-gradient(45deg, var(--gray-purple-color), var(--primary-color));
    position: var(--a);
    left: 0px;
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 15px
}


.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 76px;
	background-image: linear-gradient(147deg, #6a5aa3 0%, #56429a 74%);
	z-index: 4;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 10px;
}
.page-title-list .list-item{
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 50px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
    padding: 0 10px;
    transition: all .3s;
}
/* .page-title-list .list-item:hover{
	color: #fff;
} */
.page-title-list .list-item.shows{
	color: #fff;
	border-bottom: 3px solid #fff;
}
.page-title-list .list-item:hover{
	color: #e2e2e2;
    background: #8f83ba4f;
    transition: all .3s;
}
.page-title-list .list-item.shows {
	position: relative;
}

.service-style1 {
	padding: 20px 0;
}

.service-style1 .service-item {
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	padding: 30px;
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-style1 .service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-style1 .service-image {
	width: 200px;
	height: 250px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	text-align: center;
	flex-shrink: 0;
	overflow: hidden;
}

.service-style1 .service-content h4 {
	color: #2c3e50;
	font-size: 24px;
	margin-bottom: 20px;
}

.service-style1 .service-content p {
	color: #6c757d;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {
	.service-style1 .service-item {
		flex-direction: column !important;
		text-align: center;
	}

	.service-style1 .service-image {
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
}
.service-style2{
	background: url("../images/services-11.png");
	background-size: 100% 450px;
	background-repeat: no-repeat;
}

.image-placeholder{
	overflow: hidden;
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}

.image-placeholder img{
	border-radius: 25px;
}

.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: var(--m);
	font-size: 25px;
	font-weight: 600;
	z-index: 3;
	position: relative;
	top: -32px;
	right: 10px;
}
.vertical-text .vertical-text-a {
    font-size: 25px;
}
.vertical-text .vertical-text-a:hover {
    text-decoration: underline;
}
.service-page .pg-tit2-a h2 {
    color: var(--bs-heading-color);
    transition: all .3s;
}
.service-page .pg-tit2-a h2:hover {
    color: var(--b);
    transition: all .3s;
}

.service-page .info-item41 .list-item{
	width: calc(31% - 15px) !important;
}

.service-page a:hover h2,
.service-page a:hover h3{
	color: var(--b);
}

.service-page .circular-image-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-page .circular-border {
	width: 300px;
	height: 300px;
	border: 4px solid #b0a2e0;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-page .circular-border::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px solid #b0a2e0;
	border-radius: 50%;
	opacity: 0.5;
}

.service-page .circular-border::after {
	content: '';
	position: absolute;
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
	border: 1px solid #e9ecef;
	border-radius: 50%;
	opacity: 0.3;
}

.service-page .iit-image {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: url("../images/services-13.png") no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
	.service-page .circular-border {
		width: 250px;
		height: 250px;
	}

	.service-page .iit-image {
		width: 210px;
		height: 210px;
	}
}

@media (max-width: 767.98px) {
	.service-page .circular-border {
		width: 200px;
		height: 200px;
	}

	.service-page .iit-image {
		width: 160px;
		height: 160px;
	}
}


.newStyle38-1 {
	position: relative;
	--childWidth: 32%;
	margin: 3rem 0 0rem 0;
}
.newStyle38-1 > div {
	position: relative;
	border-radius: 1em;
	border: #e1dcf1 solid 1px;
	background: linear-gradient(180deg, transparent, #f5f3fd);
	margin-top: 2em;
	display: flex;
	height: 280px;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	box-shadow: var(--s);
	transition: var(--t);
}

.newStyle38-1 > div:hover {
	transform: translateY(-10px);
}
.newStyle38-1 .title {
	position: absolute;
	padding: 0.2em 0;
	color: var(--white-color);
	width: 90%;
	border-radius: 4px;
	flex-direction: column;
	text-align: center;
	transform: translateY(-50%);
}
.newStyle38-1 .title img {
	width: 110px;
	border-radius: 50%;
}
.newStyle38-1 .title h5 {
	font-size: 17px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.newStyle38-1 .title a {
	font-size: 17px;
	color: var(--b);
	transition: all ease-in-out 0.4s;
}
.newStyle38-1 .title a:hover {
	color: var(--m);
}
.newStyle38-1 .word {
	padding: 0 1em;
	transform: translateY(-1em);
	position: relative;
	top: 100px;
}
.newStyle38-1 .word p{
	transform: translateY(-30%);
}

@media screen and (min-width: 1081px) {
	.newStyle38-1 {
		display: grid;
		grid-template-columns: repeat(auto-fill, var(--childWidth));
		justify-content: space-between;
	}
}


.service-3 .service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 3%;
}

.service-3 .service-image-container {
    position: relative;
    width: 23%;
    margin: 0 auto 1.5rem;
}

.service-3 .service-image:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6959a2, #dec2fe);
    border-radius: 50%;
}

.service-3 .service-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding:5px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 2;
}

.service-3 .desc {
    width: 77%;
}

.service-3 .service-title {
    color: #2d3748;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.service-3 .desc p {
    color: #4a5568;
    line-height: 1.6;
    font-size: 16px;
}

.service-3 .section-padding {
    padding-top: 50px;
}

.resources-item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}
.resources-item .list-item{
    width: 32%;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    padding-bottom: 0px;
    position: relative;
}
.resources-item .list-item:hover{
    border: 1px solid #6959a1;
}
.resources-item .list-item .pic{
    width: 100%;
    height: auto;
    position: relative;
}
.resources-item .list-item .pic{
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.resources-item .list-item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.resources-item .list-item:hover .pic img{
    transform: scale(1.1);
}
.resources-item .list-item .pic span{
    position: absolute;
    top: 0px;
    padding: 7px 10px;
    background: rgba(0,0,0,.64);
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}
.resources-item .list-item .text{
    width: 100%;
    height: auto;
    padding: 20px 10px;
}
.resources-item .list-item .text h2{
    font-size: 16px;
    line-height: 1.4;
    margin: 0px;
}
.resources-item .list-item:hover .text h2{
    color: #6959a1;
}

.side-filter {
    padding-bottom: 10px;
}

.side-filter input{
    margin: 10px 0;
}

.related-services-container h2 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
}
.related-services-container ul {
    display: flex;
    flex-wrap: wrap;
    /* padding-left: 20px; */
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.related-services-container ul > li {
    width: 49%;
    /* list-style: disc; */
    padding: 3px 0;
    margin-bottom: 10px;
    list-style: none;
}
.related-services-container ul > li a {
    color: #6959A1;
    display: block;
    padding: 10px 10px 10px 30px;
    line-height: 26px;
    background: #f0f1f2;
    break-inside: avoid;
    position: relative;
    transition: all ease-out 0.3s;
}
.related-services-container ul > li a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 12px;
    border-left: 3px solid #1f2632;
    border-top: 3px solid #1f2632;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotateZ(135deg);
    transition: border-left-color ease-out 0.3s, border-top-color ease-out 0.3s;
}
.related-services-container ul > li a:hover {
    background: #e6e0ec;
    transition: all ease-out 0.3s;
}

.about-content-add-css .contact-container > p {
    margin-bottom: 5px;
}