@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/Euclid-Circular-A-Light.ttf') format('truetype');

    font-weight: 300;

    font-style: normal;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/Euclid-Circular-A-Light-Italic.ttf') format('truetype');

    font-weight: 300;

    font-style: italic;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-Regular.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-Regular.ttf') format('truetype');

    font-weight: 400;

    font-style: normal;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-RegularItalic.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-Italic.ttf') format('truetype');

    font-weight: 400;

    font-style: italic;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-Medium.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-Medium.ttf') format('truetype');

    font-weight: 500;

    font-style: normal;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-MediumItalic.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-Medium-Italic.ttf') format('truetype');

    font-weight: 500;

    font-style: italic;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-Semibold.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-SemiBold.ttf') format('truetype');

    font-weight: 600;

    font-style: normal;

}



@font-face {

    font-family: 'EuclidCircularA';

    src: url('../font/EuclidCircularA-SemiboldItalic.otf') format('("opentype");'),

        url('../font/Euclid-Circular-A-SemiBold-Italic.ttf') format('truetype');

    font-weight: 600;

    font-style: italic;

}

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

}



/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block;

}



body {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;

    font-family: 'EuclidCircularA', sans-serif;

}



ol, ul {

    list-style: none;

}



blockquote, q {

    quotes: none;

}



blockquote:before, blockquote:after, q:before, q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.layouts-title {

    font-size: 26px;

    margin: 15px 0px;

}



.layouts ul li {

    margin-bottom: 5px;

}



.layouts ul li a {

    font-size: 17px;

    display: inline-block;

    padding: 3px 10px;

}



.layouts ul li a:hover {

    background: #000;

    color: #fff;

}



/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {

    float: left;

}



.row {

    width: 100%;

    max-width: 1240px;

    padding: 0 20px;

}



.row-1440 {

    max-width: 1480px;

}



.row-full {

    max-width: 100%;

}



/* -- main styles -- */

.nopad {

    padding: 0px;

}



.nopadleft {

    padding-left: 0px;

}



.nopadright {

    padding-right: 0px;

}



strong {

    font-weight: bold;

}



i {

    font-style: italic;

}



em {

    font-style: italic;

}



.clear {

    clear: both;

}



.left {

    float: left;

    margin-right: 15px;

    margin-bottom: 15px;

}



.right {

    float: right;

    margin-left: 15px;

    margin-bottom: 15px;

}



.alignleft {

    float: left;

    margin-right: 15px;

    margin-bottom: 15px;

}



.alignright {

    float: right;

    margin-left: 15px;

    margin-bottom: 15px;

}



.aligncenter, div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.wp-caption {

    max-width: 100%;

    margin-bottom: 15px;

}



.invi {

    visibility: hidden;

    opacity: 0;

}



/* preloader */

.preloader {

    display: inline-block;

    width: 25px;

    height: 25px;

    border: 3px solid hsla(0, 0%, 100%, .3);

    border-top-color: rgba(255, 255, 255, 0.3);

    border-right-color: rgba(255, 255, 255, 0.3);

    border-bottom-color: rgba(255, 255, 255, 0.3);

    border-left-color: rgba(255, 255, 255, 0.3);

    border-radius: 50%;

    border-top-color: #ccc !important;

    -webkit-animation: a 1s ease-in-out infinite;

    animation: a 1s ease-in-out infinite;

    z-index: 50;

}



@-webkit-keyframes a {

    to {

        -webkit-transform: rotate(1turn);

        transform: rotate(1turn)

    }



}



@keyframes a {

    to {

        -webkit-transform: rotate(1turn);

        transform: rotate(1turn)

    }



}



/*   hamburger   */

.hamburger {

    font: inherit;

    display: inline-block;

    overflow: visible;

    margin: 0;

    padding: 0;

    cursor: pointer;

    transition-timing-function: linear;

    transition-duration: .15s;

    transition-property: opacity, filter;

    text-transform: none;

    color: inherit;

    border: 0;

    background-color: transparent;

    float: right;

    display: none;

}



.hamburger:hover {

    opacity: 1;

}



.hamburger-box {

    position: relative;

    display: inline-block;

    width: 18px;

    height: 20px;

    float: right;

}



.hamburger-inner {

    top: 50%;

    display: block;

    margin-top: -2px;

}



.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {

    border-radius: 2px;

    position: absolute;

    width: 18px;

    height: 1px;

    transition-timing-function: ease;

    transition-duration: .15s;

    transition-property: transform;

    background-color: #fff;

}



.hamburger-inner:after, .hamburger-inner:before {

    display: block;

    content: "";

}



.hamburger-inner:before {

    top: -6px;

}



.hamburger-inner:after {

    bottom: -6px;

}



.hamburger--squeeze .hamburger-inner {

    transition-timing-function: cubic-bezier(.55, .055, .675, .19);

    transition-duration: 75ms;

}



.hamburger--squeeze .hamburger-inner:before {

    transition: top 75ms ease .12s, opacity 75ms ease;

}



.hamburger--squeeze .hamburger-inner:after {

    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);

}



.hamburger--squeeze.is-active .hamburger-inner {

    transition-delay: .12s;

    transition-timing-function: cubic-bezier(.215, .61, .355, 1);

    transform: rotate(45deg);

}



.hamburger--squeeze.is-active .hamburger-inner:before {

    top: 0;

    transition: top 75ms ease, opacity 75ms ease .12s;

    opacity: 0;

}



.hamburger--squeeze.is-active .hamburger-inner:after {

    bottom: 0;

    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;

    transform: rotate(-90deg);

}



header.color .hamburger-inner, 

header.color .hamburger-inner:after, 

header.color .hamburger-inner:before {

    background-color: #002f4c;

}



/* main style */

main {

    overflow: hidden;

}



header {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    padding: 22px 0;

    z-index: 999;

}



.header-hold {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.header-right {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.header-logo {

    margin-right: 20px;

}



.header-logo img {

    max-height: 56px;

}



.header-nav {

    margin-right: 45px;

}



.header-nav ul li {

    float: left;

    margin-right: 30px;

    position: relative;

}



.header-nav ul li a {

    font-size: 16px;

    line-height: 1.25;

    color: #fff;

    text-decoration: underline solid transparent;

    transition: 0.2s ease-in-out;

}



.header-nav ul li a:hover {

    color: #fff;

    text-decoration: underline solid Currentcolor;

}



.header-btns {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.header-btns ul li {

    float: left;

    margin-right: 18px;

}



.header-btns ul li:last-child {

    margin-right: 0;

}



.btn-white-border, .btn-white-border:focus, .btn-white-border:active {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    min-height: 45px;

    min-width: 157px;

    padding: 10px 26px;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0.5);

    transition: 0.2s ease-in-out;

    text-align: center;

}



.btn-white-border:hover {

    color: #fff;

    border-color: #fff;

}



.btn-white-border img {

    max-height: 23px;

    margin-right: 10px;

}



.home .homepage-intro-section {

    min-height: 720px;

}

.homepage-intro-section {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    min-height: 600px;

    background: #000;

    position: relative;

    padding: 223px 0 100px;

    overflow: hidden;

}



.homepage-intro-bg {

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: 0;

}



.homepage-intro-down {

    position: absolute;

    bottom: 30px;

    left: 50%;

    transform: translateX(-50%);

    width: 15px;

    height: 8px;

    background: url(../img/vector-down-white.svg) no-repeat center center;

    background-size: contain !important;

    z-index: 5;

}



.homepage-intro-section .row {

    position: relative;

    z-index: 1;

}



.intro-title-64-white {

    font-weight: 400;

    font-size: 64px;

    line-height: 1.06;

    color: #fff;

    margin-bottom: 40px;

}



.intro-text-16-white {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;

    color: #fff;

}



.homepage-intro-section .intro-text-16-white {

    margin-bottom: 48px;

}



.btn-white, .btn-white:focus, .btn-white:active {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    min-height: 45px;

    min-width: 157px;

    padding: 10px 26px;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #002F4C;

    background: #fff;

    border: 1px solid #fff;

    transition: 0.2s ease-in-out;

    text-align: center;

}



.btn-white:hover {

    color: #fff;

    background: transparent;

}



.btn-white img {

    max-height: 23px;

    margin-right: 10px;

}



.intro-btns ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}



.intro-btns ul li {

    float: left;

    margin: 0 30px 0 0;

}



.intro-btns ul li:last-child {

    margin-right: 0;

}



.homepage-services-section {

    padding: 70px 0 124px;

}



.section-title-24 {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    font-weight: 300;

    font-size: 24px;

    line-height: 1.28;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: #002F4C;

    margin-bottom: 60px;

}



.homepage-services-section-list > ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    width: calc(100% + 30px);

}



.homepage-services-section-list > ul > li {

    float: left;

    width: calc(50% - 30px);

    margin: 0 30px 30px 0;

    background: #F7F7F7;

}



.homepage-services-section-list > ul > li a {

    display: block;

    width: 100%;

    height: 100%;

    position: relative;

    padding: 65px 150px 114px 45px;

    transition: 0.2s ease-in-out;

}



.homepage-services-section-list > ul > li a:hover {

    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);

}



.homepage-services-section-list > ul > li a:hover .link-more-info {

    color: #002F4C;

}



.homepage-services-section-list > ul > li a img {

    max-width: 90px;

    max-height: 70px;

    position: absolute;

    top: 37px;

    right: 45px;

}



.bg-grey {

    background: #f6f6f6 !important;

}



.section-list-title {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 20px;

}



.section-list-text {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #003057;

    margin-bottom: 20px;

}



.section-list-text p:last-child {

    margin-bottom: 0;

}



.section-list-text strong {

    font-weight: 500;

}



.section-list-link {

    position: absolute;

    bottom: 48px;

    left: 45px;

}



.link-more-info, .link-more-info:focus, .link-more-info:active {

    display: inline-block;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.29;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #8AA1A9;

    transition: 0.2s ease-in-out;

    white-space: nowrap;

}



.link-more-info:hover {

    color: #002F4C;

}



.img-object-fit img {

    background-size: cover !important;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    height: 100%;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.homepage-tools-section {

    position: relative;

}



.homepage-tools-section::after {

    content: '';

    width: 100%;

    height: 60px;

    background: #F6F6F6;

    position: absolute;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: -1;

}



.homepage-tools-section .row {

    position: relative;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

}



.homepage-tools-section-img-hold {

    position: relative;

    min-height: 100%;

}



.homepage-tools-section-img {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: calc(100% + 25px);

    transform: translateX(-23%);

}



.homepage-tools-section-box {

    padding: 68px 0 0 8px;

}



.homepage-tools-section-list ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    padding-bottom: 60px;

}



.homepage-tools-section-list ul li {

    float: left;

    width: 42.5%;

    margin: 0 15% 110px 0;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -ms-flex-line-pack: justify;

    align-content: space-between;

}



.homepage-tools-section-list ul li:nth-child(2n) {

    margin-right: 0;

}



.homepage-tools-section-list ul li>div {

    width: 100%;

}



.homepage-tools-section-list ul li img {

    width: 32px;

    height: 32px;

    margin-bottom: 16px;

}



.section-list-text-14 {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #002F4C;

    margin-bottom: 32px;

}



.link-show-all, .link-show-all:focus, .link-show-all:active {

    display: inline-block;

    font-weight: 400;

    font-size: 14px;

    line-height: 18px;

    text-align: right;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #8AA1A9;

    padding-bottom: 5px;

    position: relative;

    transition: 0.2s ease-in-out;

    white-space: nowrap;

    text-decoration: none;

}



.link-show-all::after {

    content: '';

    width: 100%;

    height: 1px;

    background: #8AA1A9;

    position: absolute;

    right: 0;

    bottom: 0;

    left: 0;

    transition: 0.2s ease-in-out;

}



.link-show-all:hover {

    color: #002F4C;

}



.link-show-all:hover::after {

    background: #002F4C;

}



.section-title-24 .link-show-all, .section-title-24 .link-show-all:focus, .section-title-24 .link-show-all:active {

    margin-left: 20px;

}



.homepage-tools-section .section-title-24 {

    margin-bottom: 80px;

}



.homepage-numbers-section {

    background: #F6F6F6 url(../img/bg-home-numbers-section.svg) no-repeat top center;

    background-size: contain !important;

    padding-top: 62px;

}



.homepage-numbers-section-hold {

    padding: 70px 0 53px;

}



.homepage-numbers-section-hold .section-title-24 {

    margin-bottom: 40px;

}



.homepage-numbers-section-list ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

}



.homepage-numbers-section-list ul li {

    float: left;

    width: 50%;

    margin: 0 0 80px 0;

    padding-right: 10%;

}



.homepage-numbers-section-list ul li:nth-child(2n) {

    padding-right: 0;

}



.homepage-numbers-section-list-title {

    font-weight: 400;

    font-size: 40px;

    line-height: 1.275;

    color: #002F4C;

    margin-bottom: 13px;

}



.homepage-numbers-section-list .section-list-text-14 {

    margin-bottom: 0;

}



