﻿/* 
Theme Name: Nelson Labs 
Version: 2.0 
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General CSS Start */
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    text-decoration: none;
}

    a:hover {
    }

    a:focus {
        outline: none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled], html input[disabled] {
            cursor: default;
            opacity: .5;
        }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0.4375em;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

    fieldset > :last-child {
        margin-bottom: 0;
    }

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

body, button, input, select, textarea {
    color: #1a1a1a;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0 0 1em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border: 0 solid #004580;
    border-left-width: 4px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
    }

    blockquote p {
        margin-bottom: 1.4736842105em;
    }

    blockquote cite, blockquote small {
        color: #1a1a1a;
        display: block;
        font-size: 16px;
        line-height: 1;
    }

        blockquote cite:before, blockquote small:before {
            content: "\2014\00a0";
        }

    blockquote em, blockquote i, blockquote cite {
        font-style: normal;
    }

    blockquote strong, blockquote b {
        font-weight: 400;
    }

    blockquote > :last-child {
        margin-bottom: 0;
    }

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr, acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark, ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

hr {
    margin: 30px 0;
    box-sizing: border-box;
    height: 2px;
    border: 1px solid #888B8D;
    opacity: 0.3;
}

ul, ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul, li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table, th, td {
    border: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ccc;
}

    table th {
        background-color: #e2e2e2;
    }

    table tr:last-child td {
        border-bottom: none;
    }

    table tr:nth-child(odd) {
        background-color: #efefef;
    }

    table tr td, table tr th {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        table tr td:last-child {
            border-right: none;
        }

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #484848;
}

:-moz-placeholder {
    color: #484848;
}

::-moz-placeholder {
    color: #484848;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #484848;
}

input {
    line-height: normal;
}

    .button, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
        background: #00AFD7;
        border: 0;
        text-transform: none;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        padding: 15px 60px;
        border-radius: 30px;
    }

        .button:hover, .button:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
            background: rgb(151, 203, 24);
        }

        button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
            outline: none;
            outline-offset: -4px;
        }

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
        background: #f7f7f7;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        color: #686868;
        padding: 0.625em 0.4375em;
        width: 100%;
        font-family: inherit;
    }

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        -webkit-appearance: none;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
            background-color: #fff;
            border-color: #000;
            color: #1a1a1a;
            outline: 0;
        }
    /* General CSS End */

    /* Typography Start */
    html, body, input, .input-style, input[type="text"], input[type="textarea"], input[type="email"], textarea, p {
        font-family: "trasandina",sans-serif;
        font-weight: 400;
        font-size: 20px;
    }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: "trasandina",sans-serif;
    font-weight: normal;
    line-height: normal;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    float: none;
    margin: 15px auto;
    display: block;
}

img.size-full {
    max-width: 100%;
    margin: 15px 0;
}

figure {
    position: relative;
    max-width: 100%;
}

figcaption {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    padding: 5px;
    color: #fff;
    background-color: #333;
}

.entry-content a:not(.button) {
    color: #00afd7;
    text-decoration: underline;
}

    .entry-content a:not(.button):hover {
        text-decoration: none;
    }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #004580;
    margin: 0 0 5px 0;
}

.entry-content h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
}

.entry-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #004580;
}

.entry-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.entry-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #4C4C4C;
}

.entry-content h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.entry-content h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.entry-content ul {
    margin-left: 20px;
}

    .entry-content ul li {
        margin-bottom: 10px;
    }

        .entry-content ul li ul {
            margin-top: 8px;
            list-style-type: square;
        }

            .entry-content ul li ul li {
                margin-bottom: 10px;
                line-height: 24px;
            }

.entry-content ol {
    margin-left: 20px;
}

    .entry-content ol li {
        margin-bottom: 10px;
    }

        .entry-content ol li ul {
            margin-top: 8px;
            list-style-type: square;
        }

            .entry-content ol li ul li {
                margin-bottom: 10px;
                line-height: 24px;
            }

.entry-content .list-secondary {
    list-style-type: none;
    margin: 0 0 15px 0;
}

    .entry-content .list-secondary li {
        margin-bottom: 2px;
    }

        .entry-content .list-secondary li:before {
            content: '-';
            padding-right: 5px;
            font-weight: 600;
        }

.entry-content .button {
    display: inline-block;
}

.lgc-column {
    margin-bottom: 15px;
}

.inside-grid-column {
    font-size: 16px;
    line-height: 24px;
}

    .inside-grid-column h2 {
        text-align: center;
        color: #004580;
        font-size: 52px;
        letter-spacing: -2px;
        line-height: 58px;
    }

.lgc-clear {
    height: 10px;
}
/* Typography End */

/* Common Style */
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.left-middle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.right-middle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*  All transition */
a, a:hover, .transition, .transition:hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Wrapper Start */
.wrapper {
    margin: 0 auto;
    width: 1170px;
    padding: 0 15px;
    max-width: 100%;
}

.wrapper-fluid {
    margin: 0 auto;
    width: 1300px;
    padding: 0 15px;
    max-width: 100%;
}

.clear, .wrapper:before, .wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

    .col-2:nth-child(2n+1) {
        clear: both;
    }

.col-3 {
    width: 33.33333333%;
}

    .col-3:nth-child(3n+1) {
        clear: both;
    }

.col-4 {
    width: 25%;
}

    .col-4:nth-child(4n+1) {
        clear: both;
    }

.col-5 {
    width: 20%;
}

    .col-5:nth-child(5n+1) {
        clear: both;
    }

.col-6 {
    width: 16.66666667%;
}

    .col-6:nth-child(6n+1) {
        clear: both;
    }
/* Wrapper End */

/* Header Start */
header {
}

.header-top {
    background-color: #F3F3F3;
    width: 100%;
    padding: 10px 0 15px 0;
    display: inline-block;
}

    .header-top a {
        color: #2C2C2C;
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
    }

.top-menu-left {
    line-height: 0;
    float: left;
}

.header-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .header-top ul li {
        display: inline-block;
        padding: 0 15px;
        line-height: normal;
    }

        .header-top ul li:first-child {
            padding-left: 0;
        }

        .header-top ul li:last-child {
            padding-right: 0;
        }

        .header-top ul li a {
            color: #2C2C2C;
        }

            .header-top ul li a:hover {
                color: rgb(44,44,44,0.5);
            }

.top-menu-right {
    float: right;
}

.header-top .quote {
}

.header-top .paybill {
}

.header-top .login-site {
}

.navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

    .navigation .logo {
        position: relative;
        display: inline-block;
        width: 18%;
        vertical-align: middle;
    }

    .navigation .navbar {
        position: relative;
        display: inline-block;
        width: 65%;
        vertical-align: middle;
        text-align: center;
    }

        .navigation .navbar ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .navigation .navbar ul li {
                display: inline-block;
                position: relative;
            }

                .navigation .navbar ul li a {
                    padding: 0 15px;
                    font-weight: 500;
                    color: #4C4C4C;
                    font-size: 16px;
                    line-height: 19px;
                    text-align: center;
                }

                    .navigation .navbar ul li a:hover, .navigation .navbar ul li a:focus, .navigation .navbar ul li.current-menu-item > a, .navigation .navbar ul li.current-menu-parent > a, .navigation .navbar ul li.current-menu-ancestor > a {
                        color: #00AFD7;
                    }

                .navigation .navbar ul li ul {
                    position: absolute;
                    left: 0;
                    top: 20px;
                    min-width: 150px;
                    z-index: 2;
                    padding-top: 35px;
                    opacity: 0;
                    visibility: hidden;
                }

                .navigation .navbar ul li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                }

                .navigation .navbar ul li ul li {
                    width: 100%;
                    display: block;
                    background-color: rgba(255,255,255,0.98);
                }

                    .navigation .navbar ul li ul li a {
                        font-size: 14px;
                        line-height: 18px;
                        display: block;
                        text-align: left;
                        padding: 5px 10px;
                        color: #404040;
                    }

                    .navigation .navbar ul li ul li:first-child a {
                        padding-top: 10px;
                    }

                    .navigation .navbar ul li ul li:last-child a {
                        padding-bottom: 10px;
                    }

                    .navigation .navbar ul li ul li ul {
                        position: absolute;
                        left: 150px;
                        top: 0px;
                        min-width: 150px;
                        z-index: 2;
                        padding-top: 0px;
                        opacity: 0;
                        visibility: hidden;
                    }

                    .navigation .navbar ul li ul li:hover ul {
                        opacity: 1;
                        visibility: visible;
                    }

                    .navigation .navbar ul li ul li ul li {
                    }

                        .navigation .navbar ul li ul li ul li a {
                        }

                        .navigation .navbar ul li ul li ul li:first-child a {
                            padding-top: 10px;
                        }

                        .navigation .navbar ul li ul li ul li:last-child a {
                            padding-bottom: 10px;
                        }

    .navigation .header-serach {
        position: relative;
        width: 220px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        max-width: 16%;
    }

        .navigation .header-serach #ajaxsearchlite1 {
            background: none;
            box-shadow: none;
            border: none;
            height: auto;
            position: relative;
            overflow: visible;
            z-index: 3;
        }

            .navigation .header-serach #ajaxsearchlite1 .probox {
                background: none;
                box-shadow: none;
                border: none;
                height: auto;
                overflow: visible;
            }

                .navigation .header-serach #ajaxsearchlite1 .probox .proinput {
                    margin: 0;
                    padding: 0;
                    text-shadow: none;
                    float: none;
                    border: none;
                }

                    .navigation .header-serach #ajaxsearchlite1 .probox .proinput form {
                    }

                        .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
                            color: #484848 !important;
                            border: 1px solid #C8C9C7 !important;
                            border-radius: 4px;
                            background-color: #F5F5F4 !important;
                            height: 35px;
                            padding: 0 15px 0 40px !important;
                            display: inline-block;
                            width: 100%;
                            font-size: 16px;
                            font-weight: 300;
                            line-height: 25px !important;
                            box-sizing: border-box;
                            text-shadow: none;
                        }

                .navigation .header-serach #ajaxsearchlite1 .probox .promagnifier {
                    padding: 0;
                    background: no-repeat;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

                    .navigation .header-serach #ajaxsearchlite1 .probox .promagnifier .innericon {
                    }

                        .navigation .header-serach #ajaxsearchlite1 .probox .promagnifier .innericon svg {
                            fill: #484848;
                        }

                .navigation .header-serach #ajaxsearchlite1 .probox .proclose {
                    position: absolute;
                    right: -32px;
                    top: 0;
                    z-index: 1;
                }

                .navigation .header-serach #ajaxsearchlite1 .probox .proloading {
                    display: none !important;
                }

::-webkit-input-placeholder .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
    color: #484848;
}

:-moz-placeholder .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
    color: #484848;
}

::-moz-placeholder .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
    color: #484848;
    opacity: 1;
}

:-ms-input-placeholder .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
    color: #484848;
}

.header-phone {
    position: absolute;
    top: -60px;
    right: -5%;
    text-align: right;
    color: #004580;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    z-index: 2;
}

    .header-phone a {
        color: #004580;
        text-decoration: none;
    }

        .header-phone a:hover {
            color: #004580;
            text-decoration: underline;
        }

