@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

body {
    font-family: 'Graphik Web';
    color: #000d34;
    cursor: default;
}

:root {
    --dark-navy: #000d34;
    --white: #ffffff;
    --light-gray: #f2f3f5;
}

.fs-90 {
    font-size: 5.625em;
}

.fs-80 {
    font-size: 5em;
}

.fs-70 {
    font-size: 4.375em;
}

.fs-60 {
    font-size: 3.75em;
}

.fs-50 {
    font-size: 3.125em;
}

.fs-40 {
    font-size: 2.5em;
}

.fs-35 {
    font-size: 2.1875em;
}

.fs-12 {
    font-size: 12px;
}

h1,
.h1 {
    font-size: 3em;
}

h2,
.h2 {
    font-size: 1.875em;
}

h3,
.h3 {
    font-size: 1.5625em;
}

p,
.paragraph {
    font-size: 1.25em;
    margin: 0;
}

.con-sec ul {
    position: relative;
}

.caption {
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000d34;
}

.semi-bold-16 {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.semi-unbold-16 {
    font-size: 1em;
}

.semi-bold-600-fs-14 {
    font-size: 0.875em;
    font-weight: 600;
}

.semi-bold-14 {
    font-size: 0.875em;
    font-weight: 500;
}

.dark-navy-color {
    color: #000d34;
}

.container {
    max-width: 1600px;
    padding: 0 6%;
}

.wpb_text_column p {
    line-height: 1.4;
}

.menu-main-meun-container ul {
    padding: 0;
}

.hidden {
    display: none;
}

.top-main-nav .top-menu-list {
    display: flex;
    justify-content: flex-end;
    list-style: unset;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 13, 52, 0.1);
}

.top-main-nav .top-menu-list li {
    margin-bottom: -1px;
}

.top-main-nav .top-menu-list>li:not(:last-child) {
    padding-right: 2.66%;
}

.top-main-nav .menu-item.lang-swtich-dropdown-item {
    padding-left: 2.66%;
    position: relative;
    display: flex;
    align-items: center;
}

.lang-swticher- a span {
    color: #ffffff;
}

.menu-item.lang-swtich-dropdown-item:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #ffffff;
    left: 0;
    transform: translate(50%, 50%);
}

.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item button,
.top-main-nav .top-menu-list>li>a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #000d34;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.71;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1.179em 0;
}

.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item button {
    background: transparent;
    border: unset;
}

.single-careers .top-menu-list li:nth-child(3) a,
.single-media_hub .top-menu-list li:nth-child(2) a {
    color: #838795;
}

.top-main-nav .top-menu-list button::after {
    display: none;
}

.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item button:focus {
    box-shadow: unset;
    outline: unset;
}

.top-main-nav .top-menu-list .dropdown-menu {
    min-width: 0;
    transform: translate3d(-50px, 49px, 0px) !important;
}

.Shadow {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}


/** Main Menu Nav Bar **/

.header-logo img {
    height: 95.6%;
}

.main-menu-nav {
    padding: 2.219em 0;
}

.main-menu-list {
    margin: 0px;
    margin-left: 4.99%;
}

.footer-menu-nav ul,
.main-menu-nav ul {
    padding: 0;
    list-style-type: none;
}

.footer-menu-list,
.main-menu-list {
    display: flex;
}

.footer-menu-nav ul>a,
.main-menu-nav ul>a {
    font-size: 1.125em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #000d34;
    text-decoration: none;
}

.footer-menu-nav>.footer-menu-list>li>a:hover {
    color: #838795;
}

.footer-menu-nav .footer-menu-list>li:not(:last-child),
.main-menu-nav .main-menu-list>li:not(:last-child) {
    padding-right: 4.75em;
}

.main-menu-nav .main-menu-list>li>span>.menu-icon,
.main-menu-nav .main-menu-list>li>a>.menu-icon {
    padding-left: 0.375em;
}

.footer-menu-nav .footer-menu-list>li>span>.menu-icon,
.footer-menu-nav .footer-menu-list>li>a>.menu-icon {
    padding-left: 0.65625em;
}

.footer-menu-nav .footer-menu-list>li>a>.menu-icon i:last-child,
.footer-menu-nav .footer-menu-list>li>span>.menu-icon i:last-child,
.footer-menu-nav .footer-menu-list>li.menu-active>a>.menu-icon .fa-chevron-down,
.footer-menu-nav .footer-menu-list>li.menu-active>span>.menu-icon .fa-chevron-down,
.main-menu-nav .main-menu-list>li.menu-active>a>.menu-icon .fa-chevron-down,
.main-menu-nav .main-menu-list>li.menu-active>span>.menu-icon .fa-chevron-down,
.main-menu-nav .main-menu-list>li>a>.menu-icon i:last-child,
.main-menu-nav .main-menu-list>li>span>.menu-icon i:last-child {
    display: none;
}

.footer-menu-nav .footer-menu-list>.menu-active>a>.menu-icon .fa-chevron-up,
.footer-menu-nav .footer-menu-list>.menu-active>span>.menu-icon .fa-chevron-up,
.main-menu-nav .main-menu-list>.menu-active>span>.menu-icon .fa-chevron-up,
.main-menu-nav .main-menu-list>.menu-active>a>.menu-icon .fa-chevron-up {
    display: inline;
}

.footer-menu-bar {
    position: relative;
}

.footer-menu-list>.menu-item>a,
.footer-menu-list>.menu-item>span {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}

.footer-menu-nav .footer-logo-menu-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 2em;
}

.footer-menu-nav .sub-menu-wrapper {
    display: none;
}

.footer-menu-nav .footer-menu-list>li {
    padding-top: 5.5625em;
    padding-bottom: 6.9375em;
    margin-bottom: -1px;
}

.footer-menu-nav .footer-menu-list>.menu-active {
    border-bottom: 1px solid #000d34;
}

.footer-menu-nav .footer-menu-list {
    margin: 0;
}

.main-menu-nav .search-wrapper {
    margin-left: auto;
}

.main-menu-nav .search-wrapper i {
    font-size: 0.8em;
}

.search-icon {
    width: 3em;
    height: 3em;
    box-shadow: 0 2px 8px 0 rgba(0, 13, 52, 0.15);
    border: solid 2px rgba(0, 13, 52, 0.5);
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu-nav .sub-menu-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    margin-top: 4em;
    transition: 0.5s;
    display: none;
}

.footer-menu-nav .sub-menu-wrapper {
    position: relative;
    left: 0;
    width: 100%;
}

.main-menu-nav .menu-active>.sub-menu-wrapper {
    opacity: 1;
    visibility: visible;
    margin-top: 6.8em;
}

.page-is-scrolled .main-menu-nav .menu-active>.sub-menu-wrapper {
    margin-top: 5.5em;
}

.footer-menu-nav .menu-active>.sub-menu-wrapper {
    display: unset;
}

.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
    display: flex;
    padding-top: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    margin: 0;
}

.main-menu-nav .full-width-sub-menu .sub-menu-wrapper .sub-menu.menu-depth-1 {
    display: block;
}

.main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li:first-child {
    width: 28%;
}

.main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li {
    width: 36%;
}

.main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li a,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a {
    color: #000d34;
}

.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a[href='javascript:'] {
    cursor: default;
}

.footer-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li {
    width: auto;
}

.footer-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li,
.main-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li {
    width: 50%;
}

.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a,
.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 li>span,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 li>span {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

.footer-menu-nav a[data-object-type='system_taxonomy']:hover,
.footer-menu-nav a[data-object-type='system_taxonomy'] {
    color: #ffff;
}

.main-menu-nav .full-width-sub-menu .sub-menu-wrapper .sub-menu.menu-depth-1 li:not(last-child),
.footer-menu-nav .sub-menu.menu-depth-2 li:not(last-child),
.main-menu-nav .sub-menu.menu-depth-2 li:not(last-child) {
    padding-bottom: 1em;
}

.footer-menu-nav .sub-menu.menu-depth-2 li.description-menu-item:not(last-child),
.main-menu-nav .sub-menu.menu-depth-2 li.description-menu-item:not(last-child) {
    padding-bottom: 1.5em;
}

.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 li>span.menu-item-description,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 li>span.menu-item-description {
    display: block;
    font-weight: normal;
    padding-top: 0.5em;
}

.footer-menu-nav ul a,
.footer-menu-nav ul li span {
    color: #ffffff;
}

.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a[href='javascript:'] {
    cursor: default;
}

.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
    padding-top: 2.5em;
}

.footer-menu-nav .sub-menu-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-social-icons {
    padding: 3em 0;
}

.over_view_content {
    background-color: #f7f7f9;
    padding: 2.5em 2em;
    padding-right: 0;
}

.main-menu-nav .over_view_body {
    padding-bottom: 2em;
}

.main-menu-nav .overview_heading {
    padding-bottom: 1.5em;
}

.main-menu-nav .over_view_contain {
    padding-left: 1.5em;
    font-size: 1.125em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #000d34;
    max-width: 600px;
}

