header a:hover,
header a {
    color: #000d34;
}

.resource-btn-group a {
    font-size: .875em;
    text-transform: uppercase;
}

#contact-us .form-control::placeholder {
    color: #000d34;
    opacity: 1;
}


.res-items-btns a {
    font-size: 1em;
    text-transform: uppercase;
}

.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.2em;
}

.resources-template-default .main-header-default .main-menu-body .menu-item a,
.resources-template-default .main-header-default .main-menu-body .menu-item span {
    color: #000d34;
}

.resources-template-default .header-transparent .main-menu-body .menu-item.current-menu-ancestor>a,
.header-transparent .main-menu-list>li.current-menu-parent>span,
.header-transparent .main-menu-list>li.current-menu-parent>a,
.header-transparent .main-menu-list>li.current-menu-item>a,
.header-transparent .main-menu-list>li.current-menu-ancestor>a,
.header-transparent .main-menu-list>li.current-menu-ancestor>span {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.2em;
}

.page-is-scrolled.resources-template-default .main-header-default .main-menu-body .menu-item.current-menu-ancestor>a,
.resources-template-default .main-header-default .main-menu-body .menu-item.current-menu-ancestor>a,
.page-is-scrolled .header-transparent .main-menu-list>li.current-menu-parent>span,
.page-is-scrolled .header-transparent .main-menu-list>li.current-menu-parent>a,
.page-is-scrolled .header-transparent .main-menu-list>li.current-menu-item>a,
.page-is-scrolled .header-transparent .main-menu-list>li.current-menu-item>a,
.page-is-scrolled.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
.page-is-scrolled.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
.page-is-scrolled.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
.page-is-scrolled.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
.page-is-scrolled .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
.page-is-scrolled .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
.main-header-default.no-transparent .main-menu-list>.menu-item.current-menu-item>span,
.main-header-default.no-transparent .main-menu-list>.menu-item.current-menu-item>a {
    color: #000d34;
    border-bottom: 2px solid #000d34;
}

.main-nav--transparent .main-menu-list>li>span:after,
.main-nav--transparent .main-menu-nav>.main-menu-list>li>a:after {
    background-color: rgba(217, 219, 223, .5);
}

.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a:hover,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a:hover {
    color: #59617b;
}

.cat-item-content-link {
    margin-top: 0.6em;
}

.product-item-inner-content {
    display: flex;
    flex-direction: column;
}

.product-item-inner-content .cp-link {
    margin-top: auto;
}

.main-header {
    z-index: 90;
    width: 100%;
}

.main-header.is-visible {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-header.header-transparent {
    position: fixed !important;
}

.main-header:after {
    content: "";
    display: block;
    position: absolute;
    height: 200%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6, 0, .25, 1);
    transition: -webkit-transform .5s cubic-bezier(.6, 0, .25, 1);
    transition: transform .5s cubic-bezier(.6, 0, .25, 1);
    transition: transform .5s cubic-bezier(.6, 0, .25, 1), -webkit-transform .5s cubic-bezier(.6, 0, .25, 1);
}

.main-header-default:after {
    background-color: #fff;
}

