﻿*[addcart] * {
  pointer-events: none!important;
}
.cart-content{
    font-size: 15px;
    color: #fff;
    position: fixed;
    bottom: 60%;
    right: 0;
}
.cart-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: rgba(51, 94, 151, .96);
    color: #fff;
    border-radius: 10px;
    right:0;
}
.cart-count{
    display: flex;
    width: 20px;
    height:20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    pointer-events: none;
    top: -0.5em;
    right: 1px;
    border-radius: 50%;
    background: red;
    z-index: 33;

}
.cart-content:hover .cart-box{
    display: block;
}
.cart-box{
    display: none;
    background: rgba(51, 94, 151, .96);
    z-index: 22;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 15px;
    width: 360px;

}
.cart-ul{
    list-style: none;
    padding-left: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: scroll;
}
.cart-ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.cart-ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}

.cart-ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0.2);
}
.cart-ul>li{
    position: relative;
    padding-left: 30px;
}
.cart-ul>li>input{
    position: absolute;
    left: 0;
    top: 0;
}
.cart-ul a{
    color: #fff;
    display: block;
    line-height: 1.4em;
}
.cart-ul a:hover{
    color: #fdce89;
}
.cart-quote,.cart-delete{
    display: inline-block;
    padding: 4px 25px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}
.cart-quote{
    background: #f4572e;
}
.cart-quote:hover{
    background: #f4613a;
    color: #fff;
}
.cart-delete{
    background: #958a7a;
}
.cart-delete:hover{
    background: #a8a198;
    color: #fff;
}

#cart-icon {
    position: fixed;
    z-index: 300;
    opacity: 0;
}