.homepage-latest-section {

    padding: 88px 0;

}



.homepage-latest-section-list ul {

    width: calc(100% + 81px);

}



.homepage-latest-section-list ul li {

    float: left;

    width: calc(28% - 81px);

    margin: 0 81px 0 0;

}



.homepage-latest-section-list ul li:first-child {

    width: calc(44% - 81px);

}



.homepage-latest-section-list ul li a {

    display: block;

    width: 100%;

    height: 100%;

    position: relative;

    padding-bottom: 24px;

}



.homepage-latest-section-list ul li a:hover .link-more-info {

    color: #002F4C;

}



.homepage-latest-section-list-img {

    position: relative;

    padding-bottom: 75%;

    margin-bottom: 22px;

}



.homepage-latest-section-list-title {

    font-weight: 500;

    font-size: 18px;

    line-height: 1.39;

    color: #002F4C;

    margin-bottom: 16px;

}



.homepage-latest-section-list ul li:first-child .homepage-latest-section-list-title {

    font-size: 24px;

    line-height: 1.46;

}



.homepage-latest-section-list-text {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #002F4C;

    margin-bottom: 16px;

}



.homepage-latest-section-list-btn {

    position: absolute;

    bottom: 0;

    left: 0;

}



.homepage-testimonails-section {

    background: #F6F6F6;

    padding: 70px 0;

}