.oview_view_img {
    width: 208px;
    overflow: hidden;
}

.main-menu-nav .menu-feature-porduct-cat {
    padding-top: 0.5em;
}

.menu-item-products-listing {
    padding-top: 1.5em;
    border-top: 1px solid rgba(0, 13, 52, 0.1);
}

.menu-item-products-listing .d-flex>div {
    width: 50%;
}

.menu-item-products-listing .d-flex>div:first-child {
    padding-right: 2em;
    border-right: 1px solid #e8e9ed;
}

.menu-item-products-listing .case-study-mega-menu {
    padding-left: 2em;
}

.menu-item-products-listing .case-study-items,
.menu-item-products-listing .menu-feature-porduct-list {
    max-height: 295px;
    overflow-y: auto;
}

.menu-item-products-listing .menu-feature-porduct-item {
    background-color: #ffffff;
    border-left: 2px solid;
}

.menu-item-products-listing .menu-feature-porduct-item:not(:last-child) {
    margin-bottom: 1em;
}

.menu-item-products-listing .menu-feature-porduct-item a {
    text-align: left;
    font-size: inherit;
    font-weight: initial;
    padding: 1em;
    display: block;
    color: #000d34;
}

.case-study-mega-menu .resource-card-item:not(:last-child) {
    margin-bottom: 1em;
}

.case-study-mega-menu .resource-card-item {
    background-color: #fff;
    border-left: 0.25em solid;
    padding: 1em;
}

.case-study-mega-menu .resource-card-cat,
.case-study-mega-menu .resource-card-short-desc,
.case-study-mega-menu .resource-card-title {
    padding-bottom: 1em;
}

.case-study-mega-menu .resource-card-bottom-btn>a {
    text-align: left !important;
    font-size: 0.875em !important;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #000d34;
}

.case-study-mega-menu .resource-card-bottom-btn>a:first-child {
    padding-right: 2em;
}

.case-study-mega-menu .resource-card-title {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.case-study-mega-menu .resource-card-cat {
    opacity: 0.5;
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000d34;
}

.case-study-mega-menu .resource-card-short-desc {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #000d34;
}


/*** Footer **/

.footer-body {
    background-color: #000d34;
}
.footer-wrapper .footer-news-letter.hide{
    display: none !important;
}


.footer-wrapper .footer-news-letter {
    padding-top: 7.3125em;
    padding-bottom: 7.3125em;
    margin: 0;
    background-repeat: no-repeat;
}

.newsletter-heading {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin: 0;
}

.footer-news-letter p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    margin-top: 1em;
}

ul.social-icons-list li {
    width: 2em;
    height: 2em;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-icons-list li a i {
    color: #000d34;
    padding: 0;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-icons-list li:not(:first-child) {
    margin-left: 0.9375em;
}

ul.sub-menu.menu-depth-1 li {
    width: 100%;
    font-size: 1em;
    margin-right: 1.2em;
}

ul.sub-menu.menu-depth-1 li:first-of-type {
    margin-right: 2em;
}

.footer-copy-right {
    color: #fff;
    margin-top: -23px;
    padding-bottom: 3em;
}

a.social-icons-link:hover {
    text-decoration: none;
}

.c-f-news label span input[type='email'] {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 25em;
    padding: 0.7em;
    line-height: 1.7;
    color: #fff;
    height: 2.875em;
}

.c-f-news label span input[type='email']::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.c-f-news label span input[type='email']:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.c-f-news label span input[type='email']::placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.c-f-news input[type='submit'] {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0.769em 2.6em;
    margin-left: -4px;
    height: 2.875em;
    position: relative;
    width: 10.938em;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    border: none;
}

div.wpcf7-mail-sent-ok {
    border: none;
    color: #fff;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
}

div.wpcf7-validation-errors {
    border: none;
    color: #fff;
    padding-top: 0;
    margin-top: -1em;
    margin-left: 1em;
    text-align: center;
}

.invalid .c-f-news input[type='submit'] {
    position: relative;
}

p.copy-pra {
    text-align: right;
    font-size: 16px;
}

ul.t-d-links li a:hover {
    text-decoration: none;
}

ul.t-d-links li a {
    color: #fff;
    font-size: 16px;
}

ul.t-d-links {
    margin: 0;
    padding: 0;
}

ul.t-d-links li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

ul.footer-menu-list {
    width: 89.544%;
}

.foot-logo-sec {
    width: 10.456%;
    text-align: right;
}

.news-form {
    text-align: right;
}

ul.social-icons-list {
    margin-left: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
}

.wpcf7-not-valid-tip {
    text-align: left;
}

form.wpcf7-form.invalid .wpcf-form-container .upload-file-note {
    padding-top: 1.5625em;
}

ul.emp-log-link li a {
    color: #fff;
    text-transform: uppercase;
}

ul.emp-log-link li a:hover {
    text-decoration: none;
}

ul.emp-log-link li {
    list-style: none;
    display: inline-block;
}

ul.emp-log-link {
    float: right;
}

.row.foot-mid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 2%;
    margin: 0;
}

.emp-sec {
    padding-right: 0em;
}

.emp-sec-left {
    padding-left: 0;
}

.emp-sec-right {
    padding-right: 0;
    padding-top: 6px;
}

.emp-sec-right {
    padding-right: 0;
    padding-top: 6px;
    text-align: right;
}

a.empl-butn:hover {
    text-decoration: none;
}

a.empl-butn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.pro-bann {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45%;
}

.bold-para {
    color: #000d34;
    font-size: 1.563em;
    font-weight: 500;
    line-height: 1.4;
}

.norm-para {
    color: #000d34;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 1.5em;
}

.careers-template-default .norm-para {
    padding-top: 0;
}

.con-sec {
    padding-top: 0 !important;
}

p.h-para {
    font-size: 2.188em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
}

.sep-bor {
    border-bottom: solid 1px rgba(0, 13, 52, 0.4);
    margin-bottom: 4em;
    padding-top: 4em;
}

.sep-bor1 {
    border-bottom: solid 1px rgba(0, 13, 52, 0.4);
    padding-top: 4em;
    margin-bottom: 3.938em;
}


/* .wpb_content_element {
    padding-top: 0em !important;
} */

p.b-head {
    font-size: 2.188em;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #000d34;
}

.wpb_wrapper ul {
    margin-top: 1.5em;
    padding-left: 1.625em;
    list-style-type: none;
}

.navy-dark-dots ul li,
.blue-green-dots ul li,
.red-square ul li,
.turquoise-square ul li,
.green-dots ul li {
    list-style: none;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #000d34;
    padding-bottom: 0.5em;
}

.green-dots ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #31a948;
    border-radius: 50%;
    left: -22px;
    top: 0.6em;
}

.blue-dots ul li {
    list-style: none;
    font-size: 1.25em;
    line-height: 1.875em;
    color: #000d34;
    padding-bottom: 0.45em;
}

.blue-dots ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #00d5cc;
    border-radius: 50%;
    left: -22px;
    top: 0.6em;
}

.red-square ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #d8127d;
    left: -22px;
    top: 0.6em;
}

.vid-sec .video-title p {
    font-size: 1.5625em;
    padding-right: 1.8em !important;
}

h3.res-h {
    font-size: 3em;
    font-weight: normal;
    line-height: 1.17;
    color: #ffffff;
}

img.dotted-img-body-pattern {
    position: absolute;
    right: -32px;
    bottom: -32px;
}

.single-image-thumbnail-src {
    width: 100%;
    position: relative !important;
    z-index: 9 !important;
}