.main-header:after {
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.page-is-scrolled .main-header:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-main-menu,
.main-menu-body {
    position: relative;
    z-index: 9;
}

.right__nav,
.right__nav__menu {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu__divider {
    width: 1px;
    height: 17px;
    opacity: 0.2;
    border: solid 1px #fff;
    margin: 0 1.5em;
}

.mobile__burger__menu,
.menu__divider {
    display: none;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 24px;
    height: 17px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__right__div {
    width: 1px;
    height: 1px;
}

.main-menu-nav .search-wrapper {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.morphsearch {
    width: .5em;
    min-height: .5em;
    background: #f1f1f1;
    position: absolute;
    z-index: 9;
    top: 3.5em;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin-right: 2.5em;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.search__loaded {
    opacity: 1;
    visibility: visible;
}

.page-is-scrolled .morphsearch {
    top: 45px;
    margin-right: 36px;
}

.page-is-scrolled .morphsearch.open {
    margin-right: 0;
    top: 0 !important;
}

.page-is-scrolled .search-icon {
    background-color: #fff !important;
    transition: .5s;
}

.page-is-scrolled .search-icon:hover,
header.is-visible .search-icon:hover {
    background-color: #36507c !important;
}

.search-icon {
    width: 2.15em;
    height: 2.15em;
    color: #000d34;
}

.main-header.main-header-default.header-transparent .search-icon:hover {
    background-color: #36507c;
    color: #fff;
}

.page-is-scrolled .main-header.main-header-default .search-icon:hover i {
    color: #fff;
}

.morphsearch.open .container {
    padding: 0 5em;
    position: relative;
}

.morphsearch.open {
    width: 100%;
    min-height: 101vh;
    top: -70px !important;
    right: 0 !important;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    margin-right: 0;
}

.morphsearch-form {
    width: 100%;
    height: 1em;
    margin: 0 auto;
    position: relative;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open .morphsearch-form {
    width: 100%;
    height: 6.1em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 3em;
}

.morphsearch-input {
    width: 100%;
    height: 1em;
    padding: 0 20px 0 4em;
    border: none;
    background: transparent;
    font-size: 0.8em;
    color: #000d34;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input::-ms-clear {
    display: none;
}

.morphsearch.hideInput .morphsearch-input {
    color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.morphsearch.open .morphsearch-input {
    font-size: 1.5em;
    height: 4em;
}

.morphsearch.open-complete .morphsearch-input {
    border: 2px solid #838795;
    background: #fff;
}

.morphsearch-content .semi-bold-14 {
    font-weight: 600;
}

.morphsearch-input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
    color: #c2c2c2;
}

.gn-search:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
    outline: none;
}

.morphsearch-submit {
    position: absolute;
    width: 2em;
    height: 2em;
    text-indent: 100px;
    overflow: hidden;
    left: 2em;
    top: 50%;
    background: transparent url(../svg/magnifier2.svg) no-repeat center center;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}

.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 2em;
    top: 4.8em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.morphsearch.open .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    background: #000d34;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
    opacity: 0.2;
}

.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.morphsearch-content {
    color: #333;
    margin-top: 4.5em;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #f1f1f1;
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.dummy-column {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.open .dummy-column:first-child {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch.open .dummy-column {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.morphsearch-content h3 {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 1.5em;
}

.morphsearch-content .col__1 h3 {
    color: #00c000;
}

.morphsearch-content .col__2 h3 {
    color: #00d5cc;
}

.morphsearch-content .col__3 h3 {
    color: #ff0dfd;
}

.morphsearch-content ul li {
    margin-bottom: 1em;
    list-style-type: none;
}

.morphsearch-content ul li a {
    color: #000d34;
    line-height: 1.2em;
}

.morphsearch-content .dummy-column h2 {
    color: #000d34;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1.5em;
}

.morphsearch .col-md-12 {
    position: static;
}

.divider__search {
    position: relative;
    height: 100%;
}

.divider__search:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000d34;
    margin: auto;
    opacity: .2;
}

.morphsearch-content .search-list-item a {
    position: relative;
    padding-bottom: 3px;
}

.morphsearch-content .search-list-item a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    transition: .5s;
    background: #000d34;
}

.morphsearch-content .search-list-item a:hover:after {
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open~.overlay {
    opacity: 1;
}

.mobil__only {
    display: none;
}

ul.social-icons-list li a i,
ul.t-d-links li a,
a.empl-butn {
    transition: .5s;
}

.footer-menu-nav .footer-logo-menu-body {
    padding-top: 0;
}

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

.footer-menu-nav .footer-menu-list>.menu-active>a:hover,
ul.footer-menu-list li a:hover {
    text-decoration: none;
}

.footer-menu-nav .footer-menu-list>li>span>.menu-icon,
.footer-menu-nav .footer-menu-list>li>a>.menu-icon {
    font-size: .6em;
}

.footer-wrapper .footer-news-letter {
    padding-top: 6em;
    padding-bottom: 4em;
}

.main-header {
    position: relative;
}

.page-is-scrolled .main-header {
    position: fixed;
}

#top-main-menu {
    margin-top: 0;
    transition: .5s;
}

.page-is-scrolled #top-main-menu {
    margin-top: -3.68em;
    transition: .5s;
}

.page-is-scrolled .main-menu-nav {
    padding: 1.219em 0;
    min-height: 88px;
}

.page-is-scrolled .header-transparent .main-menu-list>.menu-item>span,
.page-is-scrolled .header-transparent .main-menu-list>.menu-item>a {
    color: #000d34;
}

.page-is-scrolled .main-header.main-header-default .search-icon {
    border: solid 2px rgba(0, 13, 52, 0.5);
}

.page-is-scrolled .main-header.main-header-default .search-icon i {
    color: #000d34;
    font-size: 1em;
}

.page-is-scrolled .search-icon {
    width: 2.15em;
    height: 2.15em;
}

.page-is-scrolled .main-header.main-header-default {
    box-shadow: 0 2px 8px 0 rgba(0, 13, 52, 0.15);
}

.cbutton {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    color: #286aab;
    font-size: 1.4em;
    overflow: visible;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cbutton.cbutton--click,
.cbutton:focus {
    outline: none;
    color: #3c8ddc;
}

.cbutton::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.cbutton--effect-jelena::after {
    border: 2px solid rgba(111, 148, 182, 0.5);
}

.cbutton--effect-jelena.cbutton--click::after {
    -webkit-animation: anim-effect-jelena 0.3s ease-out forwards;
    animation: anim-effect-jelena 0.3s ease-out forwards;
}

@-webkit-keyframes anim-effect-jelena {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

@keyframes anim-effect-jelena {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}

body .header-logo .dark-logo {
    display: none;
}

body.is-top .header-transparent .header-logo .white-logo {
    display: block;
}

body.is-top .header-transparent .white-logo {
    display: none;
}

.page-is-scrolled .header-transparent .header-logo .dark-logo {
    display: block;
}

.page-is-scrolled .header-transparent .header-logo .white-logo {
    display: none;
}

.c-f-news label span input[type="email"] {
    transition: .5s;
}

.c-f-news label span input[type="email"]:focus {
    background-color: rgb(4, 27, 95);
}

div.wpcf7-validation-errors {
    display: none !important;
}

.main-menu-list li>span,
.main-menu-nav>.main-menu-list>li>a {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 1.125em;
}

.main-header-default .main-menu-list li>span,
.main-header-default .main-menu-nav>.main-menu-list>li>a {
    font-weight: 500;
}

.footer-menu-list>.menu-item>a,
.footer-menu-list>.menu-item>span {
    position: relative;
    display: block;
    line-height: 1;
}

.footer-menu-list>.menu-item>a:after,
.footer-menu-list>.menu-item>span:after,
.main-menu-list>li>span:after,
.main-menu-nav>.main-menu-list>li>a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #838795;
    border-radius: 100%;
    left: 0;
    right: 5px;
    bottom: 0;
    top: 0.25em;
    margin: auto;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.footer-menu-nav .mega-menu-column {
    background-color: transparent;
}

.footer-menu-nav .menu-item-overview-left {
    width: 100%;
}

.footer-menu-nav ul.sub-menu.menu-depth-1 li {
    width: auto;
    margin-right: 2em;
}

ul.sub-menu.menu-depth-1 li:last-child {
    margin-right: 0;
}

.page-is-scrolled .main-menu-list>li>span:after,
.page-is-scrolled .main-menu-nav>.main-menu-list>li>a:after {
    background-color: #c3c8da;
}

.footer-menu-nav ul a,
.main-menu-nav ul a {
    font-weight: normal;
}

.ourteam-carosel .t-l-col img {
    width: 100%;
    height: auto;
}

ul.social-icons-list li a i {
    color: #000d34;
    padding: 0;
}

.car-sidebar>.mobile-seletbox .mobile-seletbox {
    display: none;
}

.comp-media-button {
    display: block;
    margin-bottom: 50px;
}

.select-career,
.select-career:focus {
    background-position-x: 96%;
}

button.car-more-bttn {
    border: 0;
}

.no-transparent .header-logo .dark-logo {
    display: block;
}

.no-transparent .header-logo .white-logo {
    display: none;
}

.menu-item.lang-swtich-dropdown-item:after {
    transform: none;
    bottom: 0;
    margin: auto;
}

.sys-idz-lnk{
    height: 88px;
}

.sys-idz-lnk li {
    margin-right: 1.6em;
}

.sys-idz-lnk li:last-child {
    margin-right: 0;
}

.right-bottom-pattern {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.left-bottom-pattern {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.left-top-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
}

.right-top-pattern {
    position: absolute;
    top: 0px;
    right: 0px;
}

#sys-cas_platform.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

#sys-cas_platform .grid-item-container {
    padding-top: 0;
    padding-bottom: 0;
}

#sys-cas_platform .grid-item-container h1 {
    padding-bottom: 0;
}

#sys-cas_platform .sys-in-sec {
    margin-bottom: 0;
}

.grid-inner-item {
    padding: 1.5em 1.5em 1.5em 4.5em;
    justify-content: space-between;
}

.sys-arc-h {
    padding-left: 0;
}

.sys-arc-desc {
    padding-left: 3%;
}

.hero-banner {
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-size: 100%;*/
    background-size: 45%;
}

.cas-norm-para {
    padding-bottom: 1.2em;
    font-size: 1.05em;
}

.cas-norm-para4,
.cas-norm-para3 {
    font-size: 1.05em;
}

.slick-slide img {
    max-width: 100%;
}

.carousel-item-body img {
    max-width: 100%;
    max-height: 620px;
    width: 100%;
    object-fit: cover;
    min-height: 620px;
}

.nav-tabs .nav-link.active {
    font-weight: normal;
}

.nav-fill .nav-item {
    width: auto;
    margin: 0 .8em;
}

.challenge-slide-inner-content {
    padding: 1em;
}

.team-slider-item-des span {
    font-size: .9em;
}

.challenge-slide-item-exp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container {
    max-width: 100%;
    z-index: 9;
}

.location-ref-item-img img {
    max-width: 100%;
}

.animate {
    opacity: 0;
}

.challange-expand-body {
    display: block;
    visibility: hidden;
    z-index: 9;
    width: 445px;
    height: 278px;
    overflow: hidden;
    transition: .5s;
}

.challange-expand-body.open__challange__box {
    visibility: visible;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.challange-expand-row * {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.open__challange__box .challange-expand-row * {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.product-item-inner-content {
    transition: .5s;
}

.resource-card-download-btn,
.resource-card-readmore-btn,
a.cta,
.slick-slider-body .slider-readmore-link a,
.readmoreBtn,
.readlessBtn {
    position: relative;
    padding-bottom: 3px;
}

.resource-card-download-btn:after,
.resource-card-readmore-btn:after,
a.cta:after,
.slick-slider-body .slider-readmore-link a:after,
.readmoreBtn:after,
.readlessBtn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    transition: .5s;
}

.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a:hover,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a:hover,
.resource-card-download-btn:hover,
.resource-card-readmore-btn:hover,
a.cta:hover,
.slick-slider-body .slider-readmore-link a:hover {
    text-decoration: none;
}

.resource-card-download-btn:hover:after,
.resource-card-readmore-btn:hover:after,
a.cta:hover:after,
.slick-slider-body .slider-readmore-link a:hover:after,
.readmoreBtn:hover:after {
    width: 100%;
}

a.cta:after {
    background: #000;
}

.resource-card-download-btn:after,
.resource-card-readmore-btn:after,
.slick-slider-body .slider-readmore-link a:after {
    background: #fff;
}

.resource-card-download-btn,
.resource-card-readmore-btn {
    padding-bottom: 4px;
}

.cha-exp-re-products-item a {
    position: relative;
    transition: .5s;
    transition-delay: .5s;
}

.cha-exp-re-products-item a:hover {
    color: #fff;
}

.cha-exp-re-products-item a:hover:after {
    width: 100%;
}

img {
    max-width: 100%;
}

a,
.cat-menu.list-group .filter-cat-list-item,
.slick-arrow-custom-arrows .slick-arrow,
.product-controller .arrow-itm-sec i,
.custom-btn {
    transition: .5s;
}

.custom-btn:hover {
    background-color: #000d34;
}

.resource-list-load-more-body .custom-btn:hover,
.client_inner_container .custom-btn:hover {
    border: 0.1em solid #000d34;
}

.mobile_filter,
.resource-input-cat-lists .select2-container {
    display: none;
}

.top-main-nav .top-menu-list>li>a:after,
.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item .dropdown:after {
    background-color: rgba(217, 219, 223, .5);
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: rgba(217, 219, 223, .5);
    border-radius: 100%;
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    margin: auto;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    transform: translate(-50%, -50%);
}

.top-main-nav .top-menu-list>li>a,
.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item .dropdown {
    position: relative;
}

.top-main-nav .top-menu-list>li>a:hover:after,
.top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item .dropdown:hover:after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

.top-main-nav .top-menu-list>li.current_page_item>a {
    color: #838795;
}

.top-main-nav .top-menu-list>li>a {
    white-space: nowrap;
}

.challange-close:hover {
    color: #fff;
    background: #212529;
}

.menu-feature-porduct-item,
.resource-card-inner-content,
.resource-card-item,
.cat-menu.list-group .filter-cat-list-item {
    position: relative;
}

.menu-feature-porduct-item-box,
.resource-card-item-box {
    background: #000d34;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .5s;
}

#vidbutton {
    position: absolute;
    left: 0;
    width: 49%;
    height: 100%;
    z-index: 2;
}

#vidbutton2 {
    position: absolute;
    right: 0;
    width: 49%;
    height: 100%;
    z-index: 2;
}

.menu-feature-porduct-item:hover .menu-feature-porduct-item-box,
.resource-card-item:hover .resource-card-item-box {
    width: 100%;
}

.resources-lists-item-body .resource-card-cat span {
    position: relative;
}

.resources-lists-item-body .resource-card-bottom-btn {
    position: relative;
    margin-bottom: 1em;
}

.resources-lists-item-body .resource-card-short-desc {
    margin-bottom: 2em;
}

.resource-card-inner-menu {
    position: relative;
}

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

.menu-feature-porduct-item:hover a *,
.resource-card-item:hover .resource-card-inner-menu *,
.resource-card-item:hover .resource-card-inner-content * {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
}

.cat-menu.list-group .filter-cat-list-item:hover {
    opacity: 1;
}

.menu-feature-porduct-item:hover a {
    position: relative;
}

.menu-item-products-listing .menu-feature-porduct-item a {
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

.MobileFilterBtn,
.back_resource_btn {
    display: none;
}

.cat-animation-left-img.cat-item-img,
.cat-animation-right-img.cat-item-img {
    opacity: .4;
}

.cat_move_left .cat-animation-left-img.cat-item-img {
    opacity: 1;
}

.cat_move_right .cat-animation-right-img.cat-item-img {
    opacity: 1;
}

.cat-animation-left-content .cat-item-content-heading {
    position: absolute;
    right: -8.5em;
}

.cat-animation-right-content .cat-item-content-heading {
    position: absolute;
    left: -8.5em;
}

.cat_move_left .cat-animation-left-content .cat-item-content-heading {
    position: relative;
    right: 0;
}

.cat_move_right .cat-animation-right-content .cat-item-content-heading {
    position: relative;
    left: 0;
}

.cat_move_left .cat-animation-left-content .cat-item-content-link,
.cat_move_left .cat-animation-left-content .cat-item-content-short-desc {
    height: auto;
    opacity: 1;
}

.cat_move_right .cat-animation-right-content .cat-item-content-link,
.cat_move_right .cat-animation-right-content .cat-item-content-short-desc {
    height: auto;
    opacity: 1;
}

.cat-item-content-link,
.cat-item-content-short-desc {
    opacity: 0;
    height: 0;
}

.cat-animation-left:hover .cat-item-content-short-desc,
.cat-animation-left:hover .cat-item-content-link,
.cat-animation-right:hover .cat-item-content-short-desc,
.cat-animation-right:hover .cat-item-content-link {
    opacity: 1;
}

.cat-item-content-heading .h2 {
    color: #96ff00;
    font-size: 3em;
    margin-bottom: .25em;
}

.cat-item-inner-content {
    width: 20em;
    height: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em .5em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cat-item-content-link a.cta {
    color: #fff;
    font-size: .875em;
}

.cat-item-content-link a.cta:after {
    background: #fff;
}

.cat_left_video,
.cat_right_video {
    display: none;
}

.cat-item-col video {
    width: 100%;
}

.cat-animation-right,
.cat-animation-left {
    width: 41%;
    z-index: 3;
}

.cat-animation-center.cat-item-col {
    width: 40%;
    padding: 0;
}

.cat-animation-left-img.cat-item-content {
    justify-content: flex-end;
    width: 100%;
}

.cat-animation-left-content {
    width: 100%;
    margin-left: -12em;
    position: relative;
    cursor: pointer;
}

.cat-animation-right-content {
    width: 100%;
    position: relative;
    margin-left: 12em;
    cursor: pointer;
}

.cat-animation-content * {
    transition: 1s;
}

.cat_move_left .cat-animation-left-content {
    margin-left: 0;
}

.cat_move_left .cat_center_image,
.cat_move_left .cat_right_video {
    display: none;
}

.cat_move_left .cat-animation-center.cat-item-col {
    margin-left: 1em;
}

.cat_move_left .cat_left_video {
    display: block;
    width: 60%;
}

.cat_move_right .cat-animation-right-content {
    margin-left: 0;
}

.cat_move_right .cat_center_image,
.cat_move_right .cat_left_video {
    display: none;
}

.cat_move_right .cat_right_video {
    display: block;
    width: 60%;
}

.cat_move_left .cat-animation-center:after,
.cat_move_right .cat-animation-center:after {
    display: none;
}

.cat_move_left .cat-item-content-link,
.cat_move_left .cat-item-content-short-desc,
.cat_move_right .cat-item-content-link,
.cat_move_right .cat-item-content-short-desc {
    display: block;
}

.cat-animation-content {
    position: relative;
    width: 100%;
    align-items: flex-start;
}

.cat-animation-center {
    margin-top: 7.25em;
}

.top-main-nav .top-menu-list li {
    list-style-type: none;
}

.product-item-inner-content {
    position: relative;
}

.product-item-inner-content:hover .product-carousel-slider-box {
    width: 102%;
}

.product-carousel-slider-box {
    background: #212529;
    position: absolute;
    left: -1px;
    top: 0;
    width: 0;
    height: 100%;
    transition: .5s;
    margin: 0 !important;
}

.search-result-with-img .search-result-content-col {
    width: 70%;
}

.single-img-src-wrapper {
    overflow: hidden;
}

.vc_row .single-image-body {
    margin-bottom: 2em;
}

.vc_row .single-image-body:last-child {
    margin-bottom: 0;
}

.vc_row h2,
p.b-head {
    margin-bottom: .7em !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin: 0 !important;
}

.timeline-child-carosel.slick-initialized .slick-slide {
    display: flex;
}

.timeline-child-carosel .t-r-col {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.timeline-child-carosel .t-arr {
    margin-top: auto !important;
}

.timeline-child-carosel .slick-arrow-custom-container {
    margin-top: 0;
}

.timeline-child-carosel p.t-desc {
    padding-bottom: 10px;
}

.resource-input-cat-lists ul {
    padding-left: 0;
    margin-top: 0;
}

.lt-btn-col .l-t-btn span {
    white-space: nowrap;
}

.ourteam-main .time-cols.slick-slide {
    padding-left: 2px;
}

.g-recaptcha iframe {
    height: auto;
    margin: 0;
}

.slick-arrow:focus {
    outline: 0;
}

.client-wrapper {
    border-bottom: 1px solid #d8dcde;
}

.team-slider-main-sec .slick-dots {
    display: none !important;
}

.post-3 .content-wrapper,
.post-271 .content-wrapper {
    background: #fff;
    margin-bottom: 2em;
}

.post-3 h2,
.post-271 h2 {
    margin-bottom: .5em;
    font-size: 1.5em;
}

.post-3 p,
.post-271 p {
    margin-bottom: 2rem;
}

.post-3 h3,
.post-271 h3 {
    margin-bottom: .4em;
    font-size: 1.2em;
}

.home .vc_row .wpb_column:first-child,
.home .vc_row .wpb_column:last-child,
.post-271 .vc_row .wpb_column:first-child,
.post-271 .vc_row .wpb_column:last-child {
    padding: 0;
}

.mobile__timeline {
    display: none;
}

.mb__show {
    display: none;
}

.mobile__timeline__year.expand-years-timline~*:not(:last-child) {
    display: none;
}

.mobile__timeline__year.open_mb_timeline .mb__show {}

.mobile__timeline__year {
    padding-left: 5em;
    position: relative;
    display: flex;
    padding-bottom: 5em;
    overflow: hidden;
}

.mobile__timeline__year.expand-years-timline .mb__dot:after {
    display: none;
}

.mobile__flex.expand-active .mobile__timeline__year.expand-years-timline~* {
    display: block;
}

.mobile__flex.expand-active .mobile__timeline__year.expand-years-timline {
    display: none;
}

.mobile__flex.expand-active .mobile__timeline__year {
    display: block;
}

.mb__year__heading {
    width: 5em;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mb__dot {
    position: absolute;
    left: 0;
    right: 0;
    width: 1.72em;
    margin: auto;
    top: 0;
    background: rgba(0, 13, 52, 0.2);
    height: 1.72em;
    border-radius: 100%;
    transition: .5s;
}

.open_mb_timeline .mb__dot {
    background: #000d34;
    width: 2.2em;
    height: 2.2em;
}

.open_mb_timeline .mb__year__heading:after {
    background: #000d34;
}

.mb__year__heading:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1.75em;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 13, 52, 0.2);
}

.mb__dot:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    width: .8em;
    height: .8em;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mobile__timeline__year:not(.open_mb_timeline) .mb__dot:after {
    top: -1px;
}

.mb__yr {
    font-size: 1em;
    color: rgba(0, 13, 52, 0.4);
}

.mobile__flex .mobile__timeline__year:last-child .mb__year__heading:after {
    display: none;
}

.mobile__flex .ts-single-image-content {
    padding: 0;
}

.mb__image {
    position: relative;
    margin-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1.2em;
}

.mb__year {
    color: #000d34;
    font-size: 1.7em;
    margin-bottom: .5em;
}

.mb__heading {
    color: #000d34;
    font-size: 1.7em;
    margin-bottom: .5em;
}

.mb__para {
    color: #000d34;
    font-size: 1em;
    margin-bottom: .5em;
}

.main-slider .swiper-slide-active .image.slide_zoom .slide-image,
.main-slider .swiper-slide-prev .image.slide_zoom .slide-image {
    width: 100%;
    animation: move 30s ease;
    -ms-animation: move 30s ease;
    -webkit-animation: move 30s ease;
    -moz-animation: move 30s ease;
    position: relative;
    transform: scale(1.1);
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -moz-transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.slider-readmore-link a {
    text-transform: uppercase;
}

.upload-icon-body .up-default-icon {
    display: none;
}

.upload-icon-body .up-white-icon {
    display: block;
    width: 14px;
}

.input-group-file-btn {
    display: flex;
    width: 137px;
    align-items: center;
}

.input-group-file-btn span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

span.upload-icon-body {
    margin-right: .5em;
}

.search-list-item .semi-bold-16,
.top-search-result-item .semi-bold-16 {
    font-weight: 500;
}

img.for-mobile {
    display: none;
}

.back-menu-body {
    display: none;
}

.top_mobile_close {
    display: none;
}

.morphsearch-content .search-pop-cat a i {
    display: none;
}

.sliders-body .vimeo iframe {
    margin: 0;
}

span.line-sep {
    margin: 0 8px;
}

.team-slider-expand-wrapper,
.o-team-expand-content,
.o-team-expand-row {
    height: 100%;
}

.o-team-expand-row.team-expand-row {
    display: flex;
    flex-direction: column;
}

.team-expand-image {
    height: auto;
}

.o-team-expand-short-desc {
    height: auto;
}

.team-expand-image>img {
    width: 100%;
    max-width: 100%;
}

.newsletter-form .wpcf7 {
    padding: 3em 0 0;
}

.newsletter-form .c-f-news {
    display: flex;
    position: relative;
}

.newsletter-form label {
    width: 70%;
    margin-bottom: 0;
}

.c-f-news label span input[type="email"] {
    padding: 1.2em;
    width: 100%;
}

.c-f-news input[type="submit"] {
    width: 30%;
    padding: 0;
    margin: 0;
}

.readmoreBtn:after {
    display: none !important;
}

.active1 {
    background: red !important;
}

.wrapper-front-page:after,
.wrapper-front-page:before {
    display: none !important;
}

.related__system {
    color: #fff;
}

.related__system h1 {
    margin-bottom: 20px;
}

.total__box {
    border: 4px solid rgba(255, 255, 255, .5);
    padding: 40px;
    background-color: rgba(255, 255, 255, .2);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 65%;
}

.total__top__b {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

.total__top__b h2 {
    white-space: nowrap;
    margin-right: 30px;
}

.total__top__b p {
    padding-right: 80px;
}

.total__top__b a {
    white-space: nowrap;
    color: #0d193e;
    padding: 10px 30px;
    background: #96ff00;
    font-size: 16px;
    font-weight: 500;
}

.total__top__b a:hover {
    color: #96ff00;
    background: #0d193e !important;
}

.total__btm__b h3 {
    margin-bottom: 28px;
}

.total__btm__b ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.total__btm__b ul li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    background: #fff;
}

.box__style a {
    color: #00c000;
    border-left: 4px solid #96ff00;
    padding: 1.5em 1em;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    display: block;
}

.box__overlay {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s !important;
}

.total__btm__b ul li:hover .box__overlay {
    width: 100%;
    background: #96ff00;
}

.total__btm__b ul li:hover .box__style a {
    color: #fff;
}

.secondary-fixed .products,
.secondary-fixed .type-page,
.secondary-fixed .systems{
    padding-top: 88px;
}


.secondary-fixed .itm-lnk-row {
    position: fixed;
    top: 86px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
}

.tabs-content-body{
    min-height: 100%;
}


.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>span,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>span,
.footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a,
.main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a {
    font-size: 16px;
}

.res-lnk-col-inner form button,
button {
    -webkit-appearance: none;
}

button,
a {
    cursor: pointer;
}

.res-lnk-col-inner button span{
    display: block;
}


.search-heading p{
    color: #000d34;
}

.open--team {
    position: relative;
    overflow: hidden;
}



.newsletter-form .yikes-easy-mc-form label.label-inline {
	width: 70%;
    padding-right: 0;
	margin-bottom: 0;
}

.newsletter-form .yikes-easy-mc-form label.label-inline input {
    margin: 0;
    height: 46px;
    padding: .65em 1.2em;
    width: 100%;
    background-color: rgba(255,255,255,.2);
    border: none;
    line-height: 1.7;
    color: #fff;
	transition: .5s;
}

.newsletter-form .yikes-easy-mc-form label.label-inline input::placeholder {
    color: #fff;
}

.newsletter-form .yikes-easy-mc-form label.label-inline input:focus {
	background-color: rgb(4,27,95);
	outline: 0;
}

.newsletter-form .yikes-easy-mc-form .submit-button-inline-label {
	width: 30%;
	font-size: 14px;
    height: 46px;
    margin-bottom: 0;
}

.newsletter-form .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
	margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(255,255,255,.5);
    border: none;
    padding: .769em 1.6em;
    margin-left: 0;
    height: 46px;
    position: relative;
    width: 100%;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.newsletter-form span.EMAIL-label,
.newsletter-form span.empty-label{
    display: none;
}

.newsletter-form section {
    display: flex;
    flex-wrap: wrap;
}

.newsletter-form section p {
    order: 2;
    background: transparent;
    text-align: left;
    font-size: 1em;
    width: 100%;
    padding: 0;
}

.mobile-menu-body {
    display: none;
}

@media screen and (min-width: 1921px) {
    body {
        font-size: 19px !important;
    }
}

@media screen and (min-width: 1360px) {
    .slick-slider-body .slick-slider-tab-items li {
        min-width: 262px;
        min-height: 112px;
    }
}

@media screen and (min-width: 1199px) {
    .main-slider,
    .main-slider .swiper-slide .item {
        max-height: 100vh;
    }
    .page-is-scrolled .main-header {
        z-index: 9999;
    }
    .footer-menu-list>.menu-item>a:hover:after,
    .footer-menu-list>.menu-item>span:hover:after,
    .main-menu-list>li>span:hover:after,
    .main-menu-nav>.main-menu-list>li>a:hover:after,
    .main-menu-list>li.menu-active>span:after {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    body {
        overflow-x: hidden;
    }
    .overview_select {
        display: none;
    }
    ul.social-icons-list li a:hover i,
    ul.t-d-links li a:hover,
    a.empl-butn:hover {
        opacity: .5;
    }
    .footer-menu-nav .footer-menu-list>.menu-active>span,
    .footer-menu-nav .footer-menu-list>.menu-active>a,
    ul.footer-menu-list li a:hover {
        opacity: .5;
    }
}

@media screen and (min-width: 768px) {
    .cl-filter-cat-body>ul~* {
        display: none;
    }
    .sub-menu li a i {
        display: none;
    }
    .main-slider .slick-dots {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    /*.location-list-item-5 {
        left: 67%;
        top: 32%;
    }
    .location-list-item-4 {
        top: 32%;
    }*/
    .morphsearch-content h3 {
        font-size: .8em;
        line-height: 1.3;
    }
    .morphsearch-content ul li a {
        font-size: .8em;
    }
    .morphsearch-content ul li {
        margin-bottom: .5em;
    }
    .morphsearch-content .dummy-column h2 {
        font-size: 1em;
    }
    .our-location-right-img img {
        max-width: 100%;
    }
}

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

    .footer-menu-list>.menu-item>a,
    .footer-menu-list>.menu-item>span{
        font-size: 22px;
    }

    .footer-menu-nav .footer-menu-list>li{
        padding-top: 4em;
        padding-bottom: 5em;
    }

    .total__box {
        padding: 30px;
    }
    .total__top__b {
        margin-bottom: 50px;
    }
    .box__style a {
        padding: 1em;
    }
    .am-grid-pic {
        margin-right: 1em;
    }
    .am-grid-desc h3 {
        font-size: 2.5em;
        line-height: 1;
    }
    .am-grid-desc p {
        font-size: 1.5em;
    }
    .search-icon {
        width: 2.2em;
        height: 2.2em;
    }
    .main-menu-nav .search-wrapper i {
        font-size: 1em;
    }
    img.dotted-img-body-pattern {
        max-width: 70%;
    }
    .location-ref-case-banefits .location-ref-label {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .footer-menu-list>.menu-item>a,
    .footer-menu-list>.menu-item>span{
        font-size: 20px;
    }

    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a{
        font-size: 14px;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 a{
        font-size: 12px;
    }
    .red-square ul li:before,
    .turquoise-square ul li:before,
    .green-dots ul li:before{
        top: .5095em;
    }
    .navy-dark-dots ul li:before{
        top: .45em;
    }
}

@media screen and (max-width: 1366px) and (max-height:1024px){
    .red-square ul li:before,
    .turquoise-square ul li:before,
    .green-dots ul li:before{
        top: .5095em;
        width: 8px;
        height: 8px;
        left: -18px;
    }

    .navy-dark-dots ul li:before{
        width: 8px;
        height: 8px;
        left: -18px;
    }
}

@media screen and (max-width: 1300px) {
	.location-list-item {
        width: 4.5em;
        height: 4.5em;
    }
	.location-item-circle {
		font-size: 0.75em;
	}
}
@media screen and (max-width: 1300px) {
    .cat-item-inner-content {
        width: 18em;
        height: 18em;
    }
    .cat-item-content-heading .h2 {
        font-size: 1.52em;
    }
    .cat-item-content-short-desc .semi-unbold-16 {
        font-size: .9em;
    }
    .cat-animation-right-content {
        margin-left: 10em;
    }
    .cat-animation-left-content {
        margin-left: -10em;
    }
}

@media screen and (max-width: 1200px) {
    #careers_internships .car-intern{
        padding-left: 1.5em !important;
    }
    .footer-menu-nav #menu-footer .sub-menu-wrapper .sub-menu.menu-depth-2 a {
        font-size: 14px !important;
    }

    .sliders-body .swiper-container {
        height: 100%;
    }
    .total__box {
        padding: 20px;
    }
    .team-slider-expand-body {
        width: 45%;
    }
    .team-slider-overly {
        width: 55% !important;
    }
    .main-menu-nav>.main-menu-list>li.menu-item.menu-active>span:after,
    .main-menu-nav>.main-menu-list>li.menu-item.menu-active>a:after {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    .our-team-carousel-col .single-img-src-wrapper {
        height: auto;
    }
    .cat-name .semi-unbold-16 {
        font-size: .9em;
    }
    .challange-wrapper {
        padding-bottom: 3.8em;
    }
    .our-location-btn-body a {
        font-size: .95em;
    }
    .product-carousel-slider.slick-slide.slick-current.slick-active>div,
    .product-carousel-slider.slick-slide.slick-current.slick-active+.product-carousel-slider.slick-slide.slick-active>div {
        margin-right: 0;
    }
    .product-item-inner-content {
        padding: 1.2em .8em;
    }
    .cp-title {
        padding-top: 1em;
    }
    .cp-title h3 {
        font-size: 1em;
    }
    .cp-seprator {
        margin: 1em 0;
    }
    .client-items-slider .slick-track {
        padding-left: 2px;
    }
    .client-content>p {
        font-size: 1.2em;
    }
    .our-location-address-col.our-location-address-col-img {
        width: 50%;
    }
    .our-location-address-col-img img {
        height: auto;
    }
    .our-location-address-col-content {
        padding: .5em 2em;
    }
    .fs-80 {
        font-size: 2.5em;
    }
    .challenge-slide-item-title span {
        font-size: .8em;
        line-height: 1.2;
    }
    .tabs-content-body {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .tabs-content-container .nav.nav-tabs {
        margin-top: 1em;
    }
    .location-list-items {
        height: 21em;
    }
    .tabs-content-container .nav.nav-tabs {
        padding-left: 0;
    }
    .tabs-content-container ul .location-cat-item-tab:not(:last-child) {
        margin-right: 1em;
    }
    .location-cat-item-tab a {
        font-size: .8em;
    }
    .fs-60 {
        font-size: 2.75em;
    }
    .footer-menu-nav .footer-menu-list>li {
        padding-bottom: 5.5625em;
    }
    .res-press-sec .wpb_text_column.wpb_content_element.green-dots,
    .res-press-sec1 .wpb_text_column.wpb_content_element.green-dots {
        margin-bottom: 0;
    }
    h2.n-f-para {
        font-size: 2.75em;
    }
    .no-result-reason li:first-child {
        margin-right: 2em;
    }
    .no-result-reason .semi-unbold-16 {
        font-size: 1.2em;
    }
    .quick-link-no-result {
        margin-left: 3em;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child),
    .main-menu-nav .main-menu-list>li:not(:last-child) {
        padding-right: 2em;
    }
    .cat-item-inner-content {
        width: 13em;
        height: 13em;
    }
    .cat-item-content-heading .h2 {
        font-size: 1.8em;
    }
    .cat-item-content-short-desc .semi-unbold-16 {
        font-size: .65em;
    }
    .cat-item-content-link a {
        font-size: .85em;
    }
    .cat-animation-right-content {
        margin-left: 7em;
    }
    .cat-animation-left-content {
        margin-left: -7em;
    }
    .cat_move_right .cat-animation-center.cat-item-col {
        margin-left: 0;
    }
    .MobileFilterBtn {
        display: flex;
        padding-top: 1em;
        align-items: center;
        padding-left: 2px;
    }
    .back_resource_btn {
        display: block;
    }
    .MobileFilterBtn .custom-btn {
        color: #fff;
        margin-right: 1em;
    }
    .mobile_filter {
        display: flex;
        width: 100%;
        position: relative;
        margin-bottom: 1.5em;
    }
    .resource-input-cat-lists .select2-container {
        display: block;
    }
    .mobile_filter .input-group-filter {
        width: 100%;
        padding-right: 66px;
    }
    .res-filter-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 56px;
        height: 100%;
        background-color: rgb(234, 235, 239);
        color: #000d34;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .res-filter-icon span {
        line-height: 1;
    }
    .resource-input-search input {
        padding-left: 3em;
    }
    .resources-lists-filter {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #f2f3f5;
        transition: .5s;
        padding: 2em;
        overflow-x: hidden;
        z-index: 99999;
    }
    .select2-container--default .select2-selection--single,
    .resources-lists-filter .input-group-filter input {
        background-color: rgba(0, 13, 52, .03);
    }
    .back_resource_btn {
        margin-bottom: 2em;
    }
    .OpenResourceForm {
        right: 0;
    }
    span.line_1,
    span.line_2,
    span.line_3 {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        background: #000d34;
    }
    span.line_1 {
        margin-top: -5px;
        width: 18px;
    }
    span.line_2 {
        width: 14px;
    }
    span.line_3 {
        margin-top: 5px;
        width: 8px;
    }
    .itm-lnk-row .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul.t-list {
        padding-bottom: 1em;
    }
    .am-grid-desc p {
        font-size: 1.2em;
    }
    .am-grid-desc h3 {
        font-size: 2em;
        margin-bottom: .2em;
    }
    ul.t-list li.active {
        font-size: 1.2em;
    }
    ul.t-list li.active span.t-dot:after,
    span.t-dot:after {
        width: 150px;
    }
    .sys-idz-lnk li {
        margin-right: 1.5em;
    }
    .sys-arc-img img {
        width: 25px;
    }
    .sys-arc-img {
        width: 4em;
        height: 4em;
    }
    .sys-arc-desc:before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 20px solid #313c5c;
        left: -25px;
        bottom: -33px;
    }
    .sys-in-sec {
        padding: 2em 2em 2em 4em;
    }
    .grid-inner-item {
        padding: 1em 1em 1em 2.5em;
    }
    .sys-arc-h h3 {
        font-size: 20px !important;
    }
    p.sys_sec_desc {
        font-size: 1em;
    }
    .grid-item-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .resources-lists-wrapper .d-flex {
        flex-wrap: wrap;
    }
    .resources-lists-filter form .input-group-filter.resource-input-categories {
        margin-top: 1em;
    }
    .input-group-filter .select2-container--default {
        width: 100% !important;
    }
    .resources-lists-filter form .input-group-filter.resource-input-categories {
        border-right: 0;
    }
    .resource-input-cat-heading,
    .resources-lists-filter .cat-menu.list-group {
        display: none;
    }
    .resources-lists-container {
        width: 100%;
        padding-left: 0;
    }
    .resource-side-bar .share-icons,
    .resource-side-bar .export-item {
        padding-left: 0;
    }
    body {
        font-size: 14px !important;
    }
    .morphsearch-content h3 {
        min-height: 40px;
    }
    .morphsearch-content .dummy-column h2 {
        min-height: 45px;
    }
    .morphsearch-content ul li {
        line-height: 1.2;
    }
    .morphsearch.open .morphsearch-input {
        height: 3em;
    }
    .page-is-scrolled .main-menu-nav {
        padding: 1em 0;
    }

    .morphsearch.open .morphsearch-form {
        margin-top: 4em;
        height: 4.6em;
    }
    .morphsearch.open {
        top: -45px !important;
    }
    .overflow-hidden {
        padding-right: 0;
    }
    h1,
    .h1 {
        font-size: 2em;
    }
    .export-share-box .d-flex {
        flex-wrap: wrap;
    }
    .export-share-box .vertical-seprator {
        width: 100%;
        margin: 2em 0;
        height: 1px;
    }
    .footer-menu-list>.menu-item>a,
    .footer-menu-list>.menu-item>span {
        font-size: 1em;
    }
    .footer-menu-nav .footer-menu-list>li>span>.menu-icon,
    ul.footer-menu-list li a,
    .footer-menu-nav .footer-menu-list>li>a>.menu-icon {
        font-size: 16px !important;
    }
    .footer-news-letter p br {
        display: none;
    }
    .container {
        padding: 0 3%;
    }
    .location-ref-content-body {
        padding: 1em;
    }
    .location-ref-label {
        width: 35%;
        margin-right: .5em;
    }
    .overview_select {
        display: none;
    }

    .emptyspace-body {
        display: none;
    }
    
    .main-career-sec {
        margin-bottom: 4em;
    }
    div#careers_meet_our_team .vc_column-inner {
        padding-top: 3em !important;
        padding-bottom: 3em;
    }
    .ourteam-main h3 {
        padding-bottom: 0.5em;
    }
    h4.car-title1 {
        font-size: 1.5em;
    }
    .client-items-slider {
        margin-top: 1.5em;
    }
    .t-l-col .left-top-pattern {
        left: 0;
        top: 0;
        max-width: 60%;
    }
    .t-l-col .right-bottom-pattern {
        max-width: 60%;
    }
    .single-image-content {
        padding: 20px;
    }
    .right-bottom-pattern.client-pattern {
        bottom: -12px;
        right: -12px;
    }
    .grid-item-container h1 {
        line-height: 1.3;
    }
    ul.t-list li {
        width: 47px;
    }
    .main-header {
        top: 0;
        left: 0;
    }
    .error404 .nf-body {
        padding-top: 10em;
    }
    .main-menu-nav {
        padding: 1.2em 0;
    }
    .res-half-img.hero-banner-img {
        min-height: 350px;
    }
    .t-list>li:after {
        bottom: -28px;
    }
    .t-list li:not(.active) .tm-year {
        height: 25px;
        line-height: 25px;
        margin-top: 0;
    }
    .t-dot {
        top: 3.5em;
    }
    .client-wrapper-img img,
    .resource-body .carousel-item-body img,
    .carousel-item-body img {
        min-height: auto;
        max-height: 450px;
    }
    .carousel-body .arrow-itm-sec {
        top: 70%;
    }
    .ref-author-avatar {
        background-position: center;
    }
    .team-slider-item-content {
        width: 16.5em;
        height: 16.5em;
    }
    .team-expand-image {
        height: 40em;
    }
    .team-slider-expand-body {
        padding: 1.5em;
    }
    .cat-animation-left-img.cat-item-img,
    .cat-animation-right-img.cat-item-img {
        opacity: 1;
    }
    .product-controller .arrow-itm-sec {
        top: 76%;
    }
    .slick-slider-tab-body {
        margin-bottom: 0 !important;
        bottom: -30px;
    }
    .slick-slider-body .main-slider .slick-slide video {
        min-height: inherit;
    }
}

@media screen and (max-width: 992px) {
    .total__top__b {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .total__top__b p {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .total__btm__b h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .team-slider-item-content {
        width: 18.5em;
        height: 18.5em;
    }
    .t-list>li:after {
        bottom: -24px;
    }
    .tgt_btn-body {
        margin-bottom: 1.2em;
    }
    .main-slider .slick-track {
        height: 40vh;
    }
    .res-half-img.hero-banner-img {
        min-height: 300px;
    }
    .morphsearch.open .container {
        padding: 0 3em;
    }
    .location-cat-item-tab a {
        font-size: .7em;
    }
    .location-row-item {
        padding: 1em .5em;
    }
    .location-address-one {
        width: 12%;
    }
    .location-address-two {
        width: 33%;
        padding-right: .7em;
    }
    .location-name {
        width: 14%;
    }
    .location-address-phone_no {
        width: 17%;
    }
    .location-address-email {
        width: 24%;
    }
    .wpcf-apply-form {
        margin-bottom: 4em;
    }
    body {
        font-size: 12px !important;
    }
    .fs-80 {
        font-size: 3em;
    }
    .comp-media-button {
        margin-bottom: 0;
        margin-top: 2em;
    }
    .sing-pic-sec .single-image-body {
        padding-bottom: 0;
    }
    .menu-item-products-listing .d-flex>div:first-child {
        padding-right: .5em;
    }
    .menu-item-products-listing .case-study-mega-menu {
        padding-left: .5em;
    }
    .over_view_content {
        padding: 1em 1em;
    }
    .hero-banner {
        height: 23em;
    }
    .footer-wrapper .footer-news-letter {
        padding-top: 2.3125em;
        padding-bottom: 3em;
    }
    .footer-menu-list>.menu-item>a:hover:after,
    .footer-menu-list>.menu-item>span:hover:after {
        display: none;
    }
    .nf-col1 {
        border-right: 0;
        margin-bottom: 2.2em;
    }
    .nf-row .d-flex {
        width: 100%;
    }
    .search-results-side-bar {
        position: relative;
        padding-top: 3em;
        padding-left: 15px;
        padding-right: 15px;
    }
    .quick-link-no-result {
        margin-left: 0;
    }
    .nf-row .search-results-side-bar:after {
        content: '';
        position: absolute;
        width: 96%;
        height: 1px;
        background: #8f94a6;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cat-item-inner-content {
        width: 13em;
        height: 13em;
    }
    .cat_move_left .cat-animation-center.cat-item-col {
        margin-left: 1em;
    }
    .cat_move_left .cat-animation-right-content {
        margin-left: 9em;
    }
    .cat_move_right .cat-animation-left-content {
        margin-left: -9em;
    }
    .main-menu-nav {
        padding: 1.2em 0;
    }
    .bread-crumb.bread-crumb-page {
        padding-bottom: 2em !important;
    }
    .our-location-inner-col-content {
        padding-right: 2em;
    }
    .t-l-col img {
        height: auto !important;
    }
    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 1.5em;
    }
    .video-body {
        margin-bottom: 1.68125em;
    }
    .con-sec {
        margin-bottom: 0 !important;
    }
    .con-sec p:last-child {
        padding-bottom: 0;
    }
    p.cas-h-para {
        font-size: 2em;
        padding-bottom: 0;
    }
    .product-carousel-slider.slick-slide.slick-current.slick-active+.product-carousel-slider.slick-slide.slick-active>div {
        margin: 0 0 0 1em;
    }
    .our-location-address-col-img img {
        width: 100%;
    }
    .client-inner-col.client-img-col {
        padding: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 1.5em;
    }
    .our-location-inner-col-content {
        margin-right: 0;
    }
    .single-image--with-pattern {
        padding: 1.2em;
    }
    .client-left-img {
        padding: 1em;
    }
    .client-wrapper-img img {
        min-height: auto;
    }
    .client-pattern {
        width: 80%;
    }
    .client-content>p {
        font-size: 1.1em;
    }
    .client--inner-short-desc p br,
    .our-location-inner-short-desc p br {
        display: none;
    }
    .our-location-inner-col.client-img-col {
        margin: 2.125em 1.25em;
    }
    .our-location-address-col.our-location-address-col-img {
        width: 30%;
    }
    .our-location-address-col-content {
        padding: 1em;
        width: 60%;
    }
    .our-location-address p {
        font-size: 1em;
    }
    .our-location-address-body {
        margin-top: 1em;
    }
    p,
    .paragraph,
    .norm-para {
        font-size: 1em;
    }
    .video-title p{
        line-height: 25px;
        font-size: 16px;
    }
    .client-inner-col-content {
        padding-top: 1em;
        padding-left: 1em;
    }
    
    .sys-arc-h {
        width: 32%;
    }
    #overview_lnk .res-press-sec,
    #insights_lnk .res-press-sec2 {
        width: 100%;
        padding-right: 0 !important;
    }
    #overview_lnk .vid-sec {
        width: 100%;
    }
    #challenges_lnk .sing-pic-sec,
    #insights_lnk .sing-pic-sec {
        width: 100%;
        margin-bottom: 2em;
    }
    #challenges_lnk .res-press-sec1 {
        width: 100%;
        padding-left: 0 !important;
    }
    #insights_lnk {
        display: flex;
        flex-wrap: wrap;
    }
    .resources-cat-lists-items .d-flex {
        flex-wrap: wrap;
    }
    .resource-col {
        width: 33.33%;
        border-bottom: solid 0.5px rgba(151, 151, 151, 0.5);
        border-left: solid 0.5px rgba(151, 151, 151, 0.5);
        margin-left: 0;
    }
    .tgt_tsc_block {
        width: 100%;
    }
    .tgt_tsc_block .tgt_tsc_img_wrapper {
        max-width: 100%;
    }
    .tgt_tsc_block .tgt_tsc_img {
        max-width: 100%;
    }
    .itm-lnk-row a.l-t-btn {
        padding: 1em 1em;
        width: 100%;
        display: block;
    }
    .morphsearch-close {
        right: auto;
        top: 1em;
        left: 3em;
    }
    .morphsearch.open .morphsearch-form {
        margin-top: 5em;
    }
    
    .location-ref-case-item {
        padding-left: 20px;
        margin-bottom: .4em;
    }
    .semi-unbold-16 {
        font-size: .9em;
    }
    h1,
    .h1 {
        font-size: 1.5em;
    }
    .resource-col {
        border-bottom: 1px solid rgba(0, 13, 52, 1);
    }
    .no-result-reason .semi-unbold-16 {
        font-size: 1.1em;
    }
    .cha-exp-re-products .cha-exp-re-products-item:not(:nth-child(3n+0)) {
        margin-right: 1.2em;
    }
    .row.nf-row {
        padding-top: 4em;
    }

    .team-expand-image {
        overflow: hidden;
        height: 260px;
        max-height: 260px;
    }

    .footer-body{
        overflow: hidden;
    }

    .footer-menu-nav .footer-menu-list>li{
        padding-bottom: 3.5em;
    }
}



.mobileDetected .header__mobile__append {
    display: flex;
    padding: 1em 0;
    align-items: center;
    min-height: 70px;
}
.mobileDetected .header__mobile__append .header-logo:nth-child(2n) {
    display: none;
}

.mobileDetected .mobile__burger__menu{
    display: block;
}

.mobileDetected .menu__divider {
    border: solid 1px #fff;
    margin: 0 .5em 0 1.5em;
}

.mobileDetected .main-menu-nav {
    padding: 1.5em 1.5em;
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    align-items: flex-start!important;
    flex-direction: column;
    transition: 1s;
    transition-delay: .5s;
}

.mobileDetected .mobile_menu {
    width: 100%;
    overflow: auto;
    height: 100%;
    padding: 10px 0;
}

.mobileDetected .open__mobile__menu .main-menu-nav {
    right: 0;
}

.mobileDetected .top-main-menu {
    width: 100%;
    border-top: solid 1px rgba(131, 135, 149, .4);
}
.mobileDetected .top-main-nav .top-menu-list {
    flex-direction: column;
    padding-top: 1em;
}
.mobileDetected .top-main-nav .container {
    padding: 0;
}
.mobileDetected .top-main-nav .top-menu-list>li:not(:last-child) {
    padding-right: 0;
}
.mobileDetected .top-main-nav .menu-item.lang-swtich-dropdown-item {
    padding-left: 0;
}

.mobileDetected .mobil__only {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 25px;
}

.mobileDetected .right__nav__menu {
    margin-left: 0;
    border-bottom: solid 1px rgba(131,135,149,.4);
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative;
    display: block;
}

.mobileDetected a.menu-logo {
    order: 2;
}

.mobileDetected .right__nav__menu .mobile__burger__menu {
    float: left;
}

.mobileDetected .hamburger-box {
    height: 25px;
}

.mobileDetected .mobil__only .hamburger-inner, 
.mobileDetected .mobil__only .hamburger-inner::before, 
.mobileDetected .mobil__only .hamburger-inner::after, 
.mobileDetected .mobil__only .hamburger.is-active .hamburger-inner, 
.mobileDetected .mobil__only .hamburger.is-active .hamburger-inner::before, 
.mobileDetected .mobil__only .hamburger.is-active .hamburger-inner::after {
    background-color: #000d34;
}

.mobileDetected .right__nav__menu .search-wrapper {
    float: right;
}

.mobileDetected .main-header.main-header-default.header-transparent .search-icon {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

.mobileDetected .main-header .mobil__only .search-icon {
    width: 2.4em;
    height: 2.4em;
    border: 2px solid rgba(0,13,52,.5)!important;
}

.mobileDetected .main-header .mobil__only .search-icon i {
    color: #000d34!important;
    font-size: 1em;
}

.mobileDetected .main-menu-list {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
}

.mobileDetected .main-menu-list>li {
    margin-bottom: 1.75em;
    position: relative;
    padding-right: 0 !important;
}

.mobileDetected .main-header .main-menu-list>.menu-item>span, 
.mobileDetected .main-header .main-menu-list>.menu-item>a {
    font-size: 24px;
    color: #000d34!important;
    font-weight: 500;
}

.mobileDetected .main-menu-list li span.menu-icon {
    font-size: .7em;
    float: right;
}

.mobileDetected .page-is-scrolled .main-menu-nav .menu-active>.sub-menu-wrapper, 
.mobileDetected .main-menu-nav .menu-active>.sub-menu-wrapper {
    margin-top: 0;
    height: auto;
    display: block!important;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    display: none!important;
}

.mobileDetected .mega-menu-column>.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.mobileDetected .mega-menu-column>.col-6 .menu-item-overview-left {
    padding-left: 0!important;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    flex-direction: column;
    margin-top: 1.5em;
}

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

.mobileDetected .main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li, 
.mobileDetected .main-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .7em;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a i {
    float: right;
    display: block;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper .menu_depth2_main {
    right: -100%;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .5s;
    top: 0;
    padding: 6em 1.5em;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
    overflow: auto;
    height: 100%;
}

.mobileDetected .menu_depth2_main ul {
    padding-top: 0!important;
}

.mobileDetected .main-header .top-main-nav .top-menu-list>li>a, 
.mobileDetected .header-transparent .top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item button {
    padding: 0;
    color: #000d34;
    font-size: 1em;
}

.mobileDetected .page-is-scrolled .hamburger-inner, 
.mobileDetected .page-is-scrolled .hamburger-inner::before, 
.mobileDetected .page-is-scrolled .hamburger-inner::after {
    background-color: #000d34;
}

.mobileDetected .page-is-scrolled #top-main-menu {
    margin-top: 0;
}

.mobileDetected .over_view_content {
    display: none !important;
}

.mobileDetected .main-menu-nav .sub-menu-wrapper .menu_depth2_main.open--submenu {
    right: 0;
    padding-top: 6em;
    padding-top: 5.2em;
    padding-bottom: 2.5em;
    height: 100vh;
    z-index: 9;
}

.mobileDetected .back-menu-body {
    display: block;
    font-size: 14px;
    color: #000d34;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 1.5em;
}

.mobileDetected .secondary-fixed .products{
    padding-top:78px;
}
.mobileDetected .secondary-fixed .systems{
    padding-top:66px;
}
.mobileDetected .secondary-fixed .itm-lnk-row{
    top: 69px;
    padding: 10px 0 0;
    margin-bottom: 0;
}

.mobileDetected .main-menu-nav>.main-menu-list>li>a:hover:after,
.mobileDetected .main-menu-list>li.menu-active>span:after {
    display: none;
}

@media screen and (max-width: 767px) {
    
	.news-form {
		margin-top: 2.5em
	}
    .select2-results__option[aria-selected] {
        padding-bottom: .5em;
        line-height: 1.125;
    }
    .challange-expand-body{
        width: 50%;
    }
    .foot-logo-sec {
        width: 18%;
    }
    ul.footer-menu-list {
        width: 100%;
    }
    .footer-menu-list {
        display: flex;
        flex-direction: column;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .footer-menu-nav .footer-menu-list>li {
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .footer-menu-nav #menu-footer .sub-menu-wrapper .sub-menu.menu-depth-1>li>a{
        font-size: 14px !important;
    }
    #careers_internships .car-intern{
        padding-left: 0 !important;
    }
    .footer-menu-nav #menu-footer .sub-menu-wrapper .sub-menu.menu-depth-2 a {
        font-size: 12px !important;
    }
    
    .wrapper-front-page:before {
        display: none !important;
    }
    .page-link-body {
        display: none;
    }
    .total__btm__b ul li {
        width: 49%;
    }
    .cat-animation-left-img.cat-item-img,
    .cat-animation-right-img.cat-item-img {
        opacity: 1;
    }
    .cat-animation-popup-img {
        display: none;
    }
    .cat-animatation-popup-video {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat-animatation-popup-video video {
        width: 80%;
    }
    .cat-item-content-short-desc p br {
        display: none;
    }
    .carousel-product-carousel .sec-cta .custom-btn {
        display: none;
    }
    .morphsearch-content .search-pop-cat a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .morphsearch-content .search-pop-cat a i {
        display: block;
    }
    .o-team-expand-short-desc {
        margin-top: 0;
        width: 52%;
        display: inline-block;
        padding-left: 2%;
    }
    .team-slider-desc p{
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .team-expand-image {
        height: auto;
        max-height: 300px;
        width: 46%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .cat-item-inner-content {
        width: 15em;
    }
    .close-submenu-depth2 i {
        margin-right: .5em;
    }
    .cat-item-content-heading .h2 {
        font-size: 25px;
    }
    .mobile__timeline__year:last-child {
        padding-bottom: 1em;
    }
    .timeline-main-body {
        display: none;
    }
    .ts-img-src-wrapper {
        height: 14em;
    }
    .mb__yr{
        font-weight: 600;
        font-size: 16px;
    }
    .mb__para{
        font-size: 16px;
    }
    .mb__heading,
    .mb__year,
    .open_mb_timeline .mb__yr {
        font-size: 24px; 
        color: #000d34;
    }
    .carousel-item-body img {
        min-height: auto;
    }
    .our-location-address-col img:first-child {
        display: none;
    }
    img.for-mobile {
        display: block;
    }
    .row.nf-row {
        padding-top: 0;
    }
    .nf-col1 img {
        width: 328px;
        height: 117px;
    }
    .no-result-heading .h2 {
        font-size: 25px;
    }
    .no-result-reason .semi-unbold-16 {
        font-size: 16px;
        font-weight: 500;
    }
    .cha-exp-re-products .cha-exp-re-products-item:not(:nth-child(3n+0)) {
        margin-right: 0;
    }
    .wpcf-form-description-body {
        margin-bottom: 1.5em;
    }
    .wpcf-form-container .upload-file-note {
        padding-top: 0;
    }
    .cat-animation-left-content .cat-item-content-heading {
        right: auto;
    }
    .cat-animation-right-content .cat-item-content-heading {
        left: auto;
    }
    .system-content .vc_row:first-child .wpb_wrapper h2,
    .content-wrapper .vc_row:first-child .wpb_wrapper h2 {
        font-size: 1.785711em;
        margin-bottom: .7em !important;
    }
    .hero-banner {
        background-position: 140% bottom;
        background-size: 70%;
    }
    .mobile__timeline {
        display: block;
        padding-top: 1em;
    }
    .top-main-nav .top-menu-list>li>a:after,
    .top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item .dropdown:after {
        display: none;
    }
    .nf-body .container {
        padding: 0 15px;
    }
    body {
        padding-top: 0;
    }
    .error404 .nf-body {
        padding-top: 6em;
    }
    iframe {
        height: 30em;
    }
    .vc_row {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .page-link-label {
        margin-bottom: .8em;
    }
    .slick-slider-tab-body {
        display: none;
    }
    .fs-60 {
        font-size: 2.35714em;
    }
    .page-link-lists {
        width: 100%;
    }
    .overview_select {
        display: block;
    }
    .itm-lnk-row .sys-idz-lnk,
    .itm-lnk-row .lt-btn-col {
        display: none;
    }
    .cat_move_left .cat-animation-right-content {
        margin-left: 0;
    }
    .cat_move_right .cat-animation-left-content {
        margin-left: 0;
    }
    .challange-body {
        overflow: hidden;
    }
    .header_white header {
        background: #fff;
        height: 100%;
    }
    .cat-animation-right,
    .cat-animation-left {
        width: 100%;
    }
    .cat-animation-left-content,
    .cat-animation-right-content {
        margin-left: 0;
    }
    .am-grid-main .col-lg-4.col-md-4 {
        margin-bottom: 1.8em;
    }
    .am-grid-pic img {
        height: auto;
        width: 4em;
    }
    .am-grid-main {
        padding-top: 2em;
    }
    .resources-cat-lists-body {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .resources-cat-lists-body .h1 {
        color: #fff;
        font-size: 25px;
    }
    .challenge-slide-item {
        width: 33%;
        display: inline-block;
        padding: 0 0 10px 0;
    }
    .challange-expand-row *{
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .team-slider-main-sec .slick-multiple-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .team-slider-item-des {
        display: none;
    }
    .challenge-slide-inner-content {
        padding: .8em;
        text-align: left;
    }
    span.team-slider-item-name {
        font-size: 16px !important;
    }
    .team-slider-main-sec .slick-arrow-custom-container {
        display: none;
    }
    .team-slider-item-content {
        margin: 0;
    }
    .team-slider-main-sec .tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .team-slider-title-body {
        width: 100%;
    }
    span.team-title.h1 {
        font-size: 25px;
        text-align: left;
    }
    .team-slider-sub-para {
        line-height: 1.6;
        padding-top: 0.8em;
        padding-bottom: 1em;
        text-align: left;
    }
    .team-slider-sub-para {
        font-size: 1.42857em;
    }
    .nav-tabs .nav-link.active,
    .nav-fill .nav-item {
        font-size: 1em;
    }
    .nav-tabs {
        justify-content: space-around;
    }
    .nav-fill .nav-item {
        margin: 0 .4em;
    }
    .nav-fill .nav-item:first-child {
        margin-left: 0;
    }
    .nav-fill .nav-item:last-child {
        margin-right: 0;
    }
    .wpb_text_column p:last-child {
        padding-bottom: 0;
    }
    .res-press-sec2 {
        margin-bottom: 3em;
    }
    .res-press-sec2 .wpb_content_element {
        margin-bottom: 20px;
    }
    .single-image-content {
        padding: 15px;
    }
    .single-image-pattern {
        width: 70%;
    }
    .ins-points li {
        padding-bottom: 0;
    }
    .tgt_tsc {
        padding-bottom: 0;
    }
    p.b-head1 {
        padding-top: 0;
    }
    .client-inner-col.client-img-col+.client-inner-col.client-inner-col-content {
        width: 60%;
    }
    .client-items-slider {
        margin-top: 1em;
    }
    .client-content>p {
        font-size: 12px;
        line-height: 1.4;
    }
    .client-name>p{
        line-height: 1.1;
    }
    .client-inner-heading{
        margin-bottom: 10px;
    }
    .client_inner_container .slick-arrow-custom-container {
        bottom: -65px;
    }
    .client-name, .client-content {
        margin-bottom: 8px;
    }
    .client-items-slider .client_inner-item{
        padding-left: 12px;
    }
    .client-wrapper {
        padding-top: 3.5em;
        padding-bottom: 6.5em;
    }
    .left-top-pattern {
        left: 0;
        top: 0;
    }
    .right-bottom-pattern.client-pattern {
        bottom: 0;
        right: 0;
    }
    .product-controller .sec-cta {
        margin-right: auto;
        margin-left: 0;
    }
    .product-carousel .product-carousel-slider {
        margin-bottom: 1em;
    }
    .carousel-product-body {
        padding-bottom: 5em;
    }
    .product-controller .arrow-itm-sec {
        top: 78%;
    }
    .cp-short-desc {
        margin-bottom: 0.5em;
    }
    .cp-title {
        padding: .6em 0;
    }
    .main-slider .slider-item-caption {
        margin-bottom: 4em;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .main-slider .slick-dots {
        text-align: left;
        margin-bottom: 2.625em;
        padding-left: .5em;
        bottom: 0;
        padding-top: 0;
        display: flex !important;
        align-items: center;
    }
    .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .main-slider .slick-dots li.slick-active button {
        border-color: transparent;
        box-shadow: none;
    }
    .main-slider .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .main-slider .slick-dots li.slick-active,
    .main-slider .slick-dots li.slick-active button {
        width: 16px;
        height: 16px;
    }
    .main-slider .slick-dots li button {
        border: 0;
        width: 8px;
        height: 8px;
    }
    .slick-dots li button:before {
        display: none;
    }
    .main-slider .slick-dots li {
        margin: 0 2px;
    }
    .footer-menu-nav ul a,
    .main-menu-nav ul a {
        text-align: left;
    }
    .video-body {
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .video-body-pattern {
        width: 80%;
    }
    .single-image-overlay {
        left: 0;
        top: 0;
    }
    .no-transparent .hamburger-inner,
    .no-transparent .hamburger-inner::before,
    .no-transparent .hamburger-inner::after {
        background-color: #212529;
    }
    .no-transparent .menu__divider {
        border: solid 1px #000d34;
        margin: 0 1.5em 0 1.5em;
    }
    .car-sec-inner h3,
    p.cas-h-para {
        font-size: 1.78em;
    }
    .car-rightsec {
        margin-top: 2em;
    }
    p.cas-norm-para4 {
        padding-bottom: 2em;
    }
    .sep-bor {
        margin-bottom: 2em;
        padding-top: 2em;
    }
    .ourteam-main h3 {
        font-size: 1.142854em;
    }
    .o-t-desig {
        font-size: .85714em;
    }
    .slick-arrow-custom-arrows .slick-arrow:not(.slick-hidden) {
        width: 3.715em;
        height: 3.715em;
    }
    .ourteam-carosel-wrapper {
        padding-bottom: 60px;
    }
    .car-sidebar>.mobile-seletbox .car-side-list {
        display: none;
    }
    .car-sidebar>.mobile-seletbox .mobile-seletbox {
        display: block;
    }
    .itm-lnk-row .col-lg-9.col-md-9 .sys-idz-lnk {
        display: none;
    }
    .select-career {
        margin-bottom: 1em;
    }
    img.dotted-img-body-pattern {
        right: 0;
    }
    .car-sidebar {
        padding-right: 15px;
    }
    img.dotted-img-body-pattern {
        max-width: 250px;
    }
    .hero-banner-text-body .fs-60 {
        line-height: 1;
    }
    .video-content .video-title {
        padding-bottom: 1em;
        padding-left: 1em;
    }
    .vid-sec .video-title p {
        font-size: 20px;
        line-height: 1.2;
    }
    .video-content .video-button {
        right: 15px;
        top: 15px;
    }
    .video-button svg {
        width: 4.25em;
        height: 4.25em;
    }
    .res-feature-content {
        flex-wrap: wrap;
    }
    .resources-lists-item-body .resource-card-item {
        padding: 1.2em 1.2em 2em 1.2em;
        margin-bottom: 1.5em;
    }
    .resources-lists-item-body .resource-card-cat,
    .resources-lists-item-body .resource-card-title {
        margin-bottom: .5em;
    }
    .resources-lists-item-body .resource-card-short-desc {
        margin-bottom: 1.5em;
    }
    .resources-lists-item-body .resource-card-short-desc span {
        font-size: 16px;
    }
    .resources-lists-item-body .resource-btn-group a {
        font-size: 14px;
        text-transform: uppercase;
    }
    .resource-card-short-desc br {
        display: none;
    }
    .resources-lists-item-body .resource-card-bottom-btn {
        margin-bottom: 1em;
    }
    .morphsearch {
        margin-right: .5em;
        top: 1.8em;
    }
    .morphsearch.open {
        top: 0 !important;
    }
    .page-is-scrolled .morphsearch {
        top: 2em;
        margin-right: 1.5em;
    }
    body {
        font-size: 14px !important;
    }
    .mobile__burger__menu,
    .menu__divider {
        display: block;
    }
    .footer-menu-list {
        flex-direction: column;
    }
    ul.footer-menu-list {
        width: 100%;
    }
    .foot-logo-sec {
        display: none;
    }
    .footer-wrapper .footer-news-letter {
        padding-top: 2.3125em;
        padding-bottom: 3em;
    }
    .footer-menu-nav .footer-menu-list>li {
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    ul.sub-menu.menu-depth-1 li:first-of-type,
    ul.sub-menu.menu-depth-1 li {
        margin-right: 0;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
        margin-bottom: 1.5em;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .footer-menu-list>.menu-item>a,
    .footer-menu-list>.menu-item>span {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    .footer-menu-nav .footer-logo-menu-body {
        padding-bottom: 2em;
    }
    .footer-social-icons {
        padding: 0;
    }
    .emp-sec-left {
        order: 2;
        padding: 2em 0;
    }
    .emp-sec-right {
        text-align: left;
        padding: 2em 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    a.empl-butn {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .row.foot-mid {
        padding-bottom: 0;
    }
    ul.social-icons-list {
        margin-bottom: 0;
    }
    ul.social-icons-list li {
        padding-right: 1em;
    }
    .footer-copy-right {
        padding: 2em 0 3em;
        margin-top: 0;
    }
    p.copy-pra {
        text-align: left;
    }
    ul.t-d-links {
        margin-bottom: 1.5em;
    }
    ul.t-d-links li a {
        font-size: 14px;
    }
    .fs-80 {
        font-size: 2.2em;
    }
    .fs-80 br {
        display: none;
    }
    .slick-slider-body .inner-caption-link {
        margin-top: 1em;
    }
    .main-header.main-header-default.header-transparent .search-icon {
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }
    .main-menu-nav .search-wrapper i {
        font-size: 1.5em;
    }
    .challange-wrapper {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .top-main-nav .top-menu-list{
        border-bottom: 0;
    }
    header.no-transparent {
        background: #fff;
    }
    .single-careers .top-menu-list li:nth-child(3) a,
    .single-media_hub .top-menu-list li:nth-child(2) a,
    header .current-menu-ancestor>span,
    header .current-menu-parent>a,
    header .current-menu-item>a,
    header .current-menu-parent>span {
        border-bottom: 2px solid #000 !important;
    }
    .main-header-default.no-transparent .main-menu-list>.menu-item.current-menu-item>a,
    .page-is-scrolled.resources-template-default .main-header-default .main-menu-body .menu-item.current-menu-ancestor>a {
        border-bottom: 0 solid;
    }
    h1,
    .h1 {
        font-size: 2em;
    }
    .search-result-text-record .h1 {
        font-size: 30px;
    }
    .cat-animation-center {
        display: none;
    }
    .cat-item-content-short-desc p {
        display: none;
    }
    .cat-animation-left-img.cat-item-content {
        width: 100%;
    }
    .resources-cat-lists-items .d-flex {
        flex-wrap: wrap;
    }
    .resource-col {
        width: 50%;
    }
    .resource-col .res-col-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .cat-item-coun {
        width: 100%;
    }
    .res-col-inner .cat-icon {
        margin-right: .5em;
        width: 37%;
    }
    .cat-name-count-row {
        width: 56%;
    }
    .res-col-inner .cat-name {
        margin-top: 0;
        width: 100%;
        text-align: left;
    }
    .cat-item-coun {
        width: 100%;
        text-align: left;
    }
    .cat-item-coun .semi-unbold-16 {
        font-weight: normal;
        font-size: 12px;
    }
    .resources-cat-lists-wrapper {
        padding-bottom: 0;
    }
    .vc_custom_1570282306700 {
        background-color: #fff !important;
    }
    .r-sec-title {
        color: #0d193e;
        padding-left: .5em;
    }
    .semi-unbold-16 {
        font-size: 1em;
        font-weight: 600;
    }
    .cl-close-date span {
        font-size: 16px;
        font-weight: 500;
    }
    .cl-country-name .semi-unbold-16 {
        font-size: 1.14286em;
        font-weight: 400;
    }
    .cl-title .h2 {
        font-size: 24px;
    }
    .cl-list-row .cl-list-bottom-row,
    .cl-list-row .cl-title {
        margin-top: .5em;
    }
    .cl-list-row {
        position: relative;
    }
    .cat-name span.res-lnk-cat {
        font-weight: 500;
    }
    .cl-list-bottom-row.last {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 24px;
        width: 33px;
    }
    .cl-readmore a {
        padding: 0 10px;
        text-align: center;
        width: 33px;
        display: block;
    }
    .cl-readmore a:before {
        content: '';
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .cl-readmore a:after {
        display: none;
    }
    .cl-readmore a>span {
        display: none;
    }
    .cl-list-row {
        border-bottom: solid 0.5px rgba(131, 135, 149, .5);
    }
    .o-t-title {
        font-size: 1.714283em;
    }
    .resource-col {
        border-bottom: solid 0.5px rgba(151, 151, 151, 0.5);
        border-left: solid 0.5px rgba(151, 151, 151, 0.5);
        margin-left: 0;
    }
    .res-lnk-col-inner form button {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .resource-col.res-lnk-col.dropdown .res-lnk-col-inner {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .resource-more-cat-btn {
        display: none;
    }
    
    .main-menu-list {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .main-header .main-menu-list>.menu-item>span,
    .main-header .main-menu-list>.menu-item>a {
        font-size: 24px;
        color: #000d34 !important;
        font-weight: 500;
    }
    .main-menu-list li span.menu-icon {
        font-size: 0.7em;
        float: right;
    }
    .main-menu-list>li {
        margin-bottom: 2.2em;
        position: relative;
    }
    .main-menu-list>li:last-child {
        margin-bottom: 1.5em;
    }
    .main-header .main-menu-list>li.menu-active>span {
        color: #838795;
    }
    .main-menu-list li>span {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        line-height: 1;
    }
    .footer-menu-list,
    .main-menu-list {
        display: flex;
        flex-direction: column;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child),
    .main-menu-nav .main-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .ovfixed,
    .ovfixed body {
        position: relative;
        overflow: hidden;
    }
    
    .top-main-menu {
        width: 100%;
        border-top: solid 1px rgba(131, 135, 149, .4);
    }
    .top-main-nav .top-menu-list {
        flex-direction: column;
        padding-top: 1em;
    }
    .top-main-nav .container {
        padding: 0;
    }
    .top-main-nav .top-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .top-main-nav .menu-item.lang-swtich-dropdown-item {
        padding-left: 0;
    }
    .over_view_content {
        display: none;
    }
    .mega-menu-column>.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mega-menu-column>.col-6 .menu-item-overview-left {
        padding-left: 0 !important;
    }
    .main-header .top-main-nav .top-menu-list>li {
        margin-bottom: .5em;
    }
    .main-header .top-main-nav .top-menu-list>li>a,
    .header-transparent .top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item button {
        padding: 0;
        color: #000d34;
        font-size: 1em;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1,
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        flex-direction: column;
        margin-top: 1.5em;
    }
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1>li>a {
        font-size: 18px;
    }
    .main-menu-nav .sub-menu-wrapper {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        display: none !important;
    }
    .page-is-scrolled .main-menu-nav .menu-active>.sub-menu-wrapper,
    .main-menu-nav .menu-active>.sub-menu-wrapper {
        margin-top: 0;
        height: auto;
        display: block !important;
    }
    .main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li:first-child {
        width: 100%;
    }
    .page-is-scrolled #top-main-menu {
        margin-top: 0;
    }
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a i {
        float: right;
    }
    .page-is-scrolled .main-menu-nav {
        padding: 15px 15px 25px;
    }
    .main-menu-nav .mega-menu-children-col-3 .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: 100%;
        margin-right: 0;
        margin-bottom: .7em;
    }
    .main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li:last-child,
    .main-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li:last-child {
        margin-bottom: 0;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        display: none;
    }
    .menu-item.lang-swtich-dropdown-item:after {
        display: none;
    }
    .lang-swticher-dropdown .dropdown {
        font-size: 1.3em;
        display: flex;
        justify-content: flex-end;
        margin-top: 1em;
    }
    .mobil__only {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 42px;
    }
    a.menu-logo {
        order: 2;
    }
    .right__nav__menu {
        margin-left: 0;
        border-bottom: solid 1px rgba(131, 135, 149, .4);
        margin-bottom: 15px;
        padding-bottom: 8px;
        position: relative;
        display: block;
    }
    .right__nav__menu .mobile__burger__menu{
        float: left;
    }
    .right__nav__menu .search-wrapper{
        float: right;
    }
    .hamburger-box{
        height: 25px;
    }
    .mobil__only .hamburger-inner,
    .mobil__only .hamburger-inner::before,
    .mobil__only .hamburger-inner::after,
    .mobil__only .hamburger.is-active .hamburger-inner,
    .mobil__only .hamburger.is-active .hamburger-inner::before,
    .mobil__only .hamburger.is-active .hamburger-inner::after {
        background-color: #000d34;
    }
    .main-header .mobil__only .search-icon {
        width: 2.4em;
        height: 2.4em;
        border: 2px solid rgba(0, 13, 52, 0.5) !important;
    }
    .main-header .mobil__only .search-icon i {
        color: #000d34 !important;
        font-size: 1em;
    }
    .morphsearch-content h3 {
        font-size: 1.5em;
        min-height: auto;
        margin-bottom: .8em;
    }
    .mobile__ul__swap {
        right: -100%;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #fff;
        transition: .5s;
        top: 0;
        padding: 6em 1.5em;
        z-index: 9;
    }
    .mobile__ul__swap.open-search-submenu {
        right: 0;
        padding-top: 6em;
    }
    .morphsearch.open .dummy-column {
        -webkit-transform: none;
        transform: none;
    }
    .top_mobile_close {
        display: flex;
        align-items: center;
        position: absolute;
        top: 1em;
        left: 1em;
        width: 93%;
        border-bottom: solid 1px rgba(131, 135, 149, .4);
        padding-bottom: 1em;
    }
    .back-search-body {
        border-left: solid 1px rgba(131, 135, 149, .4);
        padding-left: 1em;
        margin-left: 1em;
        line-height: 30px;
    }
    .morphsearch-content .mobile__ul__swap li {
        margin-bottom: 1.4em;
    }
    .top_mobile_close .morphsearch-close {
        position: relative;
        left: 0;
        top: 0;
    }
    .our-location-wrapper {
        padding-top: 2em;
    }
    .our-location-inner-row.d-flex {
        flex-wrap: wrap;
    }
    .our-location-inner-col-content {
        padding-right: 0;
    }
    .our-location-inner-short-desc {
        margin-top: 1em;
    }
    .our-location-address-body {
        margin-top: 2.5em;
    }
    .morphsearch.open .container {
        padding: 0 1em;
    }
    .morphsearch-close {
        left: 1em;
    }
    .our-location-address-col-img,
    .our-location-address-col-content {
        width: 50%;
    }
    .our-location-marker-icon {
        display: none;
    }
    .our-location-address span {
        font-size: 1.2em;
    }
    .our-location-address {
        margin-bottom: .75em;
        border-bottom: 1px solid rgba(131, 135, 149, .4);
        padding-bottom: 1em;
    }
    .client-body {
        border-bottom: 1px solid rgba(131, 135, 149, .4);
    }
    .our-location-address+.our-location-address-bottom-heading {
        padding-top: 0;
        padding-bottom: .4em;
    }
    .vc_custom_1570615167279,
    .vc_custom_1570615158948 {
        background-color: #fff !important;
    }
    .divider__search {
        display: none;
    }
    .morphsearch-content .col__3 {
        margin-bottom: 1em;
    }
    .morphsearch-content .dummy-column h2 {
        min-height: auto;
        font-size: 1.3em;
        margin-bottom: 1em;
    }
    .morphsearch-content .col-lg-4 ul {
        padding-left: 0;
        margin-bottom: 2em;
    }
    .morphsearch-content ul li a {
        font-size: 1.1em;
    }
    .morphsearch-content ul li {
        margin-bottom: .5em;
    }
    .menu__divider {
        border: solid 1px #fff;
        margin: 0 .5em 0 1.5em;
    }
    .page-is-scrolled .menu__divider {
        border: solid 1px #000d34;
    }
    .page-is-scrolled .hamburger-inner,
    .page-is-scrolled .hamburger-inner::before,
    .page-is-scrolled .hamburger-inner::after {
        background-color: #000d34;
    }
    .resource-hero-banner .d-flex {
        flex-wrap: wrap;
    }
    .res-product-reg-id,
    .res-short-desc,
    .res-cat{
        padding-top: 1em;
    }
    .res-short-desc .h1{
        font-size: 25px;
    }
    .resource-hero-banner>.container {
        padding: 0 3% !important;
    }
    .resource-body .d-flex {
        flex-wrap: wrap;
        width: 100%;
    }
    .resource-content {
        width: 100%;
        padding-right: 0;
    }
    .resource-side-bar {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer-menu-list>.menu-item>a:hover:after,
    .footer-menu-list>.menu-item>span:hover:after,
    .main-menu-list>li>span:hover:after,
    .main-menu-nav>.main-menu-list>li>a:hover:after,
    .main-menu-list>li.menu-active>span:after {
        display: none;
    }
    #sys_cat_res {
        padding: 0 !important;
    }
    #sys_cat_res {
        padding: 0 !important;
    }
    .grid-item-title h1 span {
        font-size: 25px !important;
    }
    .sys-in-sec {
        padding: 1em;
        margin-top: 0;
        margin-bottom: 1em;
    }
    .grid-inner-item {
        position: relative;
        margin-top: 5em;
        padding-bottom: 1em;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .sys-in-sec .grid_inner-item:first-child .grid-inner-item {
        margin-top: 2.5em;
    }
    #sys-cas_platform .sys-arc-img {
        left: 1em !important;
        top: -40px;
        width: 60px;
        height: 60px;
    }
    .sys-arc-img img {
        width: 60%;
        max-height: 60%;
    }
    .sys-arc-h {
        width: 100%;
        padding-top: 1.5em;
    }
    p.sys_sec_desc {
        display: none;
    }
    .open-card p.sys_sec_desc {
        display: block;
    }
    .sys-arc-desc {
        padding-left: 0;
        border-left: 0;
        margin-top: 0.5em;
    }
    .readmoreBtn {
        text-transform: uppercase;
    }
    .sys-arc-desc:before {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        left: 4px;
        bottom: -32px;
    }
    #sys_cat_res {
        background-color: #fff !important;
    }
    .res-press-sec2 {
        margin-bottom: 0;
    }
    .comp-media-button {
        margin-top: 1em;
        margin-bottom: 0;
    }
    .comp-media-button a {
        display: inline-block;
    }
    .t-l-col {
        margin-bottom: 1em;
    }
    .system_taxonomy-systems .nf-col1 img {
        width: 100%;
    }
    h2.n-f-para {
        font-size: 2.5em;
    }
    .no-result-reason {
        margin-top: 1em;
        flex-wrap: wrap;
    }
    .no-result-heading h2 {
        font-size: 25px;
    }
    .no-result-reason li:first-child {
        margin-right: 0;
    }
    .no-result-reason li {
        width: 100%;
    }
    .row.nf-row .d-flex {
        width: 100%;
        flex-wrap: wrap;
    }
    .quick-link-no-result {
        margin-left: 0;
        width: 100%;
        padding-left: 0;
    }
    .row .quick-link-no-result {
        padding-left: 15px;
    }
    .search-content-results.no-result+.search-results-side-bar .top-search-result-body {
        margin-left: 0;
        margin-top: 2.2em;
    }
    .top-search-result-list {
        margin-top: 1em;
    }
    .top-search-result-list .top-search-result-item:not(:last-child) {
        margin-bottom: .5em;
    }
    .nf-search {
        margin-left: 0;
        width: 100%;
        padding-left: 1em;
        margin-top: 2em;
    }
    .top-search-result-heading h3 {
        font-size: 25px;
    }
    .search-form {
        padding: 1em;
        height: 64px;
    }
    .search-form i{
        font-size: 16px;
    }
    .search-form .search-field{
        font-size: 10px;
    }
    .search-form .search-field::placeholder{
        text-transform: uppercase;
        color: #fff;
    }
    .search-filter-label p{
        font-size: 18px;
        font-weight: 500;
    }
    .select2-results__option[aria-selected]{
        font-size: 16px;
    }
    .search-result-title .h3{
        font-size: 20px;
    }
    .hero-banner {
        height: 20em;
        position: relative;
    }
    .hero-banner-text-body {
        padding-top: 0;
        bottom: 2em;
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
    }
    .bread-crumb.bread-crumb-page {
        padding: 0 0 1.5em 0 !important;
    }
    .bread-crumb-container,
    .itm-lnk-row+.bread-crumb-container {
        margin-top: 16px;
    }
    .search-filter-dropdown-sort-by,
    .search-filter-dropdown-filter {
        width: 50%;
    }
    .search-content-results-body {
        flex-wrap: wrap;
        padding-top: 0.5em;
    }
    .search-content-results {
        width: 100%;
        padding-right: 0;
    }
    .search-result-content {
        display: none;
    }
    .search-result-img-col {
        width: 20em;
    }
    .search-result-with-img .search-result-content-col {
        padding: 1em;
        width: 25em;
    }
    .search-results-side-bar {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .search-content-results.no-result {
        width: 100%;
        border-bottom: solid 1px #7c8297;
        border-right: 0;
        padding-bottom: 1em;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .grid-item-container .col-md-5 {
        padding-right: 15px;
    }
    .vc_row>.sing-pic-sec {
        margin-top: 2em;
    }
    .our-location-wrapper {
        padding-bottom: 2em;
    }
    .our-location-inner-col-content {
        width: 100%;
    }
    .our-location-inner-col.client-img-col {
        width: 100%;
        margin: 2em 0;
        display: none;
    }
    .our-location-address-col.our-location-address-col-img {
        width: 50%;
    }
    .vc_row .wpb_column:first-child .wpb_text_column {
        padding-right: 0;
    }
    .car-sec-inner h3,
    p.cas-h-para {
        font-size: 1.5em;
        margin-bottom: 2em;
    }
    .vc_row p.cas-h-para {
        font-size: 1.5em;
        margin-bottom: 2em !important;
    }
    ul.social-icons-list li a i {
        line-height: 2em;
        text-align: center;
    }
    ul.social-icons-list li {
        width: 2.4em;
        height: 2.4em;
        display: inline-block;
        margin-right: 1em;
        padding-right: 0;
    }
    .main-slider .slick-slide {
        background: #000d34;
    }
    #lets-get-touch {
        background-color: transparent !important;
    }
    .locations-body {
        margin-bottom: 0;
    }
    .locations-body .tabs-content-body {
        padding-bottom: 0;
        padding-top: 0;
    }
    .wpb_wrapper .vc_custom_heading_body:last-child {
        margin-bottom: 0 !important;
    }
    .wpcf-apply-form .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpcf-form-container .row .col-6:last-child {
        padding-left: 0;
    }
    .wpcf-form-container .row .col-6:first-child {
        padding-right: 0;
        margin-bottom: .5em;
    }
    .wpcf-form-container .row:not(:last-child) {
        padding-bottom: 0;
        margin-bottom: .5em;
    }
    .grid-item-container h1 {
        text-align: center;
        padding-top: 25px;
    }
    .main-header.header-transparent {
        background: transparent;
    }
    .am-grid-desc {
        padding-top: 0;
    }
    .am-grid-desc h3 {
        padding-bottom: 0;
        font-size: 35px;
    }
    .am-grid-desc p{
        font-size: 16px;
    }
    .footer-menu-nav .footer-menu-list>li>span>.menu-icon {
        font-size: 1.1em;
    }
    .cl-filter-country,
    .cl-filters {
        width: 100%;
    }
    .cl-list-filter-body {
        flex-direction: column;
    }
    .cl-lists-col {
        width: 100%;
        border-left: 0;
    }
    .cl-filter-heading {
        display: none;
    }
    .cl-filter-cat-body>ul {
        display: none;
    }
    .cl-lists-col {
        width: 100%;
        border-left: 0;
    }
    .morphsearch-input {
        padding-left: 3em;
    }
    .morphsearch-submit {
        left: 1em;
    }
    .search-pop-cat {
        margin-bottom: 1em;
    }
    .morphsearch-content .col-lg-4 ul {
        margin: 1em 0 2em;
    }
    .search-list-item .semi-bold-16 {
        font-weight: 500;
    }
    .search-heading p {
        font-weight: 600;
        font-size: 18px;
    }
    .career-list-body {
        padding: 1.5em 0;
    }
    .fs-35 {
        font-size: 1.8em;
        line-height: 1;
    }
    .cl-lists-col-content {
        padding-left: 0;
    }
    .cl-lists-col {
        padding-top: 1.5em;
    }
    div#careers_meet_our_team .vc_column-inner {
        padding-top: 1.5em !important;
        padding-bottom: 1.5em;
    }
    .ourteam-main {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ourteam-main .ourteam-carousel-heading {
        margin-bottom: .5em;
    }
    .our-team-row-carousel .t-l-col {
        padding-right: 0;
    }
    .our-team-carousel-col .single-img-src-wrapper {
        height: auto;
    }
    .our-team-right-image {
        width: 40%;
    }
    .our-team-left-content {
        width: 60%;
        padding-top: 1em;
        padding-left: 1em;
    }
    .o-team-mid{
        margin-top: 15px;
        padding-left: 12px;
    }
    .o-t-desc-body {
        padding-bottom: 10px;
    }
    .o-t-desc{
        font-size: 12px;
        line-height: 1.4;
    }
    .ourteam-main .t-arr.o-t-arr {
        left: 0;
    }
    .slick-arrow-custom-container {
        margin-top: 0;
    }
    .o-t-desig-body {
        margin-top: 0;
    }
    .res-col-inner-content {
        padding-bottom: 2em;
        padding-right: 1.125em;
    }
    .resource-body {
        padding-top: 2em;
    }
    div.wpcf7 {
        padding: 2em 0 0;
    }
    .input-group-overlay-label {
        position: relative;
    }
    .input-group-file-label {
        padding-right: 4em;
        font-size: 16px;
    }
    .input-group-file-btn {
        position: absolute;
        right: 5px;
        top: 6px;
    }
    .locations-body .tab-content {
        margin-top: .5em;
    }
    .team-slider-overly {
        width: 0 !important;
    }
    .team-slider-expand-body {
        padding: 1.5em 1em;
        width: 100%;
        overflow: auto;
    }
    .o-team-expand-row.team-expand-row{
        display: block;
        height: auto;
    }
    .team-con-info {
        padding-bottom: .2em;
    }
    .popup-item-des {
        padding-top: .5em;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }
    .response-close {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        width: 20px !important;
    }
    .cf-response-notify-message,
    .cf-response-notify-message-error {
        padding-top: .85em;
        padding-bottom: .85em;
    }
    .challenge-slide-item-content {
        width: 100%;
        margin-right: 0;
    }
    .challenge-slide-item-cat span {
        line-height: 1.2;
        font-size: 16px;
    }
    .challenge-slide-item-title span{
        font-size: 18px;
        line-height: 1;
    }
    .challange-expand-body .challange-expand-row.d-flex {
        flex-flow: column;
    }
    .challange-expand-image {
        width: 100%;
        height: 260px;
    }
    .challange-expand-image:not(.no-challange-img)+.challange-expand-details {
        width: 100%;
    }
    .challange-expand-details {
        padding: 1em;
    }
    .cha-exp-re-products-item {
        width: 100%;
    }
    .challange-slider {
        margin-top: 1.5em;
    }
    .cha-exp-re-products,
    .cha-exp-re-body,
    .challange-expand-short-desc {
        margin-top: 1em;
    }
    .challange-expand-short-desc span {
        font-size: 1.14286em;
    }
    .cha-exp-re-heading span {
        font-size: 22px;
    }
    .sys-arc-img {
        width: 60px;
        height: 60px;
        bottom: auto;
        top: -2.2em;
        left: 1em;
    }
    .grid-inner-item {
        padding: 1em 1em 1em 1em;
    }
    .sys-in-sec .grid_inner-item:not(:last-child):after {
        left: 2.1em;
        bottom: -14px;
    }
    .sys-in-sec .grid_inner-item:not(:last-child):before {
        left: 2.2em;
        bottom: -12px;
    }
    .grid_inner-item.active .sys-arc-mobile .readlessBtn,
    .sys-arc-mobile {
        display: block;
    }
    .sys-arc-mobile .readlessBtn,
    .grid_inner-item.active .sys-arc-mobile .readmoreBtn {
        display: none;
    }
    .main-menu-nav .sub-menu-wrapper .menu_depth2_main {
        right: -100%;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #fff;
        transition: .5s;
        top: 0;
        padding: 6em 1.5em;
        z-index: 9999;
    }
    .menu_depth2_main ul {
        padding-top: 0 !important;
    }
    .main-menu-nav .sub-menu-wrapper .menu_depth2_main.open--submenu {
        right: 0;
        padding-top: 5.2em;
        padding-bottom: 2.5em;
    }
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        overflow: auto;
        height: 100%;
    }
    .back-menu-body {
        font-size: 14px;
        color: #000d34;
        font-weight: 500;
        position: absolute;
        top: 22px;
        left: 1.5em;
    }
    .main-menu-nav .sub-menu.menu-depth-2 li:not(last-child) {
        padding-bottom: 1.1em;
    }
    .tgt_calculator-body {
        padding: 2em 0;
    }
    .export-share-box .export-icon-body,
    .export-share-box .vertical-seprator,
    .ref-product-cat-items.side-bar-box,
    .side-bar-location-ref.side-bar-box {
        display: none;
    }
    .export-share-box {
        padding-top: 0;
    }
    .upload-icon-body .up-default-icon {
        display: block;
    }
    .upload-icon-body .up-white-icon {
        display: none;
    }
    .input-group-file-btn span:last-child {
        display: none;
    }
    .input-group-file-btn {
        width: 50px;
        background: transparent;
    }
    span.upload-icon-body {
        margin-right: 0;
    }
    .team-slider-item-content {
        height: 15em;
        width: 96%;
    }
    .stretegic-item-container .d-flex {
        flex-direction: column;
    }
    .stretegic-left-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    .stretegic-right-content {
        width: 100%;
    }
    .grid_strategic_partner:after {
        display: none;
    }
    .stretegic-right-content .part-slider,
    .stretegic-right-content .part-slider img {
        width: 12.5em;
        height: 12.5em;
    }
    .cf-response-notify-message,
    .cf-response-notify-message-error {
        height: 66px;
        display: flex;
        align-items: center;
        padding-right: 2.2em;
        flex-wrap: wrap;
    }
    .cf-response-notify-message-error>span,
    .cf-response-notify-message>span {
        width: 100%;
    }
    .cf-response-notify-icon-error,
    .cf-response-notify-icon {
        height: 68px;
    }
    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors~div.cf-response-notify-error,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok+.cf-response-notify,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked~div.cf-response-notify-error {
        height: 68px;
    }
    .sys-in-sec .grid_inner-item.active p.sys_sec_desc.show-readmore {
        display: block;
        height: auto !important;
        text-transform: none;
        margin-bottom: 1em;
        font-size: 14px;
    }
    .resources-lists-item-body .video .resource-card-inner-content {
        position: absolute;
        z-index: 9;
        padding: 2em 1em;
        margin: 0;
        top: 0;
        width: 100%;
        left: 0;
    }
    input.form-control.default_input_search {
        background: white;
    }
    #contact-us .single-image-content {
        margin-bottom: 30px;
    }
    .carousel-body {
        padding-top: 1.5em;
        padding-bottom: 2.75em;
    }
    .our-location-inner-heading .h1 {
        font-size: 30px;
    }
    .our-location-address-heading .h3 {
        font-size: 22px;
    }
    .our-location-address span {
        font-size: 16px;
    }
    .cat-animatation-popup-body .cat-item-content-heading .h2 {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.8;
        letter-spacing: normal;
    }
    .cat-animatation-popup-body .cat-item-content-short-desc,
    .cat-animatation-popup-body .cat-item-content-link {
        height: auto;
        opacity: 1;
        margin-top: 8px;
    }
    .cat-animatation-popup-body .cat-item-content-short-desc .semi-unbold-16 {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: white;
        display: block;
        opacity: 1;
    }
    .cat-animatation-popup-body .cat-item-content-link a {
        font-size: 14px;
    }
    .cat-item-content-link a {
        display: none;
    }
    .back-menu-body {
        display: block;
    }
    .top-search-result-heading .h3 {
        font-weight: 500;
        font-size: 25px;
    }
    .top-search-result-list .top-search-result-item {
        font-size: 16px;
    }
    .main-header {
        position: fixed;
    }
    .page-is-scrolled.resources-template-default .main-header-default .main-menu-body .menu-item.current-menu-ancestor>a,
    .page-is-scrolled .header-transparent .main-menu-list>li.current-menu-parent>span,
    .page-is-scrolled .header-transparent .main-menu-list>li.current-menu-parent>a,
    .page-is-scrolled .header-transparent .main-menu-list>li.current-menu-item>a,
    .page-is-scrolled .header-transparent .main-menu-list>li.current-menu-item>a,
    .page-is-scrolled.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
    .page-is-scrolled.systems-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
    .page-is-scrolled.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>a,
    .page-is-scrolled.products-template-default .header-transparent .main-menu-list>.menu-item.current-menu-ancestor>span,
    .menu-item.menu-item-object-products.current-menu-item a {
        border-bottom: 2px solid;
        display: inline;
    }
    .menu-item.menu-item-object-products.current-menu-item a {
        width: auto;
    }
    .resource-body .carousel-item-body img {
        height: auto;
        max-height: 250px;
    }
    .arrow-itm-sec {
        top: 60%;
    }
    .carousel-body .arrow-itm-sec {
        top: auto;
        bottom: 0;
    }
    .arrow-itm-sec i {
        line-height: 36px;
        width: 39px;
        height: 39px;
        border: solid 2px rgba(0, 13, 52, 0.2);
        padding: 0;
        margin: 0;
        left: 0;
    }
    .sliders-body .vimeo iframe {
        left: 0 !important;
    }
    .sliders-body .vimeo {
        background: #000;
    }
    .sys-arc-desktop {
        display: none;
    }
    .mb__dot {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wpcf-apply-form {
        margin-bottom: 2em;
    }
    .footer-menu-list .menu-depth-1>li {
        position: relative;
        margin-right: 0 !important;
        margin-bottom: 1em;
    }
    .footer-menu-list .menu-depth-1>li.menu-item-has-children:after {
        content: '';
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: 7px;
        right: 0;
        transition: .5s;
    }
    .footer-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li {
        width: 100%;
    }
    .footer-menu-list .back-menu-body {
        display: none;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        padding-top: .5em;
    }
    .footer-menu-list .menu-depth-1>li.open--footer-submenu:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    ul.sub-menu.menu-depth-1 li {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        width: 100%;
    }
    ul.sub-menu.menu-depth-1 li a {
        width: 100%;
    }
    #vidbutton,
    #vidbutton2 {
        display: none;
    }
    .desktop--image {
        display: none;
    }
    .cat-animatation-popup-contain,
    .cat-animatation-popup-video {
        position: relative;
        z-index: 1;
    }
    .main-slider .slide-image img {
        min-width: 100%;
        height: 80vh;
        width: auto;
        max-width: inherit;
    }
    .sliders-body .swiper-slide>div.item,
    .main-slider .swiper-slide {
        background-color: #000d34;
        min-height: 80vh;
        height: 80vh;
    }
    .sliders-body .item video{
        margin-top: 0;
    }
    .sliders-body .swiper-container-horizontal>.swiper-pagination {
        display: flex;
        align-items: center;
        width: auto !important;
        left: 10px !important;
    }
    .sliders-body .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        width: 10px;
        height: 10px;
    }
    .sliders-body .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
    }
    .main-slider .slider-item-caption .fs-80 {
        font-size: 30px;
    }
    
    .secondary-fixed .page-link-label {
        display: none;
    }
    .secondary-fixed {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    body.single-careers,
    body.single-resources,
    body.single-media_hub {
        padding-top: 72px;
    }
    div.wpcf7 .ajax-loader{
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        margin: auto;
    }
    .resources-lists-filter{
        padding: 0 0 2em;
    }
    .resources-lists-filter .resources-lists-inner-body{
        overflow-y: scroll;
        padding: 2em 2em 0;
    }
    .product-carousel .product-carousel-slider{
        height: 206px;
    }
    .product-item-inner-content {
        padding: .8em;
        min-height: 100%;
    }
    .footer-menu-body .menu_depth2_main{
        margin-top: 10px;
    }
    .footer-menu-nav .sub-menu.menu-depth-2 li:not(last-child){
        padding-bottom: .5em;
    }
    .challenge-slide-item-content{
        overflow: hidden;
    }
    .challenge-slide-item-exp-btn{
        right: -1px;
        top: -1px;
    }
    /* .lity-vimeo .lity-close{
        right: auto;
        left: 0;
    } */
    .wpb_single_image .vc_figure-caption{
        margin-top: 1em;
    }
    .resource-body .vc_custom_heading_body+.wpb_text_column.wpb_content_element{
        margin-bottom: 15px!important;
    }
    .our-location-address-bottom-heading p {
        font-weight: 600;
    }
    p.copy-pra{
        font-size: 12px;
    }
    span.readmoreBtn {
        margin-top: 8px;
        display: block;
    }
    .res-title-related_items{
        font-size: 12px;
    }
    .res-items-cat {
        padding-bottom: 14px;
    }
    .res-items-short-desc {
        padding-bottom: 16px;
    }
    .res-items-short-desc span{
        font-size: 16px;
    }
    .res-items-btns a .semi-bold-14{
        font-weight: 500;
    }
    .resource-card-title span {
        font-size: 12px;
    }
    .custom-btn span{
        font-size: 12px;
        text-transform: uppercase;
    }
    .search-load-more-btn.custom-btn span,
    .cl-list-filter-body .custom-btn span,
    .submit-btn.custom-btn span,
    .tgt_btn_addon.custom-btn span,
    .total__top__b a,
    .our-location-btn-body .custom-btn span {
        font-size: 14px;
    }
    .resources-lists-filter .input-group-filter input,
    .mobile_filter input[type=text]{
        font-weight: 500;
        font-size: 16px;
    }
    #about_us_well_system{
        padding-right: 0 !important;
    }
    span.popup-item-name{
        font-size: 24px;
    }
    .team-con-info-heading-body p {
        font-size: 20px;
    }
    .tc-icon-text-body span {
        font-size: 16px;
    }
    .client-inner-heading .h1,
    .home .resources-cat-lists-body .h1,
    .carousel-product-heading .h1,
    .challange-title-body .h1 {
        font-size: 30px;
    }
    .morphsearch.open .morphsearch-input{
        font-size: 16px;
    }
    .morphsearch-submit{
        width: 18px;
        height: 18px;
        top: 38%;
    }
    .morphsearch.open .morphsearch-input {
        height: 46px;
    }
    .search-pop-cat a {
        font-size: 18px;
    }
    #morphsearch>.container {
        position: relative;
        z-index: 9;
    }
    .morphsearch.open .morphsearch-content,
    .morphsearch-content{
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 10em;
        margin-top: 0;
    }
    .morphsearch.open .morphsearch-form{
        margin-top: 4.5em;
    }
    .morphsearch-content>.container {
        height: 100%;
        overflow: auto;
    }
    .close-submenu-depth2 {
        font-size: 14px;
        font-weight: 500;
        color: #000d34;
    }
    .cat-name .semi-unbold-16 {
        font-size: 14px;
    }
    .our-location-address-email span {
        font-size: 16px;
        font-weight: 500;
    }
    .vc_custom_heading{
        font-size: 25px;
    }
    .related__system h1,
    p.b-head1,
    p.b-head{
        font-size: 25px;
    }
    .res-press-sec1 ul li, .res-press-sec2 ul li{
        font-size: 16px;
    }
    .newsletter-heading {
        font-size: 25px;
    }
    .caption{
        font-size: 16px;
    }
    .sys-in-sec .readlessBtn, 
    .sys-in-sec .readmoreBtn{
        font-size: 14px;
    }
    .navy-dark-dots ul li:before,
    .red-square ul li:before,
    .blue-dots ul li:before,
    .turquoise-square ul li:before,
    .green-dots ul li:before{
        width: 8px;
        height: 8px;
        top: .357em;
        left: -15px;
    }
    .blue-green-dots ul li:before {
        left: -15px;
    }
    .careers .navy-dark-dots ul li:before{
        top: .457em;
    }
    .back_resource_btn{
        font-size: 16px;
    }
    .input-group-prepend i{
        top: 34%;
    }
    .res-cat{
        font-size: 16px;
    }
    .location-list-items .location-list-row-body {
        font-size: 16px;
    }
    .location-row-item.location-row-item-active .location-address-one{
        font-size: 16px;
    }
    .location-row-item .location-address-one {
        font-size: 18px;
    }
    textarea, input[type=text], input[type=email], input[type=date]{
        font-size: 16px;
    }
    #careers_meet_our_team .ourteam-main .ourteam-carousel-heading h3{
        font-size: 25px;
    }
    #careers_meet_our_team .ourteam-main .o-t-name{
        font-size: 14px;
    }
    .careers .wpb_wrapper ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .wpcf-form-heading{
        font-size: 25px;
    }
    .wpcf-form-description{
        font-size: 16px;
    }
    .careers .form-control::placeholder{
        color: #000d34;
    }
    .newsletter-form .c-f-news label span input[type="email"]{
        font-size: 12px;
        height: 48px;
        text-transform: uppercase;
    }
    .newsletter-form .c-f-news input[type="submit"]{
        font-size: 14px;
        height: 48px;
        font-weight: 500;
    }
    .am-grid-main .container{
        padding: 0 15px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered{
        font-weight: 500;
    }

    #crumbs :last-child,
    #crumbs :not(:last-child){
        font-size: 14px;
    }
}

@media (min-width:461px) and (max-width: 767px){
    body {
        font-size: 13px !important;
    }

    #plat_chor_ped,
    #plat_chor_app,
    .vc_row.wpb_row.vc_row-fluid.ul-style-one{
        padding-right: 0 !important;
    }


    .page-template-default .vc_col-sm-7,
    .systems-template-default .vc_col-sm-7,
    .products-template-default .vc_col-sm-7 {
        width: 58.33333333%;
        float: left;
    }

    .page-template-default .vc_col-sm-6,
    .systems-template-default .vc_col-sm-6{
        width: 50%;
        float: left;
    }

    .page-template-default #contact-us .vc_col-sm-5,
    .page-template-default #contact-us .vc_col-sm-6{
        width: 100%;
    }

    .page-template-default .vc_col-sm-5,
    .systems-template-default .vc_col-sm-5,
    .products-template-default .vc_col-sm-5 {
        width: 41.66666667%;
        float: left;
    }

    .res-press-sec1 ul li, 
    .res-press-sec2 ul li{
        font-size: 1em;
        line-height: 1.35;
    }

    p.b-head {
        font-size: 1.75em;
    }

    

    .vc_row .wpb_column:first-child {
        padding-right: 0.5em;
    }
    .vc_row .wpb_column:last-child {
        padding-left: 0.5em;
    }

    .search-heading-history p,
    .search-heading-top p{
        font-size: 16px;
    }
}

@media screen and (max-height:767px) {
    .o-team-expand-row.team-expand-row {
        display: block;
        height: auto;
    }
    .team-expand-image {
        height: auto;
        max-height: 300px;
        width: 46%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .o-team-expand-short-desc {
        margin-top: 0;
        width: 52%;
        display: inline-block;
        padding-left: 2%;
    }
    .team-slider-expand-body {
        width: 100%;
    }
    .team-slider-overly {
        width: 0!important;
    }
    .team-slider-expand-body {
        padding: 1.5em 1em;
        width: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 460px) {
    .challenge-slide-item-content {
        margin-left: 0;
    }

    .careers .navy-dark-dots ul li:before{
        top: .5em;
    }
    
    .navy-dark-dots ul li:before,
    .red-square ul li:before,
    .blue-dots ul li:before,
    .turquoise-square ul li:before,
    .green-dots ul li:before{
        left: -15px;
        top: .57em;
    }

    .vc_row {
        display: flex;
        flex-flow: column;
    }
    .vc_row>.sing-pic-sec {
        order: 2;
    }
    .vc_row .wpb_column:last-child {
        padding-left: 0;
    }
    .vc_row .wpb_column:first-child {
        padding-right: 0;
    }

    .res-press-sec {
        margin-bottom: 2em;
    }

    .product-carousel .product-carousel-slider{
        height: 185px;
    }

    .secondary-fixed .products{
        padding-top:0;
    }
    .secondary-fixed .systems{
        padding-top:66px;
    }
    .wrapper-front-page:before {
        display: none !important;
    }
    .page-link-body {
        display: none;
    }
    .total__btm__b ul li {
        width: 49%;
    }
    .cat-animation-left-img.cat-item-img,
    .cat-animation-right-img.cat-item-img {
        opacity: 1;
    }
    .cat-animation-popup-img {
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: 1;
        display:block
    }
    .cat-animatation-popup-video {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat-animatation-popup-video video {
        width: 250%;
    }
    .cat-item-content-short-desc p br {
        display: none;
    }
    .carousel-product-carousel .sec-cta .custom-btn {
        display: none;
    }
    
    .o-team-expand-short-desc {
        margin-top: 0.5em;
        max-height: 150px;
        width: 100%;
    }
    .team-expand-image {
        height: 280px;
        max-height: 280px;
        width: 100%;
    }
    .cat-item-inner-content {
        width: 15em;
    }
    .close-submenu-depth2 i {
        margin-right: .5em;
    }
    .cat-item-content-heading .h2 {
        font-size: 30px;
    }
    .mobile__timeline__year:last-child {
        padding-bottom: 1em;
    }
    .timeline-main-body {
        display: none;
    }
    .ts-img-src-wrapper {
        height: 14em;
    }
    .carousel-item-body img {
        min-height: auto;
    }
    .our-location-address-col img:first-child {
        display: none;
    }
    img.for-mobile {
        display: block;
    }
    .row.nf-row {
        padding-top: 0;
    }
    .nf-col1 img {
        width: 328px;
        height: 117px;
    }
    .no-result-heading .h2 {
        font-size: 25px;
    }
    .no-result-reason .semi-unbold-16 {
        font-size: 16px;
        font-weight: 500;
    }
    .cha-exp-re-products .cha-exp-re-products-item:not(:nth-child(3n+0)) {
        margin-right: 0;
    }
    .wpcf-form-description-body {
        margin-bottom: 1.5em;
    }
    .wpcf-form-container .upload-file-note {
        padding-top: 0;
    }
    .cat-animation-left-content .cat-item-content-heading {
        right: auto;
    }
    .cat-animation-right-content .cat-item-content-heading {
        left: auto;
    }
    p,
    .paragraph {
        font-size: 1.14286em;
    }
    .hero-banner {
        background-position: 140% bottom;
        background-size: 70%;
    }
    .mobile__timeline {
        display: block;
        padding-top: 1em;
    }
    .top-main-nav .top-menu-list>li>a:after,
    .top-main-nav .top-menu-list>.menu-item.lang-swtich-dropdown-item .dropdown:after {
        display: none;
    }
    .nf-body .container {
        padding: 0 15px;
    }
    body {
        padding-top: 0;
    }
    .error404 .nf-body {
        padding-top: 6em;
    }
    iframe {
        height: 30em;
    }
    .wpb_text_column.con-sec p:last-child {
        margin-bottom: 1.5em;
    }
    .vc_row {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .page-link-label {
        margin-bottom: .8em;
    }
    .slick-slider-tab-body {
        display: none;
    }
    .fs-60 {
        font-size: 2.35714em;
    }
    .page-link-lists {
        width: 100%;
    }
    .overview_select {
        display: block;
    }
    .itm-lnk-row .sys-idz-lnk,
    .itm-lnk-row .lt-btn-col {
        display: none;
    }
    .cat_move_left .cat-animation-right-content {
        margin-left: 0;
    }
    .cat_move_right .cat-animation-left-content {
        margin-left: 0;
    }
    .challange-body {
        overflow: hidden;
    }
    .header_white header {
        background: #fff;
        height: 100%;
    }
    .cat-animation-right,
    .cat-animation-left {
        width: 100%;
    }
    .cat-animation-left-content,
    .cat-animation-right-content {
        margin-left: 0;
    }
    .am-grid-main .col-lg-4.col-md-4 {
        margin-bottom: 1.8em;
    }
    .am-grid-pic img {
        height: auto;
        width: 4em;
    }
    .am-grid-main {
        padding-top: 2em;
    }
    .resources-cat-lists-body {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .challenge-slide-item {
        width: 50%;
        display: inline-block;
        margin-bottom: .6em;
    }
    .team-slider-main-sec .slick-multiple-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .team-slider-item-des {
        display: none;
    }
    .challenge-slide-inner-content {
        padding: .8em;
        text-align: left;
    }
    .team-slider-main-sec .slick-arrow-custom-container {
        display: none;
    }
    .team-slider-item-content {
        margin: 0;
    }
    .team-slider-main-sec .tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .team-slider-title-body {
        width: 100%;
    }
    span.team-title.h1 {
        font-size: 25px;
        text-align: left;
    }
    .team-slider-sub-para {
        line-height: 1.6;
        padding-top: 0.8em;
        padding-bottom: 1em;
        text-align: left;
    }
    .team-slider-sub-para {
        font-size: 1.42857em;
    }
    .nav-tabs .nav-link.active,
    .nav-fill .nav-item {
        font-size: 1em;
    }
    .nav-tabs {
        justify-content: space-between;
    }
    .nav-fill .nav-item {
        margin: 0 .4em;
    }
    .nav-fill .nav-item:first-child {
        margin-left: 0;
    }
    .nav-fill .nav-item:last-child {
        margin-right: 0;
    }
    .wpb_text_column p:last-child {
        padding-bottom: 0;
    }
    .res-press-sec2 {
        margin-bottom: 3em;
    }
    .res-press-sec2 .wpb_content_element {
        margin-bottom: 20px;
    }
    .single-image-content {
        padding: 15px;
    }
    .single-image-pattern {
        width: 70%;
    }
    .ins-points li {
        padding-bottom: 0;
    }
    .tgt_tsc {
        padding-bottom: 0;
    }
    p.b-head1 {
        padding-top: 0;
    }
    .our-location-address-col-content {
        padding: 1em 0;
    }
    .client-inner-row.d-flex {
        flex-wrap: wrap;
    }
    .client-inner-col.client-img-col+.client-inner-col.client-inner-col-content {
        width: 100%;
    }
    .client-items-slider {
        margin-top: 2em;
    }
    .client-content>p {
        font-size: 14px;
        line-height: 1.6;
    }
    .client-designation>p{
        font-size: 14px;
    }
    .client-content {
        margin-bottom: 32px;
    }
    .client_inner_container .slick-arrow-custom-container {
        bottom: -65px;
    }
    .client-name {
        margin-bottom: .8em;
    }
    .client-wrapper {
        padding-top: 3.5em;
        padding-bottom: 6.5em;
    }
    .left-top-pattern {
        left: 0;
        top: 0;
    }
    .right-bottom-pattern.client-pattern {
        bottom: 0;
        right: 0;
    }
    .product-controller .sec-cta {
        margin-right: auto;
        margin-left: 0;
    }
    .product-carousel .product-carousel-slider {
        margin-bottom: 1em;
    }
    .carousel-product-body {
        padding-bottom: 5em;
    }
    .product-controller .arrow-itm-sec {
        top: 78%;
    }
    .cp-short-desc {
        margin-bottom: 0.5em;
    }
    .slick-dots li button:before {
        display: none;
    }
    .main-slider .slick-dots li {
        margin: 0 2px;
    }
    .footer-menu-nav ul a,
    .main-menu-nav ul a {
        text-align: left;
    }
    .video-body {
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .video-body-pattern {
        width: 80%;
    }
    .single-image-overlay {
        left: 0;
        top: 0;
    }
    .no-transparent .hamburger-inner,
    .no-transparent .hamburger-inner::before,
    .no-transparent .hamburger-inner::after {
        background-color: #212529;
    }
    .no-transparent .menu__divider {
        border: solid 1px #000d34;
        margin: 0 1.5em 0 1.5em;
    }
    .car-sec-inner h3,
    p.cas-h-para {
        font-size: 1.78em;
    }
    .car-rightsec {
        margin-top: 2em;
    }
    p.cas-norm-para4 {
        padding-bottom: 2em;
    }
    .sep-bor {
        margin-bottom: 2em;
        padding-top: 2em;
    }
    .o-t-desig {
        font-size: .85714em;
    }
    .slick-arrow-custom-arrows .slick-arrow:not(.slick-hidden) {
        width: 3.715em;
        height: 3.715em;
    }
    .ourteam-carosel-wrapper {
        padding-bottom: 60px;
    }
    .car-sidebar>.mobile-seletbox .car-side-list {
        display: none;
    }
    .car-sidebar>.mobile-seletbox .mobile-seletbox {
        display: block;
    }
    .itm-lnk-row .col-lg-9.col-md-9 .sys-idz-lnk {
        display: none;
    }
    .select-career {
        margin-bottom: 1em;
    }
    img.dotted-img-body-pattern {
        right: 0;
    }
    .car-sidebar {
        padding-right: 15px;
    }
    img.dotted-img-body-pattern {
        max-width: 250px;
    }
    .hero-banner-text-body .fs-60 {
        line-height: 1;
    }
    .video-content .video-title {
        padding-bottom: 1em;
        padding-left: 1em;
    }
    .video-content .video-button {
        right: 15px;
        top: 15px;
    }
    .video-button svg {
        width: 4.25em;
        height: 4.25em;
    }
    .res-feature-content {
        flex-wrap: wrap;
    }
    .res-feature-details {
        width: 100%;
    }
    .res-feature-img {
        width: 100%;
        height: 300px;
    }
    .resources-lists-item-body .resource-card-item {
        width: 100%;
        padding: 1.2em 1.2em 2em 1.2em;
        margin-bottom: 1em;
    }
    .resources-lists-item-body .resource-card-cat,
    .resources-lists-item-body .resource-card-title {
        margin-bottom: .5em;
    }
    .resources-lists-item-body .resource-card-short-desc {
        margin-bottom: 1.5em;
    }
    .resources-lists-item-body .resource-card-short-desc span {
        font-size: 16px;
    }
    .resource-card-short-desc br {
        display: none;
    }
    .resources-lists-item-body .resource-card-bottom-btn {
        margin-bottom: 1em;
    }
    .morphsearch {
        margin-right: .5em;
        top: 1.8em;
    }
    .morphsearch.open {
        top: 0 !important;
    }
    .page-is-scrolled .morphsearch {
        top: 2em;
        margin-right: 1.5em;
    }
    .mobile__burger__menu,
    .menu__divider {
        display: block;
    }
    .footer-menu-list {
        flex-direction: column;
    }
    ul.footer-menu-list {
        width: 100%;
    }
    .foot-logo-sec {
        display: none;
    }
    .footer-wrapper .footer-news-letter {
        padding-top: 2.3125em;
        padding-bottom: 3em;
    }
    .footer-menu-nav .footer-menu-list>li {
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    ul.sub-menu.menu-depth-1 li:first-of-type,
    ul.sub-menu.menu-depth-1 li {
        margin-right: 0;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
        margin-bottom: 1.5em;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .footer-menu-list>.menu-item>a,
    .footer-menu-list>.menu-item>span {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    .footer-menu-nav .footer-logo-menu-body {
        padding-bottom: 2em;
    }
    .footer-social-icons {
        padding: 0;
    }
    .emp-sec-left {
        order: 2;
        padding: 2em 0;
    }
    .emp-sec-right {
        text-align: left;
        padding: 2em 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .row.foot-mid {
        padding-bottom: 0;
    }
    ul.social-icons-list {
        margin-bottom: 0;
    }
    ul.social-icons-list li {
        padding-right: 1em;
    }
    .footer-copy-right {
        padding: 2em 0 3em;
        margin-top: 0;
    }
    p.copy-pra {
        text-align: left;
    }
    ul.t-d-links {
        margin-bottom: 1.5em;
    }
    .fs-80 {
        font-size: 2.2em;
    }
    .fs-80 br {
        display: none;
    }
    .slick-slider-body .inner-caption-link {
        margin-top: 1em;
    }
    .main-header.main-header-default.header-transparent .search-icon {
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }
    .search-result-text-record .h1 {
        font-size: 30px;
    }
    .cat-animation-center {
        display: none;
    }
    .cat-animation-content {
        flex-direction: column;
    }
    .cat-item-content-short-desc p {
        display: none;
    }
    .cat-animation-left-img.cat-item-content {
        width: 100%;
    }
    .resources-cat-lists-items .d-flex {
        flex-wrap: wrap;
    }
    .resource-col {
        width: 50%;
    }
    .resource-col .res-col-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .cat-item-coun {
        width: 100%;
    }
    .res-col-inner .cat-icon {
        margin-right: .5em;
        width: 37%;
    }
    .cat-name-count-row {
        width: 56%;
    }
    .res-col-inner .cat-name {
        margin-top: 0;
        width: 100%;
        text-align: left;
    }
    .cat-item-coun {
        width: 100%;
        text-align: left;
    }
    .resources-cat-lists-wrapper {
        padding-bottom: 0;
    }
    .vc_custom_1570282306700 {
        background-color: #fff !important;
    }
    .r-sec-title {
        color: #0d193e;
        padding-left: .5em;
    }
    .semi-unbold-16 {
        font-size: 1em;
        font-weight: 600;
    }
    .cl-close-date span {
        font-size: 16px;
        font-weight: 500;
    }
    .cl-country-name .semi-unbold-16 {
        font-size: 1.14286em;
        font-weight: 400;
    }
    .cl-title .h2 {
        font-size: 24px;
    }
    .cl-list-row .cl-list-bottom-row,
    .cl-list-row .cl-title {
        margin-top: .5em;
    }
    .cl-list-row {
        position: relative;
    }
    .cl-readmore a:after {
        display: none;
    }
    .cl-readmore a>span {
        display: none;
    }
    .cl-list-row {
        border-bottom: solid 0.5px rgba(131, 135, 149, .5);
    }
    .o-t-title {
        font-size: 1.714283em;
    }
    .resource-col {
        border-bottom: solid 0.5px rgba(151, 151, 151, 0.5);
        border-left: solid 0.5px rgba(151, 151, 151, 0.5);
        margin-left: 0;
    }
    .res-lnk-col-inner form button {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .resource-col.res-lnk-col.dropdown .res-lnk-col-inner {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .resource-more-cat-btn {
        display: none;
    }

    .main-menu-list {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .main-menu-list li span.menu-icon {
        font-size: 0.7em;
        float: right;
    }
    .main-menu-list>li {
        margin-bottom: 2.2em;
        position: relative;
    }
    .main-menu-list>li:last-child {
        margin-bottom: 1.5em;
    }
    .main-header .main-menu-list>li.menu-active>span {
        color: #838795;
    }
    .main-menu-list li>span {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        line-height: 1;
    }
    .footer-menu-list,
    .main-menu-list {
        display: flex;
        flex-direction: column;
    }
    .footer-menu-nav .footer-menu-list>li:not(:last-child),
    .main-menu-nav .main-menu-list>li:not(:last-child) {
        padding-right: 0;
    }
    .ovfixed,
    .ovfixed body {
        position: relative;
        overflow: hidden;
    }
    
    .over_view_content {
        display: none;
    }
    .mega-menu-column>.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mega-menu-column>.col-6 .menu-item-overview-left {
        padding-left: 0 !important;
    }
    .main-header .top-main-nav .top-menu-list>li {
        margin-bottom: .5em;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1,
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        flex-direction: column;
        margin-top: 1.5em;
    }
    .main-menu-nav .sub-menu-wrapper {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 0;
        display: none !important;
    }
    .page-is-scrolled .main-menu-nav .menu-active>.sub-menu-wrapper,
    .main-menu-nav .menu-active>.sub-menu-wrapper {
        margin-top: 0;
        height: auto;
        display: block !important;
    }
    .main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li:first-child {
        width: 100%;
    }
    .page-is-scrolled #top-main-menu {
        margin-top: 0;
    }
    .main-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-1 a i {
        float: right;
    }
    .page-is-scrolled .main-menu-nav {
        padding: 1em;
    }
    .main-menu-nav .mega-menu-children-col-3 .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: 100%;
        margin-right: 0;
        margin-bottom: .7em;
    }
    .main-menu-nav .mega-menu-children-col-3 .sub-menu-wrapper .sub-menu.menu-depth-1>li:last-child,
    .main-menu-nav .mega-menu-children-col-2 .sub-menu-wrapper .sub-menu.menu-depth-1>li:last-child {
        margin-bottom: 0;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        display: none;
    }
    .menu-item.lang-swtich-dropdown-item:after {
        display: none;
    }
    .lang-swticher-dropdown .dropdown {
        font-size: 1.3em;
        display: flex;
        justify-content: flex-end;
        margin-top: 1em;
    }
    .mobil__only {
        margin-bottom: 25px;
    }
    a.menu-logo {
        order: 2;
    }    
    .morphsearch.open .dummy-column {
        -webkit-transform: none;
        transform: none;
    }
    .our-location-wrapper {
        padding-top: 2em;
    }
    .our-location-inner-row.d-flex {
        flex-wrap: wrap;
    }
    .our-location-inner-col-content {
        padding-right: 0;
    }
    .our-location-inner-short-desc {
        margin-top: 1em;
    }
    .our-location-address-body {
        margin-top: 2.5em;
    }
    .morphsearch.open .container {
        padding: 0 1em;
    }
    .morphsearch-close {
        left: 1em;
    }
    .our-location-address-row {
        flex-wrap: wrap;
    }
    .our-location-address-col-img,
    .our-location-address-col-content {
        width: 100%;
    }
    .our-location-marker-icon {
        display: none;
    }
    .our-location-address span {
        font-size: 1.2em;
    }
    .our-location-address {
        margin-bottom: 1.5em;
        border-bottom: 1px solid rgba(131, 135, 149, .4);
        padding-bottom: 1.5em;
    }
    .client-body {
        border-bottom: 1px solid rgba(131, 135, 149, .4);
    }
    .our-location-address+.our-location-address-bottom-heading {
        padding-top: 0;
        padding-bottom: .4em;
    }
    .vc_custom_1570615167279,
    .vc_custom_1570615158948 {
        background-color: #fff !important;
    }
    .divider__search {
        display: none;
    }
    .morphsearch-content .col__3 {
        margin-bottom: 1em;
    }
    .morphsearch-content .dummy-column h2 {
        min-height: auto;
        font-size: 1.3em;
        margin-bottom: 1em;
    }
    .morphsearch-content .col-lg-4 ul {
        padding-left: 0;
        margin-bottom: 2em;
    }
    .morphsearch-content ul li a {
        font-size: 1.1em;
    }
    .morphsearch-content ul li {
        margin-bottom: .5em;
    }
    .menu__divider {
        border: solid 1px #fff;
        margin: 0 .5em 0 1.5em;
    }
    .page-is-scrolled .menu__divider {
        border: solid 1px #000d34;
    }
    .resource-hero-banner .res-half {
        width: 100%;
    }
    .resource-hero-banner>.container {
        padding: 0 3% !important;
    }
    .resource-hero-banner .res-half-img {
        width: 100%;
        height: 300px;
    }
    .resource-body .d-flex {
        flex-wrap: wrap;
        width: 100%;
    }
    .resource-content {
        width: 100%;
        padding-right: 0;
    }
    .resource-side-bar {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer-menu-list>.menu-item>a:hover:after,
    .footer-menu-list>.menu-item>span:hover:after,
    .main-menu-list>li>span:hover:after,
    .main-menu-nav>.main-menu-list>li>a:hover:after,
    .main-menu-list>li.menu-active>span:after {
        display: none;
    }
    #sys_cat_res {
        padding: 0 !important;
    }
    #sys_cat_res {
        padding: 0 !important;
    }
    .sys-in-sec {
        padding: 1em;
        margin-top: 0;
        margin-bottom: 1em;
    }
    .grid-inner-item {
        position: relative;
        margin-top: 5em;
        padding-bottom: 1em;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .sys-in-sec .grid_inner-item:first-child .grid-inner-item {
        margin-top: 2.5em;
    }
    #sys-cas_platform .sys-arc-img {
        left: 1em !important;
        top: -40px;
        width: 60px;
        height: 60px;
    }
    .sys-arc-img img {
        width: 60%;
        max-height: 60%;
    }
    .sys-arc-h {
        width: 100%;
        padding-top: 1.5em;
    }
    p.sys_sec_desc {
        display: none;
    }
    .open-card p.sys_sec_desc {
        display: block;
    }
    .sys-arc-desc:before {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        left: 4px;
        bottom: -32px;
    }
    #sys_cat_res {
        background-color: #fff !important;
    }
    .res-press-sec2 {
        margin-bottom: 0;
    }
    .comp-media-button {
        margin-top: 1em;
        margin-bottom: 0;
    }
    .comp-media-button a {
        display: inline-block;
    }
    .t-l-col {
        margin-bottom: 1em;
    }
    .system_taxonomy-systems .nf-col1 img {
        width: 100%;
    }
    h2.n-f-para {
        font-size: 2.5em;
    }
    .no-result-reason {
        margin-top: 1em;
        flex-wrap: wrap;
    }
    .no-result-heading h2 {
        font-size: 25px;
    }
    .no-result-reason li:first-child {
        margin-right: 0;
    }
    .no-result-reason li {
        width: 100%;
    }
    .row.nf-row .d-flex {
        width: 100%;
        flex-wrap: wrap;
    }
    .quick-link-no-result {
        margin-left: 0;
        width: 100%;
        padding-left: 0;
    }
    .row .quick-link-no-result {
        padding-left: 15px;
    }
    .search-content-results.no-result+.search-results-side-bar .top-search-result-body {
        margin-left: 0;
        margin-top: 2.2em;
    }
    .top-search-result-list {
        margin-top: 1em;
    }
    .top-search-result-list .top-search-result-item:not(:last-child) {
        margin-bottom: .5em;
    }
    .nf-search {
        margin-left: 0;
        width: 100%;
        padding-left: 1em;
        margin-top: 2em;
    }
    .top-search-result-heading h3 {
        font-size: 25px;
    }
    .hero-banner {
        height: 20em;
        position: relative;
    }
    .hero-banner-text-body {
        padding-top: 0;
        bottom: 2em;
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
    }
    .bread-crumb.bread-crumb-page {
        padding: 0 0 1.5em 0 !important;
    }
    .bread-crumb-container,
    .itm-lnk-row+.bread-crumb-container {
        margin-top: 16px;
    }
    .search-filter-dropdown-sort-by,
    .search-filter-dropdown-filter {
        width: 50%;
    }
    .search-content-results-body {
        flex-wrap: wrap;
        padding-top: 0.5em;
    }
    .search-content-results {
        width: 100%;
        padding-right: 0;
    }
    .search-result-content {
        display: none;
    }
    .search-result-img-col {
        width: 20em;
    }
    .search-result-with-img .search-result-content-col {
        padding: 1em;
        width: 14em;
    }
    .search-results-side-bar {
        padding-top: 2em;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .search-content-results.no-result {
        width: 100%;
        border-bottom: solid 1px #7c8297;
        border-right: 0;
        padding-bottom: 1em;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-item-container .col-md-5 {
        padding-right: 15px;
    }
    .vc_row>.sing-pic-sec {
        margin-top: 2em;
    }
    .our-location-wrapper {
        padding-bottom: 2em;
    }
    .our-location-inner-col-content {
        width: 100%;
    }
    .our-location-inner-col.client-img-col {
        width: 100%;
        margin: 2em 0;
        display: none;
    }
    .our-location-address-col.our-location-address-col-img {
        width: 100%;
    }
    .vc_row .wpb_column:first-child .wpb_text_column {
        padding-right: 0;
    }
    .car-sec-inner h3,
    p.cas-h-para {
        font-size: 1.5em;
        margin-bottom: 2em;
    }
    .vc_row p.cas-h-para {
        font-size: 1.5em;
        margin-bottom: 2em !important;
    }
    ul.social-icons-list li a i {
        line-height: 2em;
        text-align: center;
    }
    ul.social-icons-list li {
        width: 2.4em;
        height: 2.4em;
        display: inline-block;
        margin-right: 1em;
        padding-right: 0;
    }
    .main-slider .slick-slide {
        background: #000d34;
    }
    #lets-get-touch {
        background-color: transparent !important;
    }
    .locations-body {
        margin-bottom: 0;
    }
    .locations-body .tabs-content-body {
        padding-bottom: 0;
        padding-top: 0;
    }
    .wpb_wrapper .vc_custom_heading_body:last-child {
        margin-bottom: 0 !important;
    }
    .wpcf-apply-form .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpcf-form-container .row .col-6:last-child {
        padding-left: 0;
    }
    .wpcf-form-container .row .col-6:first-child {
        padding-right: 0;
        margin-bottom: .5em;
    }
    .wpcf-form-container .row:not(:last-child) {
        padding-bottom: 0;
        margin-bottom: .5em;
    }
    .main-header.header-transparent {
        background: transparent;
    }
    .am-grid-desc {
        padding-top: 0;
    }
    .footer-menu-nav .footer-menu-list>li>span>.menu-icon {
        font-size: 1.1em;
    }
    .cl-filter-country,
    .cl-filters {
        width: 100%;
    }
    .cl-list-filter-body {
        flex-direction: column;
    }
    .cl-lists-col {
        width: 100%;
        border-left: 0;
    }
    .cl-filter-heading {
        display: none;
    }
    .cl-filter-cat-body>ul {
        display: none;
    }
    .cl-lists-col {
        width: 100%;
        border-left: 0;
    }
    .morphsearch-input {
        padding-left: 3em;
    }
    .morphsearch-submit {
        left: 1em;
    }
    .search-pop-cat {
        margin-bottom: 1em;
    }
    .morphsearch-content .col-lg-4 ul {
        margin: 1em 0 2em;
    }
    .search-list-item .semi-bold-16 {
        font-weight: 500;
    }
    .career-list-body {
        padding: 1.5em 0;
    }
    .fs-35 {
        font-size: 1.8em;
        line-height: 1;
    }
    .cl-lists-col-content {
        padding-left: 0;
    }
    .cl-lists-col {
        padding-top: 1.5em;
    }
    div#careers_meet_our_team .vc_column-inner {
        padding-top: 1.5em !important;
        padding-bottom: 1.5em;
    }
    .ourteam-main {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ourteam-main .ourteam-carousel-heading {
        margin-bottom: .5em;
    }
    .our-team-row-carousel {
        flex-wrap: wrap;
    }
    .our-team-row-carousel .t-l-col {
        padding-right: 0;
    }
    .our-team-carousel-col .single-img-src-wrapper {
        height: auto;
    }
    .our-team-right-image,
    .our-team-left-content {
        width: 100%;
    }
    .ourteam-main .t-arr.o-t-arr {
        left: 0;
    }
    .slick-arrow-custom-container {
        margin-top: 0;
    }
    .o-t-desc {
        font-size: 1.14286em;
    }
    .o-t-desig-body {
        margin-top: 0;
    }
    .res-col-inner-content {
        padding-bottom: 2em;
    }
    .resource-body {
        padding-top: 2em;
    }
    div.wpcf7 {
        padding: 2em 0;
    }
    .input-group-overlay-label {
        position: relative;
    }
    .locations-body .tab-content {
        margin-top: .5em;
    }
    .team-slider-overly {
        width: 0 !important;
    }
    .team-slider-expand-body {
        padding: 1.5em 1em;
        width: 100%;
    }
    .team-con-info {
        padding-bottom: .2em;
    }
    .popup-item-des {
        padding-top: .5em;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }
    .response-close {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 20px;
        width: 20px !important;
    }
    .cf-response-notify-message,
    .cf-response-notify-message-error {
        padding-top: .85em;
        padding-bottom: .85em;
    }
    
    .challange-expand-body .challange-expand-row.d-flex {
        flex-flow: column;
    }
    .challange-expand-image {
        height: 150px;
    }
    .challange-expand-details {
        padding: 1em;
    }
    .cha-exp-re-products-item {
        width: 100%;
    }
    .challange-slider {
        margin-top: 1.5em;
    }
    .cha-exp-re-products,
    .cha-exp-re-body,
    .challange-expand-short-desc {
        margin-top: 1em;
    }
    .challange-expand-short-desc span {
        font-size: 1.14286em;
    }
    .cha-exp-re-heading span {
        font-size: 22px;
    }
    .sys-arc-img {
        width: 60px;
        height: 60px;
        bottom: auto;
        top: -2.2em;
        left: 1em;
    }
    .grid-inner-item {
        padding: 1em 1em 1em 1em;
    }
    .sys-in-sec .grid_inner-item:not(:last-child):after {
        left: 2.1em;
        bottom: -14px;
    }
    .sys-in-sec .grid_inner-item:not(:last-child):before {
        left: 2.2em;
        bottom: -12px;
    }
    .grid_inner-item.active .sys-arc-mobile .readlessBtn,
    .sys-arc-mobile {
        display: block;
    }
    .sys-arc-mobile .readlessBtn,
    .grid_inner-item.active .sys-arc-mobile .readmoreBtn {
        display: none;
    }
    .main-menu-nav .sub-menu-wrapper .menu_depth2_main {
        right: -100%;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: .5s;
        top: 0;
        padding: 6em 1.5em;
    }
    .menu_depth2_main ul {
        padding-top: 0 !important;
    }
    .main-menu-nav .sub-menu-wrapper .menu_depth2_main.open--submenu {
        right: 0;
        padding-top: 6em;
    }
    .main-menu-nav .sub-menu.menu-depth-2 li:not(last-child) {
        padding-bottom: 1.1em;
    }
    .tgt_calculator-body {
        padding: 2em 0;
    }
    .export-share-box .export-icon-body,
    .export-share-box .vertical-seprator,
    .ref-product-cat-items.side-bar-box,
    .side-bar-location-ref.side-bar-box {
        display: none;
    }
    .export-share-box {
        padding-top: 0;
    }
    .upload-icon-body .up-default-icon {
        display: block;
    }
    .upload-icon-body .up-white-icon {
        display: none;
    }
    .input-group-file-btn span:last-child {
        display: none;
    }
    .input-group-file-btn {
        width: 50px;
        background: transparent;
    }
    span.upload-icon-body {
        margin-right: 0;
    }
    .team-slider-item-content {
        height: 12em;
        width: 12em;
    }
    .stretegic-item-container .d-flex {
        flex-direction: column;
    }
    .stretegic-left-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    .stretegic-right-content {
        width: 100%;
    }
    .grid_strategic_partner:after {
        display: none;
    }
    .stretegic-right-content .part-slider,
    .stretegic-right-content .part-slider img {
        width: 12.5em;
        height: 12.5em;
    }
    .cf-response-notify-message,
    .cf-response-notify-message-error {
        height: 66px;
        display: flex;
        align-items: center;
        padding-right: 2.2em;
        flex-wrap: wrap;
    }
    .cf-response-notify-message-error>span,
    .cf-response-notify-message>span {
        width: 100%;
    }
    .cf-response-notify-icon-error,
    .cf-response-notify-icon {
        height: 68px;
    }
    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors~div.cf-response-notify-error,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok+.cf-response-notify,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked~div.cf-response-notify-error {
        height: 68px;
    }
    .sys-in-sec .grid_inner-item.active p.sys_sec_desc.show-readmore {
        display: block;
        height: auto !important;
        text-transform: none;
        margin-bottom: 1em;
        font-size: 14px;
    }
    .resources-lists-item-body .video .resource-card-inner-content {
        position: absolute;
        z-index: 9;
        padding: 2em 1em;
        margin: 0;
        top: 0;
        width: 100%;
        left: 0;
    }
    input.form-control.default_input_search {
        background: white;
    }
    #contact-us .single-image-content {
        margin-bottom: 30px;
    }
    .our-location-address span {
        font-size: 16px;
    }
    .cat-animatation-popup-body .cat-item-content-heading .h2 {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.8;
        letter-spacing: normal;
    }
    .cat-animatation-popup-body .cat-item-content-short-desc,
    .cat-animatation-popup-body .cat-item-content-link {
        height: auto;
        opacity: 1;
        margin-top: 16px;
    }
    .cat-animatation-popup-body .cat-item-content-link a {
        font-size: 14px;
    }
    .cat-item-content-link a {
        display: none;
    }
    .back-menu-body {
        display: block;
    }
    .top-search-result-heading .h3 {
        font-weight: 500;
        font-size: 25px;
    }
    .top-search-result-list .top-search-result-item {
        font-size: 16px;
    }
    .main-header {
        position: fixed;
    }
    .menu-item.menu-item-object-products.current-menu-item a {
        width: auto;
    }
    .resource-body .carousel-item-body img {
        height: auto;
        max-height: 250px;
    }
    .arrow-itm-sec {
        top: 60%;
    }
    .arrow-itm-sec i {
        line-height: 36px;
        width: 39px;
        height: 39px;
        border: solid 2px rgba(0, 13, 52, 0.2);
        padding: 0;
        margin: 0;
        left: 0;
    }
    .sliders-body .vimeo iframe {
        left: 0 !important;
    }
    .sliders-body .vimeo {
        background: #000;
    }
    .sys-arc-desktop {
        display: none;
    }
    .mb__dot {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        padding-top: .5em;
    }
    .footer-menu-list .menu-depth-1>li.open--footer-submenu:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    ul.sub-menu.menu-depth-1 li {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-menu-nav .sub-menu-wrapper .sub-menu.menu-depth-2 {
        width: 100%;
    }
    ul.sub-menu.menu-depth-1 li a {
        width: 100%;
    }
    #vidbutton,
    #vidbutton2 {
        display: none;
    }
    .desktop--image {
        display: none;
    }
    .cat-animatation-popup-contain,
    .cat-animatation-popup-video {
        position: relative;
        z-index: 1;
    }
    .main-slider .slide-image img {
        min-width: 100%;
        height: 80vh;
        width: auto;
        max-width: inherit;
    }
    .sliders-body .swiper-slide>div.item,
    .main-slider .swiper-slide {
        background-color: #000d34;
        min-height: 80vh;
        height: 80vh;
    }
    .sliders-body .item video{
        margin-top: 70px;
    }
    .sliders-body .swiper-container-horizontal>.swiper-pagination {
        display: flex;
        align-items: center;
        width: auto !important;
        left: 10px !important;
    }
    .sliders-body .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        width: 10px;
        height: 10px;
    }
    .sliders-body .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
    }
    .main-slider .slider-item-caption .fs-80 {
        font-size: 30px;
    }
    .secondary-fixed .page-link-label {
        display: none;
    }
    .secondary-fixed {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    body.single-careers,
    body.single-resources,
    body.single-media_hub {
        padding-top: 72px;
    }
    .total__btm__b ul li {
        width: 100%;
        margin-right: 0;
    }
    .hero-banner {
        background-position: -100% bottom;
        background-size: 150%;
    }

    .main-slider .slide-image img {
        height: 50vh;
    }
    .sliders-body .swiper-slide>div.item,
    .main-slider .swiper-slide {
        min-height: 50vh;
        height: 50vh;
    }
}
@media screen and (max-width: 1100px)
{
	.newsletter-form .newsletter-btn-subsrcibe {
    margin-top: 45px !important;
	}
}
@media screen and (max-width: 992px)
{
	.newsletter-form .newsletter-btn-subsrcibe {
    	margin-top: 30px !important;
	}
}

@media screen and (max-width: 767px){
	.newsletter-form .newsletter-btn-subsrcibe {
		margin-top: 20px !important;
	}
	.newsletter-form {
    text-align: left;
}
	.news-form {
    margin-top: 0;
}
	
	.search-result-title {
		width:100%
	}
}



.search-result-content p {
	max-height: 4.25em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-menu-list .resource-card-title>span {
    overflow: hidden;
    width: 15em;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.main-menu-list .resource-card-title>span.resource-card-title-more {
    width: auto;
    white-space: normal;
	display: inline;
}

@media screen and (max-width:640px){
    .video-body {
       margin-bottom:0;
       padding:0;     
    }
}