body
{
    margin: 0;

}
:root
{
    --lightBule:rgba(121,146,211,1);
}
.gotop
{
    position: fixed;
    border: 1px solid rgba(255,255,255,1);
    background: none;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 40px;
    right: 10px;
    z-index:100;
    box-shadow: 1px 1px 6px 3px rgba(126,126,126,1);
    cursor: pointer;
    outline: none;
    display: none;
}
.gotop>span
{
    font-size: 24px;
    color:rgba(212,208,208,1);
}
.topnavi
{
    position:fixed;
    width: 100%;
    height: 80px;
    background: rgba(12,12,12,1);
    display: none;
    -webkit-animation: topnaishow cubic-bezier(0.85,0.25,0.2,1.5) 0.3s;
    -o-animation: topnaishow cubic-bezier(0.85,0.25,0.2,1.5) 0.3s;
    animation: topnaishow cubic-bezier(0.85,0.25,0.2,1.1) 0.3s;
    z-index: 20;
}
@media screen and (max-width: 1080px) {
    .barmobile
    {
        position: fixed;
        right: 20px;
        top: 20px;
        width: 3em;
        height: 2.3em;
        z-index: 38;
        cursor: pointer;
    }
    .barmobile svg rect:first-child
    {
        -webkit-transition: all ease-in-out 0.6s;
        -moz-transition: all ease-in-out 0.6s;
        -ms-transition: all ease-in-out 0.6s;
        -o-transition: all ease-in-out 0.6s;
        transition: all ease-in-out 0.6s;
    }
    .barmobile svg rect:last-child
    {
        -webkit-transition: all ease-in-out 0.6s;
        -moz-transition: all ease-in-out 0.6s;
        -ms-transition: all ease-in-out 0.6s;
        -o-transition: all ease-in-out 0.6s;
        transition: all ease-in-out 0.6s;
    }
    .logo img {
        max-width: 60%;
    }
}

@media screen and (min-width: 1081px) {
    .barmobile
    {
        display: none;
    }
    .logo
    {
        justify-content: center;
    }
}
.navigation_shell
{
    position: fixed;
    border-bottom: 1px solid rgba(235,235,235,0.4);
    width:100%;
    z-index: 20;
    background: rgba(255,255,255,1);
}
.logo
{
    position: relative;
    display: flex;
    flex-direction: row;

    align-items: center;
}
.logo img
{
  /*  max-width: 80%;*/
}
@media screen and (max-width: 1080px) {
    .logo
    {
        width: 100%;
        margin: 10px 20px;
    }
    .navigation_shell>div
    {
        flex-direction: column;
    }

}

@media screen and (min-width: 1081px) {

    .logo
    {
        position:relative;
        width: 20%;
        padding: 010px;
    }
    .navigation_shell>div
    {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 90%;
        max-width: 1320px;
        margin: auto;
    }
}