.arrow-itm-sec i {
    font-size: 20px;
    position: relative;
    left: 2em;
    background: #fff;
    text-align: center;
    width: 1.9em;
    height: 1.95em;
    line-height: 1.95em;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.arrow-itm-sec {
    position: absolute;
    top: 76%;
}

.product-controller .arrow-itm-sec {
    top: 81.5%;
}

.product-controller .arrow-itm-sec i {
    width: 2.7em;
    height: 2.7em;
    line-height: 2.7em;
}

.slick-slide:focus {
    outline: none !important;
}

.itm-lnk-row {
    box-shadow: 0 2px 20px 0 rgba(0, 13, 52, 0.1);
    margin-bottom: 1.625em;
}

.idz-lnk li a {
    color: #000;
    line-height: 5;
    letter-spacing: -0.07px;
    font-weight: bold;
    margin-right: 2.5em;
    transition: all 0.25s ease;
}

span.p-lnk {
    font-size: 1em;
}

ul.idz-lnk {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

ul.idz-lnk li {
    list-style: none;
}

div#rel_res_lnk {
    overflow: visible;
}

a.l-t-btn:hover {
    text-decoration: none;
}

a.l-t-btn {
    color: #ffffff;
    background-color: #838795;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.688em 2.84375em;
    transition: 0.5s;
}

a.l-t-btn:hover {
    background-color: #000d34;
}

.lt-btn-col {
    text-align: right;
}

p.b-head1 {
    font-size: 2.188em;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #000d34;
}

p.cas-h-para {
    font-size: 2.188em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #000d34;
    padding-bottom: 0.188em;
}

.cas-norm-para {
    color: #000d34;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 0%;
    padding-bottom: 2em;
}

.cas-norm-para3 {
    color: #000d34;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 1em;
}

.cas-norm-para4 {
    color: #000d34;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 0;
}

ul.casc-points li {
    list-style: none;
    font-size: 1.25em;
    line-height: 1.875em;
    padding-bottom: 3%;
}

ul.casc-points {
    margin: 0;
    padding-left: 1.8em;
}

.sys-b-crumb {
    margin-bottom: 4em;
}

.sys-hero-banner {
    background-image: url(../../../../uploads/2019/10/sys-patt-img-001.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45%;
}

.sys-idz-lnk {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.sys-idz-lnk .page-link-item {
    list-style: none;
    margin-right: 2em;
}

.sys-idz-lnk .page-link-item:hover {
    border-bottom-color: #838795;
}

.sys-idz-lnk .page-link-item:hover .p-lnk,
.sys-idz-lnk .page-link-item.page-link-active .p-lnk {
    color: #838795;
}

.sys-idz-lnk .page-link-item a {
    color: #000;
    font-weight: 600;
    transition: all 0.25s ease;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.sys-idz-lnk .page-link-item.page-link-active a,
.sys-idz-lnk .page-link-item:hover a {
    border-color: #838795;
}

.syst-main {
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3% 2% 1% 2%;
    margin-bottom: 5%;
}

.sys-arc-section {
    margin-bottom: 3%;
}

.itm-lnk-row+.content-wrapper .bread-crumb.bread-crumb-page {
    padding-top: 0;
}

.page-link-lists {
    width: 83%;
}

.page-link-body .slick-prev:before,
.page-link-body .slick-next:before {
    color: #000d34;
}

.sys-sec-title {
    font-size: 2.188em;
    color: #fff;
    line-height: 2.2;
}

.sys-sec-titl {
    line-height: 1.28;
    color: #fff;
    font-size: 1.563em;
}

.sys_sec_desc {
    color: #fff;
    line-height: 1.4;
    overflow: hidden;
    transition: 0.5s;
}

.sys_sec_desc .sys_sec_desc_text {
    font-size: 1.25em;
}

.sys_sec_desc.show-readmore+.readmoreBtn {
    display: inline-block;
}

.active p.sys_sec_desc {
    height: auto;
}

.sys-arc-desc {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 4%;
}

.row.sys-arc-row {
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2% 0%;
}

.sys-arc-section .container {
    padding-right: 2% !important;
}

.sys-arc-title {
    padding-top: 0.5%;
    padding-left: 0;
}

.sys-arc-pic-inner {
    padding: 12%;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: relative;
    left: -53px;
    display: flex;
    align-items: center;
}

.sys-arc-pic-inner img {
    width: 40px;
    margin: 0 auto;
}

.sys-in-sec .grid_inner-item {
    position: relative;
}

.sys-in-sec .grid_inner-item:hover>div {
    background: white;
    transition: all 0.3s ease-in;
}

.sys-in-sec .grid_inner-item:not(:last-child):before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid #46506d;
    left: 27.5%;
    bottom: -13px;
    z-index: 9;
    transition: all 0.3s ease-in;
}

.sys-in-sec .grid_inner-item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #7e8599;
    left: 27.4%;
    bottom: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .sys-in-sec .grid_inner-item:not(:last-child):before {
        border-top: 14px solid #46506d;
    }
    .sys-in-sec .grid_inner-item:not(:last-child):after {
        border-top: 15px solid #7e8599;
    }
}

.sys-in-sec .readlessBtn:hover,
.sys-in-sec .readmoreBtn:hover {
    cursor: pointer;
}

.sys-in-sec .readlessBtn,
.sys-in-sec .readmoreBtn {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #ffffff;
}

.open-card #more {
    display: inline;
}

#more {
    display: none;
}

.sys-in-sec .grid_inner-item.open-card .sys-arc-desc,
.sys-in-sec .grid_inner-item:hover .sys-arc-desc {
    border-left-color: rgba(0, 13, 52, 0.1);
}

.sys-in-sec .grid_inner-item:hover .sys-arc-desc .readmoreBtn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    transition: 0.5s;
    background-color: #000d34;
}

.sys-in-sec .grid_inner-item:hover .sys-arc-desc .readmoreBtn:hover:after {
    width: 100%;
}

.sys-in-sec .grid_inner-item.open-card *,
.sys-in-sec .grid_inner-item:hover * {
    color: #000d34;
}

.sys-in-sec .grid_inner-item.open-card * {
    background-color: white;
}

#ReadMoreButton {
    display: block;
}

.sys-arc-mobile {
    display: none;
}

.sys-in-sec .grid_inner-item:not(:last-child):hover:before,
.sys-in-sec .grid_inner-item.open-card:not(:last-child):before {
    border-top: 14px solid #ffffff;
    transition: all 0.3s ease-in;
}

.grid_inner-item.open-card,
.grid_inner-item:hover {
    background-color: #fff;
    transition: all 0.3s ease-in;
}

[data-column-width='100'] {
    width: 100%;
}

[data-column-width='50'] {
    width: 50%;
}

[data-column-width='40'] {
    width: 40%;
}

[data-column-width='30'] {
    width: 30%;
}

.grid-item-title h1 span {
    color: #fff;
    line-height: 1.14;
    font-size: 2.5rem !important;
}

.sys-in-sec {
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: #313c5c;
    padding: 2.5em 2.5em 2.5em 5.25em;
    margin-top: 2em;
    margin-bottom: 4em;
}

.grid-inner-item {
    clear: both;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: #46506d;
    margin-bottom: 1.875em;
    padding: 1.5em 2em;
    display: flex;
    align-items: center;
}

.sys-arc-img img {
    width: 42px;
    margin: 0 auto;
}

.sys-arc-img {
    background: #fff;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: -3.1%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5em;
    height: 5em;
    display: flex;
    align-items: center;
    border: solid 2px #000d34;
}

.sys-arc-h h3 {
    font-size: 1.563em !important;
    line-height: 1.28;
    color: #fff;
}

.sys-arc-h {
    width: 20%;
    padding-left: 3%;
}

.sys-arc-d p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #fff;
}

.sys-arc-d {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 2em;
    width: 80%;
}

div#sys-cas_platform {
    background: url(../../../../uploads/2019/10/cas_archi-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.divi {
    padding-top: 4.031em;
}

.sep-bor4 {
    border-bottom: solid 1px rgba(0, 13, 52, 0.4);
    padding-top: 4em;
}

div#sys_cat_th_stab {
    padding-top: 1.875em;
}

.comp-media-button a {
    font-size: 0.875em;
    letter-spacing: 1px;
    text-decoration: none;
    background: #838795 !important;
    display: inline-block;
    text-align: center;
    line-height: 2.875em;
    padding: 0 0.8em;
}

.con-sec1 {
    margin-bottom: 0 !important;
}

a.t-centre {
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #000d34;
    text-decoration: none;
}

.t-centre-pic1 {
    margin-top: 3.75em;
}

.res-cat-list-row {
    overflow: visible !important;
}

h3.t-year {
    font-size: 2.188em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000d34;
    padding-bottom: 1em;
}

.time-line-slider-body {
    overflow: hidden;
}

.timeline-main .col-md-6 {
    float: left;
}

h3.t-title {
    font-size: 1.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #000d34;
    padding-bottom: 1em;
}

p.t-desc {
    font-size: 1.25em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000d34;
    padding-bottom: 10%;
}

.t-l-col {
    text-align: center;
    padding-right: 2.4375em;
}

.ourteam-main {
    padding-top: 4em;
    padding-bottom: 4em;
}

.ourteam-carosel-wrapper {
    position: relative;
    padding-bottom: 55px;
}

.ourteam-main .t-arr.o-t-arr {
    position: absolute;
    bottom: 0;
    left: 49.077%;
}

.our-team-carousel-col.our-team-right-image img.single-image-thumbnail-src {
    width: 100%;
    min-height: 100%;
}

.our-team-carousel-col .single-img-src-wrapper {
    max-height: 353px;
    overflow: hidden;
}

.our-team-right-image {
    width: 49.077%;
}

.our-team-left-content {
    width: 50.923%;
    padding-top: 25px;
}