.header-artwork {
    background-image: url(images/header-artwork.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

    .header-artwork .wrapper {
        position: relative;
    }

    .header-artwork img {
        width: 100%;
        max-width: 100%;
        opacity: 0;
        pointer-events: none;
    }

    .header-artwork .header-phone {
        position: absolute;
        top: 25px;
        right: -4%;
        text-align: right;
        color: #004580;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        z-index: 1;
    }

        .header-artwork .header-phone a {
            color: #004580;
            text-decoration: none;
        }

            .header-artwork .header-phone a:hover {
                color: #004580;
                text-decoration: underline;
            }

    .header-artwork.term-seminars {
        display: none;
    }

.term-seminars .header-artwork.term-seminars {
    display: block;
}
/* Header End */

/* Home Page Start */
.section-title {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 58px;
    margin-bottom: 50px;
    color: #004580;
    text-align: center;
}

.page-title {
    color: #004580;
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.page-sub-title {
    color: #004580;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.banner {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .banner .wrapper {
    }

    .banner.event-banner .wrapper {
        position: relative;
    }

    .banner img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .banner-caption h1 {
        font-size: 62px;
        font-weight: 500;
        letter-spacing: -2px;
        line-height: 58px;
        color: #00467d;
    }

        .banner-caption h1 sub {
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0;
            bottom: 0;
        }

    .banner-caption h2 {
        font-size: 52px;
        font-weight: 300;
        letter-spacing: -2px;
        line-height: 58px;
        margin-bottom: 20px;
        color: #00467d;
    }

    .banner-caption p {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        max-width: 540px;
        margin-bottom: 55px;
        color: #2C2C2C;
    }

    .banner-caption .header-phone {
        top: -100%;
    }

.home-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
    margin-top: 35px;
}

    .home-content .entry-content {
        max-width: 620px;
        margin: 0 auto;
        text-align: center;
        color: #2C2C2C;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

        .home-content .entry-content h2 {
            color: #004580;
            font-size: 52px;
            font-weight: 300;
            letter-spacing: -2px;
            line-height: 58px;
            text-align: center;
            margin: 0 0 25px 0;
        }

        .home-content .entry-content p {
            margin-bottom: 50px;
        }

            .home-content .entry-content p:last-child {
                margin-bottom: 0;
            }

.offers-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
}

.list-icon-box {
    position: relative;
    display: block;
    padding: 0 15px;
}

    .list-icon-box img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .list-icon-box .box-title {
        color: #4C4C4C;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }

    .list-icon-box .box-desc {
        color: #2C2C2C;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .list-icon-box .button {
        padding: 10px 15px;
        font-size: 14px;
        display: none;
        text-align: center;
        max-width: 170px;
        margin: 0 auto;
    }

.news-events {
    position: relative;
    display: block;
    margin-bottom: -60px;
    padding: 20px 0 0 0;
}

.list-image-box {
    position: relative;
    display: block;
    padding: 0 15px;
}

.image-box-inner {
    border: 1px solid #97999B;
    border-radius: 4px;
}

.list-image-box .image-box {
    position: relative;
    display: block;
    width: 100%;
}

    .list-image-box .image-box img {
        max-height: 100%;
        width: 100%;
    }

.list-image-box .image-meta {
    position: relative;
    display: block;
    padding: 25px 30px;
}

    .list-image-box .image-meta .box-title {
        color: #004580;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
    }

.list-image-box .more-link {
    color: #4C4C4C;
    font-weight: 500;
}

    .list-image-box .more-link i {
        margin-left: 5px;
    }

    .list-image-box .more-link:hover {
        color: rgb(151, 203, 24);
    }
/* Hom Page End */

.featured-image {
    width: 100%;
    text-align: center;
}

/* News, Blog Post Start */
.news-event-page {
}

    .news-event-page .entry-content {
        color: #2C2C2C;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px;
    }

.left-sidebar {
    width: 16%;
    float: left;
}

    .left-sidebar h4 {
        color: #004580;
        font-size: 20px;
        letter-spacing: 0.8px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .left-sidebar ul {
        margin: 0;
        padding: 0;
    }

        .left-sidebar ul li {
            list-style-type: none;
            margin-bottom: 5px;
        }

            .left-sidebar ul li a {
                color: #2C2C2C;
                font-size: 16px;
            }

                .left-sidebar ul li a:hover, .left-sidebar ul li.current_page_item a {
                    color: #00AFD7;
                }

.post-list-wrapper {
    width: 78%;
    float: right;
    padding-left: 5%;
    border-left: 1px solid #1a1a1a;
}

.posts-list {
    position: relative;
    display: block;
    width: 100%;
}

    .posts-list .post-box:first-child .post-image, .event-category .event-page .events-list .event-box:first-child .event-image {
        max-width: 480px;
        width: 50%;
        display: table-cell;
        vertical-align: top;
    }

    .posts-list .post-box {
        border: 1px solid #C8C9C7;
        border-radius: 4px 4px 0 0;
        background-color: #ECECEC;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
        display: table;
        clear: both;
        max-width: 100%;
    }

        .posts-list .post-box:last-child {
            margin-bottom: 0;
        }

        .posts-list .post-box .post-image:first-child .post-image {
            position: relative;
            overflow: hidden;
            width: 30%;
            max-width: 320px;
            display: table-cell;
            vertical-align: top;
        }

        .posts-list .post-box .post-image {
            width: 280px;
            position: relative;
            max-width: 100%;
        }

            .posts-list .post-box .post-image img {
                max-width: 100%;
                border-radius: 5px;
                width: 100%;
            }

.post-image .fa {
    width: 80px;
    height: 80px;
    line-height: 85px;
    color: #fff;
    background-color: rgba(27, 27, 27, 0.8);
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
}

    .post-image .fa:before {
        padding-left: 10px;
    }

.posts-list .post-box .post-meta {
    position: relative;
    display: block;
}

.posts-list .post-box:not(.post-image-false) .post-meta {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    display: table-cell;
    vertical-align: top;
}

.posts-list .post-box .post-meta .post-date {
    color: #00AFD7;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}

.posts-list .post-box .post-meta .post-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}

    .posts-list .post-box .post-meta .post-title a {
        color: #004580;
    }

        .posts-list .post-box .post-meta .post-title a:hover {
            color: rgb(151, 203, 24);
        }

.posts-list .post-box .post-meta .post-authore {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 22px;
}

.posts-list .post-box .post-meta .post-expert {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.posts-list .more-link {
    color: #4C4C4C;
    font-weight: 400;
}

    .posts-list .more-link i {
        margin-left: 5px;
    }

    .posts-list .more-link:hover {
        color: rgb(151, 203, 24);
    }

.posts-list .post-box.post-image-false {
    width: 1130px;
}

.post-list-wrapper .posts-list .post-box.post-image-false {
    width: auto;
}

.single-page {
}

    .single-page .featured-image {
        max-width: 750px;
        margin: 0 auto;
        display: block;
    }

        .single-page .featured-image img {
            border-radius: 5px;
        }

    .single-page .post-date {
        color: #00AFD7;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
        text-align: center;
    }

    .single-page .post-authore {
        color: #2C2C2C;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
/* News, Blog Post End */

/* Event */
.event-page .events-list .event-box:first-child .event-image {
    max-width: 480px;
    width: 50%;
}

.event-page .events-list .event-box {
    position: relative;
    padding: 15px;
}

    .event-page .events-list .event-box .event-box-inner {
        display: table;
        clear: both;
        border: 1px solid #C8C9C7;
        border-radius: 4px 4px 0 0;
        background-color: #F5F5F4;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .event-page .events-list .event-box .event-image {
        display: table-cell;
        vertical-align: top;
    }

        .event-page .events-list .event-box .event-image img {
            max-width: 100%;
            border-radius: 5px;
            width: 100%;
        }

    .event-page .events-list .event-box .event-meta {
        position: relative;
        display: table-cell;
        vertical-align: top;
    }

    .event-page .events-list .event-box:not(.event-image-false) .event-meta {
        position: relative;
        display: inline-block;
    }

    .event-page .events-list .event-box .event-meta .event-date {
        color: #00AFD7;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .event-page .events-list .event-box .event-meta .event-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 0px;
    }

        .event-page .events-list .event-box .event-meta .event-title a {
            color: #004580;
        }

            .event-page .events-list .event-box .event-meta .event-title a:hover {
                color: rgb(151, 203, 24);
            }

    .event-page .events-list .event-box .event-meta .event-authore {
        color: #2C2C2C;
        font-size: 14px;
        line-height: 22px;
    }

    .event-page .events-list .event-box .event-meta .event-expert {
        color: #2C2C2C;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

.event-page .events-list.grid-list .event-box .event-image {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.event-page .events-list.grid-list .event-box .event-meta {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0;
}

.event-page .events-list .more-link {
    color: #4C4C4C;
    font-weight: 400;
}

    .event-page .events-list .more-link i {
        margin-left: 5px;
    }

    .event-page .events-list .more-link:hover {
        color: rgb(151, 203, 24);
    }
/* Event */

/* Event Category */
.event-category .posts-list .post-box .post-image:first-child .post-image {
    width: 280px;
}

.event-category .posts-list .post-box .post-image {
    width: 280px;
}

/* Event Single Start */
.event-banner .header-phone {
    top: 30px;
    right: -4%;
}

.event-single-page {
    position: relative;
}

    .event-single-page .page-title {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0 130px;
    }

    .event-single-page .more-link {
        color: #2C2C2C;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        float: left;
        margin-top: 15px;
        position: absolute;
        left: 15px;
        z-index: 2;
    }

        .event-single-page .more-link i {
            color: #00AFD7;
            font-size: 24px;
            font-weight: 700;
            vertical-align: sub;
            padding: 0 5px;
        }

        .event-single-page .more-link:hover {
            color: #00AFD7;
        }

    .event-single-page .list-icon-box img {
    }

    .event-single-page .list-icon-box .box-title {
        color: #004580;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
    }

    .event-single-page .list-icon-box .box-desc {
        color: #2C2C2C;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .event-single-page hr {
        height: 1px;
        border: 0.5px solid #888B8D;
    }

    .event-single-page .button {
        margin-top: 10px;
        display: inline-block;
    }
/* Event Single End */

/* Post Pagination Start */
.post-navigation {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .post-navigation a {
        color: #2C2C2C;
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

        .post-navigation a i {
            background-color: #00AFD7;
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            vertical-align: sub;
            width: 30px;
            height: 30px;
            line-height: 29px;
            border-radius: 50%;
        }

        .post-navigation a.prev-post {
            float: left;
        }

            .post-navigation a.prev-post i {
                margin-right: 10px;
            }

        .post-navigation a.next-post {
            padding-left: 12px;
            margin-left: 12px;
            float: right;
        }

            .post-navigation a.next-post i {
                margin-left: 10px;
            }

        .post-navigation a:hover {
            color: #00AFD7;
        }
/* Post Pagination End */

/* Meet Our Experts Start */
.our-experts-page .page-title {
    margin-bottom: 50px;
}

.experts-item {
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
}

    .experts-item .experts-image {
        margin-bottom: 20px;
    }

        .experts-item .experts-image img {
            width: 100%;
            border-radius: 5px;
        }

    .experts-item .experts-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        font-weight: normal;
    }

        .experts-item .experts-title a {
            color: #004680;
        }

        .experts-item .experts-title:hover {
        }

    .experts-item .experts-designation {
        color: #2C2C2C;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 0;
    }

.experts-bio-page {
    margin-top: 70px;
}

    .experts-bio-page .experts-image .page-title {
        display: none;
    }

    .experts-bio-page .experts-image {
        padding-right: 50px;
    }

        .experts-bio-page .experts-image img {
            width: 100%;
            border-radius: 5px;
        }

    .experts-bio-page .experts-bio-details {
        position: relative;
        padding-top: 40px;
    }

        .experts-bio-page .experts-bio-details .page-title {
            text-align: left;
            margin-bottom: 5px;
        }

        .experts-bio-page .experts-bio-details .experts-designation {
            font-size: 16px;
            line-height: 25px;
        }

    .experts-bio-page .entry-content {
        font-size: 16px;
        line-height: 25px;
    }

    .experts-bio-page .experts-social-link {
        position: relative;
        margin-top: 30px;
    }

        .experts-bio-page .experts-social-link a {
        }

            .experts-bio-page .experts-social-link a i {
                background-color: #404040;
                color: #fff;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                text-align: center;
                line-height: 30px;
            }

                .experts-bio-page .experts-social-link a i.fa-linkedin {
                    background-color: #00a0dc;
                }

.post-insights-row {
    margin-bottom: 40px;
}

.experts-insights {
    position: relative;
    margin-top: 60px;
    margin-bottom: -60px;
}

    .experts-insights .post-insights {
        position: relative;
        padding: 0 10px;
        margin-bottom: 20px;
    }

.post-insights .post-insights-inner {
    border: 0.5px solid #97999B;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    padding: 50px 30px;
}

.post-insights .post-insights-cat {
    margin-bottom: 0px;
    color: #00AFD7;
    text-transform: uppercase;
    font-size: 14px;
}

.post-insights .post-insights-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

    .post-insights .post-insights-title a {
        color: #004580;
    }

        .post-insights .post-insights-title a:hover {
            color: rgb(151, 203, 24);
        }

.post-insights .more-link {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
/* Meet Our Experts End */

/* Education Page Start */
.education-page {
}

    .education-page .post-list-wrapper .posts-list .post-box .button {
        display: inline-block;
        padding: 15px 30px;
        width: 235px;
        text-align: center;
        margin-top: 15px;
    }

.post-box.blue-bg {
    background-color: rgba(0,175,215,0.08);
}

.education-page .entry-content {
    margin-bottom: 50px;
}

.education-page .latest-post {
}
/* Education Page End */

/* Fina Test Start */
.find-test-page {
}

    .find-test-page .page-sub-title {
        font-size: 52px;
        letter-spacing: -2px;
        line-height: 58px;
        text-align: center;
    }

    .find-test-page .sub-heading {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .find-test-page .wrapper {
        position: relative;
        z-index: 4;
    }

.find-test-form {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

    .find-test-form a {
        color: #00AFD7;
    }

.field-find-test {
    position: relative;
    max-width: 450px;
    margin: 40px auto 20px auto;
    display: block;
}

    .field-find-test .fa-search {
        position: absolute;
        left: 15px;
        top: 16px;
    }

    .field-find-test .find_test_search {
    }

    .field-find-test .find_test_search {
        border: 0.5px solid #C8C9C7;
        border-radius: 4px;
        background-color: #F5F5F4;
        height: 50px;
        padding: 0 15px 0 40px;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        box-sizing: border-box;
    }

        .field-find-test .find_test_search:focus {
            background-color: #F5F5F4;
            border: 0.5px solid #C8C9C7;
        }

.select-industry-bg {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0 50px 0;
    background-image: url(images/test-tubes-pippette.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .select-industry-bg:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.65);
        z-index: 3;
    }

.category-items-list {
    position: relative;
    display: block;
    max-width: 850px;
    margin: 35px auto 10px auto;
    text-align: center;
}

    .category-items-list .category-item {
        position: relative;
        display: block;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .category-items-list .category-item a {
            position: relative;
            display: block;
            padding: 25px 15px;
            border: 0.5px solid #97999B;
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: 0 2px 4px 0 #C8C8C8;
            text-align: center;
        }

.category-item .category-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #4C4C4C;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 60px;
}

.select-industry-bg .category-item .category-title {
    min-height: 1px;
}

.category-items-list .category-item a:hover .category-title {
    color: #00AFD7;
}

.category-item img {
    max-width: 100%;
    margin-bottom: 15px;
}

.category-item .category-count {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #4C4C4C;
    margin-bottom: 0;
}

.category-bottom {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.test-sub-category-bg {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0 250px 0;
    background-image: url(images/test-tubes-pippette.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .test-sub-category-bg:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    }

    .test-sub-category-bg .footer-artwork {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }

.tax-find-a-test-category .header-artwork img {
    display: none;
}

.find-test-caregory {
    margin-top: 50px;
}

    .find-test-caregory .widget-title {
        color: #004580;
        font-size: 20px;
        letter-spacing: 0.8px;
        line-height: 28px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

.find-test-caregory-image .page-title {
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    padding: 50px;
    min-height: 280px;
    text-align: left;
    background-image: url(images/rectangle-shap.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
}

    .find-test-caregory-image .page-title span {
        max-width: 400px;
        display: block;
    }

.find-test-caregory-image.cat-image-false {
    margin-bottom: 0;
}

    .find-test-caregory-image.cat-image-false .page-title {
        position: relative;
        left: inherit;
        top: -15px;
        width: 100%;
        padding: 0;
        min-height: 1px;
        background: no-repeat;
        color: #004580;
        margin-bottom: 0;
    }

.find-test-caregory-image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

    .find-test-caregory-image img {
        width: 100%;
    }

.find-test-caregory .category-item {
    position: relative;
    display: block;
    margin-bottom: 60px;
    padding: 0 15px;
}

    .find-test-caregory .category-item h4 {
        margin-bottom: 3px;
    }

.find-test-caregory .entry-content, .find-test-single-page .entry-content {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.find-test-caregory .sub-category-title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

    .find-test-caregory .sub-category-title a {
        color: #4C4C4C;
    }

        .find-test-caregory .sub-category-title a:hover {
            color: #00AFD7;
        }

.find-test-caregory h2.post-sub-heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #4C4C4C;
}

.find-test-caregory .category-posts-list .post-sub-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #4C4C4C;
    margin-bottom: 50px;
    font-weight: 400;
}

.find-test-caregory .category-posts-list {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 40px;
}

    .find-test-caregory .category-posts-list li {
        margin-bottom: 2px;
    }

        .find-test-caregory .category-posts-list li a {
            color: #2C2C2C;
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
        }

            .find-test-caregory .category-posts-list li a:hover {
                color: #00AFD7;
            }

.find-test-caregory .entry-content h4 {
    margin-bottom: 20px;
}

.left-sidebar .category-tree {
}

    .left-sidebar .category-tree > li {
        margin-bottom: 10px;
        position: relative;
    }

        .left-sidebar .category-tree > li > a {
            font-size: 17px;
            color: #2C2C2C;
            padding-right: 15px;
        }

    .left-sidebar .category-tree li .sub-category-tree {
        padding: 10px 0 10px 10px;
        display: none;
    }

        .left-sidebar .category-tree li .sub-category-tree > li {
            position: relative;
        }

            .left-sidebar .category-tree li .sub-category-tree > li > a {
                font-size: 15px;
                padding-right: 15px;
                display: inline-block;
                line-height: normal;
            }

        .left-sidebar .category-tree li .sub-category-tree li .post-tree {
            display: none;
            padding: 10px 0 10px 10px;
        }

            .left-sidebar .category-tree li .sub-category-tree li .post-tree > li {
            }

                .left-sidebar .category-tree li .sub-category-tree li .post-tree > li a {
                    font-size: 14px;
                    line-height: normal;
                }

.parent-arrow, .parent-sub-arrow {
    position: absolute;
    right: 0;

    top: 0;
    z-index: 5;
    padding-right: 0 !important;
}

    .parent-arrow i.open, .parent-sub-arrow i.open-arrow {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

.left-sidebar .category-tree > li.open .sub-category-tree {
    display: block;
}

.left-sidebar .category-tree li .sub-category-tree li.open-post .post-tree {
    display: block;
}

.left-sidebar .category-tree > li.open > a, .left-sidebar .category-tree li .sub-category-tree li.open-post > a {
    color: #00AFD7;
}

.find-test-single-page .featured-image {
    max-width: 340px;
    float: right;
    margin-left: 15px;
}

    .find-test-single-page .featured-image img {
        max-width: 100%;
    }

.find-test-single-page .page-title {
    position: relative;
    left: inherit;
    top: -15px;
    width: 100%;
    padding: 0;
    min-height: 1px;
    background: no-repeat;
    color: #004580;
    margin-bottom: 0;
    text-align: left;
}
/* Fina Test End */

/* Submit Simple Start */
.submit-sample-form {
    position: relative;
    margin: 10px 0 50px 0;
}

    .submit-sample-form ul {
        margin: 0;
        list-style-type: none;
    }

        .submit-sample-form ul li {
            font-size: 14px;
            margin-bottom: 10px;
            border: 0.5px solid #C8C9C7;
            border-radius: 4px;
            background-color: #F5F5F4;
            padding: 0 0 0 20px;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            height: 45px;
            line-height: 45px;
            border-bottom-right-radius: 30px;
            border-top-right-radius: 30px;
        }

            .submit-sample-form ul li a:not(.button) {
                color: #2C2C2C;
                float: right;
                margin-right: 30px;
            }

                .submit-sample-form ul li a:not(.button):hover {
                    text-decoration: underline;
                }

            .submit-sample-form ul li a.button {
                float: right;
                padding: 15px 30px;
            }
/* Submit Simple End */

/* Contact & Location Page Start */
.contact-page .page-title {
    margin-bottom: 50px;
}

.contact-page .contact_info {
    text-align: center;
    padding: 0 15px;
}

    .contact-page .contact_info h2 {
        color: #4C4C4C;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    .contact-page .contact_info p {
        color: #2C2C2C;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

        .contact-page .contact_info p a {
            color: #2C2C2C;
        }

            .contact-page .contact_info p a:hover {
                text-decoration: underline;
            }

    .contact-page .contact_info .button {
        margin-top: 40px;
        display: inline-block;
    }

.contact-map-row {
    margin-top: 80px;
    margin-bottom: 60px;
}

    .contact-map-row .contact_map {
        position: relative;
        display: table-cell;
        width: 40%;
        vertical-align: top;
    }

        .contact-map-row .contact_map iframe {
            height: 640px;
            width: 100%;
            border: none;
        }

    .contact-map-row .content_right {
        position: relative;
        display: table-cell;
        width: 60%;
        vertical-align: top;
        padding: 0 50px;
    }

    .contact-map-row .entry-content {
        max-width: 60%;
    }

.map-bottom-row {
    color: #2C2C2C;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

    .map-bottom-row .button {
        margin-top: 35px;
        display: inline-block;
    }

.contact-location-row {
    background-color: rgb(0,175,215,0.2);
    margin-top: 80px;
    padding: 40px 0 280px 0;
    position: relative;
}

    .contact-location-row .wrapper {
        z-index: 2;
        position: relative;
    }

    .contact-location-row .page-title {
        margin-bottom: 30px;
    }

    .contact-location-row .footer-artwork {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

.location-bottom-row {
    color: #2C2C2C;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

    .location-bottom-row .button {
        margin-top: 35px;
        display: inline-block;
    }
/* Contact Page End */

/* Technical Consulting Service Start */
.service-page {
}

    .service-page .page-title.second {
        margin-bottom: 50px;
    }

    .service-page .sub-page-title {
        color: #2C2C2C;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .service-page .top-content {
        padding-bottom: 50px;
    }

    .service-page .featured-image {
        padding: 0 15px;
    }

    .service-page .entry-content {
        padding: 0 15px;
    }

    .service-page .what-we-do {
        padding: 30px 0 50px 0;
    }

    .service-page .entry-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .service-page .entry-content ul li {
        margin-bottom: 10px;
    }

        .service-page .entry-content ul li:last-child {
            margin-bottom: 0;
        }

    .service-page .entry-content .lgc-column:not(.lgc-last) {
        border-right: 1px solid #979797;
    }

    .service-page .why-choose-us {
        background-color: rgba(0,175,215,0.2);
        padding: 70px 0;
    }

    .service-page .page-bottom-content {
        padding: 70px 0;
    }
/* Technical Consulting Service End */

/* Splash Screen Popup Start */
.splash-screen-popup {
    position: fixed;
    width: 100%;
    max-width: 1300px;
    z-index: 999999;
    display: none;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

    .splash-screen-popup img {
        width: 100%;
        pointer-events: none;
    }

    .splash-screen-popup .popup-inner {
        margin: 0 auto;
        display: block;
        max-width: 700px;
    }

        .splash-screen-popup .popup-inner .entry-content {
            font-size: 20px;
            line-height: 30px;
        }

        .splash-screen-popup .popup-inner h2 {
            color: #004580;
            font-size: 52px;
            letter-spacing: -2px;
            line-height: 58px;
            text-align: center;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .splash-screen-popup .popup-inner .entry-content ul {
            list-style-type: none;
            margin-left: 0;
            margin-bottom: 0;
        }

            .splash-screen-popup .popup-inner .entry-content ul li {
                background-image: url(images/icon-list.png);
                background-repeat: no-repeat;
                background-position: 0 6px;
                background-size: 22px;
                padding-left: 40px;
                margin-bottom: 5px;
            }

    .splash-screen-popup .header-image {
    }

    .splash-screen-popup .footer-image {
        max-width: 90%;
        float: right;
        margin-top: -10%;
    }

.popup-overlap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}

.close-popup {
    background-color: #333;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 43px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 27px;
    border-radius: 50%;
}
/* Splash Screen Popup End */

.thank-you-page {
    text-align: center;
}

.thank-you-icon {
    margin-bottom: 30px;
}

/* Footer Start */
.footer-artwork {
    text-align: right;
}

    .footer-artwork img {
        max-width: 100%;
        width: 100%;
        pointer-events: none;
    }

footer {
    background-color: #404040;
    position: relative;
    padding: 35px 0 0 0;
}

    footer .wrapper-fluid {
        position: relative;
    }

    footer .logo {
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px;
    }

.footer-menu {
    display: inline-block;
    vertical-align: middle;
}

    .footer-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer-menu ul li {
            display: inline-block;
        }

            .footer-menu ul li a {
                color: #FFFFFF;
                font-size: 15px;
                font-weight: 500;
                line-height: 19px;
                text-align: center;
                padding: 0 10px;
            }

                .footer-menu ul li a:hover {
                    color: #00AFD7;
                }

.social-icon {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
}

    .social-icon a {
        width: 20px;
        height: 20px;
        color: #404040;
        background-color: #fff;
        display: inline-block;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        margin: 0 5px;
    }

        .social-icon a:hover {
        }

.contact-info {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    width: 480px;
    display: inline-block;
    margin: 30px 0 30px 35px;
    float: left;
}

    .contact-info p {
        margin-bottom: 0;
    }

.copyright {
    position: absolute;
    right: 0;
    bottom: 10px;
}

    .copyright .copyright-text {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        vertical-align: bottom;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

.live-chat {
    height: 117px;
    width: 184px;
    border-radius: 8px;
    background-color: #00AFD7;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    float: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 3;
}
/* Footer End */

/* Mobile Header Start */
.mobile-header {
    display: none;
    padding: 12px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 8;
}

    .mobile-header .logo {
        max-width: 150px;
        float: left;
        padding: 0 15px;
    }

    .mobile-header .header-right {
        float: right;
        padding: 3px 50px 0 0;
    }

        .mobile-header .header-right a {
            color: #404040;
            vertical-align: middle;
            font-size: 20px;
            margin-right: 10px;
        }

.mobile-search {
    display: block;
    visibility: hidden;
    opacity: 0;
    max-width: 90%;
    position: absolute;
    left: 5%;
    width: 100%;
    top: 50px;
    z-index: 3;
}

    .mobile-search.open {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .mobile-search .probox, .mobile-search .promagnifier {
        background-color: #404040 !important;
        background-image: none !important;
        box-shadow: none !important;
    }

.mobile-header .mobile-artwork {
    width: 100%;
    margin-top: 12px;
}

.banner img.mobile-artwork {
    display: none;
}

#responsive-menu-pro-container #responsive-menu-pro-wrapper {
    margin-top: 50px;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    height: auto !important;
    line-height: unset !important;
    width: auto !important;
    color: #ffffff !important;
    border-left: none !important;
    background-color: transparent !important;
    position: relative !important;
    right: inherit;
    top: inherit !important;
    bottom: inherit !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-left: 15px !important;
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content a {
    color: rgba(76, 76, 76, 1) !important;
}

body button#responsive-menu-pro-button {
    min-width: 25px !important;
    ;
    max-width: 25px !important;
    ;
    border-radius: 0 !important;
}

.mobile-header.fixed {
    border-bottom: 1px solid #93c90e;
}
/* Mobile Header End */

/* Left SideBar Start */
.left-sidebar .widget .toggle-icon {
    display: none;
    color: #2C2C2C;
}

.mobile-show {
    display: none;
}
/* Left SideBar End */

/* Live chat */
body .ui-widget-overlay {
    background: #000;
    opacity: .5;
}

.chat-popup iframe {
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    background-image: url(images/close.png) !important;
    border: none !important;
    border-radius: 0 !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    outline: none;
}

    .ui-dialog .ui-dialog-titlebar-close i {
        display: none;
    }

.ui-widget.ui-widget-content {
    border: none !important;
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px 20px !important;
    position: relative !important;
    border: none !important;
    background-color: #ccc;
}

.chat-popup .phone-info {
    position: absolute;
    right: 10px;
    top: 6px;
    line-height: 17px;
}

    .chat-popup .phone-info span {
        font-size: 9px;
        display: block;
    }

    .chat-popup .phone-info a {
        color: #00AFD7;
        font-weight: 600;
    }

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #00AFD7 !important;
    background: #00AFD7 !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 15px !important;
}

/* Form Stack Start */
.fsForm input[type="text"],
.fsForm input[type="email"],
.fsForm input[type="tel"],
.fsForm input[type="number"],
.fsForm input[type="password"],
.fsForm select,
.fsForm textarea {
    border: 0.5px solid #C8C9C7;
    border-radius: 4px;
    background-color: #F5F5F4;
    font-size: 16px !important;
    line-height: 25px;
    outline: none;
}

.fsForm .fsRow.fsFieldRow {
    float: left;
    width: 50%;
}

.fsForm #fsRow3137743-9, .fsForm #fsRow3137743-10 {
    width: 100%;
}

.fsForm .fsValidationError {
    background-color: transparent;
}

.fsPagination {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
}

#fsRow3137743-11 .fsValidationError .fsOptionLabel {
    color: red;
}

#fsRow3137743-11 legend {
    display: none !important;
}

#fsRow3137743-11 fieldset {
    border: none;
    padding: 0;
}
/* Form Stack End */

#cookie-notice .cn-button, #cookie-notice .cn-button:hover {
    margin-left: 10px;
    background-color: #004580 !important;
    background-image: none !important;
    border: none !important;
    outline: none !important;
}

/* Responsive Style Start */
@media only screen and (max-width: 1800px) {
}

@media only screen and (max-width: 1700px) {
    .banner-caption .header-phone {
        top: -85%;
    }

    .splash-screen-popup {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1599px) {
    .banner-caption .header-phone {
        top: -75%;
    }

    .header-artwork .header-phone {
        top: 15px;
    }

    .page-title {
        font-size: 48px;
        line-height: 52px;
    }

    .copyright {
        right: 180px;
    }
}

@media only screen and (max-width: 1439px) {
    .banner-caption .header-phone {
        top: -80%;
    }

    .splash-screen-popup {
        max-width: 1024px;
    }

    .header-phone {
        font-size: 14px;
    }

    .banner-caption h1 {
        font-size: 52px;
        line-height: 48px;
    }

    .banner-caption h2 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 10px;
    }

    .home-content .entry-content h2, .splash-screen-popup .popup-inner h2, .section-title {
        font-size: 42px;
        line-height: 46px;
    }

    .header-artwork .header-phone br {
        display: none;
    }

    .copyright {
        right: 220px;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper-fluid, .wrapper {
        width: 970px;
    }

    .splash-screen-popup {
        max-width: 970px;
    }

    .navigation .navbar ul li a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .banner-caption {
        max-width: 880px;
        margin-top: 50px;
    }

    .home-content .entry-content p {
        margin-bottom: 30px;
    }

    hr {
        margin: 20px 0;
    }

    .list-icon-box .box-title {
        font-size: 20px;
    }

    .list-image-box .image-meta .box-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .list-image-box .image-meta {
        padding: 20px 20px;
    }

    footer .logo {
        max-width: 150px;
        margin-right: 20px;
    }

    .footer-menu ul li a {
        font-size: 14px;
        line-height: 17px;
        padding: 0 3px;
    }

    .social-icon a {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
        margin: 1px;
    }

    .contact-info {
        max-width: 45%;
    }

    .copyright {
        right: 130px;
    }

        .copyright .copyright-text {
        }

        .copyright .live-chat {
            width: 38%;
            max-width: 175px;
        }

    .find-test-caregory {
        margin-top: 0;
    }

    .event-single-page .list-icon-box img {
        max-width: 50px;
        margin-bottom: 10px;
    }

    .posts-list .post-box.post-image-false {
        width: 1010px;
    }

    .contact-location-row {
        padding: 40px 0 220px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .navigation .navbar ul li ul {
        padding-top: 25px;
    }

    .button, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
        padding: 10px 40px;
    }

    .splash-screen-popup {
        max-width: 750px;
    }

        .splash-screen-popup .popup-inner {
            max-width: 600px;
        }

            .splash-screen-popup .popup-inner .entry-content {
                font-size: 18px;
                line-height: 28px;
            }

    .header-top {
        padding: 5px 0 8px 0;
    }

    .navigation {
        padding: 15px 0;
    }

    .banner-caption h1 {
        font-size: 42px;
        line-height: 46px;
    }

    .banner-caption h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .banner-caption p {
        margin-bottom: 30px;
    }

    .banner-caption .header-phone br {
        display: none;
    }

    .banner-caption .header-phone {
        top: -85%;
    }

    .header-artwork .header-phone {
        right: 15px;
    }

    .page-title {
        font-size: 38px;
        line-height: 42px;
    }

    .find-test-page .page-sub-title {
        font-size: 38px;
        line-height: 42px;
    }

    .experts-item .experts-image {
        margin-bottom: 10px;
    }

    .our-experts-page .page-title {
        margin-bottom: 30px;
    }

    .experts-bio-page .experts-bio-details {
        padding-top: 0;
    }

    .post-insights .post-insights-inner {
        padding: 25px;
    }

    .post-insights .post-insights-title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .experts-bio-page .experts-image {
        padding: 0 15px;
    }

    .experts-bio-page .experts-bio-details {
        padding: 0 15px;
    }

    .service-page .top-content {
        padding-bottom: 0;
    }

    .service-page .what-we-do {
        padding: 10px 0 20px 0;
    }

    .service-page .why-choose-us {
        padding: 30px 0;
    }

    .service-page .page-title.second {
        margin-bottom: 20px;
    }

    .service-page .page-bottom-content {
        padding: 30px 0 20px 0;
    }

    .find-test-caregory .left-sidebar, .find-test-caregory .widget-title, .find-test-single-page .widget-title, .template-page .left-sidebar {
        display: none;
    }

    .post-list-wrapper {
        width: 100%;
        float: none;
        padding-left: 0;
        border-left: none;
    }

    .find-test-caregory .row, .find-test-single-page .row, .news-event-page .row, .single-page .row, .submit-sample-page .row {
        margin-left: 0;
        margin-right: 0;
    }

    .find-test-caregory-image .page-title {
        width: 60%;
        padding: 30px;
        min-height: 180px;
    }

    .find-test-caregory-image {
        margin-bottom: 30px;
    }

    .posts-list {
        display: inline-block;
    }

    .education-page .row {
        margin-left: 0;
        margin-right: 0;
    }

    .event-single-page .page-title {
        margin: 20px 0 30px 0;
    }

    .event-banner .header-phone {
        right: 15px;
    }

    .education-page .entry-content {
        margin-bottom: 30px;
    }

    .news-event-page .entry-content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .find-test-single-page .left-sidebar {
        display: none;
    }

    .left-sidebar {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

        .left-sidebar .widget ul {
            display: none;
        }

        .left-sidebar .widget .toggle-icon {
            display: inline-block;
        }

        .left-sidebar h4 {
            margin-bottom: 5px;
            color: #2C2C2C;
        }

        .left-sidebar .widget .toggle-icon i.open {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .left-sidebar .widget.open ul {
            display: block;
        }

        .left-sidebar .widget br {
            display: none;
        }

    .mobile-show {
        display: block;
    }

    .template-page .row {
        margin-left: 0;
        margin-right: 0;
    }

    .posts-list .post-box.post-image-false {
        width: 930px;
    }

    .contact-location-row {
        padding: 40px 0 150px 0;
    }

    .live-chat {
        height: 25px;
        width: 120px;
        padding-top: 10px;
        right: 10px;
        z-index: 7;
    }

    .submit-sample-page .left-sidebar {
        display: none;
    }

    .submit-sample-page .post-list-wrapper {
        width: 100%;
        padding: 0;
    }

    .submit-sample-form ul li {
        max-width: 98%;
    }
}

@media only screen and (max-width: 1023px) {
    .button, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
        padding: 10px 30px;
    }

    .wrapper-fluid, .wrapper {
        width: 730px;
    }

    .splash-screen-popup {
        width: 90%;
    }

        .splash-screen-popup .popup-inner {
            max-width: 90%;
        }

    .close-popup {
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .header-top ul li {
        padding: 0 10px;
    }

    .navigation {
        padding: 10px 0;
    }

    .banner-caption .header-phone {
        display: none;
    }

    .navigation .header-serach {
        max-width: 14%;
    }

        .navigation .header-serach #ajaxsearchlite1 .probox .proclose {
            right: -28px;
        }

    .navigation .navbar ul li a {
        padding: 0 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .navigation .navbar ul li ul {
        padding-top: 21px;
    }

        .navigation .navbar ul li ul li a {
            font-size: 12px;
            line-height: 14px;
        }

    .header-top a {
        font-size: 11px;
    }

    .navigation .header-serach #ajaxsearchlite1 .probox .promagnifier .innericon svg {
        width: 16px;
    }

    .navigation .header-serach #ajaxsearchlite1 .probox .promagnifier {
        width: 25px;
    }

    .navigation .header-serach #ajaxsearchlite1 .probox .proinput form input[type="search"] {
        padding: 0 15px 0 28px !important;
        font-size: 12px;
    }

    .banner-caption {
        max-width: 700px;
        margin-top: 30px;
    }

        .banner-caption h1 {
            font-size: 38px;
            line-height: 42px;
        }

        .banner-caption h2 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 10px;
        }

    .home-content .entry-content h2, .splash-screen-popup .popup-inner h2, .section-title {
        font-size: 32px;
        line-height: 38px;
    }

    .splash-screen-popup .popup-inner .entry-content {
        font-size: 16px;
        line-height: 26px;
    }

        .splash-screen-popup .popup-inner .entry-content ul li {
            background-size: 16px;
            padding-left: 30px;
        }

    .banner-caption p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-caption p {
        max-width: 450px;
    }

    .home-content .entry-content {
        font-size: 16px;
        line-height: 26px;
    }

    .home-content {
        padding-bottom: 20px;
    }

    .list-icon-box img {
        max-width: 70px;
        margin-bottom: 10px;
    }

    .list-icon-box {
        padding: 0 10px;
    }

        .list-icon-box .box-title {
            font-size: 16px;
            margin-bottom: 5px;
        }

    .news-events {
        padding: 0;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .news-events {
        margin-bottom: 0;
    }

    footer .logo {
        max-width: 170px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    footer {
        padding: 25px 0 0 0;
    }

    .footer-menu {
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .social-icon {
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }

    .contact-info {
        margin: 0 auto;
        display: block;
        float: none;
        text-align: center;
        margin-top: 20px;
        max-width: 600px;
        width: 100%;
    }

    .contact-info {
        font-size: 14px;
        line-height: 22px;
    }

    .copyright {
        bottom: inherit;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        display: inline-block;
        background-color: #404040;
        padding: 15px 0;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
    }

        .copyright .copyright-text {
            width: 100%;
            padding: 0 0 20px 0;
        }

    .social-icon a {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
        margin: 0 4px;
    }

    div#ajaxsearchliteres1 {
        right: 0 !important;
        left: inherit !important;
    }

    .copyright .live-chat {
        height: 75px;
    }

    .list-image-box .image-meta .box-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .list-image-box .image-meta {
        padding: 15px 15px;
    }

    .list-icon-box .box-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .header-artwork .header-phone {
        top: 5px;
    }

    .experts-item {
        padding: 0 15px;
    }

    .field-find-test {
        margin: 10px auto;
    }

    .find-test-page .page-sub-title {
        margin-bottom: 15px;
    }

    .category-items-list {
        margin: 30px auto 10px auto;
    }

    .category-item .category-title {
        font-size: 20px;
        line-height: 24px;
    }

    .event-banner .header-phone {
        display: none;
    }

    .event-single-page .list-icon-box .box-title {
        font-size: 18px;
    }

    .event-single-page .list-icon-box .box-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .posts-list .post-box.post-image-false {
        width: 685px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-fluid, .wrapper {
        padding: 0 15px;
        width: auto;
        max-width: 420px;
    }

    body {
        padding-top: 50px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
        width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .entry-content h2, .entry-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .entry-content h5 {
        font-size: 17px;
        line-height: 21px;
    }

    .entry-content h6 {
        font-size: 15px;
        line-height: 19px;
    }

    .entry-content iframe {
        max-width: 100%;
        height: 200px;
    }

    .button, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
        min-width: 180px;
        display: inline-block;
        font-weight: 400;
    }

    .mobile-header {
        display: inline-block;
    }

    .page-child .mobile-header {
        border-bottom: 1px solid #93c900;
        box-shadow: none;
    }

    header {
        display: none;
    }

    .splash-screen-popup .popup-inner {
        overflow-y: auto;
        max-height: 60vh;
        margin-bottom: 30px;
    }

        .splash-screen-popup .popup-inner h2 {
            font-size: 26px;
            line-height: 32px;
        }

        .splash-screen-popup .popup-inner .entry-content {
            font-size: 15px;
            line-height: 20px;
        }

            .splash-screen-popup .popup-inner .entry-content ul li {
                background-size: 13px;
                padding-left: 26px;
            }

    .close-popup {
        top: -10px;
        right: -10px;
    }

    .banner-caption h1, .banner-caption h2 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 0;
    }

    .banner-caption h2 {
        margin-bottom: 15px;
    }

    .banner .banner-image {
        display: none;
    }

    .banner-caption {
        max-width: 100%;
        margin: 0;
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        right: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        text-align: center;
        padding-bottom: 25px;
        border-bottom: 2px solid #888B8D;
    }

        .banner-caption p, .home-content .entry-content {
            font-size: 16px;
            line-height: 22px;
        }

            .banner-caption p, .home-content .entry-content p {
                margin-bottom: 20px;
            }

            .home-content .entry-content h2, .section-title {
                font-size: 26px;
                letter-spacing: -1.04px;
                line-height: 32px;
                text-align: center;
                margin-bottom: 20px;
            }

    .home-content {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .offers-wrapper {
        padding: 0;
    }

    .list-icon-box .box-title {
        font-size: 18px;
        line-height: 24px;
        color: #4C4C4C;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .list-icon-box .box-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .list-icon-box {
        padding: 0;
        margin-bottom: 50px;
    }

        .list-icon-box .button {
            display: block;
        }

        .list-icon-box img {
            max-width: 90px;
        }

    .list-image-box {
        padding: 0;
        margin-bottom: 30px;
    }

    .footer-menu ul li a {
        font-size: 14px;
        line-height: 16px;
        padding: 0 6px;
    }

    footer {
        padding: 35px 0 0 0;
    }

        footer .logo {
            margin-bottom: 25px;
        }

        footer .contact-info {
            display: none;
        }

    .social-icon a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin: 0 10px;
    }

    .copyright .copyright-text {
        font-weight: 300;
        line-height: 22px;
    }

    .copyright .live-chat {
        height: 70px;
        max-width: 180px;
        width: 100%;
    }

    .banner img.mobile-artwork {
        display: block;
    }

    .header-artwork .header-phone {
        display: none;
    }

    .page-title {
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 26px;
        letter-spacing: -1px;
        line-height: 32px;
    }

    .single-post .page-title {
        margin-bottom: 10px;
    }

    .page-child .page-title {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .our-experts-page .page-title {
        margin-bottom: 30px;
    }

    .our-experts-page .col-3 {
        width: 50%;
    }

        .our-experts-page .col-3:nth-child(2n+1) {
            clear: both;
        }

        .our-experts-page .col-3:nth-child(3n+1) {
            clear: none;
        }

        .our-experts-page .col-3:nth-child(odd) {
            clear: both;
        }

    .our-experts-page .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .experts-item {
        padding: 0 8px;
    }

        .experts-item .experts-title {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .experts-item .experts-designation {
            font-size: 14px;
            line-height: 20px;
        }

    .experts-bio-page .experts-image .page-title {
        display: block;
    }

    .experts-bio-page .experts-bio-details .page-title {
        display: none;
    }

    .experts-bio-page .experts-bio-details, .experts-bio-page .experts-image {
        padding: 0;
    }

    .experts-bio-page .experts-bio-details {
        margin-top: 15px;
    }

    .experts-bio-page {
        margin-top: 20px;
    }

    .experts-insights {
        margin: 30px 0 0 0;
    }

        .experts-insights .page-sub-title {
            display: none;
        }

    .post-insights .post-insights-inner {
        padding: 15px;
    }

    .post-insights .post-insights-title {
        line-height: 22px;
    }

    .post-insights-row {
        margin-bottom: 10px;
    }

    .service-page .sub-page-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .service-page .featured-image, .service-page .entry-content {
        padding: 0;
    }

        .service-page .entry-content h2 {
            font-size: 24px;
            margin-bottom: 10px;
            line-height: 26px;
            text-align: center;
            margin: 20px 0;
        }

    .entry-content .button {
        text-align: center;
        margin: 0 auto;
        display: block;
        max-width: 180px;
    }

    .service-page .what-we-do {
        padding: 0 0 20px 0;
    }

    .service-page .entry-content .list-secondary li:before {
        display: none;
    }

    .service-page .entry-content ul {
        padding-left: 25px;
    }

        .service-page .entry-content ul li {
            list-style-type: disc;
        }

    .entry-content .list-secondary {
        margin-bottom: 10px;
    }

    .inside-grid-column {
        margin-bottom: 0 !important;
    }

    .service-page .entry-content .lgc-column:not(.lgc-last) {
        border-right: none;
    }

    .service-page .why-choose-us {
        padding: 15px 0 25px 0;
    }

    .service-page .what-we-do.page-bottom-content {
        padding: 15px 0 0 0;
    }

    .service-page .page-bottom-content .entry-content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .service-page .entry-content h4 br {
        display: none;
    }

    .hidden-mobile {
        display: none;
    }

    .field-find-test .find_test_search {
        height: 40px;
    }

    .field-find-test .fa-search {
        top: 12px;
    }

    .find-test-page .page-title {
        margin-bottom: 15px;
    }

    .find-test-form {
        margin-bottom: 20px;
    }

    .find-test-page .page-sub-title {
        margin-bottom: 10px;
        font-size: 26px;
        letter-spacing: -1px;
        line-height: 32px;
    }

    .find-test-page .sub-heading {
        font-size: 16px;
        line-height: 22px;
    }

    .category-items-list .category-item {
        margin-bottom: 15px;
    }

        .category-items-list .category-item a {
            padding: 12px 10px;
            border: 0.5px solid #97999B;
            border-radius: 4px;
            background-color: #FFFFFF;
            box-shadow: none;
        }

    .category-item .category-title {
        font-size: 18px;
        line-height: 22px;
        min-height: 1px;
    }

    .find-test-page .category-bottom br {
        display: none;
    }

    .category-items-list {
        margin: 30px auto 0 auto;
    }

    .select-industry-bg {
        padding: 30px 0;
    }

    .test-sub-category-bg {
        padding: 30px 0 70px 0;
        background-color: rgba(0,175,215,0.3);
        background-image: none;
    }

    .category-item img {
        max-width: 40px;
    }

    .find-test-caregory-image .page-title {
        width: auto;
        padding: 0;
        min-height: 1px;
        position: relative;
        background-image: none;
        color: #004580;
        text-align: center;
    }

    .find-test-caregory .entry-content, .find-test-single-page .entry-content {
        margin-bottom: 0;
    }

    .find-test-caregory .category-item {
        margin-bottom: 30px;
    }

    .find-test-caregory .entry-content h4 {
        margin-bottom: 5px;
    }

    .entry-content ul {
        margin-left: 30px;
    }

        .entry-content ul li {
            margin-bottom: 0;
            word-wrap: break-word;
        }

    .entry-content h5 {
        font-size: 17px;
        line-height: 23px;
    }

    .find-test-caregory .category-posts-list li a {
        color: #009DC1;
    }

    .find-test-single-page .featured-image {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }

        .find-test-single-page .featured-image img {
            width: 100%;
        }

    .find-test-single-page .page-title {
        top: inherit;
        text-align: center;
    }

    .find-test-caregory .sub-category-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .event-single-page .more-link {
        display: none;
    }

    .event-single-page .col-4 {
        width: 50%;
    }

        .event-single-page .col-4:nth-child(odd) {
            clear: both;
        }

    .event-single-page .list-icon-box .box-title {
        font-size: 17px;
        line-height: normal;
    }

    .event-single-page .list-icon-box {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .event-single-page .col-4:last-child .list-icon-box, .event-single-page .col-4:nth-last-child(3) .list-icon-box {
        margin-bottom: 0px;
    }

    .event-single-page br {
        display: none;
    }

    .event-single-page .button {
        margin: 10px 0;
    }

    .event-page .events-list .event-box .event-meta .event-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .event-page .events-list .event-box {
        padding: 0;
    }

    .posts-list .post-box {
        display: inline-block;
        max-width: 90%;
        padding: 5%;
    }

        .posts-list .post-box:first-child .post-image, .event-category .event-page .events-list .event-box:first-child .event-image, .posts-list .post-box:not(.post-image-false) .post-meta {
            display: block;
            width: 100%;
            max-width: 100%;
        }

        .posts-list .post-box:not(.post-image-false) .post-meta {
            padding: 0;
        }

        .posts-list .post-box .post-image {
            margin-bottom: 20px;
            width: 100%;
        }

    .education-page .post-list-wrapper .posts-list .post-box .button {
        padding: 12px 20px;
        width: auto;
        text-align: center;
        margin: 0 auto;
        display: block;
        margin-top: 15px;
    }

    .posts-list .post-box .post-meta br {
        display: none;
    }

    .posts-list .post-box .post-meta .post-date {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .posts-list .post-box .post-meta .post-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .left-sidebar h4 {
        font-size: 18px;
    }

    .posts-list .post-box .post-meta .post-expert {
        word-wrap: break-word;
        font-size: 16px;
        line-height: 22px;
    }

    .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper select, .gform_wrapper textarea {
        height: 45px;
        padding: 10px 10px !important;
        font-size: 14px !important;
    }

    .page-child .header-artwork {
        display: none;
    }

    .contact-page .contact_info .button {
        margin-top: 10px;
    }

    .contact-page .contact_info {
        margin-bottom: 30px;
    }

    .contact-map-row .contact_map {
        display: block;
        width: 90%;
        max-width: 420px;
        margin: 0 auto;
    }

        .contact-map-row .contact_map iframe {
            height: 50vh;
        }

    .contact-map-row .content_right {
        display: block;
        width: auto;
        padding: 0 15px;
        max-width: 420px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .contact-map-row .entry-content {
        max-width: 100%;
    }

    .map-bottom-row, .location-bottom-row {
        font-size: 16px;
        line-height: 22px;
    }

        .map-bottom-row br, .location-bottom-row br {
            display: none;
        }

        .map-bottom-row .button {
            margin-top: 20px;
        }

    .contact-map-row {
        margin: 20px 0 10px 0;
    }

    .contact-location-row {
        padding: 15px 0 80px 0;
        margin-top: 30px;
    }

    .alignleft, .alignright, .aligncenter {
        margin: 15px auto;
        display: block;
        float: none;
    }

    .post-navigation a.prev-post i {
        margin-right: 5px;
    }

    .post-navigation a.next-post i {
        margin-left: 5px;
    }

    .post-navigation a i {
        font-size: 20px;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        min-width: 20px;
    }

    .ui-widget.ui-widget-content {
        max-width: 100%;
        z-index: 99999 !important;
    }

    .chat-popup .phone-info {
        font-size: 15px;
    }

    .chat-popup .phone-info {
        position: relative;
        right: inherit;
        top: inherit;
        line-height: 17px;
        text-align: center;
        padding: 5px 0;
    }

        .chat-popup .phone-info span {
            font-size: inherit;
            display: inline-block;
        }

    .live-chat {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .copyright {
        padding: 15px 0 25px 0;
    }

    .fsForm .fsRow.fsFieldRow {
        float: left;
        width: 100%;
    }

    .fsFirst.fsLast.fsFieldCell {
        padding: 0 !important;
        width: 100% !important;
        display: inline-block;
    }

    label.fsLabel {
        display: block;
        margin-bottom: 2px;
    }

    .fsForm input[type="text"], .fsForm input[type="email"], .fsForm input[type="tel"], .fsForm input[type="number"], .fsForm input[type="password"], .fsForm select, .fsForm textarea {
        width: 100%;
        max-width: 92%;
        display: inline-block;
        padding: 8px 10px 8px 10px;
        float: none;
    }

    .fsForm .fsRow.fsFieldRow {
        margin-bottom: 10px;
    }

    .cookie-notice-container {
        width: auto !important;
        padding: 5px 5px 8px 5px !important;
    }

    #cookie-notice .cn-button {
        display: inline-block !important;
        padding: 2px 0 !important;
        max-width: 100% !important;
        width: 40% !important;
        float: none !important;
        min-width: 1px !important;
        margin: 0 10px !important;
    }

    span#cn-notice-text {
        margin-bottom: 5px;
        display: block;
    }

    .submit-sample-form ul li {
        overflow: visible;
        height: auto;
        border-radius: 0;
        max-width: 100%;
        padding: 0;
        text-align: center;
        line-height: 30px;
        padding-bottom: 10px;
    }

        .submit-sample-form ul li a.button {
            float: none;
            padding: 10px 20px;
            min-width: 100px;
            display: inline-block;
        }

        .submit-sample-form ul li a:not(.button) {
            float: none;
            min-width: 100px;
            display: inline-block;
            margin: 0 auto;
        }

    .submit-sample-form {
        margin: 10px 0 30px 0;
    }

        .submit-sample-form ul li span {
            display: block;
            text-align: center;
            line-height: normal;
            margin: 10px 0;
        }
}
/* Responsive Style End */
