.discount {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.discount .pic {
    width: 200px;
    height: auto;
    margin-right: 25px;
}

.discount .pic img {
    width: 100%;
    height: auto;
}

.discount .text {
    width: auto;
    height: auto;
}

.discount .text h3 {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.discount .text h3 span {
    color: #ffad29;
}

.discount .text p {
    color: #000;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
}

@media (max-width: 600px) {

    .discount .pic {
        width: 120px;
        margin-right: 15px;
    }

    .discount .text h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .discount .text p {
        font-size: 15px;
        line-height: 22px;
    }

}


.inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px !important;
}

.inquiry_form input {
    font-family: 'opensans', Arial, sans-serif;
    height: 40px;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    outline: none;
    border-radius: 0;
    background-color: #fff;
}

.inquiry_form textarea {
    font-family: 'opensans', Arial, sans-serif;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0;
    background-color: #fff;
}

.inquiry_form .submit {
    font-family: 'opensans', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    padding: 0.4em 2.5em;
    border-radius: 5px;
    margin-bottom: 10px;
    clear: both;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    margin-top: 15px;
    background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    font-weight: normal;
    word-spacing: 0.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inquiry_form .submit:hover {
    background: #005caa;
    font-weight: normal;
    color: #fff;
}

.side-content .inquiry_form input,
.side-content .inquiry_form textarea,
.about-container .inquiry_form input,
.about-container .inquiry_form textarea,
.contact-container .inquiry_form input,
.contact-container .inquiry_form textarea {
    background-color: #f4f5f6;
}

.services_bg {
    background: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about_bg {
    background: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.applications_bg {
    background: url(../images/applicationsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cart_bg {
    background: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_bg {
    background: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container {
    position: relative;
    width: 100%;
}

.container.greybg {
    background: #f5f6f7;
}

.container.gradientbg {
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f1fbfd 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1fbfd 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f1fbfd 100%);
}

.container.bluebg {
    background: #747f8a;
    color: #fff;
}

.container.blackbg {
    background: #272727;
    color: #fff;
}

.services-container {
    padding-top: 40px;
}

.container-box {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

.container-box::after {
    display: table;
    content: " ";
}

.container-box::after {
    clear: both;
}

.top-link {
    padding: 10px 0;
    font-size: 14px;
}

.top-link > div {
    display: inline-block;
}

.top-email, .top-phone {
    padding-right: 37px;
    color: #757e85;
    border-right: 1px solid #dddddd;
}

.top-email .fa, .top-phone .fa {
    padding-right: 5px;
}

.top-email .fa {
    font-size: 15px;
}

.top-phone .fa {
    font-size: 17px;
}

.top-phone {
    padding-left: 36px;
}

.top-social {
    padding-left: 26px;
}

.top-social-icon li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px !important;
}

.bottom-social {
    margin-top: 20px;
}

.bottom-social li a span {
    color: #ffffff;
    font-size: 18px;
}

.bottom-social li a:hover span {
    color: #0087db;
}

.submit_search {
    display: none;
    width: 100%;
    border-top: 2px solid #617cf2;
    background: #f2f2f2;
    padding: 10px 0 15px;
}

.submitsearchshow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
}

.search-input {
    font-family: 'opensans', sans-serif;
    border: 0 solid #acb1b5;
    outline: none;
    font-size: 0.85em;
    height: 42px;
    background: #fff;
    padding-left: 15px;
    width: 100%;
    float: left;
    border-radius: 5px;
}

.submit_search .submitsearch-box {
    position: relative;
    height: 42px;
}

.submit_search .buttonbox {
    position: absolute;
    top: 0;
    right: 0;
    background: #0087db;
    border-radius: 0 5px 5px 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.submit_search .buttonbox:hover {
    transition: background-color .3s;
    background: #005caa;
}

.submit_search button {
    border: none;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
    font-size: 1em;
    background: none;
    color: #fff;
}

.submit_search button:hover,
.submit_search button:focus,
.submit_search button:active {
    color: #fff;
}

.radio-inline {
    display: inline-block;
    color: #272727;
    font-size: 13px;
    padding-right: 8px;
}

input[type=radio] {
    vertical-align: middle;
    margin: 0 5px 0 0;
    line-height: normal;
}

.switch-btn.on {
    background: #f2f2f2;
}

.switch-btn.on a {
    color: #0087db;
}

.nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #eee;
}

.auto-header {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

.logo {
    position: absolute;
    z-index: 9999;
    border: 0;
}

.logo img {
    height: auto;
}

.contact_bottom {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/bottombg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 30px;
}

.contact_bottom .container-box {
    position: relative;
    padding: 40px 25px 50px;
    z-index: 2;
}

.contact_bottom h4 {
    margin-top: 0;
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}

.contact_bottom h4 a {
    color: #fff;
}

.contact_bottom .row {
    margin-right: -15px;
    margin-left: -15px;
}

.contact_bottom .row > div {
    padding-right: 15px;
    padding-left: 15px;
}

.contact_bottom .subscribebox {
    border-left: 1px solid rgba(255, 255, 255, .7);
}

.contact_bottom .subscribebox .list-style-two {
    max-width: 420px;
    display: block;
    margin: 0 auto;
}

.contact_bottom .newsletterbox {
    position: relative;
    max-width: 420px;
    display: block;
    margin: 15px auto 0;
    padding-left: 0;
}

.contact_bottom .newsletterbox input {
    font-family: 'opensans', sans-serif;
    border: 0;
    outline: none;
    font-size: 0.85em;
    height: 42px;
    background: #fff;
    padding-left: 15px;
    width: 100%;
    float: left;
    border-radius: 5px;
}

.contact_bottom .newsletterbox button {
    font-family: 'opensans', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    background: #0087db;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
    font-size: 16px;
    color: #fff;
}

.contact_bottom .newsletterbox button:hover {
    transition: background-color .3s;
    background: #005caa;
}

.footer-copy {
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}

.list-style-one, .list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

.list-style-one li {
    position: relative;
    font-size: 0.95em;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 10px;
    color: #fff;
}

.list-style-two li {
    position: relative;
    font-size: 0.95em;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 8px;
    color: #fff;
}

.list-style-two li .fa {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.list-style-two li .fa-phone {
    font-size: 19px;
    padding-right: 8px;
}

.list-style-two li .fa-map-marker {
    font-size: 22px;
    padding-right: 10px;
}

.list-style-two li .fa-envelope {
    font-size: 16px;
    padding-right: 8px;
}

.list-style-two li .fa-fax {
    font-size: 17px;
    padding-right: 9px;
}

.list-style-one li a,
.list-style-two li a {
    color: #fff;
    text-decoration: none;
}

.social-icon-two {
    padding: 15px 0;
    list-style-type: none;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.social-icon-two li {
    margin-right: 15px;
    margin-left: 0;
    display: inline-block;
}

.social-icon-two li a {
    color: #fff;
    font-size: 1.2em;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
}

.social-icon-two li a:hover {
    color: #fff;
    background: #0087db;
    border: 1px solid #0087db;
}

.index-container {
    padding: 50px 25px 70px;
}

@media (min-width: 1025px) {
    .index-fixed-bg {
        background-attachment: fixed;
    }
}

.index-fixed-bg {
    background-image: url(../images/indexbg.jpg);
}

.index-fixed-bg {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    text-align: center;
    padding: 80px 0 60px;
}

.h2-box {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
}

.index-platform > div {
    margin: 10px 0;
}

.index-platform .index-platform-box {
    background: #fff;
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 15px 40px;
}

.index-platform .index-platform-box img {
    height: 120px;
}

.index-platform .index-platform-box p {
    color: #757e85;
}

.index-products-container {
    padding: 60px 0 50px;
    background: #fff;
}

.index-products > div {
    margin: 10px 0;
}

.index-products .index-products-box {
    width: auto;
    height: 100%;
    text-align: center;
    padding: 0 35px;
}

.index-products.pro-products .index-products-box {
    text-align: left;
    padding: 0;
}

.index-products.pro-products .index-products-box > .col-md-4 {
    display: flex;
    align-items: center;
}

.index-products.pro-products .index-products-box h3 {
    font-size: 1.15em;
    padding: 5px 0 8px 0;
}

.index-products.pro-products .index-products-box p {
    font-size: 14px;
    line-height: 24px;
}

.index-products .index-products-box.box-line {
    border-left: 1px solid #b5b5b5;
    /*border-right: 1px solid #b5b5b5;*/
}

.index-products .index-products-box img {
    width: 120px;
}

.index-products .index-products-box p {
    color: #757e85;
}

.index-platform .index-platform-box .btn,
.index-products .index-products-box .btn,
.index-services .index-services-box .btn {
    font-size: 15px;
    padding: 0.3em 2em;
    background: #ebeced;
    color: #272727;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.index-platform .index-platform-box .btn:hover,
.index-products .index-products-box .btn:hover,
.index-services .index-services-box .btn:hover {
    color: #fff;
    background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
}

.index-services-container {
    max-width: 1600px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.index-services > div {
    margin: 10px 0 20px;
}

.index-services .index-services-box {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
}

.index-services .index-services-box:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.index-services .index-services-box .index-servicesimg,
.index-services .index-services-box .index-servicesimg img {
    width: 100%;
    height: auto;
}

.index-services .index-services-box h3 {
    padding-left: 10px;
    padding-right: 10px;
}

.index-services .index-services-box p {
    color: #757e85;
    padding-left: 10px;
    padding-right: 10px;
}

.index-services .index-services-box > div h3 {
    padding: 5px 0 8px 0;
}

.text-strong {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}

.right-container {
    padding-bottom: 60px;
}

@media (min-width: 1280px) {
    .logo {
        width: 270px;
        top: 10px;
        left: 25px;
    }

    .top-link {
        text-align: right;
    }

    .top-line {
        width: 68%;
        height: 1px;
        margin-left: 32%;
        background: #b5b5b5;
    }

    .nav-line {
        width: 100%;
        height: 120px;
    }

    .container-left {
        width: 70%;
        float: left;
        margin-right: 3%;
    }

    .container-right {
        width: 27%;
        float: right;
    }

    .left-container {
        width: 27%;
        float: left;
        margin-right: 3%;
    }

    .right-container {
        width: 70%;
        float: right;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .auto-header {
        max-width: 1024px;
        padding: 0 25px;
    }

    .logo {
        width: 200px;
        top: 20px;
        left: 25px;
    }

    .top-link {
        text-align: right;
    }

    .top-line {
        width: 75%;
        height: 1px;
        margin-left: 25%;
        background: #b5b5b5;
    }

    .top-email, .top-phone {
        padding-right: 18px;
    }

    .top-phone {
        padding-left: 18px;
    }

    .top-social {
        padding-left: 8px;
    }

    .top-social-icon li {
        padding: 0 5px;
    }

    .nav-line {
        width: 100%;
        height: 120px;
    }

    .container-left {
        width: 65%;
        float: left;
        margin-right: 3%;
    }

    .container-right {
        width: 32%;
        float: right;
    }

    .left-container {
        width: 32%;
        float: left;
        margin-right: 3%;
    }

    .right-container {
        width: 65%;
        float: right;
    }
}

@media (max-width: 1024px) {
    .auto-header {
        margin: 0 auto;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

    .nav {
        position: relative;
    }

    .logo {
        width: 220px;
        top: 10px;
        left: 20px;
    }

    .menu-mobile {
        background: #005caa;
    }

    .menu-mobile:hover {
        color: #fff;
    }

    .menu {
        margin-top: 0 !important;
    }

    .top-link {
        padding: 10px 20px 10px 260px;
        text-align: right;
    }

    .top-link > div {
        display: block;
    }

    .top-email, .top-phone, .top-social {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .index-products .index-products-box {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .contact_bottom .subscribebox {
        border: 0;
    }

    .contact_bottom .subscribebox .list-style-two {
        margin: 0;
    }

    .contact_bottom .newsletterbox {
        margin: 0;
    }
}

@media (max-width: 700px) {
    .logo {
        width: 96%;
        left: 2%;
        text-align: center;
    }

    .logo img {
        width: 280px;
    }

    .top-link {
        padding: 90px 20px 10px 20px;
        text-align: center;
    }

    .h2-box {
        font-size: 27px;
    }

    .index-products.pro-products .index-products-box,
    .index-products.pro-products .index-products-box > .col-md-4 {
        display: block;
        text-align: center;
    }
}

.about-container {
    padding: 50px 25px;
}

.contact-container .container-box {
    padding: 50px 25px;
}

.about-container a,
.contact-container a {
    color: #0087db;
}

.get-in-touch li {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.get-in-touch li > div {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}

.get-in-touch li > div::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 70%;
    background: #00a8fd;
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: 1;
}

.get-in-touch li > div h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.contact-line {
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    margin: 0 auto;
}

.contact-map {
    height: 450px;
}

.tabs {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.tabs .content {
    position: relative;
    z-index: 1;
    height: 100%;
}

.tabs .content .content-current {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    height: 100%;
}

.tabs .content section {
    display: none;
}

.tabs .content .inquiry_form textarea {
    width: 100%;
}

.tabs nav li {
    margin-right: 10px;
    cursor: pointer;
    border: none;
    background: #242429;
}

.tabs nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: 'opensans', Arial, sans-serif;
    font-size: 1.1em;
    color: #fff;
    padding: 0 30px;
}

.tabs nav li:hover {
    background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
}

.tabs nav li:hover a {
    color: #fff;
}

.tabs nav .tab-current {
    position: relative;
    z-index: 2;
    background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
    background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
}

.tabs nav .tab-current a {
    color: #fff;
}

.tabs nav ul:after {
    display: table;
    content: " ";
}

.tabs nav ul:after {
    clear: both;
}

@media (min-width: 768px) {
    .tabs nav ul {
        width: 100%;
        margin-top: 10px;
    }

    .tabs nav li {
        float: left;
        text-align: center;
        padding-left: 0px;
        height: 42px;
        line-height: 42px;
        margin-top: 0;
        background: #34373a;
    }
}

@media (max-width: 767px) {
    .tabs nav ul {
        width: 100%;
        margin-top: 10px;
    }

    .tabs nav li {
        float: left;
        text-align: center;
        height: 36px;
        line-height: 36px;
    }

    .tabs nav li a {
        font-size: 0.88em;
        padding: 0 15px;
    }
}

.pdf-abox {
    display: inline-block;
    padding-right: 40px;
}

.pdf-abox i {
    font-size: 20px;
    color: red;
    padding-right: 10px;
}

.text-center {
    text-align: center;
    vertical-align: middle;
}

.inquiryicon,
.carticon {
    display: block;
    cursor: pointer;
}

.inquiryicon .fa {
    font-size: 24px;
}

.inquiryicon:hover .fa {
    font-size: 26px;
}

.carticon .fa {
    font-size: 22px;
}

.carticon:hover .fa {
    font-size: 24px;
}

.pack-quantity {
    width: 100%;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #aaa;
}

.update-cart {
    text-align: right;
}

.delete {
    cursor: pointer;
}

.delete:hover {
    color: #005caa;
}

.delete i {
    font-size: 16px;
}

.post-holder {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.verification-code {
    position: relative;
}

.check-fa {
    position: absolute;
    top: 33px;
    right: 50%;
}

.checkright {
    color: green;
}

.verification-code input {
    width: 100%;
}

.project-notes {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #666;
    background: none;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}

.project-notes i {
    display: none;
    padding-right: 8px;
    font-size: 19px;
    color: #fb6627;
}

.side-box {
    background: #fff;
    border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -moz-box-shadow: 0 0 5px #eee;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.side-box .side-headline {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding: 10px 15px;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #ddd;
}

.side-box .side-content {
    border-radius: 0 0 10px 10px;
    padding: 20px 15px 0;
}

.navmenu {
    margin: 0 0 20px 0;
    padding: 0;
}

.navmenu > li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.navmenu > li > a {
    display: inline-block;
    overflow: hidden;
    color: #272727;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    padding: 20px 0 15px 10px;
    font-weight: 900;
    width: 88%;
}

/*.navmenu>li>ul.sub-menu>li:first-child .arrow,*/
/*.navmenu>li>ul.sub-menu>li:nth-child(2) .arrow { display: none !important;}*/

.navmenu .arrow:before {
    cursor: pointer;
    content: "\f105";
    font-weight: bold;
    float: right;
    padding: 9px 10px;
    display: inline;
    font-family: "FontAwesome";
    color: #272727;
}

.navmenu .arrow.open:before {
    cursor: pointer;
    float: right;
    padding: 9px 10px;
    display: inline;
    font-family: "FontAwesome";
    content: "\f107";
    color: #00a7fe;
}

.navmenu > li > .arrow:before {
    font-weight: 900;
    padding: 20px 5px 15px 10px;
    cursor: pointer;
}

.navmenu > li > ul.sub-menu .sub-menu li.open .arrow:before {
    padding: 2px 10px;
}

.navmenu > li > ul.sub-menu .sub-menu li.open .arrow.open:before {
    padding: 2px 10px;
}

.navmenu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
}

.navmenu > li > ul.sub-menu,
.navmenu > li > ul.sub-menu > li.open > ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.navmenu > li > ul.sub-menu > li {
    background: #f4f5f6;
    margin-bottom: 4px !important;
    padding: 0 !important;
    font-size: 15px;
    line-height: 22px !important;
}

.navmenu > li > ul.sub-menu > li > ul.sub-menu {
    background: #fcfcfc;
    padding: 4px 0;
}

.navmenu > li > ul.sub-menu li {
    padding: 4px 0 0 0;
    margin-bottom: 0;
    line-height: 24px;
}

.navmenu > li .sub-menu {
    margin-bottom: 10px;
}

.navmenu > li > ul.sub-menu > li > a {
    display: inline-block;
    padding: 9px 15px 9px 10px;
    position: relative;
    margin-bottom: 0;
    color: #272727;
    width: 88%;
}

.navmenu > li > ul.sub-menu > li > a:hover {
    border-left: 3px solid #00a7fe;
    color: #00a7fe;
}

.navmenu > li > ul.sub-menu > li.open > a {
    border-left: 3px solid #00a7fe;
    color: #00a7fe;
}

.navmenu > li > ul.sub-menu > li:hover {
    background: #efefef;
}

.navmenu > li > ul.sub-menu > li.open {
    background: #efefef;
}

.navmenu > li > ul.sub-menu .sub-menu li .arrow.open:before,
.navmenu > li > ul.sub-menu .sub-menu li .arrow:before {
    padding: 2px 10px;
}

.navmenu > li > ul.sub-menu .sub-menu li > a {
    display: inline-block;
    padding: 2px 0 2px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9em;
    position: relative;
    width: 88%;
    color: #272727;
}

.navmenu > li > ul.sub-menu .sub-menu li.open > a {
    color: #00a7fe;
}

.navmenu > li > ul.sub-menu .sub-menu li > a:hover {
    color: #00a7fe;
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu {
    list-style: none;
    font-size: 0.95em;
    background: #f1f8f9
    padding: 10px 0 0;
    display: none;
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu li {
    line-height: 22px;
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu li > a {
    color: #666;
    padding-left: 25px;
    height: 22px;
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu li > a:hover {
    color: #00a7fe;
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu li > a:before {
    content: '';
}

.navmenu > li > ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0px;
    background: #eeeeee;
}

.index-platform.category-rowbox .index-platform-box {
    padding: 5px 10px 20px;
}

.index-platform.category-rowbox .index-platform-box p {
    line-height: 25px;
}

.index-platform-box a {
    display: block;
}

.index-platform-box a.btn {
    display: inline-block;
}

.index-platform-box h3 {
    font-size: 1.05em;
}

.categories-list {
    height: 94%;
    padding: 10px 15px 15px;
    border: 1px dashed #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.categories-list:hover {
    background: #f5f5f5;
}

.categories-img {
    text-align: center;
}

.categories-img img {
    height: 55px;
}

.categories-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.categories-btn {
    font-size: 15px;
    padding: 0.15em 2em;
    text-transform: none;
}

.name-h2 {
    margin-top: 0;
}

.product-table tr td {
    word-wrap: break-word;
    max-width: 645px;
}

.owl-carousel-box {
    width: 92%;
    margin: 15px auto 0;
}

.related-probox img {
    width: auto;
    height: 60px;
}

.relate-box {
    border: 1px solid #ddd;
    padding: 15px 15px 5px 15px;
    min-height: 210px;
}

.relate-box > span {
    display: block;
    font-weight: bold;
    margin-top: 15px;
}

.relate-box > p {
    margin-bottom: 0;
    font-size: .95em;
    line-height: 1.5em;
}

.relate-box > a {
    display: block;
    margin-bottom: 2px;
    word-wrap: break-word;
    line-height: 24px;
}

.relate-box h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-price {
    background: #fff;
    border: 1px dashed #ccc;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
}

.product-price p {
    max-width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.product-price h4 {
    text-transform: uppercase;
    padding: 10px 0 0;
}


.reveal-modal a, .top-header a, .top-header-1 a {
    color: #164982;
    text-decoration: none;
}

.reveal-modal a:hover, .top-header a:hover, .top-header-1 a:hover {
    text-decoration: none;
}

.reveal-modal p {
    color: #666;
    line-height: 24px;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 120px;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    background: #fff;
    position: absolute;
    z-index: 101;
    padding: 20px 30px 30px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal h2 {
    font-size: 28px;
}

@media (max-width: 768px) {
    .reveal-modal {
        left: 5%;
        margin-left: 0;
        width: 90%;
    }

    .reveal-modal {
        padding: 20px 15px;
    }
}

.index-get {
    position: relative;
    margin-bottom: 20px;
}

.index-get:after {
    display: table;
    content: " ";
}

.index-get:after {
    clear: both;
}

.index-get-tablecell img {
    height: auto;
}

@media (min-width: 992px) {
    .index-get-table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .index-get-tablecell {
        display: table-cell;
        vertical-align: middle;
    }

    .float-right {
        float: right;
    }

    .index-get-1 > div {
        height: 300px;
    }

    .index-get-2 > div {
        height: 245px;
    }

    .index-get-3 > div {
        height: 255px;
    }

    .index-get-4 > div {
        height: 320px;
    }
}

.speakbtn {
    background: transparent url("../images/speak-to-a-scientist.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 196px;
    position: fixed;
    right: 30px;
    bottom: 150px;
    width: 55px;
    z-index: 10000;
    border-radius: 10px;
}

.speakbtn:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.36);
    transition: color .5s;
}

.side-box .side-content .inquiry_form .col-md-6 {
    width: 100%;
}

.side-box .side-content .inquiry_form .verification-code input {
    width: 50% !important;
}

.verification-code img {
    height: 38px;
}


.col-resource-box {
    margin: 30px 0;
}

.col-resource .btn {
    padding: 0.2em 2em;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
}


@media (min-width: 768px) {
    .col-resource {
        margin-right: 0;
        margin-left: 0;
    }

    .col-resource > div {
        padding-right: 0;
        padding-left: 0;
    }

    .col-table {
        display: table;
        width: 100%;
        padding: 10px 5%;
        height: 100%;
        background-color: #f9f9f9;
    }

    .col-table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .col-resource > div > .col-resource > div {
        height: 350px;
        text-align: center;
    }

    .col-resource-img1 {
        background-image: url(../../upload/image/resources-pic1.png);
    }

    .col-resource-img2 {
        background-image: url(../../upload/image/resources-pic2.png);
    }

    .col-resource-img3 {
        background-image: url(../../upload/image/resources-pic3.png);
    }

    .col-resource-img4 {
        background-image: url(../../upload/image/resources-pic4.png);
    }

    .bg-cover {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .bg-cover img {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .col-resource > div {
        margin: 15px 0;
        text-align: center;
    }
}

.index-applications-box {
    background: #f9f9f9;
    text-align: center;
}

.index-applications-box img {
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}

.index-applications-box:hover img {
    opacity: 1;
    width: 100%;
}

.index-applications-box h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-applications-box p {
    font-size: 14px;
    line-height: 1.9;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0;
}

.index-applications {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.index-applications-box .btn {
    font-size: 14px;
    padding: 0.25em 2em;
    width: 100%;
    text-align: center;
    color: #fff;
}

.application-rowbox > div {
    margin-bottom: 20px;
}

.application-rowbox {
    margin-top: 20px;
}

.services-container .h2-box {
    margin-bottom: 10px;
}

.sample-guidelines {
    margin: 10px 0 30px;
    padding: 0;
}

.sample-guidelines li {
    list-style: none;
}

.sample-guidelines > li {
    color: #444;
    background: #fff;
    line-height: 26px;
    position: relative;
    margin-bottom: 15px;
}

.sample-guidelines > li:last-child {
    margin-bottom: 0;
}

.sample-guidelines > li > a {
    display: block;
    padding: 8px 15px;
    line-height: 24px;
    color: #444;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    background: #F6F6F6;
    cursor: pointer;
}

.sample-guidelines > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.sample-guidelines > li > a.active,
.sample-guidelines > li > a:hover {
    border-left: 3px solid #00a7fe;
}

.sample-guidelines > li > ul.sub-menu,
.sample-guidelines > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
    padding: 8px 18px;
}

.sample-guidelines > li > ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.diamond .diamond-list {
    list-style: none !important;
    background: url(../images/icon-diamond.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 12px 18px;
    padding-left: 20px;
    padding-bottom: 0;
    line-height: 28px;
}


.careersmenu {
    margin: 5px 0 10px;
    padding: 0;
}

.careersmenu li {
    list-style: none;
    line-height: 24px !important;
}

.careersmenu > li {
    color: #585F69;
    background: #fff;
    line-height: 26px !important;
    position: relative;
    margin-bottom: 15px;
}

.careersmenu > li:last-child {
    margin-bottom: 0px;
}

.careersmenu > li > a {
    display: block;
    padding: 8px 15px;
    line-height: 24px;
    color: #585F69;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    background: #F6F6F6;
    cursor: pointer;
}

.careersmenu > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.careersmenu > li > a.active,
.careersmenu > li > a:hover {
    border-left: 3px solid #0087db;
    color: #0087db;
}

.careersmenu > li > ul.sub-menu,
.careersmenu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
    padding: 8px 18px;
}

.careersmenu > li > ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.careersmenu table tr td {
    color: #585F69;
    border: 1px solid #ddd;
}

.addresume input {
    padding: 8px 10px;
}

.career-inbg h2 {
    margin-top: 0;
}

.career-inbg {
    /*padding-bottom: 40px;*/
}


.services-container {
    /*line-height: 1.7;*/
}

.services-container h3 {
    color: #16213c;
    /*border-bottom: 1px solid #888;*/
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.services-container a {
    color: #0087db;
}

.featured-rowbox a {
    display: block;
    padding: 0.4em 1em;
    background: #0087db;
    color: #fff;
    margin-bottom: 10px;
}

.featured-rowbox a:hover {
    background: #005caa;
}

.onlineInquiry-section, .onlineApplication-section {
    padding: 50px 0;
    background-color: #f3f4f5;
}

.order-newbox {
    /*background: #fff;*/
    /*border-radius: 10px;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
    /*-moz-box-shadow: 0 0 5px #eee;*/
    /*-webkit-box-shadow: 0 0 5px #eee;*/
    /*box-shadow: 0 0 5px #eee;*/
    /*border: 1px solid #ddd;*/
    /*padding: 20px 25px;*/
}

.index-services.s-servicesbox .index-services-box p {
    padding-left: 0;
    padding-right: 0;
}

.index-services.s-servicesbox .index-services-box {
    box-shadow: none;
}

.knowledge-center-list {
    margin-bottom: 30px;
    margin-top: 25px;
}

.knowledge-center-list .col-md-3 {
    margin-bottom: 30px;
}

.knowledge-center-list .item {
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    border: 1px solid #ddd;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.knowledge-center-list .img {
    height: 200px;
    overflow: hidden;
}

/*.knowledge-center-list .img img{*/
/*	border-top-right-radius: 10px;*/
/*	border-top-left-radius: 10px;*/
/*}*/
.knowledge-center-list h3 {
    padding: 10px;
    font-size: 15px !important;
    line-height: 1.5;
}

.knowledge-center-list h3 a {
    color: #32305e;
    transition: all .3s;
}

.knowledge-center-list h3 a:hover {
    color: #005caa;
}

.knowledge-center-list .item:hover {
    border-color: #eee;
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px #ddd;
}

.pdf-show {
    position: relative;
    margin-bottom: 30px;
}

.pdf-show > li {
    position: relative;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 28px;
    margin-bottom: 20px;
}

.pdf-show > li > a {
    display: block;
    overflow: hidden;
}

.pdf-show > li > a 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;
}

.pdf-show > li div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(70, 70, 70, 0.6);
    color: rgba(255, 255, 255, 1);
    top: 0;
}

.pdf-show > li div p {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.pdf-show > li div span {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding: 5px 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    margin-top: 20px;
    -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;
}

.pdf-show > li div::before, .pdf-show > li div::after {
    position: absolute;
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    content: '';
    -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;
}

.pdf-show > li div::before {
    top: 50px;
}

.pdf-show > li div::after {
    bottom: 50px;
}

.pdf-show > li > a:hover div::before, .pdf-show > li > a:hover div::after {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
    width: 100%;
}

.pdf-show > li > a:hover span {
    background: rgba(254, 84, 0, 1);
}

.pdf-show > li > a: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);
}

.pdf-show::after {
    position: relative;
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

@media screen and (min-width: 1081px) {
    .pdf-show > li {
        width: 30%;
    }
}

@media screen and (max-width: 1080px) {
    .pdf-show > li {
        width: 100%;
    }
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}