.t-pre {
    border: 1px solid rgba(0, 13, 52, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 9%;
    float: left;
    margin-right: 2%;
}

.t-pre a {
    padding: 15px 23px;
}

span.t-pre i {
    font-size: 30px;
    color: #000d34;
}

span.t-nxt {
    border: 1px solid rgba(0, 13, 52, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 9%;
    float: left;
}

span.t-nxt a {
    padding: 15px 23px;
}

span.t-nxt i {
    font-size: 30px;
    color: #000d34;
}

.team-main {
    padding-bottom: 4em;
}

.team-main .container {
    padding: 0;
}

.team-head {
    text-align: center;
    padding: 2em 14em;
}

.team-head h3 {
    font-size: 1.875em;
    line-height: 1.33;
    color: #000d34;
    padding-bottom: 1em;
}


/* Tabs*/

.team-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs h6.section-title {
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000d34 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: rgba(0, 13, 52, 0.2);
    font-size: 1.563em;
    line-height: 1.6;
}

span.t-mem-name {
    display: block;
}

span.t-mem-name {
    display: block;
    position: relative;
    top: -90px;
    left: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 1.563em;
}

span.t-mem-desig {
    font-size: 1em;
    color: #fff;
    position: relative;
    line-height: 1.75;
    top: -90px;
    left: 29px;
}

span.tm-pre {
    border: 1px solid rgba(0, 13, 52, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 1%;
    background: #fff;
}

span.tm-pre a {
    padding: 10px 19px;
}

span.tm-pre i {
    font-size: 30px;
    color: #000d34;
}

span.tm-nxt {
    border: 1px solid rgba(0, 13, 52, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    float: left;
    background: #fff;
}

span.tm-nxt a {
    padding: 10px 19px;
}

span.tm-nxt i {
    font-size: 30px;
    color: #000d34;
}

ul.t-list::-webkit-scrollbar {
    display: none;
}

.team-slider-wrapper {
    padding-top: 2em;
    padding-bottom: 2.5em;
}

span.team-title.h1 {
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    color: #000d34;
    display: block;
    text-transform: capitalize;
}

.team-slider-sub-para {
    font-size: 1.25em;
    line-height: 1.4;
    text-align: center;
    color: #000d34;
    padding-top: 1.5em;
    padding-bottom: 2em;
}

.team-slider-title-body {
    width: 70%;
    margin: 0 auto;
}

.team-slider-item-content img {
    height: 100%;
    width: 100%;
}

.team-slider-item-content {
    height: 20.5em;
    background-color: #ffffff;
    margin: 0 0.667em;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    width: 20.5em;
}

span.team-slider-item-name {
    font-size: 1.563em !important;
    line-height: 1.12 !important;
    color: #ffffff;
}

.team-slider-item-des span {
    font-size: 1em;
    line-height: 1.75;
    color: #ffffff;
}

.team-slider-item-exp-btn {
    text-align: center;
}

.team-slider-close {
    top: 0;
    background: rgba(0, 13, 52, 0.05) !important;
}

.challange-expand-wrapper {
    background-color: #ffffff;
}

span.popup-item-name {
    font-size: 1.563em;
    line-height: 1 !important;
    color: #000d34 !important;
}

.popup-item-des span {
    font-size: 1em;
    line-height: 1 !important;
    color: #000d34 !important;
}

.popup-item-des {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 13, 52, 0.4);
    margin-bottom: 1.2em;
}

.subscribe-btn {
    text-align: center;
    margin-top: 3em;
}

.subscribe-btn a {
    padding: 1em 3em;
    background-color: #eb40f5;
    color: #fff;
    border-radius: 0;
    border: 0.1em solid #eb40f5;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.42px;
    font-weight: normal;
    text-align: center;
    white-space: unset;
    vertical-align: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: none;
    line-height: normal;
    transition: 0.2s;
}

.pum-close:focus {
    outline: none;
}

.subscribe-btn a:hover {
    background-color: #101e59;
    border: 0.1em solid #101e59;
}

.team-con-info p i {
    font-size: 10px;
    background: rgba(131, 135, 149, 0.2);
    text-align: center;
    border-radius: 50%;
    padding: 1%;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}

.team-con-info p span {
    font-size: 16px;
    line-height: 2.2;
    color: #000d34;
    padding-left: 0.25em;
}

.team-con-info {
    padding-bottom: 0.5em;
}

.team-slider-desc p {
    font-size: 1em;
    line-height: 1.63;
    color: #000d34;
}

.team-slider-overly {
    opacity: 1 !important;
    background-color: rgba(0, 13, 52, 0.85) !important;
    width: 70% !important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 13, 52, 0.4);
    display: flex;
    justify-content: center;
}

.nav-fill .nav-item {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 22%;
    padding: 1em 0em 1em 0em;
    box-sizing: content-box;
    font-size: 1.563em;
    line-height: 1;
    color: rgba(0, 13, 52, 0.4);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000d34 !important;
    background-color: transparent;
    border-bottom: 3px solid !important;
    font-size: 1.563em;
    line-height: 1;
}

.timeline-main h3 {
    font-size: 1.875em;
    line-height: 0.93;
    color: #000d34;
}

.t-list-sec {
    margin-top: 2em;
}

.am-grid-pic {
    float: left;
    margin-right: 1.5em;
}

.am-grid-desc h3 {
    line-height: 1.17;
    font-size: 48px;
    color: #000d34;
}

.am-grid-desc p {
    font-size: 30px;
    line-height: 0.93;
    color: #000d34;
}

.am-grid-main .container {
    padding: 0;
}

.am-grid-pic img {
    height: 5.188em;
    width: 5.188em;
}

.am-grid-desc h3 {
    font-size: 3em;
    line-height: 0.8;
    color: #000d34;
    padding-bottom: 0.35em;
}

.am-grid-desc p {
    font-size: 1.875em;
    line-height: 0.93;
    color: #000d34;
}

.am-grid-main .col-lg-4.col-md-4 {
    margin-bottom: 4.938em;
}

.am-grid-main {
    padding-top: 2.625em;
}

.st-partner {
    margin-top: 1em;
    margin-left: 0;
}

.grid-item-container .col-md-5 {
    padding-right: 6.25em;
}

.grid-item-container h1 {
    font-size: 2.188em;
    line-height: 1.6;
    color: #000d34;
    padding-bottom: 27px;
}

.o-team-con {
    left: 0;
    bottom: -101px !important;
}

pre {
    font-size: 1.25em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000d34;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    white-space: pre-wrap;
}

iframe {
    margin-top: 2.375em;
    height: 49.5em;
}

iframe[title='recaptcha challenge'] {
    margin: 0;
    height: auto;
}

.lity-iframe-container iframe {
    margin-top: 0;
}

.vr-sec-title {
    font-size: 1.563em;
    font-weight: 500;
    line-height: 1.4;
    color: #000d34;
}

.vc_sec_pattern {
    margin-top: 1.5em;
}

.vc_sec_pattern iframe {
    margin: 0;
    position: relative;
}

.o-team-cols .col-md-6 {
    float: left;
}

.ourteam-main .ourteam-carousel-heading {
    line-height: 1.6;
    color: #000d34;
    margin-bottom: 3.0625em;
}

.ourteam-carousel-heading>h3 {
    font-size: 2.1875em;
}

.o-t-title {
    font-size: 1.875em;
    line-height: 0.93;
    color: #000d34;
}

.o-t-desc-body {
    padding-bottom: 1.5em;
}

.o-t-desig-body {
    margin-top: 1em;
}

.o-t-desc {
    font-size: 1.563em;
    font-style: italic;
    line-height: 1.2;
    color: #000d34;
}

.o-t-name {
    font-size: 1.25em;
    color: #000d34;
}

.o-t-desig {
    font-size: 1em;
    line-height: 1.25;
    color: #000d34;
}

.o-team-mid {
    border-left: 2px solid;
    padding-left: 1.6875em;
    margin-top: 2em;
}

.ourteam-main .container {
    padding: 0;
}

.part-mid a:focus {
    outline: none;
}

.nf-col1 img {
    width: 100%;
}

.nf-col1 {
    float: left;
}

.nf-col2 {
    float: left;
}

.nf-col2-1 {
    float: left;
    padding-left: 3.938em;
}

.nf-col2-2 {
    float: left;
}

.nf-col1 img {
    width: 60%;
}

h2.n-f-para {
    font-size: 3.75em;
    line-height: 1.17;
    color: #000d34;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

p.nf-head {
    font-size: 1.875em;
    color: #000d34;
}

ul.n-f-tips li {
    display: inline-block;
    margin-right: 2em;
    padding-left: 1.5em;
}

ul.n-f-tips {
    padding: 0;
}

ul.n-f-tips li a {
    font-size: 16px;
    line-height: 1.5;
    color: #000d34;
    text-decoration: none;
}

ul.n-f-tips li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    bottom: 26px;
    margin-left: -22px;
}

.nf-col1 {
    float: left;
    border-right: solid 1px #000d34;
}

.nf-body {
    background: #f7f7f9;
}

.row.nf-row {
    padding-top: 5.625em;
    padding-bottom: 5.625em;
}

h3.nf-lnk-h {
    font-size: 1.875em;
    line-height: 1.33;
    color: #000d34;
}

h3.nf-lnk-h {
    font-size: 1.875em;
    line-height: 1.33;
    color: #000d34;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

ul.nf-lnk li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #000d34;
    text-decoration: none;
}

ul.nf-lnk li {
    list-style: none;
}

ul.nf-lnk {
    padding: 0;
}

.nf-search {
    margin-left: 4.263em;
}

.seprator {
    height: 1px;
    opacity: 0.2;
    background-color: #000d34;
    margin-top: 1.5625em 2.5em 1em;
    margin-right: 2.5em;
    margin-left: 1.5em;
}

.location-ref-content-body .seprator {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.resource-side-bar ul:not(.share-icons):not(.export-item):not(.location-ref-content) {
    padding: 1.5em 0;
}

.ref-product-cat-items.side-bar-box+.seprator {
    margin-left: 0;
    margin-right: 0;
}

.location-ref-content {
    padding-left: 0px;
}

.resource-side-bar ul.ref-article-cat-list {
    padding-bottom: 0px;
}

li.ref-article-cat-item span {
    padding-bottom: 1.063em;
}

.row.time-cols.slick-slide {
    margin-left: 0;
    margin-right: 0;
}

.ref-article-cat-list .ref-article-link {
    width: 80%;
    overflow: hidden;
}

.divi-sec {
    border-bottom: solid 1px rgba(0, 13, 52, 0.4);
}

.emptyspace-sec {
    padding-top: 4.031em;
}

.o-team-cols .col-lg-6:first-of-type {
    padding: 0;
}

a.custom-btn:hover {
    text-decoration: none;
}

.res-press-sec1 ul,
.res-press-sec2 ul {
    margin-top: 1em;
}

.res-press-sec1 ul li,
.res-press-sec2 ul li {
    list-style: none;
    font-size: 1.25em;
    line-height: 1.5;
    color: #000d34;
    padding-bottom: 0.75em;
}

.res-press-sec2 ul {
    padding-left: 1.5em;
}

h3.cas-sec-head {
    font-size: 2.188em;
    line-height: 1.14;
    color: #000d34;
}

div#sys_cas_plat_media img.left-top-pattern {
    display: none !important;
}

div#sys_cat_ped img.left-top-pattern {
    display: none;
}

.sys-arc-desc p {
    color: #fff;
    font-size: 16px;
}

.readmoreBtn:after {
    background: #1a2649;
}

.readlessBtn:after {
    background: #ffffff;
}

.team-slider-desc p {
    opacity: 1 !important;
}

.team-expand-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 17.75em;
    width: 100%;
}