.testimonials-wrapper {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.testimonials-left {

    position: relative;

}



.testimonials-text {

    font-weight: 300;

    font-size: 24px;

    line-height: 1.46;

    color: #002F4C;

    min-height: 248px;

    margin-bottom: 20px;

    position: relative;

}



.testimonials-text::before {

    content: '“';

    display: inline-block;

    font-size: 24px;

    color: #002F4C;

    position: absolute;

    top: 0;

    left: -30px;

}



.testimonials-logo {

    width: 200px;

    margin-bottom: 28px;

}



.testimonials-logo img {

    width: auto !important;

    max-height: 50px;

}



.testimonials-author {

    font-weight: 300;

    font-size: 15px;

    line-height: 1.6;

    color: #002F4C;

}



.testimonials-author span {

    display: inline-block;

    font-weight: 500;

}



.owl-carousel-custom-nav ul li {

    display: inline-block;

    margin-right: 23px;

    cursor: pointer;

    transition: 0.2s ease-in-out;

}



.owl-carousel-custom-nav ul li:hover {

    opacity: 0.8;

}



.owl-carousel-custom-nav ul li:nth-child(2) {

    margin-right: 0;

}



.testimonials-left .section-title-24 {

    margin-bottom: 20px;

}



.contact-cta-section {

    padding: 68px 0 75px;

    background-size: cover !important;

    position: relative;

    overflow: hidden;

}



.contact-cta-section .section-title-24 {

    color: #fff;

    padding-right: 4%;

}



.contact-cta-section-text {

    font-weight: 300;

    font-size: 24px;

    line-height: 1.46;

    color: #fff;

    margin-bottom: 44px;

}



.testimonials-item {

    padding-left: 35px;

}



.count-wrapper {

    position: absolute;

    bottom: 0;

    left: 0;

    font-weight: 500;

    font-size: 15px;

    line-height: 1.6;

    color: #8AA1A9;

}



.count {

    color: #002F4C;

}



footer {

    padding: 74px 0 44px;

}



.footer-bottom {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #002F4C;

}



.footer-bottom-img {

    margin-bottom: 14px;

}



.footer-bottom-img img {

    max-height: 45px;

    margin-left: 20px;

}



/* flex-clases */

.flex-cl {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}



.flex-wr-cl {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap

}



.flex-jc-cl {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between

}



.flex-jcc-cl {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}



.flex-ali-cl {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.flex-ali-cl {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.flex-ali-end {

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

}



.flex-jc-end {

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}



.footer-nav-title {

    font-weight: 500;

    font-size: 16px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 15px;

    min-height: 20px;

}



.footer-nav ul {

    margin: 0;

}



.footer-nav ul li {

    display: block;

    padding-right: 20px;

}



.footer-nav ul li a {

    display: inline-block;

    font-weight: 300;

    font-size: 14px;

    line-height: 2.14;

    color: #002F4C;

    transition: 0.2s ease-in-out;

}



.footer-nav ul li a:hover {

    opacity: 0.8;

}



.footer-socials ul {

    margin: 0;

}



.footer-socials ul li {

    display: inline-block;

    margin-right: 14px;

}



.footer-socials ul li:last-child {

    margin-right: 0;

}



.footer-socials ul li a img {

    height: 32px;

    width: 32px;

}



.footer-socials ul li a {

    display: inline-block;

    transition: 0.2s ease-in-out;

}



.footer-socials ul li a:hover {

    opacity: 0.8;

}



.footer-nav-list {

    margin-bottom: 40px;

}



.footer-nav {

    margin-bottom: 34px;

}



/* Animations */

.fade-in {

    opacity: 0;

}



.fade-in.in-view {

    -webkit-animation: fade-in 1s forwards;

    animation: fade-in 1s forwards;

}



@-webkit-keyframes fade-in {

    to {

        opacity: 1;

    }



}



@keyframes fade-in {

    to {

        opacity: 1;

    }



}



.fade-in-up {

    opacity: 0;

    transform: translateY(50px);

}



.fade-in-up.in-view {

    -webkit-animation: fade-in-up 1s forwards;

    animation: fade-in-up 1s forwards;

}



@-webkit-keyframes fade-in-up {

    to {

        transform: translateY(0);

        opacity: 1;

    }



}



@keyframes fade-in-up {

    to {

        transform: translateY(0);

        opacity: 1;

    }



}



.delay-05 {

    animation-delay: 0.5s;

}



.delay-1 {

    animation-delay: 1s;

}



/* services */

.services-intro-bg {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);

}



.services-intro-bg.full {

    height: 100%;

    transform: none;

    top: 0;

    left: 0;

}



.services-intro-bg.full img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.homepage-tools-section.services-test-bundle-section::after {

    display: none;

}



.orns {

    position: relative;

}



.orns::after {

    content: '';

    width: 353px;

    height: 272px;

    background: url(../img/cta-orn-right.png);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    right: 0;

}



.orns::before {

    content: '';

    width: 480px;

    height: 182px;

    background: url(../img/cta-orn-left.png);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    bottom: 0;

    left: 0;

}



.mr-154 {

    margin-bottom: 154px;

}



.intro-title-40-white {

    font-weight: 400;

    font-size: 40px;

    line-height: 1.1;

    color: #FFFFFF;

    margin-bottom: 24px;

}



.breads-list {

    margin-bottom: 64px;

}



.breads-list ul li a {

    display: inline-block;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;

    color: #FFFFFF;

    padding-right: 20px;

    position: relative;

}



.breads-list ul li a::after {

    content: "/";

    font-size: 16px;

    font-weight: 400;

    position: absolute;

    top: 0;

    right: 5px;

    color: #8AA1A9;

}



.breads-list ul li:last-child a::after {

    display: none;

}



.breads-list ul li.current-bread-item a {

    color: #8AA1A9;

    pointer-events: none;

}



.services-section {

    padding: 88px 0 45px 0;

}



.services-wrapper {

    position: relative;

    height: 100%;

    padding-bottom: 53px;

}



.services-list>ul>li {

    display: inline-block;

    width: 30.3333%;

    margin-right: 4.5%;

    margin-bottom: 40px;

    position: relative;

}

.services-list p {

    font-weight: 300;

}



.services-list>ul>li>a {

    height: 100%;

}



.services-list>ul>li:nth-child(3n) {

    margin-right: 0;

}



.services-content {

    margin-bottom: 30px;

}



.services-content h2 {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 19px;

}



.services-content p {

    color: #002F4C;

}



.services-content ul {

    margin: 0;

}



.services-content ul li {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #002F4C;

    margin-bottom: 15px;

    padding-left: 23px;

    position: relative;

    background: transparent;

}



.services-content ul li::before {

    content: '';

    width: 12px;

    height: 8px;

    background: url(../img/check-icon.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 8px;

    left: 0;

}



.services-btn {

    position: absolute;

    left: 0;

    bottom: 0;

}



.services-list>ul>li>a:hover .link-more-info {

    color: #002F4C;

}



.available-tests-section {

    padding: 58px 0 8px 0;

    background-color: #fff;

}



.tests-list ul li {

    display: inline-block;

    margin-bottom: 80px;

    margin-right: 2.4%;

    width: 23.2%;

}



.tests-list ul li a:hover .link-more-info {

    color: #002F4C;

}



.tests-list ul li:nth-child(4n) {

    margin-right: 0;

}



.tests-wrapper {

    position: relative;

    padding-bottom: 30px;

}



.test-circle {

    position: relative;

    width: 209px;

    height: 209px;

    border-radius: 50%;

    margin-bottom: 24px;

    background: #f6f6f6;

}



.test-circle img {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    /* width: 100%; */

    max-width: 80%;

    max-height: 101px;

}



.bg-white {

    background-color: #fff !important;

}



.tests-btn {

    position: absolute;

    bottom: 0;

    left: 0;

}



.section-text-14-white {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.7;

    color: #FFFFFF;

}



.subscribe-section {

    /* margin-top: -80px; */

    background: #8AA1A9;

    padding: 88px 0 88px 0;

}



.subscribe-section.type2 {

    padding: 88px 0;

    margin-top: 0;

}



.subscribe-section .section-title-24 {

    color: #fff;

    margin-bottom: 22px;

}



.form-element-rules label {

    position: relative;

    display: block;

    font-size: 14px;

    font-weight: 300;

    line-height: 2;

    padding-left: 20px;

    margin: 0;

    color: #F6F6F6;

    padding-right: 20px;

}



.form-element-rules input {

    display: none;

}



.form-element-rules input:checked+label:after {

    background: url(../img/icon-check.svg) no-repeat 50%;

    background-size: 8px 8px;

}



.form-element-rules label:after {

    content: "";

    border-radius: 2px;

    position: absolute;

    top: 8px;

    left: 0;

    width: 11px;

    height: 11px;

    -webkit-transition: border .2s;

    transition: border .2s;

    border: 1px solid #F6F6F6;

    z-index: 1;

}



.form-element input, .form-element input:active, .form-element input:focus {

    display: inline-block;

    margin: 0;

    padding: 0;

    border: 0;

    box-shadow: 0;

    background: #FFFFFF;

    opacity: 0.95;

    height: 45px;

    padding: 10px 24px;

}



.form-element input::placeholder {

    color: #8AA1A9;

    opacity: 1;

}

.form-element input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #8AA1A9;

    opacity: 1;

}

.form-element input::-moz-placeholder { /* Firefox 19+ */

    color: #8AA1A9;

    opacity: 1;

}

.form-element input:-ms-input-placeholder { /* IE 10+ */

    color: #8AA1A9;

    opacity: 1;

}

.form-element input:-moz-placeholder { /* Firefox 18- */

    color: #8AA1A9;

    opacity: 1;

}



.form-element input::placeholder {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

}



.btn-blue, .btn-blue:active, .btn-blue:focus {

    display: inline-block;

    padding: 14px 40px 14px 40px;

    text-align: center;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.28;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #fff;

    transition: 0.2s ease-in-out;

    background: #002F4C;

    border: 1px solid transparent;

}



.btn-blue:hover {

    background-color: #fff;

    color: #002F4C;

    border-color: #002F4C;

}



.btn-blue-border, .btn-blue-border:active, .btn-blue-border:focus {

    display: inline-block;

    padding: 14px 40px 14px 40px;

    text-align: center;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.28;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #002F4C;

    transition: 0.2s ease-in-out;

    background: transparent;

    border: 1px solid #002F4C;

}



.btn-blue-border:hover {

    background-color: #002F4C;

    color: #fff;

    border-color: #002F4C;

}



.s-wrapper {

    margin-bottom: 22px;

}



.s-wrapper .form-element {

    width: 70%;

}



.s-wrapper .form-element input {

    height: 100%;

}



.subscribe-right {

    padding-left: 6%;

}



.available-tests-filter-section {

    padding: 58px 0;

}



.circle-grey {

    background-color: #F6F6F6;

}



.buttony, .buttony:active, .buttony:focus {

    color: #8AA1A9;

    padding: 0px;

    border: none;

    margin-right: 32px;

    transition: 0.2s ease-in-out;

    font-size: 14px;

    line-height: 1.28;

    padding-bottom: 6px;

    margin-bottom: 9px;

    position: relative;

    text-transform: uppercase;

}



.buttony:hover {

    opacity: 0.8;

}



.buttony::after {

    content: '';

    background-color: #002F4C;

    width: 100%;

    height: 1px;

    position: absolute;

    bottom: 0;

    left: 0;

    display: none;

}



.buttony.is-checked::after {

    display: block;

}



.buttony:last-child {

    margin-right: 0;

}



.fil-title {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    margin-right: 54px;

    margin-bottom: 15px;

    color: #002F4C;

}



.button-group {

    margin-bottom: 0;

}



.filters-wrapper {

    margin-bottom: 40px;

}



.hidden {

    visibility: hidden;

    width: 0px !important;

    height: 0px !important;

    margin: 0px !important;

    padding: 0px !important;

}



.tests-isotope ul li {

    width: calc(25% - 30px);

    min-width: calc(25% - 30px);

    margin-left: 15px;

    margin-right: 15px;

}



.all-all.is-checked {

    color: #002F4C;

}



.blue-blue.is-checked {

    color: #006E9E;

}



.blue-blue.is-checked::after {

    background-color: #006E9E;

}



.green-green.is-checked {

    color: #268411;

}



.green-green.is-checked::after {

    background-color: #268411;

}



.brown-brown.is-checked {

    color: #914702;

}



.brown-brown.is-checked::after {

    background-color: #914702;

}



.cherry-cherry.is-checked {

    color: #8C1622;

}



.cherry-cherry.is-checked::after {

    background-color: #8C1622;

}



.dark-green-dark-green.is-checked {

    color: #0A4A00;

}



.dark-green-dark-green.is-checked::after {

    background-color: #0A4A00;

}



.purple-purple.is-checked {

    color: #602868;

}



.purple-purple.is-checked::after {

    background-color: #602868;

}



.light-brown-lignt-brown.is-checked {

    color: #866552;

}



.light-brown-lignt-brown.is-checked::after {

    background-color: #866552;

}



.test-packages-and-bundles-section {

    padding: 88px 0 58px;

}



.bundles-intro {

    background-color: #0C131B;

}



.bundles-list ul li {

    width: 31.7333%;

    margin: 0;

    margin-right: 2.4%;

    margin-bottom: 30px;

}



.bundles-list ul li a {

    display: inline-block;

    height: 100%;

    padding: 65px 69px 91px 45px;

    background-color: #F6F6F6;

    position: relative;

}



.bundles-list ul li:nth-child(3n) {

    margin-right: 0;

}



.bundles-list .section-list-title {

    max-width: 153px;

}



.bundles-list ul li a>img {

    position: absolute;

    top: 45px;

    right: 45px;

}



.bundles-list ul li a:hover .link-more-info {

    color: #002F4C;

}



.test-packages-and-bundles-section .section-title-24 {

    margin-bottom: 40px;

}



.downloads-section {

    padding: 58px 0 48px;

}

.downloads-lists ul li {

    display: inline-block;

    margin-bottom: 30px;

    width: 48.7%;

}

.downloads-lists ul li a {

    display: inline-block;

    padding: 45px 180px 45px 45px;

    position: relative;

    height: 100%;

    background-color: #F6F6F6;

}

.downloads-section.bg-grey .downloads-lists ul li a {

    background-color: #fff;

}



.downloads-lists ul li a:hover .link-more-info {

    color: #002F4C;

}

.downloads-lists .homepage-latest-section-list-text {

    margin-bottom: 0;

}



.download-btn {

    position: absolute;

    top: 50%;

    right: 45px;

    transform: translateY(-50%);

}



.dwml {

    padding-left: 30px;

    position: relative;

}



.dwml::after {

    content: '';

    width: 25px;

    height: 25px;

    background: url(../img/download-simple-thin1.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: -4px;

    left: 0;

}



.buttony.active::after {

    display: block;

}



.buttony.active {

    color: #002F4C;

}



.buttony.active {

    color: #002F4C;

}



.links-group .buttony:hover {

    color: #8AA1A9;

}



.news-list ul li {

    width: 31.7333%;

    margin: 0;

    margin-right: 2.4%;

    margin-bottom: 72px;

}

.news-list ul li :last-child {

    margin-bottom: 0;

}



.news-list ul li:nth-child(3n) {

    margin-right: 0;

}



.news-list ul li a {

    display: inline-block;

    width: 100%;

    height: 100%;

}



.news-list ul li a:hover .category-date {

    color: #002F4C;

}



.news-content {

    height: 100%;

}



.news-image {

    position: relative;

    padding-bottom: 60%;

    margin-bottom: 24px;

}



.category-date {

    font-weight: 400;

    font-size: 12px;

    line-height: 1.25;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #8AA1A9;

    transition: 0.2s ease-in-out;

    margin-bottom: 16px;

}



.news-content .homepage-latest-section-list-text, .news-content .homepage-latest-section-list-title {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;    /* number of lines to show */

    -webkit-box-orient: vertical;

}



.news-section {

    padding: 88px 0 110px;

}



.links-group {

    margin-bottom: 40px;

}



.news-wrapper .pagination {

    margin-bottom: 0;

}



.news-wrapper .pagination ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.news-wrapper .pagination ul li {

    display: inline-block;

    background: none;

    padding: 0;

}



.news-wrapper .pagination ul li .page-numbers {

    padding: 13px 20px;

    background: #FFFFFF;

    border: 1px solid transparent;

    color: #002F4C;

    font-size: 14px;

}



.news-wrapper .pagination ul li .page-numbers.current {

    border-color: #30566E;

}



.news-wrapper .pagination ul li .prev, .news-wrapper .pagination ul li .next {

    position: relative;

}



.news-wrapper .pagination ul li .prev::after {

    content: '';

    width: 5px;

    height: 11px;

    background: url(../img/prev-pagination.svg);

    background-size: cover;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.news-wrapper .pagination ul li .next::after {

    content: '';

    width: 5px;

    height: 11px;

    background: url(../img/next-pagination.svg);

    background-size: cover;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.damage-img {

    margin-bottom: 30px

}



.damage-caption {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #002F4C;

}



.pad-bot-135 {

    padding-bottom: 135px;

}



/* client single page start */

p {

    margin-bottom: 16px;

}



p:last-child {

    margin-bottom: 0;

}



.client-single-section {

    padding: 88px 0;

}



.client-single-box:nth-child(odd) {

    flex-direction: row-reverse;

}



.client-single-box {

    justify-content: space-between;

    font-size: 16px;

    line-height: 24px;

    font-weight: 300;

}



.csb-left {

    width: 40.2%;

}



.csb-right {

    width: 49%;

}



.client-single-box+.client-single-box {

    margin-top: 60px;

}



.process-section {

    position: relative;

}



.process-section::after {

    content: '';

    width: 100%;

    height: 60px;

    background: #F6F6F6;

    position: absolute;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: -1;

}



.process-section .row {

    position: relative;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

}



.process-section-img-hold {

    position: relative;

    min-height: 100%;

}



.process-section-img {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: calc(100% + 25px);

    transform: translateX(-23%);

}



.process-section-box {

    padding: 78px 0 96px 12px;

}



.process-list {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    padding-bottom: 0;

    counter-reset: my-counter;

    color: #002F4C;

}



.process-list li {

    float: left;

    width: 92%;

    margin: 0 0 48px 0;

    position: relative;

    min-height: 56px;

    padding-left: 88px;

    display: flex;

    flex-flow: column;

    justify-content: center;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 300;

}



.process-list li:before {

    content: counter(my-counter);

    counter-increment: my-counter;

    background: #f6f6f6;

    color: #1d2f4d;

    width: 56px;

    height: 56px;

    border-radius: 50%;

    position: absolute;

    left: 0;

    top: 0;

    font-size: 18px;

    line-height: 56px;

    font-weight: 500;

    text-align: center;

}



.process-list li h6 {

    font-weight: 500;

    font-size: 18px;

    line-height: 1.5;

    margin-bottom: 6px;

}



.process-list li a {

    text-decoration: underline;

    opacity: 0.5;

    color: inherit;

}



.process-list li a:hover {

    text-decoration: none;

}



.section-list-text .services-content {

    margin: 20px 0 0;

}



.section-list-text .services-content ul {

    flex-flow: column;

    width: 100%;

}



.section-list-text .services-content ul li {

    width: 100%;

}



.other-service-section .homepage-services-section-list.less-pad > ul > li a {

    padding: 65px 90px 80px 45px;

}



.other-service-section {

    padding: 88px 0;

}



/* client single page end */



/* Information and Tools page start */



.information-tools-parent {

    background: #fff url(../img/shape-bg-grey.svg) no-repeat bottom right;

    background-size: auto 80% !important;

    background-position-y: 80%;

    background-position-x: 120%;

}



.information-tools-section-box {

    padding: 100px 0 0 0;

}



.information-tools-section-list ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

}



.information-tools-section-list ul li {

    float: left;

    width: 28.333%;

    margin: 0 7.5% 110px 0;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -ms-flex-line-pack: justify;

    align-content: space-between;

}



.information-tools-section-list ul li:nth-child(3n) {

    margin-right: 0;

}



.information-tools-section-list ul li>div {

    width: 100%;

}



.information-tools-section-list ul li img {

    width: 32px;

    height: 32px;

    margin-bottom: 16px;

}



/* Information and Tools page end */



/* TESTING CONDITIONS PAGE START */

.testing-conditions-section {

   padding: 88px 0;

}

.testing-conditions-section-top {

    margin-bottom: 60px;

}

.testing-conditions-section-top .section-title-24 {

    margin-bottom: 34px;

}

.testing-conditions-section-top :last-child,

.testing-conditions-section-top-text :last-child {

    margin-bottom: 0;

}

.testing-conditions-section-top-text {

    color: #002F4C

}



.section-title-24-bold {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 25px;

}



.section-title-24-bold sup {

    font-size: 65%;

}



.table-scroll table {

    width: 100%;

    margin-bottom: 32px;

}



table {

    margin-bottom: 30px;

}



table thead {

    background: #8AA1A9;

    color: #fff;

    border-color: #8AA1A9;

}



table thead th,

table thead td {

    font-size: 14px;

    line-height: 18px;

    font-weight: 500;

    padding: 10px 12px;

    border-right: 1px solid #fff;

}



table thead th sup,

table thead td sup  {

    font-size: 65%;

}



table thead th:last-child,

table thead td:last-child {

    border-right: 0;

}



table.hover thead tr:hover, {

    background-color: transparent;

}



table tbody {

    background: #fff;

    border: 1px solid rgba(138, 161, 169, 0.2);

}



table tbody tr:nth-child(even) {

    background: #fff;

}



table tbody tr:not(:last-child) {

    border-bottom: 1px solid rgba(138, 161, 169, 0.2);

}



table tbody td {

    font-size: 14px;

    line-height: 24px;

    font-weight: 300;

    color: #003057;

    padding: 14px 17px;

    vertical-align: top;

}



table tbody td:not(:last-child) {

    border-right: 1px solid rgba(138, 161, 169, 0.2);

}



table tbody td sup {

    font-size: 65%;

}



.dropdown-pane {

    width: 325px;

    padding: 50px 35px 35px;

    background: #fff;

    border: 0;

    box-shadow: 0px 10px 10px rgba(0, 47, 76, 0.05);

}



.dropdown-pane.is-open {

    margin-left: -75px;

    margin-top: -30px;

}



.dropdown-pane::after {

    content: '';

    width: 32px;

    height: 32px;

    background: #fff;

    position: absolute;

    bottom: -16px;

    left: 50%;

    transform: translateX(-50%) rotateZ(45deg);

}



.dropdown-pane.left.is-open {

    margin-left: -30px;

    margin-top: -75px;

}



.dropdown-pane.left::after {

    bottom: 50%;

    left: auto;

    right: -16px;

    transform: translateY(50%) rotateZ(45deg);

}



.dropdown-pane.left {

    box-shadow: 10px 0px 10px rgba(0, 47, 76, 0.05);

}



.dropdown-close {

    position: absolute;

    top: 15px;

    right: 10px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    display: none;

}



.dropdown-close img {

    width: 24px;

    height: 24px;

}



.bullet-list li {

    font-size: 14px;

    line-height: 24px;

    font-weight: 300;

    color: #002F4C;

    padding: 5px 0 5px 15px;

    position: relative;

}

.bullet-list li a {

    color: #002F4C;

    transition: 0.2s ease-in-out;

}

.bullet-list li a:hover {

    color: #002F4C;

    opacity: 0.7;

}



.bullet-list li::before {

    content: '';

    width: 4px;

    height: 4px;

    background: #002f4c;

    border-radius: 50%;

    position: absolute;

    top: 15px;

    left: 2px;

}



.table-caption-list {

    counter-reset: counter-list;

}



.table-caption-list li {

    line-height: 1.3;

    color: #8AA1A9;

    position: relative;

    padding-left: 15px;

}



.table-caption-list li:before {

    content: '('counter(counter-list) ')';

    counter-increment: counter-list;

    position: absolute;

    left: 0;

    top: 2px;

    font-size: 8px;

    line-height: 1.3;

}



.nopadbottom {

    padding-bottom: 0 !important;

}



/* TESTING CONDITIONS PAGE END */



/* ORDERS FAQ PAGE START */

.orders-faq-section {

    padding-top: 83px;

}



.list-arrow {

    margin-top: 23px;

}



.list-arrow li {

    font-size: 14px;

    line-height: 18px;

    text-transform: uppercase;

    letter-spacing: 0.7px;

    padding: 5px 0;

    padding-left: 25px;

    position: relative;

}



.list-arrow li::before {

    content: '';

    position: absolute;

    top: 4px;

    left: -2px;

    width: 20px;

    height: 20px;

    background: url(../img/arrow-right-thin.svg) no-repeat center/20px 20px;

}



.orders-faq-outer {

    padding-top: 105px;

    padding-bottom: 105px;

}



.accordion {

    margin-top: -18px;

}



.accordion-item {

    padding: 8px 0;

    border-bottom: 1px solid #8AA1A9;

}



.accordion-title {

    font-size: 18px;

    line-height: 25px;

    font-weight: 500;

    color: #002F4C;

    padding: 15px 0;

    border: 0 !important;

    padding-right: 15%;

}



.accordion-title:focus, .accordion-title:hover {

    background: transparent;

    color: #002F4C;

}



.accordion-title:before {

    content: '';

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 5px;

    width: 24px;

    height: 24px;

    background: url(../img/caret-down-thin.svg) no-repeat center/24px 24px;

    transition: all 0.3s ease-in;

    margin: 0;

}



.is-active>.accordion-title:before {

    content: '';

    transform: translateY(-50%) rotateX(180deg);

}



.accordion-content {

    padding: 2px 0 30px;

    border: 0 !important;

    background: transparent;

    font-size: 16px;

    line-height: 24px;

    font-weight: 300;

    color: #002F4C;

    padding-right: 10%;

}



.accordion-content img {

    max-width: 100%;

    height: auto;

    margin: 8px 0;

}



/* ORDERS FAQ PAGE END */



/* NEW CLIENT GUIDE PAGE START */

.section-title-24-bold {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 25px;

}



.new-client-guide-section {

    padding: 80px 0;

    background: #f4f4f4;

}



.new-client-guide-section .section-title-24 {

    margin-bottom: 35px;

}



.needs-outer {

    display: flex;

    justify-content: space-between;

    width: 100%;

    margin-bottom: 58px;

}



.needs-outer:last-child {

    margin-bottom: 0;

}



.needs-left {

    width: 40%;

}



.needs-right {

    width: 40%;

}



.needs-box {

    border: 1px solid #8AA1A9;

    padding: 65px 40px 65px 45px;

    height: 100%;

}



.tick-list:not(:last-child) {

    margin-bottom: 40px;

}



.tick-list li {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #002F4C;

    margin-bottom: 15px;

    padding-left: 28px;

    position: relative;

}

.tick-list li a {

    color: #8AA1A9;

    transition: 0.2s ease-in-out;

}

.tick-list li a:hover {

    color: #002F4C;

}



.tick-list li::before {

    content: '';

    width: 12px;

    height: 8px;

    background: url(../img/check-icon.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 8px;

    left: 5px;

}



.needs-box.bg-white {

    border: 0;

    background: #fff;

}



.needs-mid {

    display: flex;

    align-items: center;

}



.needs-box .link-show-all::after {

    display: none;

}



/* NEW CLIENT GUIDE PAGE END */



/* MOBILE APP CALCULATOR PAGE START */

.grey-bg {

    background: #F6F6F6;

}



.mobile-app-cal-section {

    padding: 83px 0;

    position: relative;

}



.mobile-app-cal-section-bg {

    padding: 0 0 61px;

}





.mobile-app-cal-section .section-title-24 {

    margin-bottom: 35px;

}



.mobile-app-cal-section .btn-blue {

    text-align: left;

    padding: 13px 24px;

    min-width: 230px;

    margin-bottom: 24px;

}



.mobile-app-cal-section .btn-blue-border {

    text-align: left;

    padding: 13px 24px;

    min-width: 230px;

    margin-bottom: 30px;

}



.app-features-right {

    padding-left: 35px;

}

.app-features-right .owl-stage-outer {

    width: 100vw;

}

.app-features-right .app-preview-box {

    position: relative;

    padding-bottom: 195%;

}



.app-preview-box {

    width: 280px;

}



.app-features-right .owl-nav button.owl-next, .app-features-right .owl-nav button.owl-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: -30px;

    width: 63px;

    height: 63px;

    border-radius: 50%;

    background: #F6F6F6;

    text-align: center;

}



.app-features-right .owl-nav button.owl-next {

    left: auto;

    right: 110px;

}



.app-features-right .owl-nav button.owl-next>span, .app-features-right .owl-nav button.owl-prev>span {

    display: block;

    margin: 0 auto;

    color: transparent;

    width: 26px;

    height: 20px;

    background: url(../img/owl-arrow-next.svg) no-repeat center/26px 20px;

}



.app-features-right .owl-nav button.owl-prev>span {

    transform: rotateZ(180deg);

}



.download-app-qrcode-section {

    padding: 58px 0;

}



.download-app-list {

    display: flex;

    width: 100%;

    margin-top: -15px;

}



.download-app-item {

    width: 50%;

    max-width: 240px;

    padding: 15px;

}



.download-app-item+.download-app-item {

    margin-left: 10%;

}



.download-app-box {

    display: block;

    width: 100%;

    text-align: center;

}



.download-app-qrcode {

    margin-bottom: 40px;

}



.download-app-button {

    display: block;

}



/* MOBILE APP CALCULATOR PAGE END */



/* ABOUT PAGE START */

.about-section {

    padding: 58px 0 108px;

}



.about-section-content {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.about-section-left {

    width: 41%;

    padding-top: 20px;

}



.about-section-right {

    width: 48.8%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 40px 8.5%;

    text-align: left;

}



.about-section-left h2 {

    font-weight: 300;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 24px;

    text-transform: uppercase;

    letter-spacing: 2.5px;

}



.about-section-left p {

    color: #002F4C;

}



.about-section-left>ul {

    margin: 0;

    margin-bottom: 45px;

}



.about-section-left>ul li {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #002F4C;

    margin-bottom: 28px;

    padding-left: 23px;

    position: relative;

    background: transparent;

}



.about-section-left>ul li::before {

    content: '';

    width: 12px;

    height: 8px;

    background: url(../img/check-icon.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 8px;

    left: 0;

}



.award-content {

    width: 100%;

    padding-top: 20px;

    max-width: 450px;

}



.award-content h2 {

    font-weight: 300;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 31px;

    text-transform: uppercase;

    letter-spacing: 2.5px;

}



ul.awards-list {

    width: calc(100% + 30px);

    margin-left: -15px;

    display: flex;

    flex-wrap: wrap;

}



ul.awards-list li {

    padding: 15px;

    width: 50%;

}



.award-box {

    width: 100%;

    padding: 10px 30px;

    background: #fff;

    height: 100%;

    min-height: 94px;

}



.award-box img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



/* ABOUT PAGE END */



/* ARTICLE SINGLE PAGE START */

.article-single-intro {

    background: #002F4C;

}



.article-single-section {

    padding: 84px 0;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 300;

    color: #002F4C;

}



.article-single-section p:not(:last-child) {

    margin-bottom: 24px;

}



.article-single-section img {

    width: 75%;

}



.article-single-section a {

    color: #8AA1A9;

}



.article-single-section a:hover {

    color: #002F4C;

    text-decoration: underline;

}



/* ARTICLE SINGLE PAGE END */



/* BUNDLE SINGLE PAGE START */

.bundle-single-section {

    padding: 84px 0 64px;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 300;

    color: #002F4C;

}



.bundle-single-upper {

    padding-right: 8%;

}



.bundle-single-section h2 {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 16px;

}



.bundle-single-section ul {

    margin: 0;

}



.dot-list ul {

    margin-left: 0px;

}



.dot-list ul > li {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #002F4C;

    margin-bottom: 15px;

    padding-left: 23px;

    position: relative;

    background: transparent;

}



.dot-list ul > li::before {

    content: '';

    width: 4px;

    height: 4px;

    background: #002F4C;

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 10px;

    left: 10px;

    border-radius: 50%;

}



.dot-list > ol {

    margin-left: 0px;

}

.dot-list ol {

    counter-reset: item;

}

.dot-list ol > li {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #002F4C;

    margin-bottom: 15px;

    position: relative;

}

.dot-list ol > li:before {

    content: counters(item, ".") ".";

    counter-increment: item;

    color: #002F4C;

    margin-right: 4px;

}

.dot-list ol ol {

    margin-left: 19px;

}
.dot-list ul ul,
.dot-list ul ol,
.dot-list ol ol,
.dot-list ol ul {
    margin-top: 15px;
}
.csb-right.dot-list * {
    color: #000;
}
.csb-right.dot-list ol > li::before {
    color: #000;
}
.csb-right.dot-list ul > li::before {
    background: #000;
}


.bundle-package-section {

    position: relative;

    z-index: 9;

}



.bundle-package-section .homepage-tools-section-img {

    bottom: -60px;

}



.bundle-package-section.homepage-tools-section::after {

    display: none;

}



.bundle-package-section.homepage-tools-section .homepage-tools-section-list ul {

    padding-bottom: 0;

}



.bundle-package-section +.contact-cta-section {

    padding-top: 130px;

}



.bundle-other-services .homepage-services-section-list > ul > li a {

    padding-bottom: 40px;

}



.bundle-other-services .homepage-services-section-list {

    margin-bottom: 20px;

}



.bundle-single-box {

    justify-content: space-between;

    font-size: 16px;

    line-height: 24px;

    font-weight: 300;

    margin-top: 34px;

    flex-direction: row-reverse;

    margin-bottom: 48px;

}



.bsb-left {

    width: 48.75%;

}



.bsb-right {

    width: 45%;

}



/* BUNDLE SINGLE PAGE END */



/* TEST SINGLE PAGE START */

.test-single-section {

    padding: 84px 0 64px;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 300;

    color: #002F4C;

}



.test-single-section h2 {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 16px;

}



.test-single-section ul {

    margin: 0;

    margin-bottom: 30px;

}



.link {

    color: #8AA1A9;

    text-transform: uppercase;

}



.link:hover {

    color: #002F4C;

    text-decoration: underline;

}



/* TEST SINGLE PAGE END */



/* CONTACT PAGE START */

.contact-section {

    padding: 200px 0 50px;

}



.contact-details-box {

    color: #002F4C;

    font-size: 14px;

    line-height: 24px;

    font-weight: 300;

}



.contact-details-box h3 {

    font-size: 18px;

    font-weight: 500;

}



.contact-details-box h3 + p {

    margin-top: 21px;

}



.contact-details-box p>a {

    color: #002F4C;

}



.contact-details-box p + p {

    margin-top: 24px;

}



.map-box {

    display: flex;

    align-items: center;

    font-size: 14px;

    font-weight: 400;

    margin-top: 24px;

}



.map-box a {

    color: #8AA1A9;

    margin-left: 8px;

    letter-spacing: 0.7px;

    text-transform: uppercase;

}



.contact-details-box + .contact-details-box {

    margin-top: 63px;

}



.contact-form-box {

    background: #F6F6F6;

    padding: 61px 102px 64px;

    margin-left: 10px;

    color: #002F4C;

}



.cfb-inner h4 {

    font-size: 24px;

    text-transform: uppercase;

    letter-spacing: 2.35px;

}



.form-group {

    display: flex;

    width: calc(100% + 30px);

    margin-left: -15px;

}



.cfb-inner .cell {

    padding: 0 15px;

}



.cfb-inner .cell input, .cfb-inner .cell textarea {

    border: none;

    height: 45px;

    box-shadow: none;

    padding: 13px;

    padding-left: 24px;

    margin-bottom: 0;

}



.cfb-inner .cell input::placeholder, .cfb-inner .cell textarea::placeholder {

    font-size: 14px;

    font-weight: 300;

    color: #8AA1A9;

}



.cfb-inner form {

    margin-top: 39px;

}



.cfb-inner .form-group +  .form-group {

    margin-top: 30px;

}



.cfb-inner .cell textarea {

    resize: none;

    height: 150px;

}



.form-btn {

    background: #002F4C;

    color: #fff;

    text-transform: uppercase;

    padding: 15px 32px 16px;

    font-size: 14px;

    letter-spacing: 0.7px;

}



.form-group + .form-btn {

    margin-top: 30px;

}



header.color .header-logo img {

    filter: brightness(0);

}



header.color .header-nav ul li a {

    color: #002f4c;

}



header.color .btn-white-border, header.color .btn-white-border:focus, header.color .btn-white-border:active {

    color: #002f4c;

    border-color: #002f4c;

}



.contact-section {

    padding: 200px 0 140px;

}



.section-title-40-bold {

    font-size: 40px;

    line-height: 44px;

    font-weight: 400;

    color: #002F4C;

    margin-bottom: 40px;

}



.contact-section .breads-list {

    margin-bottom: 40px;

}



.contact-section .breads-list ul li a {

    color: #002f4c;

}



.contact-section .breads-list ul li.current-bread-item a {

    color: #8aa1a9;

}



.contact-section .links-group {

    margin-bottom: 50px;

}



.contact-section .buttony, .contact-section .buttony:active, .contact-section .buttony:focus {

    margin-right: 45px;

}



.order-self-service-section {

    background: #F6F6F6 url(../img/order-self-service-bg.svg) no-repeat top center/contain;

    padding: 100px 0;

}



.order-self-service-section .section-title-40-bold {

    margin-bottom: 22px;

}



.disc-list {

    margin-bottom: 50px;

}



.disc-list li {

    color: #002F4C;

    padding-left: 24px;

    position: relative;

    margin-bottom: 15px;

}



.disc-list li::before {

    content: '';

    width: 4px;

    height: 4px;

    background: #002F4C;

    border-radius: 50%;

    position: absolute;

    top: 13px;

    left: 10px;

}



/* CONTACT PAGE END */



/* ORDERING PROCESS PAGE START */

.order-process-section {

    padding: 80px 0;

}



.order-process-box {

    margin: 120px 0;

    text-align: center;

    position: relative;

}



.order-process-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100px;

    height: 100px;

    border-radius: 50%;

    background: #fff;

}



.order-process-list {

    display: flex;

    justify-content: space-between;

    position: relative;

}



.order-process-item:nth-child(even) .order-process-text {

    top: calc(100% + 45px);

    bottom: auto;

}



.order-process-text {

    position: absolute;

    bottom: calc(100% + 45px);

    left: 50%;

    transform: translateX(-50%);

    width: 150%;

    font-size: 14px;

    line-height: 24px;

    font-weight: 300;

    color: #002F4C;

}



.order-process-text a {

    color: #8AA1A9;

}



.order-process-list::after {

    content: '';

    position: absolute;

    top: 178px;

    left: 0;

    width: 100%;

    border-bottom: 1px dashed #8AA1A9;

    z-index: -1;

}



.order-process-icon::before {

    content: '';

    width: 7px;

    height: 7px;

    background: #002F4C;

    border-radius: 50%;

    position: absolute;

    top: -4px;

    left: 50%;

    transform: translateX(-50%);

}



.order-process-item:nth-child(even) .order-process-icon::before {

    top: auto;

    bottom: -4px;

}



.order-process-icon::after {

    content: '';

    width: 1px;

    height: 37px;

    background: #002F4C;

    position: absolute;

    bottom: 100%;

    left: 50%;

    transform: translateX(-50%);

}



.order-process-item:nth-child(even) .order-process-icon::after {

    bottom: auto;

    top: 100%;

}



/* ORDERING PROCESS PAGE END */



/* ONLINE CALCULATOR PAGE START */

.calculator-section {

    padding: 80px 0;

    background: #fff url(../img/calculator-section-bg.svg) no-repeat top left;

    background-position: 0 240px;

}



.calculator-section .section-title-24 {

    margin-bottom: 50px;

}



.calculator-links a {

    display: block;

    font-size: 18px;

    line-height: 26px;

    font-weight: 500;

    color: #002F4C;

    padding: 23px 30px 23px 0;

    border-bottom: 1px solid #8AA1A9;

    position: relative;

}



.calculator-links a::after {

    content: '';

    background: url(../img/caret-right-thin.svg) no-repeat center/contain;

    width: 24px;

    height: 24px;

    position: absolute;

    top: 25px;

    right: 0;

    transition: all 0.2s ease-in;

}



.calculator-links a:hover::after {

    right: 10px;

}



.calculator-phone-section {

    padding: 100px 0;

}



.calculator-phone-section .section-title-24 {

    margin-bottom: 25px;

}





/* ONLINE CALCULATOR PAGE END */



.no-href-link {

    pointer-events: none;

}

.other-service-section.bg-grey .homepage-services-section-list > ul > li,

.other-service-section.bg-grey .bundles-list > ul > li {

    background: #fff;

}

.cardboxes-multiple-types .section-title-24 {

    margin-bottom: 40px;

}

.homepage-services-section-list-3 > ul > li {

    width: calc(33.333% - 30px);

}

.homepage-services-section-list-3 > ul > li > a {

    padding: 65px 69px 91px 45px;

}

.homepage-services-section-list-3 > ul > li > a .section-list-title {

    max-width: 153px;

}

.section-list-text.services-content p {

    margin-bottom: 20px;

}

.section-list-text.services-content :last-child {

    margin-bottom: 0;

}

.cardboxes-multiple-types-btn {

    margin-top: 20px;

}

.homepage-tools-section.bundle-package-section + section {

    padding-top: 130px;

}

.homepage-tools-section.bundle-package-section + section.subscribe-section {

    padding-top: 170px;

}

.contact-cta-section .row {

    position: relative;

    z-index: 2;

}

.contact-cta-section .img-object-fit {

    position: absolute;

    top: 0; right: 0; bottom: 0; left: 0;

    z-index: 1;

    opacity: 0.1;

}

.homepage-tools-section-top {

    margin-top: 100px;

}

.hero-intro-section {

    padding: 158px 0 138px;

}

.homepage-numbers-section.homepage-numbers-section-news {

    padding: 143px 0 131px;

}

.homepage-numbers-section.homepage-numbers-section-news .homepage-numbers-section-hold {

    padding: 0;

}



.entry h1 {

    font-weight: 400;

    font-size: 40px;

    line-height: 1.1;

    color: #002F4C;

    margin-bottom: 24px;

}

.entry h2 {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 16px;

}

.entry h3 {

    font-weight: 500;

    font-size: 20px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 16px;

}

.entry h4 {

    font-weight: 500;

    font-size: 18px;

    line-height: 1.39;

    color: #002F4C;

    margin-bottom: 16px;

}

.entry img {

    margin-top: 48px;

    margin-bottom: 48px;

}

.entry a {

    color: #8AA1A9;

    text-decoration: underline solid Currentcolor;

    transition: 0.2s ease-in-out;

}

.entry a:hover {

    color: #002F4C;

}

.entry-iframe {

    position: relative;

    padding-bottom: 56.4%;

}

.entry-iframe iframe {

    position: absolute;

    top: 0; right: 0; bottom: 0; left: 0;

    width: 100%;

    height: 100%;

}



.client-single-section .csb-left {

    position: relative;

    padding-bottom: 40.2%;

}

.hero-intro-section-link {

    padding-top: 30px;

}

.about-the-app-section .section-title-24 {

    margin-bottom: 48px;

}

.about-the-app-section {

    background: #fff url(../img/mobile-app-features-bg.svg) no-repeat bottom 56px right;

}

.about-the-app-section-top {

    margin-bottom: 140px;

}



.mobile-app-cal-section-btn a {

    margin-right: 30px;

}

.mobile-app-cal-section-btn a:last-child {

    margin-right: 0;

}



.contacts-our-distributors-section {

    padding: 88px 0 58px;

}

.contacts-our-distributors-section .section-title-24 {

    margin-bottom: 48px;

}

.contacts-our-distributors-section-list ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;



    width: calc(100% + 30px);

}

.contacts-our-distributors-section-list ul li {

    float: left;

    width: calc(33.333% - 30px);

    margin: 0 30px 30px 0;

    padding: 45px;

    background: #f6f6f6;

}

.contacts-our-distributors-section.bg-grey .contacts-our-distributors-section-list ul li {

    background: #fff;

}

.contacts-our-distributors-section-list-country {

    margin-bottom: 28px;

    font-weight: 300;

    font-size: 14px;

    line-height: 1.29;

    text-align: right;

    color: #8AA1A9;

}

.contacts-our-distributors-section-list-country img {

    display: inline-block;

    width: 24px; height: 24px;

    border-radius: 50%;

    margin-right: 8px;

}

.contacts-our-distributors-section-list-title {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 45px;

}

.contacts-our-distributors-section-list-name {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.7;

    color: #002F4C;

    margin-bottom: 19px;

}

.contacts-our-distributors-section-list-name span {

    display: block;

    font-weight: 500;

    font-size: 18px;

    line-height: 1.39;

}

.contacts-our-distributors-section-list-info {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #002F4C;

}

.contacts-our-distributors-section-list-info a {

    color: #002F4C;

}

.contacts-our-distributors-section-list-info a:hover {

    color: #002F4C;

}

.contacts-our-distributors-section-list-info p :last-child {

    margin-bottom: 0;

}

.table-section-table-item .dropdown-pane::before {

    content: '';

    width: 24px;

    height: 24px;

    background: url(../img/close-icon.svg) no-repeat center center;

    background-size: contain !important;

    position: absolute;

    top: 16px; right: 16px;

    cursor: pointer;

}

.table-section-table-item .dropdown-pane ul {

    margin: 0;

}

.testing-conditions-section .testing-conditions-section-item {

    margin-bottom: 110px;

}

.testing-conditions-section .testing-conditions-section-item > :last-child,

.testing-conditions-section .testing-conditions-section-item:last-child {

    margin-bottom: 0 !important;

}

.orders-faq-section-top {

    margin-bottom: 110px;

}

.orders-faq-section-item {

    margin-bottom: 110px;

}

.bundle-single-section-multi-item .bsb-left {

    position: relative;

    padding-bottom: 34.4%;

}

.bundle-single-section-item {

    margin-bottom: 48px;

}

.bundle-single-section-item .bundle-single-box{

    margin: 0;

}

.bundle-single-section .bundle-single-section-item:last-child {

    margin-bottom: 0;

}

.article-single-intro .intro-text-16-white a {

    color: #8AA1A9;

    transition: 0.2s ease-in-out;

}

.article-single-intro .intro-text-16-white a:hover {

    color: #fff;

}

.related-lidt-infobase-posts-section {

    padding: 88px 0 16px;

}



header .row {

    position: relative;

    z-index: 2;

}

header.is-active,

header.is-active .row {

    background: #fff;

}

.header-mobile-hold {

    background: #fff;

    padding: 86px 0 101px;

    position: fixed;

    top: 0; right: 0; bottom: 0; left: 0;

    z-index: 10;

    display: none;

}

.header-mobile-hold-close {

    display: inline-block;

    position: absolute;

    top: 28px; right: 17px;

    width: 26px; height: 26px;

    background: url(../img/icon-x-thin-26.svg) no-repeat center center;

    cursor: pointer;

}

.header-mobile-hold .row {

    height: 100%;

    overflow: auto;

}

.header-moblie-nav-hold {

    opacity: 0;

    visibility: hidden;

    transition: 0.2s ease-in-out;

    height: 100%;

}

header.is-active .header-moblie-nav-hold  {

    opacity: 1;

    visibility: visible;

}

.header-moblie-nav {

    height: 100%;

    overflow: auto;

}

.header-moblie-nav ul li {

    margin-bottom: 24px;

}

.header-moblie-nav ul li:last-child {

    margin-bottom: 0;

}

.header-moblie-nav ul li a {

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    transition: 0.2s ease-in-out;

}

.header-mobile-hold .header-btns {

    display: none;

}

.header-mobile-hold .header-btns ul {

    display: block;

}

.header-moblie-nav ul li ul {

    margin: 16px 0 0;

    padding-left: 20px;

}

.header-moblie-nav ul li ul li a {

    font-size: 16px;

}

.header-moblie-nav ul li ul a ul li a {

    font-size: 14px;

}

.header-moblie-nav ul li.menu-item-has-children div {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.header-moblie-nav ul li.menu-item-has-children span {

    box-sizing: border-box;

    position: relative;

    display: block;

    width: 100%;

    /* height: 30px; */

    border: 1px solid transparent;

    border-radius: 100px;

    margin-left: 15px;

    transition: 0.2s ease-in-out;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 0px;

    flex: 1 1 0px;

    cursor: pointer;

}

.header-moblie-nav ul li.menu-item-has-children span::after {

    content: "";

    display: block;

    box-sizing: border-box;

    position: absolute;

    width: 10px;

    height: 10px;

    border-bottom: 1px solid;

    border-right: 1px solid;

    transform: rotate(45deg);

    left: 4px;

    top: 7px;

}

.header-moblie-nav ul li.menu-item-has-children.is-open > div > a {

    color: #8AA1A9;

}

.header-moblie-nav ul li.menu-item-has-children.is-open > div > span {

    transform: scaleY(-1);

    color: #8AA1A9;

}

.header-moblie-nav ul li ul li.menu-item-has-children span::after {

    top: 1px;

}

.header-moblie-nav ul li ul ul li.menu-item-has-children span::after {

    top: 0;

}

.header-moblie-nav ul li.menu-item-has-children ul {

    display: none;

    width: 100%;

}

.header-moblie-btns {

    position: absolute;

    right: 20px; bottom: 32px; left: 20px;

    width: calc(100% - 40px);

}

.header-moblie-btns ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.header-moblie-btns ul li:first-child {

    padding-right: 6px;

}

.header-moblie-btns ul li:last-child {

    padding-left: 6px;

}

.header-moblie-btns .btn-dark-border, 

.header-moblie-btns .btn-dark-border:focus, 

.header-moblie-btns .btn-dark-border:active {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    min-height: 37px;

    min-width: 132px;

    padding: 10px 16px !important;

    font-size: 13px;

    line-height: 1;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #002F4C;

    border: 1px solid rgba(0, 47, 76, 0.5);

    transition: 0.2s ease-in-out;

    text-align: center;

}

.header-moblie-btns .btn-dark-border:hover {

    color: #002F4C;

    border-color: #002F4C;

}

.header-moblie-btns .btn-dark-border img {

    max-height: 15px;

    margin-right: 4px;

}

.header-moblie-btns .btn-blue,

.header-moblie-btns .btn-blue:focus,

.header-moblie-btns .btn-blue:active {

    padding: 11px 20px;

    font-size: 13px;

    line-height: 1;

}



.prev-scroll {

    overflow: hidden;

    height: 100%;

    position: relative;

}

.article-single-intro-news-date {

    font-size: 14px;

    line-height: 1.71;

    color: #F6F6F6;

    margin-bottom: 24px;

}

.article-single-intro-news-date span {

    color: #BA4543;

    text-transform: uppercase;

}



.entry-item {

    margin-bottom: 56px;

}

.entry-items-hold .entry-item:last-child {

    margin-bottom: 24px;

}

.entry-item-text-split:nth-child(odd) {

    padding-right: 8%;

}

.entry-item-text-split:nth-child(even) {

    padding-left: 8%;

}

.entry-item-text-image {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;



    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.entry-item-text-image.entry-item-text-image-reverse {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

}

.entry-item-text-image:not(.entry-item-text-image-reverse ) .entry-item-text-image-img {

    padding-right: 8%;

}

.entry-item-text-image-reverse .entry-item-text-image-img {

    padding-left: 8%;

}

.entry-item-images-large {

    position: relative;

    padding-bottom: 75%;

}

.entry-item-caption {

    display: block;

    padding-top: 16px;

    font-weight: 300;

    font-size: 14px;

    line-height: 1.29;

    color: #8AA1A9;

}

.entry-item-images-split-hold {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;



    width: calc(100% + 30px);

}

.entry-item-images-split-item {

    float: left;

    width: calc(50% - 30px);

    margin-right: 30px;

}

.entry-item-images-split {

    position: relative;

    padding-bottom: 75%;

}



.entry-items-image-slider .item {

    position: relative;

    padding-bottom: 75%;

}

.entry-items-image-slider .owl-nav button.owl-next, 

.entry-items-image-slider .owl-nav button.owl-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 62px;

    height: 62px;

    border-radius: 50%;

    background: #F6F6F6;

    text-align: center;

}

.entry-items-image-slider .owl-nav button.owl-next {

    right: -31px;

}

.entry-items-image-slider .owl-nav button.owl-prev {

    left: -31px;

}

.entry-items-image-slider .owl-nav button.owl-next > span, 

.entry-items-image-slider .owl-nav button.owl-prev > span {

    display: block;

    margin: 0 auto;

    color: transparent;

    width: 26px;

    height: 20px;

    background: url(../img/owl-arrow-next.svg) no-repeat center/26px 20px;

}

.entry-items-image-slider .owl-nav button.owl-prev > span {

    transform: rotateZ(180deg);

}

.default-page-intro {

    padding: 158px 0 0;

}

.default-page-intro .breads-list ul li a {

    color: #002F4C;

}

.default-page-intro .breads-list ul li a:hover {

    color: #002F4C;

}

.default-page-intro .breads-list ul li.current-bread-item a {

    color: #8AA1A9;

}

.default-page-intro .intro-title-40-white {

    color: #002F4C;

    margin-bottom: 37px;

}

.default-page-intro-updated {

    font-weight: 300;

    font-size: 14px;

    line-height: 1.71;

    color: #8AA1A9;

    margin-bottom: 31px;

}

.defailt-page-content {

    padding-bottom: 110px;

}

header.color.is-active, 

header.color.is-active .row {

    background: #F6F6F6;

}

header.color .header-mobile-hold {

    background: #F6F6F6;

}

header.color .header-moblie-nav ul li a {

    color: #002F4C;

}

header.color .header-moblie-nav ul li a:hover {

    color: #002F4C;

}



.table-section-table-item-filter ul {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

}

.table-section-table-item-filter ul li {

    float: left;

    color: #8AA1A9;

    padding: 0px;

    border: none;

    margin-right: 32px;

    transition: 0.2s ease-in-out;

    font-size: 14px;

    line-height: 1.28;

    padding-bottom: 6px;

    margin-bottom: 9px;

    position: relative;

    text-transform: uppercase;

    cursor: pointer;

    margin-bottom: 16px;

}

.table-section-table-item-filter ul li::after {

    content: '';

    background-color: #002F4C;

    width: 100%;

    height: 1px;

    position: absolute;

    bottom: 0;

    left: 0;

    opacity: 0;

    transition: 0.2s ease-in-out;

}

.table-section-table-item-filter ul li:hover {

    opacity: 0.8;

}

.table-section-table-item-filter ul li.is-active {

    color: #002F4C;

}

.table-section-table-item-filter ul li.is-active::after {

    opacity: 1;

}



.header-nav ul li.menu-item-has-children:hover > ul {

    opacity: 1;

    visibility: visible;

}

.header-nav ul li.menu-item-has-children::after {

    content: '';

    width: 180px;

    height: 10px;

    position: absolute;

    top: 99%;

    left: 0;

}

.header-nav ul li ul {

    min-width: 240px;

    background: #fff;

    margin: 0;

    position: absolute;

    transition: 0.2s ease-in-out;

    opacity: 0;

    visibility: hidden;

}

.header-nav ul li ul li {

    padding: 8px 8px;

    transition: 0.2s ease-in-out;

    margin: 0;

    position: relative;

    width: 100%;

}

.header-nav ul li ul li.menu-item-has-children::after {

    display: none;

}

.header-nav ul li ul li:hover {

    background: #F6F6F6;

}

.header-nav ul li ul li a {

    display: block;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.29;

    color: #002F4C;

    padding: 12px 40px 12px 16px;

    text-decoration: none !important;

    position: relative;

}

.header-nav ul li ul li.menu-item-has-children > a::after {

    content: '';

    width: 7px; height: 12px;

    background: url(../img/icon-subnav-arrow.svg) no-repeat center center;

    background-size: contain !important;

    position: absolute;

    top: 50%; right: 14px;

    transform: translateY(-50%);

}

.header-nav ul li ul li a:hover {

    color: #002F4C;

}

.header-nav ul li ul {

    left: -20px;

    top: 33px;

}

.header-nav ul li ul ul {

    left: 100%;

    top: 0;

}

.header-nav ul li ul li.menu-item-has-children:hover ul {

    opacity: 1;

    visibility: visible;

}



.gravity-form-element {

    float: left;

    width: 100%;

    margin-bottom: 30px;

}

.gravity-form-left {

    width: 50%;

    padding-right: 15px;

}

.gravity-form-right {

    width: 50%;

    padding-left: 15px;

}

.gravity-form-element input,

.gravity-form-element input:focus,

.gravity-form-element input:active,

.gravity-form-element textarea,

.gravity-form-element textarea:focus,

.gravity-form-element textarea:active {

    margin: 0 !important;

    box-shadow: none !important;

    background: rgba(255, 255, 255, 0.95) !important;

    outline: none !important;

    height: 45px !important;

    padding: 10px 24px !important;

    color: #002F4C !important;

    font-weight: 300 !important;

    font-size: 14px !important;

    line-height: 1.71 !important;

}

.gravity-form-element textarea,

.gravity-form-element textarea:focus,

.gravity-form-element textarea:active {

    resize: none !important;

    height: 150px !important;

}

.gravity-form-element input::placeholder {

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element input::-moz-placeholder { /* Firefox 19+ */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element input:-ms-input-placeholder { /* IE 10+ */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element input:-moz-placeholder { /* Firefox 18- */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element textarea::placeholder {

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element textarea::-moz-placeholder { /* Firefox 19+ */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element textarea:-ms-input-placeholder { /* IE 10+ */

    color: #8AA1A9;

    opacity: 1;

}

.gravity-form-element textarea:-moz-placeholder { /* Firefox 18- */

    color: #8AA1A9;

    opacity: 1;

}

.gform_wrapper.gravity-theme .gform_fields {

    display: -moz-box !important;

    display: -ms-flexbox !important;

    display: -webkit-flex !important;

    display: flex !important;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;



    grid-column-gap: 0 !important;

    grid-row-gap: 0 !important;

}

.gform_footer {

    padding: 0 !important;

    margin: 0 !important;

}

.gform_button,

.gform_button:focus,

.gform_button:active {

    display: inline-block !important;

    padding: 14px 40px 14px 40px !important;

    text-align: center !important;

    font-weight: 400 !important;

    font-size: 14px !important;

    line-height: 1 !important;

    letter-spacing: 0.05em !important;

    text-transform: uppercase !important;

    color: #fff !important;

    transition: 0.2s ease-in-out !important;

    background: #002F4C !important;

    border: 1px solid transparent !important;

    margin: 0 !important;

}

.gform_button:hover {

    background-color: #fff !important;

    color: #002F4C !important;

    border-color: #002F4C !important;

}

.gfield_validation_message {

    display: none;

}

.gform_validation_errors {

    display: none;

}

#gf_form_focus {

    display: none;

}



.career-items-section {

    padding: 80px 0;

}

.career-items-box {

    background: #F7F7F7;

    padding: 45px 105px 45px 45px;

    margin-bottom: 30px;

}

.career-items-box-title {

    font-weight: 500;

    font-size: 24px;

    line-height: 1.25;

    color: #002F4C;

    margin-bottom: 24px;

}

.career-items-box-location,

.career-items-box-date {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #8AA1A9;

    padding-left: 27px;

    position: relative;

}

.career-items-box-location {

    margin-bottom: 15px;

}

.career-items-box-location::before,

.career-items-box-date::before {

    content: "";

    width: 18px; height: 18px;

    background-size: contain !important;

    position: absolute;

    top: 3px; left: 0;

}

.career-items-box-location::before {

    background: url(../img/icon-map-pin-line-thin.svg) no-repeat center center;

}

.career-items-box-date::before {

    background: url(../img/icon-calendar-blank-thin.svg) no-repeat center center;

}

.career-items-box-right {

    padding-left: 6%;

}

.career-items-box-right :last-child {

    margin-bottom: 0;

}

.career-items-box-text {

    font-weight: 300;

    font-size: 16px;

    line-height: 1.5;

    color: #003057;

    margin-bottom: 24px;

}

.btn-blue.btn-blue-chev svg {

    margin-left: 10px;

    transform: translateY(2px);

}

.btn-blue.btn-blue-chev svg path{

    transition: 0.2s ease-in-out;

}

.btn-blue.btn-blue-chev:hover svg path {

    stroke: #002F4C;

}



.entry-item-text-split-3 {

    padding-right: 8%;

}



.wp-caption {

    margin-bottom: 48px;

}

.wp-caption img {

    margin-bottom: 10px;

}



.table-section-table-item-filter-wave {

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;



    flex-wrap: wrap;

    -ms-flex-wrap: wrap;



    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;



    margin: 34px 0;

}

.table-section-table-item-filter-wave-title {

    float: left;

    width: 171px;

    font-size: 14px;

    line-height: 1.29;

    letter-spacing: 0.05em;

    color: #8AA1A9;

    padding-right: 10px;

}

.table-section-table-item-filter-wave-range {

    float: left;

    width: calc(100% - 171px);

    max-width: 410px;

}



.table-section-table-item-filter-wave-range.noUi-target {

    background: #8AA1A9;

    border-radius: 100px;

    border: none;

    box-shadow: none;

    height: 2px;

}

.table-section-table-item-filter-wave-range.noUi-target::before,

.table-section-table-item-filter-wave-range.noUi-target::after {

    content: '';

    background: #8AA1A9;

    border-radius: 100px;

    height: 2px;

    width: 6px;

    position: absolute;

    top: 0;

}

.table-section-table-item-filter-wave-range.noUi-target::before {

    left: -6px;

}

.table-section-table-item-filter-wave-range.noUi-target::after {

    right: -6px;

}

.table-section-table-item-filter-wave-range .noUi-connect {

    background: #002F4C;

}

.table-section-table-item-filter-wave-range .noUi-handle {

    border: none;

    border-radius: 50%;

    box-shadow: none;

    background: #002F4C;

    width: 16px; height: 16px;

    top: -7px;

    right: -8px;

}

.table-section-table-item-filter-wave-range .noUi-handle::before,

.table-section-table-item-filter-wave-range .noUi-handle::after {

    display: none;

}

.table-section-table-item-filter-wave-range .noUi-tooltip {

    border: none;

    border-radius: 0;

    background: #002F4C;

    font-weight: 300;

    font-size: 12px;

    line-height: 1;

    color: #fff;

    padding: 3px 4px;

}

.table-section-table-item-filter-wave-range .noUi-tooltip::after {

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 2px 2px 0 2px;

    border-color: #002F4C transparent transparent transparent;

    position: absolute;

    bottom: -2px;

    left: 50%;

    transform: translateX(-50%);

}

.table-section-table-item-filter-wave-range .noUi-pips {

    font-size: 14px;

    line-height: 1;

    color: #8AA1A9;

}

.table-section-table-item-filter-wave-range .noUi-marker.noUi-marker-normal {

    display: none !important;

}

.table-section-table-item-filter-wave-range .noUi-marker-horizontal.noUi-marker-large {

    height: 8px;

    background: #8AA1A9;

    border-radius: 100px;

    width: 1px;

    top: -5px;

}

.table-section-table-item-filter-wave-range .noUi-value-large {

    top: 0px;

}



.cc_container {

    font-family: 'EuclidCircularA', sans-serif;

}

.cc_container .cc_btn, 

.cc_container .cc_btn:focus,

.cc_container .cc_btn:active {

    display: inline-block !important;

    padding: 14px 40px 14px 40px !important;

    text-align: center !important;

    font-weight: 400 !important;

    font-size: 14px !important;

    line-height: 1 !important;

    letter-spacing: 0.05em !important;

    text-transform: uppercase !important;

    color: #fff !important;

    transition: 0.2s ease-in-out !important;

    background: #002F4C !important;

    background-color: rgb(0, 47, 76);

    border: 1px solid transparent !important;

    width: auto !important;

    max-width: 100% !important;

    float: none !important;

    margin-left: 20px !important;

}

.cc_container .cc_btn:hover {

    background-color: #fff !important;

    color: #002F4C !important;

    border-color: #002F4C !important;

}

.cc_container .cc_logo {

    display: none !important;

}

.cc_container .cc_btn {

    bottom: 18px !important;

}

.cc_container .cc_message {

    color: #000 !important;

    margin-top: 0 !important;

}

.cc_container .cc_message a {

    color: #002F4C !important;

    transition: 0.2s ease-in-out !important;

}

.cc_container .cc_message a:hover {

    color: #002F4C !important;

    opacity: 0.7 !important;

}

.cc_banner.cc_container.cc_container--open {

    display: -moz-box !important;

    display: -ms-flexbox !important;

    display: -webkit-flex !important;

    display: flex !important;



    -webkit-box-align: center !important;

    -ms-flex-align: center !important;

    align-items: center !important;



    -webkit-box-pack: justify !important;

    -ms-flex-pack: justify !important;

    justify-content: space-between !important;



    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: reverse !important;

    -ms-flex-direction: row-reverse !important;

    flex-direction: row-reverse !important;

}



/* Media */

@media screen and (max-width:1600px) {

    .services-intro-bg {

        transform: translate(0%, -50%);

    }

}



/* end of max-1600 */

@media screen and (max-width:1140px) {

    .header-btns ul li .btn-white-border {

        min-width: 1px;

    }



    .header-btns ul li .btn-white-border span {

        display: none;

    }



    .header-btns ul li .btn-white-border img {

        margin: 0;

    }



    .needs-left {

        width: 43%;

    }



    .needs-right {

        width: 43%;

    }



    .app-features-right .owl-nav button.owl-next {

        right: 30px;

    }



    .contact-form-box {

        padding: 50px 50px;

    }



    .contact-details-box + .contact-details-box {

        margin-top: 30px;

    }



} /* end of max-1140 */



@media only screen and (max-width:1023px) {

    header {

        padding: 35px 0;

    }



    .header-nav {

        display: none;

    }



    .hamburger {

        display: inline-block;

        margin-left: 16px;

    }



    .homepage-services-section-list > ul {

        width: 100%;

    }



    .homepage-services-section-list > ul > li {

        width: 100%;

        margin: 0 0 20px 0;

    }



    .homepage-tools-section-box {

        padding: 0;

    }



    .homepage-tools-section .section-title-24 {

        margin-bottom: 50px;

    }



    .homepage-tools-section-img-hold {

        padding-bottom: 108%;

        margin-bottom: 40px;

    }



    .homepage-tools-section-img {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        width: calc(100% + 40px);

        transform: translateX(-20px);

    }



    .homepage-tools-section-list ul {

        padding-bottom: 0;

    }



    .homepage-tools-section::after {

        display: none;

    }



    .homepage-numbers-section {

        background: #F6F6F6 url(../img/bg-home-numbers-section.svg) no-repeat top right 50px;

        padding-top: 68px;

        background-size: cover !important;

    }



    .homepage-numbers-section-hold {

        padding: 0 0 0;

    }



    .homepage-numbers-section-hold-left {

        margin-bottom: 56px;

    }



    .homepage-latest-section-list ul {

        display: -moz-box;

        display: -ms-flexbox;

        display: -webkit-flex;

        display: flex;

        width: calc(100% + 20px);

    }



    .homepage-latest-section-list ul li {

        width: calc(33.333% - 20px);

        margin: 0 20px 0 0;

    }



    .homepage-latest-section-list ul li:first-child {

        width: calc(33.333% - 20px);

    }



    .homepage-latest-section-list ul li:first-child .homepage-latest-section-list-title {

        font-size: 18px;

        line-height: 1.39;

    }



    .contact-cta-section .section-title-24 {

        padding-right: 0;

        margin-bottom: 33px;

    }



    .tests-list ul li {

        margin-right: 10%;

        width: 45%;

    }



    .tests-list ul li:nth-child(4n) {

        margin-right: 10%;

    }



    .tests-list ul li:nth-child(2n) {

        margin-right: 0%;

    }



    .subscribe-right {

        padding-left: 0%;

    }



    .subscribe-left {

        margin-bottom: 20px;

    }



    .tests-isotope ul li {

        width: calc(50% - 30px);

        min-width: calc(50% - 30px);

        margin-left: 15px;

        margin-right: 15px;

    }



    .bundles-list ul li a {

        padding: 38px 20px 91px 20px;

    }



    .bundles-list ul li a>img {

        position: relative;

        top: auto;

        right: auto;

        margin-bottom: 10px;

    }



    .bundles-list .section-list-link {

        position: absolute;

        bottom: 48px;

        left: 20px;

    }



    .download-btn {

        position: absolute;

        top: auto;

        bottom: 17px;

        right: 45px;

        transform: translateY(0%);

    }



    .downloads-lists ul li a {

        padding: 45px 88px 65px 45px;

    }



    .client-single-box {

        flex-flow: column;

        flex-direction: column !important;

    }



    .csb-left {

        width: 100%;

        margin-bottom: 35px;

    }



    .csb-right {

        width: 100%;

    }



    .process-section-box {

        padding: 0;

    }



    .process-section .section-title-24 {

        margin-bottom: 50px;

    }



    .process-section-img-hold {

        padding-bottom: 108%;

        margin-bottom: 40px;

    }



    .process-section-img {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        width: calc(100% + 40px);

        transform: translateX(-20px);

    }



    .process-list li {

        width: 100%;

    }



    .process-section::after {

        display: none;

    }



    .needs-outer {

        flex-direction: column;

    }



    .needs-left {

        width: 100%;

    }



    .needs-mid {

        padding: 50px 0;

        justify-content: center;

    }



    .needs-right {

        width: 100%;

    }



    .needs-arrow {

        transform: rotateZ(90deg);

    }



    .needs-box {

        padding: 40px;

        height: auto;

    }



    .app-features-right .owl-nav button.owl-prev {

        left: 30px;

    }



    .app-features-right .owl-stage-outer {

        padding-left: 30px;

    }



    .mobile-app-cal-section {

        padding: 56px 0;

    }



    .download-app-list {

        margin-top: 20px;

        margin-left: -15px;

    }



    .information-tools-section-list ul li {

        width: 42.5%;

        margin-right: 15% !important;

    }



    .information-tools-section-list ul li:nth-child(2n) {

        margin-right: 0 !important;

    }



    .information-tools-parent {

        background: #fff url(../img/shape-bg-grey.svg) no-repeat top 78px right 50px;

    }



    .bundle-package-section +.contact-cta-section {

        padding-top: 68px;

    }



    .homepage-tools-section.bundle-package-section + section {

        padding-top: 68px;

    }

    .homepage-tools-section.bundle-package-section + section.subscribe-section {

        padding-top: 88px;

    }



    .bundle-package-section .homepage-tools-section-img {

        bottom: 0;

    }



    .bundle-single-box {

        flex-flow: column;

    }



    .bsb-left {

        width: 100%;

        margin-bottom: 50px;

    }



    .bsb-right {

        width: 100%;

    }



    .bundle-single-upper {

        padding: 0;

        margin-top: 30px;

    }



    .bundle-single-section {

        padding: 10px 0 40px;

    }



    .about-section-content {

        flex-flow: column;

    }



    .about-section-left {

        padding: 0;

        width: 100%;

        margin-bottom: 30px;

    }



    .about-section-right {

        width: 100%;

    }



    .order-process-list {

        display: block;

    }



    .order-process-box {

        max-width: initial;

        margin: 0 auto 0;

        display: flex;

        flex-flow: column;

        flex-direction: column-reverse;

        justify-content: center;

        align-items: center;

    }



    .order-process-item .order-process-text {

        top: auto;

        bottom: auto;

        position: relative;

        transform: none;

        left: auto;

        width: 100%;

        margin-bottom: 50px;

    }



    .order-process-item .order-process-icon::before {

        top: -4px;

        bottom: auto;

    }



    .order-process-item .order-process-icon::after {

        bottom: 100%;

        top: auto;

    }



    .order-process-list::after {

        display: none;

    }



    .order-process-icon {

        position: relative;

    }



    .order-process-item:nth-child(even) .order-process-icon::before {

        top: -4px;

        bottom: auto;

    }



    .order-process-item:nth-child(even) .order-process-icon::after {

        bottom: 100%;

        top: auto;

    }



    .order-process-item + .order-process-item {

        margin-top: 35px;

    }



    .order-process-text br {

        display: none;

    }



    .calculator-links {

        margin-top: 50px;

    }



    .calculator-phone-section .tick-list {

        margin-top: 50px;

    }



    .homepage-services-section-list-3 > ul > li > a {

        padding: 65px 200px 114px 45px;

    }

    .homepage-services-section-list-3 > ul > li a .section-list-title {

        max-width: 100%;

    }

    .homepage-services-section-list > ul > li:last-child {

        margin-bottom: 0;

    }

    .homepage-numbers-section.homepage-numbers-section-news {

        padding: 88px 0;

    }

    .client-single-section .csb-left {

        padding-bottom: 100%;

    }

    .homepage-tools-section-top {

        margin-top: 0;

    }

    .client-single-section {

        padding: 56px 0;

    }

    .homepage-tools-section {

        padding: 56px 0;

    }

    .app-features-right {

        padding-top: 50px;

        padding-left: 0;

    }

    .app-features-right .owl-nav button.owl-prev {

        left: 0;

    }

    .app-features-right .owl-nav button.owl-next {

        right: 0;

    }

    .about-the-app-section-top {

        margin-bottom: 88px;

    }

    .contact-section {

        padding: 160px 0 88px;

    }



    .contacts-our-distributors-section-list ul {

        width: 100%;

    }

    .contacts-our-distributors-section-list ul li {

        width: 100%;

        margin: 0 0 30px 0;

    }

    .bundle-single-section-multi-item .bsb-left {

        padding-bottom: 72%;

    }

    .entry-item-text-image-img {

        padding: 0 !important;

        margin-bottom: 32px;

    }

    .entry-item-text-image .entry {

        padding: 0 !important;

    }

    .defailt-page-content {

        padding-bottom: 88px;

    }

    .contact-section .gravity-form-left {

        width: 100%;

        padding-right: 0;

    }

    .contact-section .gravity-form-right {

        width: 100%;

        padding-left: 0;

    }

    .career-items-box-right {

        padding-top: 30px;

        padding-left: 0;

    }

} /* end of max-1023 */



@media screen and (max-width:639px) {

    .header-logo img {

        max-height: 38px;

    }



    .header-btns ul li {

        margin-right: 5px;

    }



    .btn-white-border, .btn-white-border:focus, .btn-white-border:active {

        min-height: 37px;

        min-width: 114px;

        padding: 5px 17px;

        font-size: 13px;

        letter-spacing: 0.05em;

    }



    .btn-white, .btn-white:focus, .btn-white:active {

        min-height: 37px;

        min-width: 114px;

        padding: 5px 17px;

        font-size: 13px;

        letter-spacing: 0.05em;

    }



    .homepage-intro-section {

        min-height: 1px !important;

        padding: 85px 0 85px;

    }



    .intro-title-64-white {

        font-size: 32px;

        line-height: 1.15;

        margin-bottom: 30px;

    }



    .intro-text-16-white {

        font-size: 14px;

        line-height: 1.57;

    }



    .intro-btns ul li {

        float: left;

        margin: 0 14px 0 0;

    }



    .homepage-services-section-list > ul > li > a {

        padding: 88px 42px 41px;

    }



    .homepage-services-section-list > ul > li > a img {

        max-width: 59px;

        max-height: 46px;

        top: 18px;

        right: auto;

        left: 43px;

    }



    .section-list-link {

        bottom: auto;

        left: auto;

        top: 40px;

        right: 42px;

    }



    .section-list-title {

        font-size: 20px;

        margin-bottom: 15px;

    }



    .section-list-text {

        line-height: 1.71;

        margin-bottom: 0;

    }



    .section-title-24 {

        margin-bottom: 24px;

    }



    .homepage-tools-section .section-title-24 {

        margin-bottom: 53px;

    }



    .homepage-services-section {

        padding: 52px 0 44px;

    }



    .homepage-tools-section-list ul li {

        width: 100%;

        margin: 0 0 68px 0;

    }



    .homepage-tools-section-list ul li:last-child {

        margin-bottom: 49px;

    }



    .section-list-text-14 {

        margin-bottom: 24px;

    }



    .homepage-tools-section-list ul li .section-list-title {

        font-size: 24px;

    }



    .homepage-numbers-section-hold .section-title-24 {

        margin-bottom: 30px;

    }



    .homepage-numbers-section-hold .section-title-24 br {

        display: none;

    }



    .homepage-numbers-section-list ul li {

        width: 100%;

        margin: 0 0 48px;

        padding-right: 0;

    }



    .homepage-numbers-section-list-title {

        font-size: 30px;

        margin-bottom: 8px;

    }



    .homepage-numbers-section-hold-left {

        margin-bottom: 26px;

    }



    .homepage-numbers-section-hold {

        padding: 0 0 58px;

    }



    .homepage-latest-section {

        padding: 56px 0;

    }



    .homepage-latest-section .section-title-24 {

        margin-bottom: 40px;

    }



    .homepage-latest-section-list ul {

        overflow: auto;

    }



    .homepage-latest-section-list ul li {

        width: calc(33.333% - 20px);

        min-width: 288px !important;

    }



    .homepage-latest-section-list-title {

        font-size: 24px !important;

    }



    .contact-cta-section {

        padding: 39px 0 51px;

    }



    .contact-cta-section-text {

        margin-bottom: 32px;

        font-size: 16px;

        line-height: 1.5;

    }



    .testimonials-left {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

    }



    .count-wrapper {

        position: relative;

        font-size: 14px;

    }



    .testimonials-item {

        padding-left: 0px;

        padding-top: 40px;

        margin-bottom: 40px;

    }



    .testimonials-text::before {

        top: -30px;

        left: 0;

    }



    .testimonials-text {

        font-size: 18px;

        min-height: auto;

        margin-bottom: 55px;

    }



    .testimonials-author {

        font-size: 14px;

    }



    .homepage-testimonails-section {

        padding: 40px 0;

    }



    .footer-nav-list>ul>li {

        width: 47%;

    }



    .footer-nav ul li a {

        line-height: 1.14;

    }



    .footer-nav ul li {

        margin-bottom: 10px;

    }



    .footer-bottom-img img {

        margin-left: 0px;

    }



    footer {

        padding: 56px 0 20px;

    }



    .footer-bottom-img {

        text-align: left;

    }



    .footer-nav-list {

        margin-bottom: 20px;

    }



    .text-f {

        font-size: 14px;

        padding-right: 15px;

    }



    .text-f-l {

        font-size: 12px;

    }



    .services-intro-bg {

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        width: 100%;

    }



    .services-list>ul>li {

        width: 100%;

        margin-right: 0%;

    }



    .services-section {

        padding: 58px 0 15px 0;

    }



    .tests-list ul li {

        margin-right: 0%;

        width: 100%;

        margin-bottom: 50px;

    }



    .tests-list ul li:nth-child(4n) {

        margin-right: 0%;

    }



    .available-tests-filter-section {

        padding: 40px 0 0 0;

    }



    .test-packages-and-bundles-section {

        padding: 40px 0 10px;

    }



    .s-wrapper {

        flex-wrap: wrap;

    }



    .s-wrapper .form-element {

        width: 100%;

        margin-bottom: 20px;

    }



    .subscribe-section, .subscribe-section.type2 {

        padding: 39px 0 39px 0;

    }



    .buttony {

        margin-right: 15px

    }



    .bundles-list ul li {

        width: 100%;

        margin-right: 0;

    }



    .bundles-list .section-list-link {

        top: auto;

        right: auto;

    }



    .downloads-section {

        padding: 56px 0 26px;

    }



    .downloads-lists ul li {

        width: 100%;

    }



    .downloads-lists ul li a {

        padding: 45px 45px 65px 45px;

    }



    .news-list ul li {

        width: 100%;

        margin-right: 0%;

        margin-bottom: 40px;

    }

    .news-list ul li:last-child {

        margin-bottom: 0;

    }



    .news-section {

        padding: 40px 0 40px;

    }



    .news-wrapper .pagination ul li .page-numbers {

        padding: 7px 12px;

    }



    .pad-bot-135 {

        padding-bottom: 0px;

    }



    [class^='btn-'] {

        padding-left: 20px;

        padding-right: 20px;

    }



    .other-service-section {

        padding: 56px 0;

    }



    .dropdown-pane.is-open {

        margin: 0;

        margin-top: 30px;

        padding-left: 40px 20px 20px;

        box-shadow: 0px -10px 10px rgb(0 47 76 / 5%);

    }



    .dropdown-pane::after {

        bottom: auto;

        top: -16px;

        left: auto;

        right: 100px;

    }



    .dropdown-close {

        top: 5px;

    }



    .orders-faq-section {

        padding-top: 50px;

    }



    .orders-faq-outer {

        padding-top: 50px;

        padding-bottom: 50px;

    }



    .accordion-title {

        font-size: 16px;

        line-height: 22px;

        padding: 5px 35px 5px 0;

    }



    .needs-box {

        padding: 20px;

    }



    .section-title-24-bold {

        margin-bottom: 18px;

    }



    .tick-list:not(:last-child) {

        margin-bottom: 20px;

    }



    .information-tools-section-box, .article-single-section, .about-section {

        padding: 50px 0;

    }



    .information-tools-section-list ul li {

        width: 100%;

        margin-right: 0% !important;

        margin-bottom: 68px;

    }



    .bundle-package-section + .contact-cta-section {

        padding-top: 51px;

    }



    .homepage-tools-section.bundle-package-section + section {

        padding-top: 51px;

    }



    .calculator-section {

        padding: 50px 0;

    }



    .calculator-section .section-title-24 {

        margin-bottom: 30px;

    }



    .calculator-links {

        margin-top: 30px;

    }



    .calculator-links a {

        padding: 15px 30px 15px 0;

    }



    .calculator-links a::after {

        top: 15px;

    }



    .calculator-phone-section {

        padding: 50px 0;

    }



    .calculator-phone-section .tick-list {

        margin-top: 30px;

    }



    .homepage-tools-section-list-2-btn + .show-for-small-only {

        padding-top: 40px;

    }



    .homepage-numbers-section.homepage-numbers-section-news {

        padding: 56px 0;

    }

    .app-features-right .owl-stage-outer {

        padding-left: 0;

    }

    .app-features-right .owl-nav button.owl-next, 

    .app-features-right .owl-nav button.owl-prev {

        width: 43px;

        height: 43px;

    }

    .app-features-right .owl-nav button.owl-prev {

        left: -13px;

    }

    .app-features-right .owl-nav button.owl-next {

        right: -13px;

    }

    .mobile-app-cal-section.mobile-app-cal-section-bg {

        padding: 0;

    }

    .about-the-app-section-top {

        margin-bottom: 56px;

    }

    .contact-section {

        padding: 120px 0 56px;

    }

    .contact-section .contact-form-box {

        margin: 56px 0 0;

        padding: 40px 20px;

    }

    .order-self-service-section {

        padding: 56px 0;

    }

    .order-process-section {

        padding: 56px 0;

    }

    .contacts-our-distributors-section-list ul li {

        padding: 30px 20px;

    }

    .contacts-our-distributors-section-list-title {

        font-size: 16px;

    }

    .contacts-our-distributors-section-list-name span {

        font-size: 16px;

    }

    .contacts-our-distributors-section {

        padding: 56px 0 26px;

    }

    .contacts-our-distributors-section .section-title-24 {

        margin-bottom: 24px;

    }

    .testing-conditions-section-top {

        margin-bottom: 24px;

    }

    .testing-conditions-section .testing-conditions-section-item {

        margin-bottom: 56px;

    }

    .orders-faq-section-top {

        margin-bottom: 56px;

    }

    .orders-faq-section-item {

        margin-bottom: 56px;

    }

    .related-lidt-infobase-posts-section {

        padding: 56px 0;

    }

    .header-mobile-hold {

        padding-top: 116px;

    }

    .homepage-intro-section.article-single-intro {

        padding-top: 85px;

    }

    .entry-item-text-split:nth-child(2n+1) {

        padding-right: 0;

    }

    .entry-item-text-split:nth-child(2n) {

        padding-left: 0;

    }

    .entry-item-text-split-3 {

        padding-right: 0;

    }

    .entry-item-text-split {

        margin-bottom: 16px;

    }

    .entry-item-text-split:last-child {

        margin-bottom: 0;

    }

    .entry-item-images-split-hold {

        width: 100%;

    }

    .entry-item-images-split-item {

        width: 100%;

        margin-right: 0;

        margin-bottom: 30px;

    }

    .entry-item-images-split-item:last-child {

        margin-bottom: 0;

    }

    .test-single-section {

        padding: 56px 0 32px;

    }

    .entry-items-image-slider .owl-nav button.owl-next, 

    .entry-items-image-slider .owl-nav button.owl-prev {

        width: 42px;

        height: 42px;

    }

    .entry-items-image-slider .owl-nav button.owl-prev {

        left: -14px;

    }

    .entry-items-image-slider .owl-nav button.owl-next {

        right: -14px;

    }

    .defailt-page-content {

        padding-bottom: 56px;

    }

    .gravity-form-element {

        margin-bottom: 20px;

    }

    .gform_footer {

        margin: 10px 0 0 0 !important;

    }

    .career-items-section {

        padding: 56px 0;

    }

    .career-items-box {

        padding: 45px 25px;

    }

    .career-items-box:last-child {

        margin-bottom: 0;

    }

    .career-items-box-title {

        font-size: 18px;

    }

    .career-items-box-location, 

    .career-items-box-date {

        font-size: 14px;

    }

    .career-items-box-location::before, 

    .career-items-box-date::before {

        top: 2px;

    }

    .career-items-box-text {

        font-size: 14px;

    }

    .about-section-left h2,

    .award-content h2 {

        font-size: 16px;

    }

    .table-section-table-item-filter-wave-title {

        width: 100%;

        padding-right: 0;

        margin-bottom: 40px;

    }

    .table-section-table-item-filter-wave-range {

        width: 97%;

        max-width: 410px;

    }

    .table-section-table-item-filter-wave {

        margin: 10px 0 40px;

    }

    .intro-btns ul {

        flex-wrap: wrap;

        -ms-flex-wrap: wrap;

    }

    .intro-btns ul li {

        width: 100%;

        margin: 0 0 14px 0;

    }

    .cc_container .cc_btn, 

    .cc_container .cc_btn:focus,

    .cc_container .cc_btn:active {

        padding: 10px 20px 10px 20px !important;

        font-size: 12px !important;

    }

    .homepage-intro-section.hero-intro-section .services-intro-bg  {
        opacity: 0.5;
    }
    .test-circle {
        width: 129px;
        height: 129px;
    }
    .test-circle img {
        max-height: 90px;
    }
    .contact-cta-section.orns::after {
        width: 253px;
        height: 195px;
    }
    .contact-cta-section.orns::before {
        width: 320px;
        height: 121px;
    }

} /* end of max-639 */

@media screen and (max-width:425px) {
    .contact-cta-section .contact-cta-section-text {
        font-size: 16px;
    }
} /* end of max-425 */

@media screen and (max-width:419px) {

    header {

        padding: 24px 0;

    }

    .header-btns ul {

        display: none;

    }

    .header-mobile-hold .header-btns {

        display: block;

    }

    .header-mobile-hold .header-btns ul li {

        margin-right: 0;

        margin-bottom: 20px;

        width: 100%;

    }

    .header-mobile-hold .header-btns ul li span {

        display: inline-block;

    }

    .header-mobile-hold .btn-white-border img {

        margin-right: 10px !important;

    }

    .header-mobile-hold .header-btns ul li a {

        min-width: 155px;

        text-align: center;

    }

} /* end of max-419 */



@media screen and (max-width:389px) {

    .homepage-services-section-list > ul > li > a {

        padding: 88px 24px 32px;

    }



    .homepage-services-section-list > ul > li > a img {

        top: 24px;

        left: 24px;

    }

    .section-list-link {

        top: 46px;

        right: 24px;

    }

    .section-list-title {

        font-size: 18px;

    }

    .homepage-services-section {

        padding: 52px 0 44px;

    }

    .homepage-latest-section-list-title {

        font-size: 18px !important;

    }

    .contact-cta-section-text {

        font-size: 22px;

    }

} /* end of max-389 */