@media screen and (min-width: 1081px) {
    .navigation_title
    {
        position: relative;
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width: 1080px) {
    .navigation_title
    {
        position:relative;
        flex-direction: column;
        z-index: 10;

        top: 0;
        right: 0;
        width:300px;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;

        align-items: flex-start;
        padding: 0 20px;
        margin: 40px 0;
    }

    .mobile-move
    {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.navigation_title
{
    display: flex;
    border-radius: 6px;
}
.Proteomics_navigation_content
{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    width: 100%;
    background: rgba(0,31,95,1);
    top: 0;
    z-index:1;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.bartitlehide
{
    -webkit-transform: translate3d(-420px,0,0);
    -moz-transform: translate3d(-420px,0,0);
    -ms-transform: translate3d(-420px,0,0);
    -o-transform: translate3d(-420px,0,0);
    transform: translate3d(-420px,0,0);
}
@media screen and (min-width: 1081px) {
    .titlelink>span{
        position: relative;
        display: none;
    }
    .titlelink::after,.titlelink::before,.titlelink>a::after,.titlelink>a::before
    {
        position: absolute;
        content: "";
        background: rgba(255,255,255,1);
        -webkit-transition: all linear 0.5s;
        -moz-transition: all linear 0.5s;
        -ms-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        transition: all linear 0.2s;
    }
    .titlelink::before
    {
        width: 2px;
        height: 100%;
        right:0;
        top: 0;
        -webkit-transform: scale3d(1,0,1);
        -moz-transform: scale3d(1,0,1);
        -ms-transform: scale3d(1,0,1);
        -o-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .titlelink>a::after
    {
        width: 100%;
        height: 2px;
        left:0;
        top: 0;
        -webkit-transform: scale3d(0,1,1);
        -moz-transform: scale3d(0,1,1);
        -ms-transform: scale3d(0,1,1);
        -o-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .titlelink>span{
        margin-left: 5px;
        -webkit-transition: all cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
        -moz-transition: all cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
        -ms-transition: all cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
        -o-transition: all cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
        transition: all cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
        -webkit-transform-origin: 50% 55%;
        -moz-transform-origin: 50% 55%;
        -ms-transform-origin: 50% 55%;
        -o-transform-origin: 50% 55%;
        transform-origin: 50% 55%;
    }
    .titlelink:hover>span{
        -webkit-transform: rotateZ(-180deg);
        -moz-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        -o-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
}

@media screen and (max-width:1080px) {
    .navigation_title>li>span,.Proteomics_navi_cont_chtitle>li span
    {
        position: absolute;
        right: 0;

        color: rgba(255,255,255,1);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index:10;
    }
    .navigation_title>li>span
    {
        top: 10px;
    }
    .Proteomics_navi_cont_chtitle>li span
    {
        top: 5px;
    }
    .Proteomics_navi_cont_chtitle>li a
    {
        color:rgba(255,255,255,1);
        display: block;
        line-height: 20px;
        padding-right: 10px;
    }
    .Proteomics_navi_cont_chtitle ul
    {
        display: none;
    }
    .Proteomics_navi_cont_chtitle,.Proteomics_navi_cont_chtitle ul
    {
        padding-left: 10px;
    }
}
.Proteomics_navigation_Solutions
{

    z-index:30;
}
.Proteomics_navigation_shell
{
    display: flex;
    flex-direction: column;

    align-items: center;
}

@media screen and (min-width: 1551px) {
    .Proteomics_navi_cont_chtitle
    {
        width: 90%;
    }
    .Proteomics_navi_cont_chtitle a
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 1550px) {
    .Proteomics_navi_cont_chtitle
    {
        width: 100%;
    }
    .Proteomics_navi_cont_chtitle a
    {
        font-size: 14px;
    }
}
@media screen and (min-width: 1081px) {
    .Proteomics_navigation_shell
    {
        background: rgba(255,255,255,1);
        border-radius: 0 0 6px 6px;
        border-bottom: 1px solid rgba(226,226,226,1);
    }
    .Proteomics_navi_cont_chtitle {
        position: relative;

        margin: auto;
        display: grid;
        margin-top: 30px;
        grid-template-columns: repeat(auto-fill,24%);
        place-content: space-between;
    }

/*    .Proteomics_navi_cont_chtitle>li a
    {
        font-size: 14px;
        color:rgba(1,1,1,1);
    }*/
    .Proteomics_navi_cont_chtitle>li>a
    {

        color:rgba(9, 40, 68,1);
        font-weight: bold;
        white-space: nowrap;
    }

    .Proteomics_navi_cont_chtitle>li>a:hover
    {
        color:rgba(138, 204, 224,1);
    }
 /*   .Proteomics_navi_cont_chtitle::after
    {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }*/
    .Proteomics_navigation_Solutions
    {
        position: fixed;
        top:60px;
        left: 0;
        width: 100%;
    }
    .Proteomics_navigation_shell
    {
        position: relative;
        margin: 30px 0;
        width: 100%;
    }
/*    .Proteomics_navi_cont_chtitle>li
    {
       float: left;
        width: 30%;
    }*/
    .Proteomics_navi_cont_chtitle>.titlelink::after
    {
        position: absolute;
        content: '';
        left: 0;
        top:30px;
        background:rgba(212,212,212,1);
        width: 100%;
        height: 1px;
    }
    .Proteomics_navi_cont_chtitle>li
    {
        margin: 10px 20px;
    }
}
.Proteomics_navi_cont_chtitle
{
    position: relative;
}
.Proteomics_navi_cont_chtitle>li>ul ul
{
    display: none;
}
.Proteomics_navi_cont_chtitle>li>ul a
{
    font-size: 0.9em;
}
.Proteomics_navi_cont_chtitle li
{
    position: relative;
}

.Proteomics_navi_cont_rankone
{
    position: relative;
    color:rgba(0,31,95,1);
    font-size:1em;
    font-weight: bold;
}
.Proteomics_navi_cont_rankone:before
{
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background:rgba(0,31,95,1);
}
.Proteomics_navi_cont_ranktwo
{
    position: relative;
    color:rgba(1,1,1,1);
    font-size:0.9em;
}
.Proteomics_navi_cont_rankthree
{
    position: relative;
    color:rgba(12,12,12,1);
    font-size:0.8em;
}

.navigation_title a:hover
{
    color:rgba(138, 204, 224,1);
}

@media screen and (max-width: 1080px) {
    .Proteomics_navi_cont_chtitle>ul li
    {
        margin: 10px 0;
    }
    .navigation_title>li:first-child
    {
        border-top: 1px solid rgba(212,212,212,1);
    }
    .Proteomics_navi_cont_chtitle li
    {
        margin: 10px 0;
    }
    .navigation_title>li
    {
        width: 100%;
        font-size: 1em;
        padding:10px 0;
        border-bottom: 1px solid rgba(212,212,212,1);
    }
    .navigation_title>li::before
    {
        position: absolute;
        content: '';
        width: 10px;
        height: 100%;
        left:-16px;
        top: 0;
        background:linear-gradient(to right,rgba(39,39,39,1),rgba(207, 230, 247,1),rgba(39,39,39,1));
    }
}

@media screen and (min-width: 1081px) {
    .navigation_title>li
    {
        margin:0 10px;
        padding: 15px 0;
        align-items: center;
    }
}
.navigation_title>li
{

    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;

    /*background:rgba(245, 240, 240,1);
    border-left: 1px solid rgba(232, 228, 228,0.9);*/

}
.navigation_title>li:nth-child(last)
{
    border-right: 1px solid rgba(163,163,163,0.9);
}


@media screen and (min-width: 1081px) {
    .navigation_title>li::after
    {
        position: absolute;
        content: "";
        background: rgba(138, 204, 224,1);
        height: 2px;
        width:0;
        top: 2px;
        margin: auto;
        left: 0;
        bottom:-30px;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }
    .navigation_title>li:hover::after
    {
        width: 100%;
    }
    .navigation_search
    {
        background: rgba(138, 204, 224,1);
        text-transform: uppercase;
        width: 140px;
        padding: 4px 20px;
        color:rgba(255,255,255,1);
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
       /* left:calc(30% + 700px);*/
    }
    .navigation_search input
    {
        position: relative;
        padding: 10px;
        font-size: 1em;
        width: 300px;
        display: none;
        z-index:10;
    }
    .navigation_search span
    {
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .touch_input
    {
        position:absolute;
        right: 10px;
        color: rgba(1,1,1,1);
        z-index:12;
    }
    .navigation_search p
    {
        position: relative;
        margin: 0;
        padding: 0;
        z-index: 20;
    }
}

@media screen and (max-width: 1080px) {
    .navigation_search
    {
        position: fixed;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* z-index: 200; */
        top: 20px;
        right: 100px;
    }
    .navigation_search p
    {
        display: none;
    }
    .navigation_search input
    {
        position: relative;
        width: 100%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-size: 2em;
        border: none;
        background:rgba(212,212,212,1);
        padding: 10px;
        outline: none;
    }
    .navigation_search span
    {
        position: relative;
        right: 10px;
        font-size: 1.4em;
    }
}

.loading
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(126,126,126,0.7);
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.loading_shell
{
    position: relative;
}
.loading_shell>div:nth-child(1),.loading_shell>div:nth-child(2),.loading_shell>div:nth-child(3),.loading_shell>div:nth-child(4)
{
    position: absolute;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: movetrant  2s infinite;
    -o-animation: movetrant  2s infinite;
    animation: movetrant  2s infinite;
}
.loading_shell>div:nth-child(1)
{
    top: -60px;
    left: -60px;
    height: 120px;
    width: 120px;
    border-left: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.loading_shell>div:nth-child(2)
{
    top: -40px;
    left: -40px;
    height: 80px;
    width: 80px;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(180deg);
    border-top: 2px solid rgba(255,255,255,1);
    border-bottom: 2px solid rgba(255,255,255,1);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.loading_shell>div:nth-child(3)
{
    top: -20px;
    left: -20px;
    height: 40px;
    width: 40px;
    border-left: 2px solid rgba(255,255,255,1);
    border-right: 2px solid rgba(255,255,255,1);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.loading_shell>div:nth-child(4)
{
    top: -5px;
    left: -5px;
    height: 10px;
    width: 10px;
    border: 2px solid rgba(255,255,255,1);
}
@keyframes movetrant {
    50%{
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    100%
    {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
@media screen and (max-width: 1080px) {
    .navigation_search_content
    {
        top:100px;
    }
    .navigation_search_content>div
    {
        width: 100%;
        flex-direction:column;
    }
}
@media screen and (min-width: 1081px) {
    .navigation_search_content
    {
        top:0;
/*        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);*/
        background: rgba(1,1,1,0.9);
        height: 100%;
        display: none;
    }
    .navigation_search_content>div
    {
        flex-direction: row;
    }
    .navigation_search>span
    {
        color: rgba(255,255,255,1);
    }
}
.navigation_search_content
{
    position: fixed;
    right: 0;
    width:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 200;
    font-size: 2em;
    display: none;
    top:0;
    background: rgba(1,1,1,0.9);
    height: calc(100vh);
}
.navigation_search_content>div
{
    position: relative;
    display: flex;
    align-items: center;
}
.navigation_search>span
{

    font-size: 1.4em;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.navigation_search_input>span
{
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.navigation_search_input
{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    z-index:40;
}
.navigation_search_input input
{
    position: relative;
    padding: 8px 10px;
    margin: 5px;
    background: none;
    border:none;
    border-bottom: 1px solid rgba(255,255,255,1);
    outline: none;
    font-family: "Poppins-Regular";
    font-size: 19px;
    color:rgba(255,255,255,1);
}
@media screen and (max-width: 1080px) {
    .navigation_search_input,.navigation_search_input input
    {
        width:100%;
    }
}
@media screen and (min-width: 1081px) {
    .navigation_search_input input
    {
        width:500px;
    }
}
.navigation_search_input input::-webkit-input-placeholder{
    color:rgba(255,255,255,1);
}
.navigation_search_input input::-moz-placeholder{
    color:rgba(255,255,255,1);
}
.navigation_search_input input:-ms-input-placeholder{
    color:rgba(255,255,255,1);
}
.navigation_search_content span
{
    color:rgba(255,255,255,1);
}
.navigation_search_content span:hover
{
    color:rgba(255,255,255,1);
}
.navigation_search select
{
    position: relative;
    margin-right: 5px;
}
.navigation_search_content .close
{
    position: absolute;

    opacity: 1;
 /*   background-color: RGBA(255,255,255,.3);*/
    border-radius: 100%;
   /* -webkit-transition: .6s cubic-bezier(.75, -.27, .3, 1.33) opacity, 1.6s cubic-bezier(.75, -1.27, .3, 2.33) ;
    -moz-transition: .6s cubic-bezier(.75, -.27, .3, 1.33) opacity, 1.6s cubic-bezier(.75, -1.27, .3, 2.33) ;
    -ms-transition: .6s cubic-bezier(.75, -.27, .3, 1.33) opacity, 1.6s cubic-bezier(.75, -1.27, .3, 2.33) ;
    -o-transition: .6s cubic-bezier(.75, -.27, .3, 1.33) opacity, 1.6s cubic-bezier(.75, -1.27, .3, 2.33) ;
    transition: .6s cubic-bezier(.75, -.27, .3, 1.33) opacity, 1.6s cubic-bezier(.75, -1.27, .3, 2.33) ;*/
    /* -webkit-user-select: none; */
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* pointer-events: none; */
    z-index: 10;
}
.doint
{
    position: absolute;
    width: 4px;
    height: 4px;
    background:rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index:12;
}
@media screen and (min-width: 1081px) {
    .navigation_search_content .close
    {
        right: -55px;
    }
    .navigation_title>li>a
    {
        color: rgba(1,1,1,1);
    }
}
@media screen and (max-width: 1080px) {
    .navigation_search_content .close
    {
        top: -50px;
    }
    .navigation_title>li>a
    {
        color: rgba(255,255,255,1);
    }
}
.navigation_title>li>a
{
    position: relative;
    font-weight: bold;
    z-index:2;
    white-space: nowrap;
}
.navigation_Solutions
{
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
}
.navigation_content
{
    position: relative;
    box-shadow: 1px 4px 8px 3px rgba(163,163,163,0.2);
    background: rgba(245, 240, 240,1);
    border-radius: 4px;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 1.4s;

}
.show_angle:after
{
    position: absolute;
    content:"";
    width:0;
    height: 0;
    bottom: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(224,224,224,0.5);
}
.title_show>div
{
    position: relative;
    display: flex;
    flex-direction: row;
}
.navigation_content::after
{
    position: absolute;
    content:"";
    width:0;
    height: 0;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(249,246,246,1);
}
.navigation_content li
{
    position: relative;
    padding-right: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navigation_content .fa
{
    position: absolute;
    right: -10px;
    top: 5px;
}
.mouseshow:hover
{
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    transform: translate3d(10px,0,0);
}
.navigation_content a
{
    color: rgba(1,1,1,1);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    display: block;
    white-space:nowrap;
}

.main-banner
{
    position: relative;
    width: 100%;
    background-image: url("../images/main-banner.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
/*    background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: calc(100vh);

}
.main-banner>div
{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1080px) {
    .main-content
    {
        padding-top: 100px;
    }
    .main-banner h2
    {
        font-size: 26px;
    }
    .main-banner>div
    {
        width: 90%;
        margin: auto;
    }
}
@media screen and (min-width: 1081px) {
    .main-content
    {
        padding-top: 70px;
    }
    .main-banner h2
    {
        font-size: 36px;
        width: 88%;
        max-width: 1320px;
        line-height: 50px;
        text-align: center;
    }
    .main-banner>div
    {
        width: 100%;
    }
    .main-banner p
    {
        max-width: 1320px;
        width: 80%;
        margin:10px auto;
        text-align: center;
    }
}
/*self button*/
.btnof_word
{
    outline: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 45px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    background: none;
    padding:15px 25px;
    overflow: hidden;
    border: 2px solid rgba(138, 204, 224,1);
    background:rgba(138, 204, 224,1);
    margin: 40px;
}
.btnof_word>span
{
    color:rgba(255,255,255,1);
    display: block;
    position: relative;
    font-size: 24px;
    margin-top: -10px;
}
.btnof_word:hover>span:nth-child(odd)
{
    -webkit-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
    -o-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
    animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}
.btnof_word:hover>span:nth-child(even)
{
    -webkit-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
    -o-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
    animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}
@-webkit-keyframes word_to_up {
    0%{
        -webkit-transform: translate3d(0,-100px,0);
        -moz-transform: translate3d(0,-100px,0);
        -ms-transform: translate3d(0,-100px,0);
        -o-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
    }
    100%{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes word_to_up {
    0%{
        -webkit-transform: translate3d(0,-100px,0);
        -moz-transform: translate3d(0,-100px,0);
        -ms-transform: translate3d(0,-100px,0);
        -o-transform: translate3d(0,-100px,0);
        transform:translate3d(0,-100px,0);
    }
    100%{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes wordtodown{
    0%{
        -webkit-transform: translate3d(0,100px,0);
        -moz-transform: translate3d(0,100px,0);
        -ms-transform: translate3d(0,100px,0);
        -o-transform: translate3d(0,100px,0);
        transform:translate3d(0,100px,0);
    }
    100%{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@keyframes wordtodown {
    0%{
        -webkit-transform: translate3d(0,100px,0);
        -moz-transform: translate3d(0,100px,0);
        -ms-transform: translate3d(0,100px,0);
        -o-transform: translate3d(0,100px,0);
        transform:translate3d(0,100px,0);
    }
    100%{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
.btnof_word:hover>span:nth-child(2)
{
    animation-delay: 0.01s;
}
.btnof_word:hover>span:nth-child(3)
{
    animation-delay: 0.1s;
}
.btnof_word:hover>span:nth-child(4)
{
    animation-delay: 0.15s;
}
.btnof_word:hover>span:nth-child(5)
{
    animation-delay: 0.2s;
}
.btnof_word:hover>span:nth-child(6)
{
    animation-delay: 0.25s;
}
.btnof_word:hover>span:nth-child(7)
{
    animation-delay: 0.3s;
}
.btnof_word:hover>span:nth-child(8)
{
    animation-delay: 0.35s;
}
.btnof_word:hover>span:nth-child(9)
{
    animation-delay: 0.4s;
}
.btnof_word:hover>span:nth-child(10)
{
    animation-delay: 0.45s;
}
/*self button*/

.main-services
{
    position: relative;
    width:90%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

@media screen and (min-width: 1081px) {
    .main-services-content
    {
        flex-direction: row;
    }
    .main-services-mess
    {
        position: relative;
        width:48%;
    }
}
@media screen and (max-width: 1080px) {
    .main-services-content
    {
        flex-direction: column;
    }
    .main-services-mess
    {
        position: relative;
        width:100%;
    }
}
.main-services-content
{
    position: relative;
    width: 100%;
    display: flex;

    justify-content:space-between;
}

.main-services-img
{
    position: relative;
    width: 100%;
    height: 332px;
    overflow: hidden;
}
.main-services-title
{
    position: relative;
    margin: 20px 0;
}
.main-services-title h3,.main-services-title p
{
    text-align: center;
}
.main-support
{
    position: relative;
    width: 100%;
/*    background-size: 120%;*/
/*    background-attachment: fixed;
    background-position: 50% 0;
    !*    background-position: center;*!
    background-repeat: no-repeat;
    background-size: cover;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:95px 0;
    overflow: hidden;
}
.main-support-back
{
    --image:url("../images/main-support.jpg");
    height: calc(100% + (2 * var(--overflow)));
    top: calc( -1 * var(--overflow));
    width: 100%;
    position: absolute;
    background-image: var(--image);
    background-size: cover;
    background-position: 50% 0%;
    will-change: transform;
    z-index: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.item__img--t3 {
    --overflow: 120px;
}
.main-support h2
{
    font-size: 30px;
    z-index: 1;
}
.main-support p
{
    z-index:1;
    text-align: center;
}
@media screen and (max-width: 1080px) {
    .main-support
    {
        padding: 0 4px;
    }
    .main-support-content
    {
        flex-direction: column;
    }
    .main-support-mess
    {
        width:100%;
        margin: 10px 0;
    }
}

@media screen and (min-width: 1081px) {
    .main-support-content
    {
        flex-direction: row;
    }
    .main-support-mess
    {
        width: 32%;
    }
}
.main-support-content
{
    position: relative;
    width: 90%;
    max-width: 1320px;
    display: flex;

    justify-content:space-between;
    margin: 30px 0;
}
.main-support-mess
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,1);
    box-shadow: 1px 2px 6px 3px rgba(12,12,12,0.2);
    padding: 20px 2px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.main-support-mess:hover
{
    box-shadow: 10px 2px 6px 3px rgba(12,12,12,0.2);
}
.main-support-mess img
{
    width: 32%;
}
.main-support-mess p
{
    text-align: center;
}
.main-popular
{
    position: relative;
    width: 90%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.main-popular-mess
{
    border: 1px solid rgba(212,212,212,1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.main-popular-mess:hover
{
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 1px 2px 8px 6px rgb(240, 240, 238);
}
@media screen and (max-width: 1080px) {
    .main-popular-content
    {
        flex-direction: column;
    }
    .main-popular-mess
    {
        position: relative;
        width:100%;
    }
}
.main-popular-img
{
    display: block;
    position: relative;
    overflow: hidden;
}
.main-popular-img>img
{
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    vertical-align: top;
}
.main-popular-mess:hover img
{
    -webkit-transform: rotateZ(10deg) scale3d(1.2,1.2,1);
    -moz-transform: rotateZ(10deg) scale3d(1.2,1.2,1);
    -ms-transform: rotateZ(10deg) scale3d(1.2,1.2,1);
    -o-transform: rotateZ(10deg) scale3d(1.2,1.2,1);
    transform: rotateZ(10deg) scale3d(1.2,1.2,1);
}
@media screen and (min-width: 1081px) {
    .main-popular-content
    {
        flex-direction: row;
    }
    .main-popular-mess
    {
        position: relative;
        width: 23%;
    }
}
.main-popular-content
{
    position: relative;
    width: 100%;
    display: flex;

    justify-content:space-between;
    margin: 30px 0;
}

.main-popular-title h3,.main-popular-title p
{
    position: relative;
    text-align: center;
}
.main-popular-title p
{
    font-size: 14px;
    color: rgba(61,61,61,1);
}
.main-popular-title h3
{
    color:rgba(22, 50, 111, 0.92);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.main-popular-mess:hover h3
{
    color: rgb(138, 204, 224);
}
@media screen and (max-width: 1080px) {
    .main-aboutus
    {
        flex-direction: column;
    }
    .main-aboutus-img
    {
        width: 100%;
    }
    .main-aboutus-mess
    {
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width: 1081px) {
    .main-aboutus
    {
        flex-direction: row;
    }
    .main-aboutus-img
    {
        width: 50%;
    }
    .main-aboutus-mess
    {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;

        /*  width: 46%;*/
    }
    .main-aboutus-mess>p
    {
        text-align: center;
    }
}
.main-aboutus
{
    position: relative;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto 50px auto;
    display: flex;

    justify-content: space-between;
}
.main-aboutus-mess
{
/*    border: 1px solid rgba(212,212,222,1);*/
    padding: 20px;
}
.main-aboutus-mess h2
{
    position: relative;
}
.main-aboutus-mess h2::after,.main-aboutus-mess h2::before
{
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    left: 0;
}
.main-aboutus-mess h2::before
{
    width:100px;
    background:rgba(212,212,212,1);
}
.main-aboutus-mess h2::after
{
    width: 30px;
    background:rgba(138, 204, 224,1);
}
.main-aboutus-img
{
 /*   position: relative;
    display: flex;
    justify-content: center;
    overflow:hidden;*/
    display: none;
}
.main-aboutus-img img
{
    max-width: 100%;
    width: 80%;

}

.main-aboutus-mess p
{
  /*  font-size: 0.9em;*/
}


.nomain_banner
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:100%;
    overflow:hidden;
    align-items: center;
}
.nomain_banner h3
{
    position: relative;
    font-style: italic;
}
@media screen and (min-width: 1081px) {
    .nomain_banner h2
    {
        font-size: 30px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1080px) {
    .nomain_banner h2
    {
        font-size: 20px;
        line-height: 30px;
    }

}
.nomain_banner h2
{
    color:rgba(255,255,255,1);
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.nomain_banner a,.nomain_banner li,.bread-navi_title h2,.nomain_banner p,.nomain_banner h3
{
    color:rgba(255,255,255,1);
}

@media screen and (max-width: 1080px) {
    .nomain_bannerpic
    {
        position: relative;
        height: 240px;
        z-index:-1;
        max-width: none;
    }
    .bread-navi_title
    {
        position: absolute;
        width: 100%;
        height:100%;
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .bread-navi
    {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .mobilelogo
    {
        position: fixed;
        width: 100%;
        z-index: 30;
        display: flex;
        justify-content: center;
        height: 150px;
    }
    .viruslogo
    {
        display: none;
    }
    .header_search
    {
        display: none;
    }
    .bread-navi a,.bread-navi li
    {
           font-size:14px;
    }
}
@media screen and (min-width: 1081px) {
    .nomain_bannerpic
    {
        position: relative;
        max-width: 100%;
        z-index:-1;
        width: 100%;
        display: block;
    }
    .bread-navi_title
    {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .nomain_banner h2,.nomain_banner p
    {
        position: relative;
        width: 88%;
        max-width: 1320px;
        margin: 10px auto;
    }
    .bread-navi-tmes
    {
        width: 88%;
        max-width: 1320px;
        margin: auto;
    }
    .bread-navi_title p
    {
        font-size: 0.9em;
    }
    .bread-navi
    {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 88%;
        max-width: 1320px;
        margin: 30px auto;
    }
    .mobilelogo
    {
        display: none;
    }
}

.font_weight
{
    font-weight: bold;
}

.rotate-angle
{
    position: relative;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}


.virus_footer
{
   /* background: url("../images/footer_pic1.png") center;
    background-size:102% auto;*/
    position: relative;
    width: 100%;
}
.bottom_message
{
    position:relative;
    width: 100%;
    background: rgba(74, 73, 73,1);
/*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;*/
    padding: 30px 0;
}
.bottom_message li>span.fa
{
    margin-right: 10px;
}
@media screen and (min-width: 1081px) {
/*    .bottom_message ul
    {
        flex-direction: row;
    }*/
    .bottom_message img
    {
        position: relative;
        width: 90%;
    }
}
@media screen and (max-width: 1080px) {
/*    .bottom_message ul
    {
        flex-direction: column;
    }*/
    .bottom_message img
    {
        position: relative;
        width: 80%;
    }
    .service-content-shell
    {
        flex-direction: column;
    }
}
/*.bottom_message ul
{
    position: relative;
    display: flex;

    justify-content: center;
}
.bottom_message li
{
    position: relative;
    margin: 20px;
    color:rgba(255,255,255,1);
}*/

.bottom_message a
{
    color:rgba(255,255,255,1);
}

.bottom_median
{
    position: relative;
    width: 100%;
    background: rgba(61, 61, 61,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding: 20px 0;
}
.bottom_median span
{
    color:rgba(255,255,255,1);
}
.bottom_median a
{
    margin: 5px 10px;
}
.bottom_median div
{
    color:rgba(255,255,255,1);
}
.service-content-shell
{
    position: relative;
    width: 88%;
    max-width: 1320px;
    margin:40px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.service-content-top
{
    position: relative;
    width: 100%;
    display: flex;

    justify-content: center;
}

@media screen and (max-width: 1080px) {
    .service-content-top{
        flex-direction: column;
    }
    .service-content-top>div:nth-child(1)
    {
        width: 100%;
    }
    .service-content-top>div:nth-child(2)
    {
        position: relative;
        width: 100%;
    }
    .service-content-top>div:nth-child(3)
    {
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width: 1081px) {
    .service-content-top{
        flex-direction: row;
    }
    .service-content-top>div:nth-child(1)
    {
        width: 50%;
        padding: 0 40px;
    }
    .service-content-top>div:nth-child(2)
    {
        position: relative;
        width: 25%;
    }
    .service-content-top>div:nth-child(3)
    {
        position: relative;
        width: 25%;
    }
}
.service-content-top>div
{
    position: relative;
    overflow: hidden;
}
.service-content-top>div:nth-child(1)
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content-top>div:nth-child(3) .service-content-word
{
    position: relative;
    background: rgba(254,171,146,1);
}
.service-content-word
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:206px;
}
.service-content-word p
{
    color:rgba(255,255,255,1);
}
.service-content-pic
{
    position: relative;
    height: 206px;
    overflow: hidden;
}
.service-content-pic img
{
    position: relative;
    max-width: 120%;
}
.service-content-word img
{
    position: relative;
    width: 28%;
}

@media screen and (max-width: 1080px) {
    .service-content-media
    {
        flex-direction: column;
    }
    .service-content-media>div
    {
        width:100%;
    }
}
@media screen and (min-width: 1081px) {
    .service-content-media
    {
        flex-direction: row;
    }
    .service-content-media>div
    {
        width: 25%;
    }
}
.nomain-service-othermess
{
    position: relative;
    width:88%;
    max-width: 1320px;
    margin: 40px auto;
}
.nomain-service-othermess h3
{
    margin-top: 26px;
}
.nomain-service-othermess p
{
    padding: 5px 0;
}
.nomain-fontred
{
    color:rgba(255,58,58,1);
}
.service-content-media
{
    position: relative;
    width:100%;
    display: flex;

    justify-content: center;
}
.service-content-media>div:nth-child(1)
{
    position: relative;
    background: rgba(128,211,219,1);
}
.service-content-media>div
{
    position: relative;

    overflow: hidden;
    height: 206px;
}
.service-quality-btn
{
    position: relative;
    /*width: 70px;*/
}
.btn-saqui
{
    position: relative;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    background: #d1e8fa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #111e37;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.btn-saqui::after
{
    position: absolute;
    background: #d75d37;
    color:rgba(255,255,255,1);
    content:attr(data-text);
    padding: 10px 30px;
    /*width: 100%;*/
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.3s;
    -webkit-transform: rotatez(45deg);
    -moz-transform: rotatez(45deg);
    -ms-transform: rotatez(45deg);
    -o-transform: rotatez(45deg);
    transform: rotatez(45deg);
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: left center;
    line-height: 20px;
}
.btn-saqui:hover::after
{
    -webkit-transform: rotatez(0deg);
    -moz-transform: rotatez(0deg);
    -ms-transform: rotatez(0deg);
    -o-transform: rotatez(0deg);
    transform: rotatez(0deg);
    opacity: 1;
}
.service-contact-shell
{
    position: relative;

    background:rgba(232,232,232,0.5);
}
.service-contact
{
    position: relative;
    width: 80%;
    margin:auto;
}
.service-contact-shell h2
{
    position: relative;
    text-align: center;
}
.service-contact-shell form
{
    position: relative;
    width: 100%;
    display:flex;
    flex-direction: column;
}

@media screen and (max-width: 1080px) {
    .service-contact-shell
    {
        width: 100%;
    }
/*    .service-contact-shell form input
    {
        width: 100%;
    }*/
}
@media screen and (min-width: 1081px) {
    .service-contact-shell
    {
        width:30%;
    }
 /*   .service-contact-shell form input
    {
        width: 48%;
    }*/
}
.service-contact-shell form>div
{
    position: relative;
    display: flex;

    margin: 10px 0;
    justify-content: space-between;
}
.service-contact-shell form input,.service-contact-shell form textarea
{
    position:relative;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    outline: none;
    margin: 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.service-contact-shell form textarea
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 90px;
}
.contact-quality-btn
{
    position: relative;

}
.about-content-shell
{
    position: relative;
    width: 100%;
    margin-top:40px;
}
.about-content-tiltle
{
    position: relative;
    width: 88%;
    max-width: 1320px;
    margin:50px auto;
}
.nomain-bold-font
{
    position: relative;
    font-size: 1.1em;
    font-weight: bold;
}

@media screen and (max-width: 1080px) {
    .about-content-tlimg
    {
        flex-direction: column;
    }
    .about-content-img
    {
        flex-direction: column;
    }
    .about-content-img img
    {
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 1081px) {
    .about-content-tlimg
    {
        flex-direction: row;
    }
    .about-content-img
    {
        flex-direction: row;
    }
    .about-cnt-pic
    {
        height: 100px;
    }
    .about-content-img img
    {
        position: relative;
        width: 60%;
    }
}
.about-content-tlimg
{
    position: relative;
    display: flex;

    justify-content: center;
}
.about-cnt-image
{
    position: relative;
    width: 100%;
    margin: 10px 20px 10px 0;
}
.about-cnt-image img
{
    max-width: 100%;
}
.about-content-img
{
    position: relative;
    width: 100%;
    background:rgba(79,98,115,1);
    display: flex;

    justify-content: space-around;
    padding: 130px 0;
}
.about-cnt-pic
{
    position: relative;

    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about-content-img p
{
    color:rgba(255,255,255,1);
}
.about-content-img>div
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.contact-content-shell
{
    position: relative;
    width: 100%;
    background:rgba(231,231,221,0.3);
}
.contact-content
{
    position: relative;
    width: 88%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
}
.contact-content>h2,.contact-content>p
{
    text-align: center;
}
.contact-content-mess
{
    position: relative;
    width: 100%;
    display: flex;

    justify-content: space-between;
}

@media screen and (max-width: 1080px) {
    .contact-content-mess
    {
        flex-direction: column;
    }
    .contact-content-mess>div
    {
        position: relative;
        width:100%;
    }
    .servicetwo-content-shell
    {
        flex-direction: column;
    }
    .contact-content-mess form
    {
        width: 100%;
    }
}

@media screen and (min-width: 1081px) {
    .contact-content-mess
    {
        flex-direction: row;
    }
    .contact-content-mess>div
    {
        position: relative;
        width: 40%;
        margin-right: 20px;
    }
    .servicetwo-content-shell
    {
        flex-direction: row;
    }
    .contact-content-mess form
    {
        width: 58%;
    }
}

.contact-content-mess a
{
    color:rgba(1,1,1,1);
}
.contact-content-mess a:hover
{
    color: rgba(254,171,146,1);
}
.contact-content-mess ul>li
{
    position: relative;
    margin: 16px 0;
}
.contact-content-mess form
{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0;

}
.contact-content-mess form input
{
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
}
.contact-content-mess form>div
{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}
.contact-quality-btn
{
    position: relative;
    margin: 30px 0;
}
.servicetwo-content-shell
{

    position: relative;
    width: 88%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.servicetwo-content
{
    /*position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;*/
}

.servicetwo-content ul
{
    /*margin-bottom: 40px;*/
}
.servicetwo-content-messimg
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.servicetwo-content-messimg p
{
    position: relative;
    margin: 0 20px;
}

.servicetwo-select-shell
{
    position: relative;
    display: flex;

    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .servicetwo-content
    {
        width: 100%;
    }
    .servicetwo-select-shell
    {
        flex-direction: column;
    }
    .servicetwo-content-messimg
    {
        flex-direction: column;
    }
    .servicetwo-content-messimg img
    {
        position: relative;
        width:100%;
    }
}

@media screen and (min-width: 1081px) {
    .servicetwo-content
    {
        width: 66%;
    }
    .servicetwo-content h1
    {
        position: relative;
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 30px;
    }
    .servicetwo-content h1::after,.servicetwo-content h1::before
    {
        position: absolute;
        content: '';

        left: 0;
        bottom: -20px;
    }
    .servicetwo-content h1::after
    {
        width: 90%;
        height: 2px;
        background:rgba(212,212,212,1);
        z-index:1;
        max-width: 140px;
    }
    .servicetwo-content h1::before
    {
        width: 30%;
        height: 4px;
        background:rgba(138, 204, 224,1);
        z-index:2;
        max-width: 50px;
    }
    .servicetwo-select-shell
    {
        flex-direction: row;
    }
    .servicetwo-content-messimg
    {
        flex-direction: row;
    }
    .servicetwo-content-messimg img
    {
        position: relative;
        width: 40%;
    }
}
.select-cnt
{
    position: relative;
    border: 1px solid rgba(132,132,131,0.5);
    border-radius: 5px;
    padding: 3px 20px 3px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0;
}
.ul-list-circle li
{
    position: relative;
    list-style-type: disc;
    margin-left: 20px;
}
.select-cnt span
{
    position:absolute;
    right: 5px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.select-cnt a
{
    color:rgba(21,21,21,1);
}
.select-cnt ul
{
    position:absolute;
    left: 0;
    top: 35px;
    background: rgba(255,255,255,1);
    z-index: 10;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(12,12,12,0.3);
    opacity: 0;
}
.select-cnt li
{
    position: relative;
    padding: 5px;
    white-space: nowrap;
}
.select-show
{
    background:rgba(138,204,224,1);
}
.select-cnt li:hover
{
    background: rgba(212,212,212,0.6);
}
.select-cnt ul>li:not(last-child)
{
    border-bottom:1px solid rgba(12,12,12,0.3);
}
.circle-rotate
{
    position: relative;
    background:rgba(185,211,224,1);
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.circle-rotate>div
{
    position: relative;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background:rgba(83,128,149,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    color:rgba(255,255,255,1);
    font-size: 0.9em;
}
.servicetwo-content-pic
{
    position: relative;
    width: 100%;
    display: flex;

    justify-content: space-around;
    align-items:center;
}

@media screen and (max-width: 1080px) {
    .servicetwo-content-pic
    {
        flex-direction:column;
    }
    .dotted-content
    {
        flex-direction: column;
        margin: 10px;
    }
    .dotted-line
    {
        position: relative;
        border-left: 2px dotted rgba(185,211,224,1);
        width: 1px;
        height: 20px;
    }
    .dotted-content>div::after
    {
        border-right:1px solid transparent;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid rgba(83,128,149,1);
        content: '';
        border-radius: 50% 50% 50% 50%;
        left:-5px;
        bottom: -5px;
    }
}
@media screen and (min-width: 1081px) {
    .servicetwo-content-pic
    {
        flex-direction:row;
    }
    .dotted-content
    {
        flex-direction: row;
    }
    .dotted-line
    {
        position: relative;
        border-top: 2px dotted rgba(185,211,224,1);
        width: 30px;
        height: 1px;
    }
    .dotted-content>div::after
    {
        border-right: 1px solid rgba(83,128,149,1);
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        content: '';
        border-radius: 50% 50% 50% 50%;
        left: -5px;
        top: -5px;
    }
    .column-navi::after
    {
        width: 0;
    }
}
.dotted-content
{
    position: relative;
    display: flex;

    align-items:center;
}


.dotted-content>div
{
    position: relative;
    background:rgba(34,62,70,1);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.dotted-content>div::after
{
    position: absolute;
    width: 30px;
    height: 30px;

}
.ul-list-disc
{
    position: relative;
    margin-left: 20px;
}
.ul-list-disc li
{
    list-style-type: disc;
}
.ul-list-disc>li
{
    position: relative;
    color:rgba(114,189,213,1);
}
.mess_reference
{
    position: relative;
    color: rgba(165,165,165,1);
}
.mess_reference ul
{
    position: relative;
    margin-left: 20px;
}
.mess_reference li
{
    list-style-type:decimal;
}
p.Reference
{
    color:rgba(146, 146, 146,1);
    font-size: 16px;
    padding-bottom: 0;
}
.ul-list-peach>li
{
    position: relative;
    /* list-style-type: disc;*/
    margin-left: 20px;
}
.ul-list-peach>li::before
{
    position: absolute;
    left:-20px;
    content: "♠";
}
table
{
    margin: 15px 0;
}
p
{
    padding-top: 0;
}
.space-title
{
    margin: 10px 0;
}
.contact-list{
	padding-left: 0px !important;
}
.contact-list>li
{
    list-style: none !important;
}
@media screen and (min-width: 1081px) {
    .dotted_line
    {
        border-bottom: 1px dotted rgba(212,212,212,1);
    }
    .contact-content iframe
    {
        width: 100%;
        height: 480px;
        margin: 40px 0;
    }
}
.contact-list>li
{
    position: relative;
    padding-left: 30px;
}
.contact-list span.fa
{
    position: absolute;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d75d37;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.bottom_message>div
{
    position: relative;
    max-width: 1320px;
    width: 88%;
    margin: auto;
    display: flex;
}

@media screen and (max-width: 1080px) {
    .bottom_message>div
    {
        flex-direction: column;
    }
}
@media screen and (min-width: 1081px) {
    .bottom_message>div
    {
        flex-direction: row;
        justify-content: space-between;
    }
}
.other-link
{
    display: flex;
    align-items:center;
    margin: 20px 0;
}
.other-link>li
{
    margin: 0 10px;
    font-size:24px;
}
.other-link>li a:hover
{
    color:rgba(138, 204, 224,1);
}
.contact-list.footer-list>li
{
    color:rgba(255,255,255,1);
    margin: 16px ;
}
.contact-list.footer-list>li>span.fa
{
    color:rgba(61,61,61,1);
    background:rgba(255,255,255,1);
}
.contact-list.footer-list>li>a:hover
{
    color:rgba(138, 204, 224,1);
}
.footer-service
{
    position: relative;
    color:rgba(255,255,255,1);
}
.footer-service>li
{
    position: relative;
    line-height: 20px;
    margin: 16px 0;
}
.footer-title
{
    font-size:1.4em;
    font-weight: bold;
}

@media screen and (min-width: 1081px) {
    .footer-logo
    {
        position:relative;
        width: 20%;
    }
}
.footer-service>li>a:hover
{
    color:rgba(138, 204, 224,1);
}

@media screen and (min-width: 1081px) {
    main
    {
        overflow: hidden;
    }
    .new_navi-style
    {
        position: absolute;
        padding: 10px 10px 30px;
        width: auto;
        left: auto;
    }
}
main
{
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

@media screen and (max-width: 1080px) {
    .mobile-nav
    {
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        position: fixed;
        top: 0;
        right: 0;
        background:rgba(39,39,39,1);
        height: calc(100vh);
        overflow-y: auto;
    }
}
.roatae_angle
{
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.rect-tag
{
    position: relative;
    height: 1px;
    background:rgba(188,188,188,1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 40px;
}
.rect-tag::before,.rect-tag::after
{
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;
    background:rgba(255,255,255,1);
}
.rect-tag::after
{
    content: "\f1e9";
    color:rgba(138, 204, 224,1);
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-link
{
    position: relative;
    color: rgb(236, 147, 76);
    font-size: 16px;
}
.main-services-mess
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-services-title
{
    position: relative;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    width: 90%;
    border: 1px solid rgba(212,212,212,1);
    padding: 20px;
    background:rgba(255,255,255,1);
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;

}

@media screen and (min-width: 1081px) {
    .main-services-title
    {
        height: 257px;
    }
}
.main-services-title h3
{
    color:rgba(40, 66, 122,1);
    position: relative;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding-left: 40px;
}
.main-services-title h3::before
{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background:rgba(61,61,61,1);
    left:0;
    top: 25px;
}
.main-services-mess:hover h3
{
    color:rgba(138, 204, 224,1);
}
.main-services-mess:hover h3::before
{
    background:rgba(138, 204, 224,1);
}
.main-services-title p
{
    color:rgba(61,61,61,1);
}
.main-services-mess img
{
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.main-services-mess:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.main-services-mess:hover .main-services-title
{
    box-shadow: 1px 8px 6px 2px rgba(78, 76, 76,0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.inquiry-notic
{
    position: relative;
    padding: 5px 0;
/*    background: rgb(233, 233, 233);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        color: rgba(102,102,102,1);
    margin: 30px 0;
    font-size: 14px;
}
/*
.inquiry-notic::before
{
    position: absolute;
    content: '\f071';
    color: rgb(230, 30, 10);
    font-family: FontAwesome;
    left:5px;
}*/
.pdf-show
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0;
}
.pdf-show-img
{
    margin-right: 20px;
    width:15%;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 1px 8px 2px rgba(200,200,200,1);
}

.pdf-show-img>img
{
    position: relative;
    width: 100%;
    height: auto;
    display: inherit;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.pdf-show:hover>.pdf-show-img>img
{
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.pdf-show::after
{
    position:absolute;
    content: '';
    right: -10px;
    height: 50%;
    width: 4px;
    background: #d1e8fa;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.pdf-show:hover::after
{
    height: 100%;
}
.pdf-show-data
{
    width: 82%;
}
.pdf-show h3
{
    padding-top: 0;
    font-size: 20px;
}
@media screen and (max-width: 1080px) {

.pdf-show{
	flex-wrap: wrap;
	justify-content: center;
}
.pdf-show .pdf-show-img{
	width: 150px;
	max-width: 100%;
	margin-bottom: 5px;
	margin-right: 0px;
}
.pdf-show .pdf-show-data {
    width: 100%;
}
.pdf-show .pdf-show-data h3{
	font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.pdf-show .pdf-show-data p{
	font-size: 15px;
    line-height: 24px;
}
.pdf-show::after{
	content: none;
}

}
.btn-newstyle
{
    position: relative;
    padding: 5px 30px;
    border: none;
    text-transform: uppercase;
    background: #d1e8fa;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    color:#111e37;
    overflow: hidden;
    display: inline-block;
}
.btn-newstyle::after
{
    position: absolute;
    background: #d75d37;
    color:rgba(255,255,255,1);
    content:attr(data-text);
    padding: 5px 30px;
    /*width: 100%;*/
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.3s;
    -webkit-transform: rotatez(45deg);
    -moz-transform: rotatez(45deg);
    -ms-transform: rotatez(45deg);
    -o-transform: rotatez(45deg);
    transform: rotatez(45deg);
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: left center;
}
.btn-newstyle:hover::after
{
    -webkit-transform: rotatez(0deg);
    -moz-transform: rotatez(0deg);
    -ms-transform: rotatez(0deg);
    -o-transform: rotatez(0deg);
    transform: rotatez(0deg);
    opacity: 1;
}
.row-layout
{
    position: relative;
    display: grid;
}

@media screen and (min-width: 1081px) {
    .row-layout
    {
        grid-template-columns: 56% 42%;
        place-content: space-between;
    }
}

.careersList
{
    position: relative;
    width: 100%;
    padding: 10px 15px 20px 15px;
    border: 2px solid #1d4577;
    margin-bottom: 40px;
}
.careersList ul
{
    margin-bottom:0;
    padding-bottom: 5px;
}
.careersList>li>div
{
    display: none;
}
.careersList>li>h4
{
    position: relative;
    color: #1d4577;
}
.careersList>li>span
{
    color: #d75d37;
    position: absolute;
    right: -8px;
    font-size: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    top: 20px;
}
.careersList>li
{
    position: relative;
    padding-bottom: 5px;
    border-bottom:2px solid #1d4577;
    list-style: none !important;
}
.rotateSet
{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.careerForm
{
    position: relative;
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    margin-top: 20px;
}
.careerForm>div
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (min-width: 1081px) {
    .careerForm
    {
        grid-template-columns: repeat(auto-fill,32%);
    }
}
.careerForm>*:nth-child(4),.careerForm>*:nth-child(5),.careerForm>*:nth-child(6),.careerForm>*:nth-child(11)
{
    grid-column-start: 1;
    grid-column-end: 4;
}
.careerForm>*
{
    align-self: flex-end;
}
.careerForm input
{
    position: relative;
    padding:12px 10px;
    outline: none;
    border: 1px solid rgba(180,180,180,1);
    height: auto;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
}
.careerForm button {
    padding: 10px 30px;
    width: max-content;
}
/*.careerTip
{
    text-align: center;
    width: 60%;
    margin: 60px auto 50px auto;
    padding: 20px;
    box-shadow: 1px 2px 6px 4px rgba(222,222,222,1);
}*/
.redBorder,.careerForm input.redBorder
{
    border: 1px solid rgba(238,14,41,1);
}