.team-con-info-heading-body {
    margin-bottom: 0.8125em;
}

.team-expand-row * {
    opacity: 1 !important;
    transform: unset !important;
}

.tc-icon-text-body a {
    color: #000d34;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.o-team-close {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 3.75em;
    width: 3.75em;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.o-team-expand-short-desc {
    margin-top: 1.5em;
    overflow: auto;
}

.o-team-expand-short-desc ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.o-team-expand-short-desc::-webkit-scrollbar {
    width: 4px;
    background-color: #ebebeb;
}

.o-team-expand-short-desc::-webkit-scrollbar-thumb {
    opacity: 0.97;
    border: solid 4px #838795;
}

.team-slider-expand-body {
    right: 0;
    width: 30%;
    position: fixed;
    z-index: 99999999;
    padding: 2.5em 1.5em;
    background-color: #fff !important;
    height: 100%;
}

.o-team-expand-body {
    display: block;
    visibility: visible;
    transition: 0.5s;
    top: 0;
}

.c-f-news input[type='submit']:hover {
    cursor: pointer;
    background-color: #000d34;
}

.grid_inner-item:last-of-type .sys-arc-desc:before {
    display: none;
}

.vc_custom_1572255825786 {
    padding-right: 0 !important;
}

.car-intern {
    padding-left: 6.75em !important;
}

.vc_column-inner {
    padding-top: 0 !important;
}

.wpb_wrapper ul li:not(.location-list-item) {
    position: relative;
}

.blue-green-dots ul li:before {
    border-radius: 100px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    /* background-image: url('/wp-content/uploads/2020/06/blue-green-dot.png'); */
    background-image: url(../svg/circle.svg);
    left: -22px;
    top: 0.5125em;
}

.corporate-blue-dots ul li:before {
    border-radius: 100px;
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 1px #0042ff;
    left: -22px;
    top: 9px;
}

.turquoise-square ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #40e0d0;
    left: -22px;
    top: 0.6em;
}

.navy-dark-square ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #000d34;
    left: -22px;
    top: 9px;
}

.navy-dark-dots ul li:before {
    border-radius: 100px;
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #000d34;
    left: -22px;
    top: 0.485em;
}

.purple-square ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #6a0dad;
    left: -22px;
    top: 0.485em;
}

a#cn-accept-cookie {
    background-color: #eb40f5;
}

a#cn-more-info {
    background-color: #838795;
}

#cookie-notice {
    z-index: 15;
    background-color: rgba(0, 13, 51, 0.75) !important;
}

.pum-theme-10073 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 5em 9em !important;
}


/* popup newletter */

.pum-overlay.pum-overlay-disabled .pum-container {
    visibility: visible;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    width: 40% !important;
    border: 1px solid #fff;
    margin-left: 0 !important;
    background-color: rgba(0, 13, 51, 0.75);
}

.c-f-news-popup p {
    /*padding: 0 5em;*/
    font-size: 1.125em;
}


/* cookies bar */

.cn-close-icon {
    top: 2em !important;
}

div.wpcf7 {
    padding: 0 !important;
}

#cookie-notice {
    min-width: 96% !important;
    left: 2% !important;
    bottom: 1em !important;
    border: 1px solid #fff !important;
    margin-right: 3% !important;
}

#cn-notice-text h2 {
    font-size: 2.5em;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}

#cn-notice-text p {
    letter-spacing: 1px;
}

#cookie-notice {
    max-width: 1600px;
    padding: 2em 6% 2em 6%;
}

body.cookies-accepted #cookie-notice {
    display: none !important;
}

#cookie-notice .cookie-notice-container {
    display: flex !important;
    padding: 0 !important;
    justify-content: space-between !important;
}

.cookie-notice-container {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.cn-buttons-container {
    display: flex !important;
    flex-flow: row-reverse;
    width: 36%;
    justify-content: space-between;
    align-items: center;
}

.cn-buttons-container a {
    border-radius: 0;
}

#cookie-notice .cn-button {
    padding: 1.75em;
    display: flex;
    align-items: center;
    width: 27em;
    height: 3em;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}

#cn-close-notice {
    display: none;
}

#cookie-notice .cn-button:hover {
    opacity: 0.8;
    background-color: #101e59;
}

#cookie-notice .cn-button:last-child {
    width: 16em;
}

#cookie-notice,
#cookie-notice * {
    text-align: left;
}

.has-cookie-bar #catapult-cookie-bar {
    margin: 0 3em 2em 2em;
    width: 72%;
    border: 1px solid #fff;
    background-color: #000d33bf;
    left: 0;
    right: 0;
    margin: 2% auto;
}

.cookie-bar-bar .ctcc-inner {
    padding: 0 6%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2em;
}

.ctcc-left-side {
    width: 100%;
}

.ctcc-left-side p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

#catapult-cookie-bar h3 {
    font-size: 2.2em;
}

.ctcc-more-info-link {
    padding: 0.5em 2em;
    background-color: #838795;
    border-radius: 0;
    border: 0.1em solid #838795;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: unset;
    vertical-align: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: none;
    line-height: normal;
    font-size: 0.95em;
    transition: 0.5s;
}

.ctcc-more-info-link:hover {
    background-color: #000d34;
}

.ctcc-right-side #catapultCookie {
    padding: 0.9em 2em;
    background-color: #c12ecc;
    border-radius: 0;
    border: 0.1em solid #838795;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: unset;
    vertical-align: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: none;
    line-height: normal;
    font-size: 0.95em;
    height: 100%;
}

.ctcc-right-side #catapultCookie:hover {
    background-color: #00c000;
    border: 0.1em solid fff;
}

.ctcc-more-info-link,
.ctcc-right-side #catapultCookie :focus {
    outline: none;
}


/* .blue-green-dots ul li:after {
    width: 2px;
    height: 2px;
    background-color: #00c000;
    content: "";
    position: absolute;
    left: -18px;
    top: .745em;
} */

.sys-idz-lnk .swiper-slide {
    width: auto;
}

.page-link-body .swiper-button-next.swiper-button-disabled,
.page-link-body .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.page-link-body {
    padding: 0 30px;
    position: relative;
    margin-left: -30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000d34;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.newsletter-btn-subsrcibe {
    margin-top: 70px !important;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0.769em 1.6em;
    margin-left: 0;
    height: 46px;
    position: relative;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    width: 30% !important;
    font-size: 14px;
}

.newsletter-form .newsletter-btn-subsrcibe {
    width: 200px !important;
}

.search-result-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 28em;
}

#newsletter-pop-heading {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.25em;
    font-weight: 500;
    line-height: 1.5;
}

.pum-overlay.pum-overlay-disabled .pum-container {
    z-index: 12 !important;
    position: fixed !important;
}


/* .search-result-content p {
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 */


/* Popup form Start */

.section-table {
    height: 100vh;
    width: 100%;
}

.table-form {
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: 30%;
    z-index: 999;
}