.form-control:focus,.form-control,.has-error .form-control:focus,.has-error .form-control,.has-success .form-control,.has-success .form-control:focus{
    box-shadow: none;
}
.red{
    color: red;
}
.orange{
    color: #fa8b15;
}
.gray{
    color: #777;
}
.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;
}
img{
    max-width: 100% 
}
.show-center,.ServiceShowPic {
    font-size:0.95em;
    text-align:center;
    line-height:1.7em !important;
    color:#666666;
}
.show-center img,.ServiceShowPic img {
    margin:auto;
}
.show-left,.ServiceShowleftPic {
    margin-right:15px;
    text-align:center;
    color:#666666;
    display:inline-block;
}
.show-right,.ServiceShowrightPic {
    margin-left:15px;
    text-align:center;
    color:#666666;
    display:inline-block;
}
.show-center,.show-left,.show-right, .ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic {
    font-size:0.95em;
    text-align:center;
    line-height:1.7em !important;
}
.show-center img,.show-left img,.show-right img, .ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img {
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}
.Reference,.reference{
    font-size: 0.95em;
    color: #666666;
}
.Reference p,.reference p{
    margin-bottom: 10px;
}
.Reference ol,.reference ol{
    margin-bottom: 15px;
    padding-left: 15px;
}
@media only screen and (min-width:992px) {
    .ServiceShowrightPic,.show-right{
        float: right;
    }
    .ServiceShowleftPic,.show-left{
        float: left;
    }
}
.service-box ul,.service-box ol,.product-box ul,.product-box ol{
    margin-bottom: 20px;
}
.service-box ul ul,.product-box ul ul{
    margin-bottom: 10px;
}
.control-form input[type=radio], .control-form input[type=checkbox] {
    margin: 7px 0 0 0;
    line-height: normal;
}
@media (min-width: 992px){
    .col-md-9.service-box{
        padding-left: 30px;
    }
    .main-row>.col-md-3{
        width: 25%;
    }
    .main-row>.col-md-9{
        width: 75%;
    }
}
.main-color{
    color: #335e97;
}
.index-title{
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.1em;
}
@media (min-width: 992px) {
    .index-title{
        font-size:2.5em;
    }
    .index-one .row,.index-two .row{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
    }
    .index-one div[class*="col-md"],.index-two div[class*="col-md"]{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .welcome-one{
        width: 400px;
        height: 400px;
        margin-top: -120px;
    }
    .welcome-two{
        bottom: 10px;
    }
}
@media (max-width: 992px){
    .index-title{
        font-size: 1.8em;
    }
    .welcome-one{
        width: 350px;
        height: 350px;
    }
    .welcome-two{
        bottom: -60px;
    }
}
.index-one{
    margin: 100px 0;
}
.view-more{
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #335e97;
    color: #fff;
    background: #335e97;
}
.view-more:hover{
    background: #3767a8;
    color: #fff;
    border: 1px solid #3767a8;
}
.welcome-one{
    border-radius: 50%;
    box-shadow: 0 0 10px #aaa;
    overflow: hidden;
}
.welcome-one img,.welcome-two img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome-two{
    overflow: hidden;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    -webkit-animation: download-animation 3s infinite linear;
    animation: download-animation 3s infinite linear;
}
@keyframes download-animation {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0) 
    }
    50% {
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px) 
    }
    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0) 
    }
}
.index-two{
    background: #f2f2f2;
    padding: 50px 0;
}
.index-two div[class*="col-md"]{
    margin-bottom: 30px;
}
.index-two a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    color: #666;
    padding: 30px 15px;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    transition: all ease .4s;
    height: 100%;
}
.index-two a>p{
    width: 100%;
    margin-bottom: 25px;
}
.index-two h3{
    font-size: 1.25em;
    color: #335e97;
    transition: all ease .4s;
}
.index-two a:hover h3{
    color: #3767a8;
}
.index-three{
    margin-top: 70px;
    margin-bottom: 70px;
}
.index-three .index-title{
    margin-bottom: 40px;
}
.index-three a{
    display: block;
    color: #335e97;
    width: 100%;
    text-align: center;
    background: #ecf4fb;
    height: 100%;
}
.index-three a:hover h3{
    color: #3767a8;
    transform: translateY(-20px);
}
.index-three h3,.index-eight h3{
    font-size: 1.25em;
    transition: all ease .4s;
}
.index-eight a{
    color: #222;
}
.index-three a:hover p{
    background: #116089;
    color: #fff;
}
.index-three a:hover .three-pic{
    transform: translateY(-20px);
}
.index-three a:hover .three-pic:before{
    opacity:1;
}
.index-three p{
    padding: 10px 5px;
    background: #3767a8;
    color: #fff;
    transition: all ease .4s;
}
.three-pic{
    min-height: 300px;
    height: 28vh;
    overflow:hidden;
    position: relative;
    margin-bottom: 25px;
    transition: all ease .4s;
}
.three-pic:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    z-index: 1;
    transition: all ease .4s;
}
.three-pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 125%;
    transform: translate(-50%,-50%);
}
.index-three div[class*='col-md']{
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .index-three .row{
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .index-three div[class*='col-md']{
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.index-four{
    background-image: url(../images/index-four-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0 20px 0;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    transition: all ease .4s;
}
.index-four p,.index-four .index-title{
    position: relative;
    z-index: 1;
}
.index-four:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.5);
    transition: all ease .4s;
}
.index-five{
    margin-top: 40px;
}
@media (min-width: 992px) {
    .index-five{
        margin-bottom: 80px;
    }
    .five-box{
        display: flex;
    }
    .five-box .col-md-3:after{
        right: -14px;
        top:0;
    }
    .five-box .col-md-3:nth-child(4):after{
        right: -14px;
        top:50%;
        margin-top: -30px;
    }
}
@media (max-width: 992px){
    .index-five{
        margin-bottom: 50px;
    }
    .five-box .col-md-3:after{
        right: -5px;
        top:0;
    }
}
.five-box a{
    display: block;
    height: 100%;
    background: #f2f2f2;
    padding: 15px 15px 5px 15px;
    color: #666;
}
.five-box .col-md-3 a>.big-title{
    margin-top: -15px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
}
.five-box .col-md-3:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid #009587;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    position: absolute;
}
.five-box .col-md-3:nth-child(1):after{
    border-left: 30px solid #3767a8;
}
.five-box .col-md-3:nth-child(3):after{
    border-left: 30px solid #98a97b;
}
.five-co{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    justify-content: center;
}
.five-co .small-title{
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    background: rgba(255,255,255,.7);
}
@media(min-width: 992px) {
    .index-six{
        background: url(../images/index-six-1.jpg) #f7f7f7 no-repeat left top;
        min-height: 450px;
        display: flex;
        align-items: center;
        background-size: 50%;
    }
    .index-six .col-md-offset-7{
        margin-left: 55%;
    }
    .index-seven{
        background: url(../images/index-seven-bg.png) no-repeat right bottom;
        background-size: 44%;
        padding-bottom: 100px;
    }
}
@media(max-width: 992px){
    .index-six{
        background: url(../images/index-six-1.jpg) no-repeat left top;
        margin-bottom: 40px;
        background-size: cover;
        color: #fff;
    }
}
.index-six{
    padding: 50px 0;
    margin-bottom: 80px;
}
.foot-box{
    background: #f1f3f4;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 60px;
}
.foot-box .big-title{
    font-size: 1.22em;
}
.foot-box a{
    color: #0b4360;
}
.foot-box a:hover,.foot-box a:focus{
    color: #3767a8;
}
.foot-box ul{
    list-style: none;
    padding-left: 0;
}
.share-box a{
    font-size: 16px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #063761;
    margin-right: 10px;
}
.share-box a:hover,.share-box a:focus{
    background: #3767a8;
    color: #fff;
    border: 1px solid #3767a8;
}
.foot-copy{
    font-size: .95em;
}
.backtop{
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    color: #999;
    z-index: 20;
    background:none;
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border: 2px solid #999;
    border-radius: 50px;
    font-size: 22px;
}
@media (min-width: 992px) {
    .foot-box .row{
        display: flex;
        justify-content: space-between;
    }
    .foot-box .row:before{
        display: none;
    }
    .foot-box .row>.col-md-3{
        width: auto;
    }
}
.grecaptcha-badge{
    opacity: 0;
}
.side-title{
    color: #335e97;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.35em;
    border-bottom: 2px solid #335e97;
}
.side-title a,.side-title a:hover,.side-title a:focus{
    color: #fff;
}
.side-nav{
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 10px;
}
ul.navMenu{
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.navMenu> li {
    display: block;
    margin: 0;
    padding: 8px 0 4px 20px;
    position: relative;
    line-height: 1em 
}
.navMenu> li:hover{
    background: #edf5ff;
}
.navMenu>li.open>ul.sub-menu{
    display: block;
}
.navMenu>li.open>ul.sub-menu>li.open>ul.sub-menu{
    display: block;
}
.navMenu>li>a {
    display: inline-block;
    overflow: hidden;
    color:#203552;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    padding:0;
    width: 87%;
    line-height: 1.56em;
}
.navMenu>li>a:hover{
    color: #3767a8;
}
.arrow:before {
    cursor: pointer;
    float: right;
    padding:0 8px;
    display: inline;
    font-family: "icomoon";
    content: "\e98c";
    color: #617590;
}
.arrow.open:before {
    cursor: pointer;
    float: right;
    padding:0 8px;
    display: inline;
    font-family: "icomoon";
    content: "\e97c";
    color: #617590;
}
.navMenu> li>span.arrow:before{
    padding:4px 8px;
}
.navMenu>li>a:before{
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "icomoon";
    font-weight: 900;
    color: #666;
}
.navMenu>li>ul.sub-menu{
    margin-top: 5px;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu{
    margin: 7px 0;
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0 0 0 15px;
    display: none;
    font-size: .96em;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{
    color: #3767a8;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:before{
    color: #333;
}
.navMenu>li ul.sub-menu li{
    margin-bottom: 0;
}
.navMenu>li ul.sub-menu>li>a{
    display: inline-block;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #2a394e;
    padding: 3px 0;
}
.navMenu>li>ul.sub-menu>li>a:hover{
    color: #3767a8;
}
.navMenu>li>ul.sub-menu>li>a:before{
    top: 3px;
    position: absolute;
    left: 0;
    color: #3767a8;
}
.navMenu>li>ul.sub-menu .sub-menu li>a {
    display: inline-block;
    padding-left: 15px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #048ca9;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu{
    list-style: none;
    font-size: .95em;
    padding: 5px 0 0 0;
    display: none;
    margin-top: 0;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a{
    color: #555;
    padding-left: 15px;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before{
    content: '';
}
.navMenu>li>ul.sub-menu>li>.sub-menu>li>a:before{
    content: ' ';
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 10px;
    position: absolute;
    left: 0;
    background: #ddd;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0;
    background: #eeeeee;
}
.second-banner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 340px;
    height: 50vh;
    align-content: center;
    background-position: center;
}
@media(max-width: 992px) {
    .second-banner{
        min-height: 130px !important;
        height: auto;
        padding: 20px 0 10px 0;
    }
    .second-banner .second-title, .second-banner p{
        margin-bottom: 10px;
    }
}
.second-title{
    font-size: 3.4rem;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.3em;
}
@media(min-width: 992px) {
    .second-title,.title-name{
        font-family: "Inter", sans-serif;
    }
}
.title-name{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 0;
}
.bread-box a{
    color: #777;
}
.breadcrumb>li.active{
    color: #777;
}
.bread-box .breadcrumb{
    background: none;
    margin: 20px 0;
    padding: 0;
    color: #777;
}
.bread-box .breadcrumb>li{
    margin-bottom: 6px;
}
.bread-box .breadcrumb>li+li:before{
    color: #999;
    padding: 0 5px;
    font-size: .9em;
}
.about-one div[class*="col-md"],.about-four div[class*="col-md"]{
    margin-bottom: 25px;
}
.about-two{
    background: #f7f7f7;
    padding: 70px 0;
    margin: 40px 0 70px 0;
}
.about-three{
    background: #fff;
    padding: 0 15px 15px 15px;
}
.about-four-box{
    height: 100%;
    background: #f7f7f7;
    padding: 20px 20px 10px 20px;
}
.about-five{
    background-color: #335e97;
    color: #fff;
    margin: 50px 0;
    padding: 50px 0;
}
.about-five .view-more,.about-six .view-more{
    background: #fff;
    color: #335e97;
    border: none;
}
.about-five .view-more:hover,.about-five .view-more:focus,.about-six .view-more:hover,.about-six .view-more:focus{
    background: #3767a8;
    color: #fff;
}
.about-six{
    position: relative;
    padding: 40px 0 20px 0;
    color: #fff;
}
.about-six .headline{
    line-height: 1.6em;
}
.about-six:before{
    background: url(../images/about-six-1.jpg) no-repeat fixed;
    background-size: cover;
    z-index: -2;
}
.about-six:after{
    background: linear-gradient(to right,rgba(55,103,168,.1),rgba(55,103,168,.7));
    z-index: -1;
}
.about-six:before,.about-six:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
@media(min-width: 992px) {
    .about-one,.about-four,.careers-three{
        display: flex;
        flex-wrap: wrap;
    }
    .about-one{
        align-items: center;
    }
    .about-five{
        background-image: url(../images/about-five-1.jpg);
        background-size:42% 102%;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .about-six:before,.about-six:after{
        width: 90%;
        border-radius: 140px 0 0 140px;
    }
}
@media(max-width: 992px){
    .about-six:before,.about-six:after{
        width: 100%;
    }
}
.careers-two{
    margin-top: 60px;
    margin-bottom: 20px;
}
.careers-one{
    background: #e6f1fc;
    padding: 50px 0;
    margin: 30px 0;
}
.careers-three p{
    color: #666;
    font-size: .93em;
    line-height: 1.55em;
}
.careers-four{
    text-align: center;
    background: #f7f7f7;
    padding: 45px 0 10px 0;
    margin: 30px 0 50px 0;
}
.careers-four div[class*="col-md"]{
    margin: 20px 0;
}
.panel-box .panel-title>a{
    display: inline-block;
    padding: 4px 10px;
    margin-left: 20px;
    background: #335e97;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    float: right;
}
.panel-box .panel-title>a:hover,.panel-box .panel-title>a:focus{
    color: #fff;
    background: #3767a8;
}
.panel-box h4{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}
.panel-box .panel-title{
    margin: 0;
    font-weight: bold;
    font-size: 1.15em;
    color: #335e97;
}
.panel-box .panel-default > .panel-heading{
    cursor: pointer;
    border-radius: 0;
    background: none;
    padding: 20px 15px 20px 0;
    border-top: 1px solid #ccc;
}
.panel-group .panel+.panel{
    margin-top: 0;
}
.panel-box .panel{
    border: none;
    box-shadow: none;
    margin-top: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body{
    padding: 0;
    border-top: none;
}
.panel-group .panel:last-child{
    border-bottom: 1px solid #ccc;
}
.panel-box .panel-heading.collapsed>.panel-title:after{
    float: right;
    content: "\e98b";
    font-family: 'icomoon';
    color: #335e97;
}
.panel-box .panel-heading>.panel-title:after{
    content: "\e97b";
    font-family: 'icomoon';
    color: #999;
    float: right;
    font-size: 1.1em;
}
.careers-map{
    margin-top: 60px;
}
.contact-one{
    background: #f7f7f7;
    padding: 50px 0;
    margin: 20px 0;
}
.contact-box{
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
}
.contact-box ul{
    list-style: none;
    padding: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .contact-box{
        margin-right: 40px;
    }
    .contact-row,.contact-row>div[class*="col-md"]{
        display: flex;
        flex-wrap: wrap;
    }
    .contact-row .inquiry-part{
        margin:0;
    }
}
@media (max-width: 992px){
    .contact-row .inquiry-part{
        margin:50px 0 0 0;
    }
}
.contact-row>div[class*="col-md"]{
    margin-bottom: 25px;
}
.identify-box{
    position: relative;
}
.identify-box .check-fa {
    position: absolute;
    top: 15px;
    right: 120px;
    font-size: 16px;
    color: #048ca9;
}
.identify-box img{
    position: absolute;
    top:5px;
    right:5px;
    height:40px;
    cursor:pointer;
    border: none;
    width: 100px;
}
.inquiry-part label>span{
    color: #3767a8;
}
.inquiry-part label{
    padding-left: 0;
    margin-bottom: 0;
}
.inquiry-part .form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
}
.inquiry-title{
    font-size: 1.4em;
}
.form-control{
    background: #fff;
    border: 1px solid #ddd;
    color: #222;
    height: 48px;
}
.input-group .input-group-addon:hover{
    cursor: pointer;
}
.form-control:hover,.form-control:focus{
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
}
.form-control:-moz-placeholder {
    color: #888;
}
.form-control::-moz-placeholder {
    color: #888;
}
.form-control:-ms-input-placeholder {
    color: #888;
}
.form-control::-ms-input-placeholder {
    color: #888;
}
.form-control::placeholder {
    color: #888;
}
.side-inquiry.inquiry-part{
    background: #edf5ff;
    padding: 0 10px 25px 10px;
    margin-top: 40px;
}
.side-name{
    padding: 15px 10px;
    border-top:4px solid #335e97;
    color: #335e97;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1.9rem;
    font-weight: bold;
}
.side-inquiry .form-group{
    margin-bottom: 20px;
}
.side-inquiry div[class*='col-md']{
    width: 100%;
}
.pro-detail div[class*="col-md"]{
    margin-bottom: 22px;
}
.detail-info{
    border-top: 1px solid #3767a8;
    padding: 10px 5px;
    background: #f4f4f4;
    color: #3767a8;
    margin-top: 15px;
}
.inquiry-part{
    margin: 10px 0 30px 0;
}
.inquiry-submit{
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    background: #335e97;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}
.inquiry-submit:hover,.inquiry-submit:focus{
    background: #3767a8;
}
 
.list-inquiry{
    display: inline-block;
    background: #fff;
    color: #fd611c;
    padding: 6px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px #ddd;
    border: none;
    outline: none;
    cursor: pointer;
}
.list-inquiry:hover{
    background: #fd611c;
    color: #fff;
}
 
.product-page{
    text-align: right;
    margin-top: 20px;
}
.pagination>li>a, .pagination>li>span{
    margin-right: 10px;
    border-radius: 20px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    color: #54bcce;
    line-height: 36px;
    display: inline-block;
    float: none;
    position: static;
    padding: 0 12px;
}
.pagination>li>a:hover{
    background: #54bcce;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #54bcce;
    border: 1px solid #54bcce;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 20px;
}
@media (min-width: 760px){
    table.list-table tr td{
        padding: 15px 10px 
    }
}
@media (max-width: 760px) {
    table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td{
        display: block;
        width: 100%;
        border: none;
        !important;
    }
    table tr{
        border-bottom: 1px solid #ddd;
    }
}
table{
    margin-bottom:25px;
    width:100%;
    border:1px solid #ddd 
}
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 #ddd;
    vertical-align:middle;
    line-height:1.428571429 
}
.service-table tr:first-child,.service-tr,.service-table.table-striped tr:first-child,.service-table.table-hover tr:first-child{
    background:#335e97 !important;
    color:#fff 
}
.table-hover tr{
    transition: all ease .4s
}
.service-table.table-hover tr:hover{
    transform: scale(1.01);

}
.service-table tr:first-child a,.service-tr a{
    color:#fff 
}
.service-table tr:first-child td,.service-table tr:first-child th,.table-bordered .service-tr td,.service-tr td{
    border:none 
}
.service-table.table-striped>tbody>tr:nth-child(1)>td,.service-table.table-striped>tbody>tr:nth-child(1)>th{
    background-color:transparent 
}
.product-list  .service-table{
    border: none;
    border-bottom: 1px solid #335e97 !important;
}
.product-list  .service-table tr>td{
    border-top: 1px solid #335e97 !important;
}
table.list-table{
    border-bottom: none;
    border-top: 2px solid #335e97;
    border-right: none;
    border-left: none 
}
table.list-table tr{
    border-bottom: 2px solid #335e97;
}
table.list-table tr td{
    border: none;
}
.service-next{
    margin-bottom: 20px;
    text-align: center;
}
.service-img{
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    border-radius: 10px;
    position: relative;
}
.service-img:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all ease .4s;
}
.service-next a{
    display: block;
}
.service-next a:hover .service-img:before{
    background: rgba(0,0,0,.3);
}
.service-next a:hover h4{
    color: #335e97;
}
.note-part {
    background: #f9f9f9;
    color: #0b4360;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 30px 0;
    font-size: .9em;
}
.note-part strong {
    font-size: 1.1em;
}
@media (min-width: 992px) {
    .list-next{
        display: flex;
        flex-wrap: wrap;
    }
    .list-next div[class*="col-md"]{
        display: flex;
    }
}
.list-next div[class*="col-md"]{
    margin-bottom: 20px;
}
.list-next a{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    transition: all ease .4s;
    text-align: left;
}
.list-next a:before{
    position: absolute;
    content: '';
    background: #2391cc;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    border: solid 2px #2391cc;
    transition: all ease .4s;
}
.list-next a:hover{
    color: #fff;
    border: 1px solid transparent;
}
.list-next a:hover:before{
    right: 0;
    width: 100%;
    border-radius: 5px;
}
.list-show{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .list-show,.list-show div[class*="col-md"]{
        display: flex;
        flex-wrap: wrap;
    }
}
.list-show div[class*="col-md"]{
    margin-bottom: 20px;
}
.list-show span{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.bg-box,.pic-text{
    background: #edf5ff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.pic-text h2:last-child,.pic-text h3:last-child,.bg-box h2:last-child,.bg-box h3:last-child{
    margin-bottom: 0;
}
@media(min-width: 992px) {
    .pic-text{
        display: flex;
        align-items: center;
    }
    .pic-text p{
        margin-bottom: 0;
        margin-right: 30px;
    }
    .pic-text p:last-child{
        margin-right: 0;
    }
}
.product-one a{
    display: block;
    padding: 40px 0 20px 0;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 5px 20px 30px 0 rgb(0 0 0 / 6%);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ededed;
}
.product-one a:hover{
    box-shadow:none;
}
.product-one a:hover img{
    -webkit-animation: updow 0.8s ease-in-out 0s infinite ;
    animation: updow 0.8s ease-in-out 0s infinite ;
}
@-webkit-keyframes updow {
    50% {
        transform: translateY(-10px);
    }
    0%, 100% {
        transform: translateY(0);
    }
}
@keyframes updow {
    50% {
        transform: translateY(-10px);
    }
    0%, 100% {
        transform: translateY(0);
    }
}
.next-box a{
    display: flex;
    align-items: center;
    height: 180px;
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    transition: all ease .4s;
    margin-bottom: 30px;
}
.next-box h4{
    padding: 5px;
    background: rgba(0,0,0,.4);
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}
.next-box a:hover{
    box-shadow: 0 0 10px #ccc;
    transform: scale(1.02);
}
@media(min-width: 992px) {
    .next-icon{
        display: flex;
        flex-wrap: wrap;
    }
}
.next-icon div[class*="col-md"]{
    margin-bottom: 20px;
}
.next-icon a{
    text-align: center;
    display: block;
    height: 100%;
    transition: all ease .4s;
}
.icon-pic{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-icon a:hover{
    box-shadow: 0 0 10px #ccc;
}
@media(min-width: 992px) {
    .quick-box{
        display: flex;
        flex-wrap: wrap;
    }
}
.quick-box div[class*="col-md"]{
    margin-bottom: 20px;
}
.quick-box .small-title,.quick-box h3{
    padding: 10px;
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
    background: #5b9bd5;
    color: #fff;
    margin-bottom: 20px;
}
.quick-bg{
    background: #d6e1f1;
    padding: 0 20px 20px 20px;
    height: 100%;
}
.select-count {
  position: relative;
  display: flex;
  border: 1px solid rgba(21, 21, 21, 0.2);
  height: 30px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px;
}
.select-count span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
  font-size: 11px;
}
.select-count span:hover {
  color: var(--yellow-color);
}
.select-count span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.select-count input {
  padding: 5px 10px;
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-top: none;
  border-bottom: none;
  outline: none;
  width: 60px;
  text-align: center;
  border-radius: unset;
  margin: 0;
}
.delete-btn,.btn-icon{
    display: inline-block;
    border: none;
    outline: none;
    padding: 3px 5px;
    border-radius: 5px;
    background: #adacac;
    color: #fff;
    font-size: .9em;
}
.delete-btn:hover,.btn-icon:hover{
    background: #a09595;
    color: #fff;
}