.table-wrap {
    padding: 3em 6em 3em 4em;
    background-color: rgba(0, 13, 51, 0.62);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    display: none;
}

.tab-form input:hover {
    background-color: white;
}

.table-wrap textarea {
    resize: none;
    height: auto;
    border-radius: 0;
}

.table-wrap.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.table-head {
    font-size: 2.15em;
    color: white;
    margin-bottom: 1em;
    margin-top: 0;
    font-weight: 500;
}

.pop-sub-btn {
    padding: 1.081em 3em;
    background-color: #eb40f5;
    color: #fff;
    border-radius: 0;
    border: 0.1em solid #eb40f5;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: unset;
    vertical-align: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: none;
    line-height: normal;
    transition: 0.2s;
    min-width: 13.9em;
    font-size: 15px;
}

.pop-sub-btn:hover {
    background-color: #101e59!important;
    border: 0.1em solid #101e59;
}

.tab-form .form-group {
    margin-bottom: 1rem;
}

.tab-form .form-control {
    border-radius: 0;
    background-color: white !important;
    height: 51px;
}

span#cn-notice-text {
    width: 55%;
}

.tab-form textarea.form-control {
    height: 102px;
}

.tab-form .form-control::placeholder {
    font-size: 15px;
    color: #848794;
}

.table-wrap .form-group .wpcf7-not-valid-tip {
    color: white;
    font-size: 0.9em;
    position: relative !important;
    bottom: 0;
}

.tab-form .form-control:focus {
    box-shadow: none;
}

.tab-form .form-control:hover {
    background-color: white !important;
}


/* .section-table {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
} */

.click-anchor {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 1em;
    z-index: 9;
    background-color: #eb40f5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.65em;
    height: 5.65em;
    cursor: pointer;
    box-shadow: 10px 4px 30px -10px rgb(0 0 0 / 30%);
    transition: .4s;
}

.click-anchor.active .msg-icon {
    display: none;
}

.click-anchor.active {
    bottom: 84%;
}

.click-anchor:hover {
    opacity: 0.8;
    background-color: #101e59;
}

.click-anchor.active .arrow-down {
    display: block;
}

.click-anchor .msg-icon {
    display: block;
}

.click-anchor .arrow-down {
    display: none;
}

.icon-size {
    width: 3em;
    height: auto;
}

.icon-size img {
    width: 100%;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    color: white;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 1em;
    font-size: 1.15em;
    line-height: 1;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}


/* 22 Aug 2021
.wpcf7-not-valid-tip {
  color: white;
  font-size: 0.9em;
  position: absolute;
  bottom: -17px;
} */

.wpcf7 form .wpcf7-response-output {
    border: 0;
    color: white;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 25em;
    bottom: 0;
    line-height: 1;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(https://tgtdiagnostics.com/wp-content/themes/tgt/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader::before {
    display: block;
    content: '';
    border: 4px solid #f3f3f3;
    border-top: 4px solid #c12ecc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

[lang="ru-RU"] .pum-theme-10073 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 5em 3em 4em !important;
    width: 55% !important;
}


/*body #cookie-notice{*/


/*display: none;*/


/*}*/


/*body.page-id-7 #cookie-notice {*/


/*display: block ;*/


/*}*/


/*body.page-id-1865  #cookie-notice {*/


/*display: block;*/


/*}*/


/* popup form end */

@media (max-width: 767px) and (min-width: 461px) {
    .navy-dark-dots ul li,
    .blue-green-dots ul li,
    .red-square ul li,
    .turquoise-square ul li,
    .green-dots ul li {
        font-size: 1em;
        line-height: 1.35;
    }
}

@media (max-width: 1400px) {
    .click-anchor {
        /*width: 4em;*/
        /*height: 4em;*/
    }
    .table-wrap {
        padding: 2em 5em 2em 2em;
    }
    .pop-sub-btn {
        padding: 0.5em 2.5em;
        font-size: 1em;
    }
    .tab-form .form-control {
        padding: 0.5em;
    }
    .tab-form .form-control:placeholder {
        font-size: 1em;
    }
    .table-head {
        font-size: 1.8em;
        margin-bottom: 0.5em;
    }
    .pum-theme-10073 .pum-content+.pum-close,
    .pum-theme-default-theme .pum-content+.pum-close {
        font-size: 1.25em !important;
        padding: 0.3em 0.85em !important;
    }
    .c-f-news-popup p {
        font-size: 1em;
    }
    #newsletter-pop-heading {
        font-size: 1.3em;
    }
    .subscribe-btn a {
        padding: 0.5em 2em;
    }
    .pum-overlay.pum-overlay-disabled .pum-container {
        width: 50% !important;
    }
    #cn-notice-text p {
        letter-spacing: 0;
        font-size: 1em;
    }
    #cookie-notice {
        padding: 2em;
    }
    div.wpcf7 {
        padding: 0 !important;
    }
    #cn-notice-text h2 {
        font-size: 2em;
    }
    #cookie-notice .cn-button {
        font-size: 0.9em;
        padding: 0.85em;
        line-height: 7px;
    }
}

@media (max-width:1400px) and (min-width:1300px) and (min-height:900px) {
    .table-wrap {
        padding: 2em 8em 2em 2em;
    }
    .table-form {
        width: 40%;
    }
    .table-wrap .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
        position: relative;
        bottom: 0;
        margin-top: 1em;
    }
    #cookie-notice {
        left: 0% !important;
        bottom: 0em !important;
    }
}

@media (max-width: 1024px) {
    .table-wrap {
        padding: 2em 5em 2em 2em;
    }
    .table-form {
        width: 40%;
    }
    .pum-overlay.pum-overlay-disabled .pum-container {
        width: 80% !important;
    }
    .table-wrap {
        padding: 2em 8em 2em 2em;
    }
    .table-form {
        width: 40%;
    }
    .table-form {
        width: 50%;
    }
    .table-wrap .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
        position: relative;
        bottom: 0;
        margin-top: 1em;
    }
    .table-form {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        /* overflow: scroll; */
    }
    .table-wrap {
        background-color: rgba(0, 13, 51, 0.83);
        padding: 2em 6em 2em 2em;
        visibility: hidden;
        opacity: 0;
        display: none;
        transition: 0.5s;
        /* position: absolute; */
        height: 100%;
        width: 100%;
        z-index: 999999999999999;
        overflow: scroll;
        top: 0;
        left: 0;
    }
    .click-anchor.active {
        width: 3.65em;
        height: 3.65em;
    }
    #cookie-notice {
        left: 0% !important;
        bottom: 0em !important;
    }
    .res-filter--main-body .select2-container {
        z-index: 99999 !important;
    }
}

@media (max-width: 922px) {
    .table-form {
        width: 50%;
    }
    .cookie-notice-container #cn-notice-text {
        padding-right: 6em !important;
    }
    #cookie-notice {
        left: 0% !important;
    }
    .pum-theme-10073 .pum-container,
    .pum-theme-default-theme .pum-container {
        padding: 5em 5em !important;
    }
    .cookie-notice-container #cn-notice-text {
        width: 100%;
        padding-right: 0 !important;
    }
    #cookie-notice .cookie-notice-container {
        flex-wrap: wrap;
    }
    .cn-buttons-container {
        width: 70%;
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .table-form {
        width: 100%;
        bottom: 0;
        right: 0;
        position: sticky;
    }
    .click-anchor {
        bottom: 1em;
        width: 4em;
        height: 4em;
        margin-bottom: 10px;
    }
    #cookie-notice .cn-button {
        font-size: 0.8em;
    }
    #cn-notice-text h2 {
        font-size: 1.5em;
    }
    #cookie-notice {
        width: 100%;
        left: 0 !important;
        bottom: 0 !important;
    }
    .subscribe-btn {
        margin-top: 1em;
    }
    .pum-overlay.pum-overlay-disabled .pum-container {
        width: 97% !important;
    }
    #newsletter-pop-heading {
        text-align: center;
        /*font-size: 1em;*/
        margin-bottom: 0.5em;
    }
    .c-f-news-popup p {
        padding: 0;
    }
    .cn-buttons-container {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    #cookie-notice .cn-button {
        padding: 1.25em;
    }
    #cookie-notice .cn-button:last-child {
        width: 16em;
        margin-top: 4em;
        margin-top: 1em !important;
    }
    .navy-dark-dots ul li,
    .blue-green-dots ul li,
    .red-square ul li,
    .turquoise-square ul li,
    .green-dots ul li {
        font-size: 16px;
    }
    .has-cookie-bar #catapult-cookie-bar {
        margin: 0;
        width: 100%;
    }
    .cookie-bar-bar .ctcc-inner {
        padding: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .has-cookie-bar #catapult-cookie-bar {
        min-height: 300px;
    }
    #catapult-cookie-bar a {
        margin: 2em 0;
    }
    #catapult-cookie-bar h3 {
        font-size: 1.8em;
        font-weight: 500;
    }
    .ctcc-left-side p {
        margin-top: 12px;
    }
    .ctcc-more-info-link {
        padding: 1em 2em;
    }
    .ctcc-right-side {
        width: 100%;
    }
    .cookie-bar-bar button#catapultCookie {
        margin: 0;
        width: 100%;
        padding: 1.4em 2em;
    }
    body.page-id-7 #cookie-notice {
        font-size: 12px;
        line-height: 21px;
    }
    .pum-theme-10073 .pum-container,
    .pum-theme-default-theme .pum-container {
        padding: 3em 1em !important;
    }
    div#popmake-10956 {
        top: 120px !important;
    }
    .cn-buttons-container {
        align-items: flex-start;
        flex-flow: column-reverse;
    }
    #cookie-notice .cn-button {
        padding: 1.5em 0em;
        text-align: center;
        font-size: 1.125em;
        width: 100%;
        margin: 0 0 1em 0 !important;
        height: auto;
    }
}

@media screen and (max-width: 360px) {
    #cookie-notice {
        font-size: 12px;
        line-height: 21px;
    }
}

.export-icon-body .export-item {
    display: flex;
    flex-direction: column;
}

.export-icon-body .export-item li {
    display: flex;
    align-items: center;
    padding-bottom: 1em;
}

.export-icon-body .export-item li h3 {
    font-size: 0.875em;
    font-weight: 500;
    color: #000d34;
    padding-left: 1em;
}


/* Mine css start */

.cascade-arc {
    background: #020d32;
}

.cascade-arc ul#tabs {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.cascade-arc ul#tabs li {
    margin: 0 5px 0 0;
    padding: 10px;
    float: left;
    display: inline;
}

.cascade-arc ul#tabs li.selected {
    color: #000;
    font-weight: bold;
}

.cascade-arc ul#tabs li:hover .sys-arc-img:after {
    content: '';
    position: absolute;
    border: 7px solid #fff;
    left: -1.625em;
    border-radius: 60%;
    width: 10em;
    height: 10em;
}

.cascade-arc ul#tabs li a {
    color: #42454a;
    text-decoration: none;
}

.cascade-arc div.tabContent {
    padding: 0.5em;
    display: none;
    overflow: auto;
    text-align: center;
    color: #fff;
}

.cascade-arc div.tabContent p {
    padding: 0 35em;
}

.cascade-arc .sys-arc-img {
    background: #fff;
    float: left;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    display: flex;
    align-items: center;
    border: solid 2px #000d34;
    position: relative;
}

.cascade-arc .sys-arc-img img {
    width: 42px;
    margin: 0 auto;
}

.cascade-arc .tools,
.cascade-arc .program,
.cascade-arc .processing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.cascade-arc .newsletter-btn-subsrcibe {
    margin-top: 0px !important;
    margin-bottom: 0;
    background-color: #848794;
    border: none;
    padding: 1em;
    margin-left: 0;
    height: 55px;
    position: relative;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    width: 25% !important;
    font-size: 14px;
    display: none;
}

.cascade-arc .tabContent img {
    width: 28px;
    height: 28px
}

.cascade-arc ul#tabs li.selected .sys-arc-img:after {
    content: '';
    position: absolute;
    border: 7px solid #fff;
    left: -1.625em;
    border-radius: 60%;
    width: 10em;
    height: 10em;
}

.cascade-arc .main-after .sys-arc-img:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #7e8599;
    bottom: -15px;
    transform: rotate(-90deg);
    top: 50px;
    right: -6.25em;
}

.cascade-arc ul#tabs li:last-child .sys-arc-img:before {
    display: none;
}

.cascade-arc .main-after h3 {
    text-align: center;
    margin-top: 2em;
    color: #7e8599;
    font-weight: 500;
}

.cascade-arc ul#tabs li.selected h3 {
    color: #fff;
}

.cascade-arc .main-after {
    position: relative;
}

.cascade-arc .main-after:hover .sys-arc-img:after {
    content: '';
    position: absolute;
    border: 7px solid #fff;
    left: -1.6875em;
    border-radius: 60%;
    width: 10em;
    height: 10em;
}

.cascade-arc .contentText {
    color: #fff;
    text-align: center;
    padding-top: 4em;
}

.cascade-arc .contentText h3 {
    font-weight: 500;
    margin-bottom: 1em;
    display: none;
}

.cascade-arc .contentText p {
    padding: 0 10em;
    margin-bottom: 1em;
}

.cascade-arc .contentText img {
    width: 28px;
    height: 28px;
    margin-right: 1em;
}

.cascade-arc .gallery-thumbs .swiper-slide-thumb-active .main-after .sys-arc-img:after {
    content: '';
    position: absolute;
    border: 7px solid #fff;
    left: -1.6875em;
    border-radius: 60%;
    width: 10em;
    height: 10em;
}

.cascade-arc .gallery-thumbs .swiper-slide:last-child .main-after .sys-arc-img:before {
    display: none;
}

.cascade-arc .gallery-thumbs .swiper-slide-thumb-active .main-after h3 {
    color: #fff;
    transition-duration: 800ms;
    font-weight: 500;
}


/* .main-after:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 15px solid #7e8599;
  left: 28.4%;
  bottom: -15px;
  transform: rotate(-90deg);
  top: 50px;
} */

.cascade-arc .grid-item-title {
    color: #FFF;
    margin-bottom: 4em;
    padding-left: 0;
}

.cascade-arc .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.cascade-arc .swiper-slide {
    background-size: cover;
    background-position: center;
}

.cascade-arc .gallery-top {
    height: 80%;
    width: 100%;
}

.cascade-arc .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.cascade-arc .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 1;
    margin-top: 30px;
}

.cascade-arc .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    transition-duration: 800ms;
}

.carousel-img-caption {
    font-size: .8em;
    font-style: normal;
}

.cha-exp-re-body {
    background: #010c34;
    padding: 15px 30px;
    background-image: url(../img/footer-bg.png);
}

.cha-exp-re-heading span {
    color: #fff !important;
}

.cha-exp-re-products-item a {
    transition-delay: unset !important;
}

.cha-exp-re-products .cha-exp-re-products-item {
    margin-right: 1.5em !important;
    position: relative;
}

.cha-exp-re-products-item {
    width: 23% !important;
}

.cha-exp-re-products-item-box {
    z-index: 0 !important;
}


/* sbdev  new product solution 25-aug */

.nps-exp-re-body {
    background: #010c34;
    padding: 15px 30px;
    background-image: url(../img/footer-bg.png);
}

.nps-exp-re-heading span {
    color: #fff !important;
}

.nps-exp-re-products-item a {
    transition-delay: unset !important;
}

.nps-exp-re-products .nps-exp-re-products-item {
    margin-right: 1.5em !important;
    position: relative;
}

.nps-exp-re-products-item {
    width: 23% !important;
}

.nps-exp-re-products-item-box {
    z-index: 0 !important;
}

.product-style-anchor {
    position: relative;
}


/* sbdev  new product solution 25-aug */

@media screen and (max-width: 1024px) {
    .cascade-arc .newsletter-btn-subsrcibe {
        width: 40% !important;
    }
    .res-filter--main-body .select2-container {
        z-index: 99999 !important;
    }
}

@media screen and (max-width: 767px) {
    .cascade-arc {
        margin: 0;
    }
    .cascade-arc .contentText p {
        padding: 0;
    }
    .cascade-arc .swiper-slide {
        background-color: transparent;
        background: transparent;
    }
    .cascade-arc .gallery-thumbs .swiper-slide {
        margin-top: 70px;
    }
    .cascade-arc .main-after .sys-arc-img:before {
        display: none;
    }
    .cascade-arc .contentText {
        padding-top: 2em;
    }
    .cascade-arc .gallery-thumbs .swiper-slide-thumb-active .main-after h3,
    .cascade-arc .contentText h3 {
        font-size: 20px;
    }
    .cascade-arc .contentText p {
        font-size: 0.875em;
    }
    .cascade-arc .newsletter-btn-subsrcibe {
        width: 80% !important;
    }
    .cascade-arc .sys-arc-img {
        left: 0;
    }
    .res-filter--main-body .select2-container {
        z-index: 99999 !important;
    }
    .cha-exp-re-products-item {
        width: 100% !important;
    }
    /* sbdev 25 aug new product solution */
    .nps-exp-re-products-item {
        width: 100% !important;
    }
}

.export-icon-body.export-item {
    display: flex;
    flex-direction: column;
}

​​​​​​​ .export-icon-body.export-itemli {
    display: flex;
    padding-bottom: 1em;
}

​​​​​​​​ .export-icon-body.export-itemlih3 {
    font-size: 0.875em;
    font-weight: 500;
    color: #000d34;
    padding-left: 1em;
}

​​​​​​​​ #plat_cas_arc {
    padding: 3em;
}

​​​​​​​​ .challange-expand-short-desc.mCustomScrollbar._mCS_1 {
    height: 24em;
    width: 100%;
}

​​​​​​​​ .challange-expand-short-desc.mCustomScrollbar._mCS_1.mCSB_scrollTools.mCSB_draggerRail {
    background-color: transparent
}

​​​​​​​​ #plat_cas_arc {
    padding: 3em 0;
}

.challange-expand-short-desc.mCustomScrollbar._mCS_1 {
    height: 24em;
    width: 100%;
}

.challange-expand-short-desc.mCustomScrollbar._mCS_1 .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}


/* custom dropdwon */

.menu-depth-2 .menu-item-has-children {
    position: relative;
    width: 13% !important;
}

@media (max-width: 1680px) {
    .menu-depth-2 .menu-item-has-children {
        /* width: 60% !important; */
    }
}

@media (max-width: 1199px) {
    .menu-depth-2 .menu-item-has-children {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .menu-depth-2 .menu-item-has-children {
        width: 100%;
    }
}

.menu-depth-2 .menu-item-has-children>a {
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .menu-depth-2 .menu-item-has-children>a {
        display: block;
        width: 27% !important;
    }
    .menu-depth-2 .menu-item-has-children>a .fa-chevron-right {
        display: none !important;
    }
}

/* .menu-depth-2 .menu-item-has-children::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: -1.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s ease-in-out;
} */

@media (max-width: 767px) {
    .menu-depth-2 .menu-item-has-children::before {
        right: 1em;
    }
}

.menu-depth-2 .menu-depth-3 {
    position: absolute;
    left: 180%;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

@media (max-width: 767px) {
    .menu-depth-2 .menu-depth-3 {
        position: relative;
        pointer-events: inherit;
        opacity: 1;
        padding-left: 1em;
        width: 100%;
        left: 0;
        display: none !important;
    }
    .menu-depth-2 .menu-item-has-children.open-menu3 .menu-depth-3 {
        display: block !important;
        padding-top: 1em !important;
    }
    .menu-item-has-children>span {
        margin: 0;
    }
}

.menu-depth-2 .menu-item-has-children.open-menu3 .menu-depth-3 {
    opacity: 1;
    z-index: 1;
    pointer-events: inherit;
}

.menu-depth-2 .menu-item-has-children.open-menu3::before {
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .menu-depth-2 .menu-item-has-children.open-menu3::before {
        transform: rotate(-180deg);
    }
}

[menu-id="12104"]>ul>li>ul {
    display: block !important;
}

[menu-id="11292"]>ul>li>ul {
    display: block !important;
}


/* .menu-depth-2 .menu-item >ul {
    display: none;
} */


/* .page-template-new-page .bread-curmb-page-linkc {
    display: none;
} */

.page-template-new-page .txt-white,
.page-template-new-page .txt-white .vc_custom_heading {
    color: white !important;
}

.page-template-new-page .txt-blue strong,
.page-template-new-page .txt-white strong {
    display: block;
}

.page-template-new-page .hero-banner {
    display: none;
}

.page-template-new-page .bg-center-bottom {
    background-position: center bottom !important;
}

.page-template-new-page .new-style-list ul {
    padding: 0;
}

.page-template-new-page .new-style-list ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.page-template-new-page .new-style-list ul li a {
    color: #060C3A;
}

.page-template-new-page .new-style-list ul li::before {
    width: 5px;
    height: 5px;
    background: #060C3A;
    content: '';
    border-radius: 100px;
    display: inline-block;
    margin-right: 15px
}

.new-box-style h3.fs-50 {
    color: white;
}

.new-box-style-img-icon img{
    max-width: 150px;
    width: 150px;
}

.new-box-style-img-icon{
    position:relative;   
}

.new-box-style-img-icon:after{
    content:
    '';
    width: calc(100% - 150px);
    height:1px;
    position:
    absolute;
    right:0;
    bottom:0;
    background:
    white;
} 


.page-template-new-page .new-style-template .tgt_btn_addon {
    padding: 1em 1.5em;
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #060C3A;
    background: #FF0DFA;
}

.page-template-new-page .new-style-template .tgt_btn_addon:hover {
    background: #060C3A;
    color: #FF0DFA;
}


.page-template-new-page #crumbs :not(:last-child),
.page-template-new .sys-idz-lnk .page-link-item:hover .p-lnk,
.page-template-new .sys-idz-lnk .page-link-item.page-link-active .p-lnk {
    color: #FFF !important;
}

/* Color Specific */
.page-template-new-page .new-style-template.white .tgt_btn_addon {
    background: #fff;
}
.page-template-new-page .new-style-template.white .tgt_btn_addon:hover {
    background: #060c3a;
    color: #fff;
}
.page-template-new-page .new-style-template.white #crumbs :last-child {
    color: #fff;
}
.page-template-new-page .new-style-template.white .sys-idz-lnk .page-link-item a {
    color: #fff;
}
.page-template-new-page .new-style-template.dark-blue .tgt_btn_addon {
    background: #000d34;
}
.page-template-new-page .new-style-template.dark-blue .tgt_btn_addon:hover {
    background: #060c3a;
    color: #000d34;
}
.page-template-new-page .new-style-template.dark-blue #crumbs :last-child {
    color: #000d34;
}
.page-template-new-page .new-style-template.dark-blue .sys-idz-lnk .page-link-item a {
    color: #000d34;
}
.page-template-new-page .new-style-template.blue .tgt_btn_addon {
    background: #0042ff;
}
.page-template-new-page .new-style-template.blue .tgt_btn_addon:hover {
    background: #060c3a;
    color: #0042ff;
}
.page-template-new-page .new-style-template.blue #crumbs :last-child {
    color: #0042ff;
}
.page-template-new-page .new-style-template.blue .sys-idz-lnk .page-link-item a {
    color: #0042ff;
}
.page-template-new-page .new-style-template.dark-green .tgt_btn_addon {
    background: #00c000;
}
.page-template-new-page .new-style-template.dark-green .tgt_btn_addon:hover {
    background: #060c3a;
    color: #00c000;
}
.page-template-new-page .new-style-template.dark-green #crumbs :last-child {
    color: #00c000;
}
.page-template-new-page .new-style-template.dark-green .sys-idz-lnk .page-link-item a {
    color: #00c000;
}
.page-template-new-page .new-style-template.green .tgt_btn_addon {
    background: #96ff00;
}
.page-template-new-page .new-style-template.green .tgt_btn_addon:hover {
    background: #060c3a;
    color: #96ff00;
}
.page-template-new-page .new-style-template.green #crumbs :last-child {
    color: #96ff00;
}
.page-template-new-page .new-style-template.green .sys-idz-lnk .page-link-item a {
    color: #96ff00;
}
.page-template-new-page .new-style-template.pink .tgt_btn_addon {
    background: #ff0dfd;
}
.page-template-new-page .new-style-template.pink .tgt_btn_addon:hover {
    background: #060c3a;
    color: #ff0dfd;
}
.page-template-new-page .new-style-template.pink #crumbs :last-child {
    color: #ff0dfd;
}
.page-template-new-page .new-style-template.pink .sys-idz-lnk .page-link-item a {
    color: #ff0dfd;
}
.page-template-new-page .new-style-template.teal .tgt_btn_addon {
    background: #00d5cc;
}
.page-template-new-page .new-style-template.teal .tgt_btn_addon:hover {
    background: #060c3a;
    color: #00d5cc;
}
.page-template-new-page .new-style-template.teal #crumbs :last-child {
    color: #00d5cc;
}
.page-template-new-page .new-style-template.teal .sys-idz-lnk .page-link-item a {
    color: #00d5cc;
}
.page-template-new-page .new-style-template.purple .tgt_btn_addon {
    background: #9a27e8;
}
.page-template-new-page .new-style-template.purple .tgt_btn_addon:hover {
    background: #060c3a;
    color: #9a27e8;
}
.page-template-new-page .new-style-template.purple #crumbs :last-child {
    color: #9a27e8;
}
.page-template-new-page .new-style-template.purple .sys-idz-lnk .page-link-item a {
    color: #9a27e8;
}


/* Color Specific */



.new-template-aligner > .vc_column_container{
    position: static !important;    
}


.bg-right-bottom{
    background-position:right bottom !important ;
}


@media (min-width: 768px) {
    .hidden-md,
    .vc_row.hidden-md {
        display: none;
    }
    .page-template-new-page .video-youtube-body{
        max-width: 100%
    }
    .page-template-new-page .video-youtube-body .video-wrapper{
        height: 48em;
    }
}

@media (max-width: 1366px) {
    .new-box-style h3.fs-50 {
        font-size: 2.125em;
    }
}


/* @media (min-width: 767px){
    .new-box-style:after{
        width:100%;
        height:100%;
        content:'';
        position:absolute;
        top:0;
        right:-100%;
        background:#060c3a;
    }
} */

@media (max-width: 767px) {
    .hidden-xs,
    .vc_row.hidden-xs {
        display: none;
    }
    .vc_row.parallel-column {
        flex-direction: row;
    }
    .new-box-style h3.fs-50 {
        font-size: 25px;
    }

    .new-style-template .page-link-label{
        color: #FFF;
    }
    .new-style-template .select2-container--default{
        background: #FFF;
    }
}