/* Reset */

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}


/* -- main styles -- */

.nopad {
	padding:0;
}

.nopadleft {
	padding-left:0;
}

.nopadright {
	padding-right:0;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    display: none;
    padding-top: 1px;
}

.hamburger:hover {
    opacity: 1;
}

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

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

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 16px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #112c51;
}
.hamburger--squeeze.is-active .hamburger-inner,
.hamburger--squeeze.is-active .hamburger-inner:after,
.hamburger--squeeze.is-active .hamburger-inner:before {
    width: 21px;
}

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

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

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

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

/* main style */
.row {
    max-width: 1290px;
    padding: 0 25px;
}
.row-1030 {
    max-width: 1080px;
}
.row-1440 {
    max-width: 1490px;
}
.btn-yellow,
.btn-yellow:focus,
.btn-yellow:active {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #112c51;
    background: #ffd600;
    border-radius: 32.5px;
    padding: 17px 24px 16px;
    transition: 0.2s ease-in-out;
}
.btn-yellow:hover {
    color: #112c51;
    background: #ffe979;
}
.btn-yellow.btn-yellow-slim,
.btn-yellow.btn-yellow-slim:focus,
.btn-yellow.btn-yellow-slim:active {
    padding: 10px 25px;
}

main {
    overflow: hidden;
}

/* Header */
header {
    position: fixed;
    top: 0; right: 0; left: 0;
    padding: 11px 0 0;
    transition: 0.2s;
    z-index: 999;
}
/* header.has-l-news {
    padding-top: 0 !important;
} */
.header-nav-small {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header-nav-small > ul {
    transition: 0.2s ease-in-out;
}
.header-nav-small ul li {
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    line-height: 1;
}
.header-nav-small ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.header-nav-small > ul > li::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 100%; right: 0; left: 0;
}
.header-nav-small > ul > li:hover > a::after  {
    width: 100%;
}
.header-nav-small ul li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    transition: 0.2s;
    z-index: 1;
    white-space: nowrap;
    opacity: 0.6;
}
.header-nav-small ul li ul li a {
    color: #112c51;
    font-size: 12px;
    opacity: 1;
    text-transform: initial;
}
.header-nav-small ul li ul li a:hover {
    color: #112c51;
    opacity: 1;
    text-transform: initial;
    text-shadow: 1px 0 0px rgb(17, 44, 81);
}
.header-nav-small ul li a:hover {
    color: #fff;
    opacity: 1;
    text-shadow: 1px 0 0px rgb(17, 44, 81);
}
.header-nav-small ul li ul {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%; 
    transform: translate(-50%, -10px);
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 22px 25px;
    margin-left: 0;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.header-nav-small ul li ul li {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 14px;
    cursor: default;
}
.header-nav-small ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}
.header-right {
    padding-top: 17px;
}
.header-right ul {
    float: right;
}
.header-right ul li {
    float: left;
    margin-left: 30px;
}
.header-right ul li.header-right-search {
    margin-top: 10px;
}
.header-right ul li.header-right-search a {
    transition: 0.2s;
}
.header-right ul li.header-right-search a:hover {
    opacity: 0.7;
}
.btn-search,
.btn-search:focus,
.btn-search:active {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #d5eaf9 url(../svg/icon-header-search-blue.svg) no-repeat center center;
    border-radius: 50%;
    transition: 0.2s;
}
.btn-search:hover {
    opacity: 0.7;
}

.header-main {
    position: relative;
}
.header-nav {
    padding-top: 24px;
}
.header-nav > ul > li {
    float: left;
    margin-right: 38px;
    padding-bottom: 19px;
}
.header-nav > ul > li:hover::after {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: 99%;
    left: 0;
}
.header-nav > ul > li:last-child {
    margin-right: 0;
}
.header-nav > ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    cursor: default;
}
.header-nav > ul > li:hover > a {
    font-weight: 800;
}
.header-nav > ul > li ul {
    margin-left: 0;
}
.header-nav > ul > li ul > li {
    margin-bottom: 15px;
}
.header-nav > ul > li ul > li:last-child {
    margin-bottom: 0;
}
.header-nav > ul > li ul > li > a {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    transition: 0.2s;
    white-space: nowrap;
    z-index: 1;
}
.header-nav > ul > li ul > li > a:hover {
    text-shadow: 1px 0 0px rgb(17, 44, 81);
}

.header-submenu {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 20px 30px 40px;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%; 
    transform: translate(-50%, -10px);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    overflow: hidden;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 45px;
}
.header-submenu-large {
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-submenu-large-menu {
    padding: 29px 35px 35px 35px;
}
.header-submenu-large-side {
    background: #f0f8fd;
    position: relative;
    padding: 30px 35px;
}
.header-submenu-large-menu > ul > li > a {
    display: block;
    font-weight: 700 !important;
}
.header-submenu-large-menu > ul > li > a::after {
    display: none;
}
.header-submenu-large-menu > ul > li > a::before {
    content: '';
    width: 46px;
    height: 13px;
    background: url(../svg/icon-header-menu-hover-arrow.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 34%; transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s;
}
/* .header-submenu-large-menu >ul li.hovered a::before {
    opacity: 1;
} */
.header-nav > ul > li:hover .header-submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}
.header-submenu-large-menu {
    width: 45%;
}
.header-submenu-large-side {
    width: 55%;
}

#resources-desk-submenu {
    width: 630px;
}
#resources-desk-submenu .header-submenu-large-side {
    padding-bottom: 248px;
}
.res-pc-subcontent-nav ul li {
    margin-bottom: 10px;
}
.res-pc-subcontent-nav ul li a {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    transition: 0.2s;
    white-space: nowrap;
    z-index: 1;
}
.res-pc-subcontent-nav ul li a::after {
    content: '';
    width: 0;
    height: 6px;
    background: rgba(255,214,0,0.8);
    position: absolute;
    bottom: 0; left: 0;
    transition: 0.2s;
    z-index: -1;
}
.res-pc-subcontent-nav ul li a:hover::after {
    width: 97%;
}
.res-pc-subcontent {
    /* opacity: 0;
    visibility: hidden; */
    display: none;
}
.res-pc-subcontent-featured {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 218px;
}
.res-pc-subcontent-featured::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0.2;
}

.res-pc-subcontent-featured img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.res-pc-subcontent-featured-box {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 30px; right: 30px;
}
.res-pc-subcontent-featured-cat {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.res-pc-subcontent-featured-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}
.res-pc-subcontent-featured-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    transition: 0.2s;
}
.res-pc-subcontent-featured-btn a:hover {
    opacity: 0.7;
}

.header-submenu-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
    padding-top: 20px;
    white-space: nowrap;
}
.header-submenu-is-label {
    color: #112C51;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 16px;
    padding-left: 0 !important;
}
.header-submenu-is-label ~ li {
    padding-left: 16px;
}


.header-submenu-large-menu ul > li > a {
    font-size: 20px !important;
}
.header-submenu-large-menu ul > li {
    margin-bottom: 23px;
}
.header-submenu-large-menu ul > li:last-child {
    margin-bottom: 0;
}
.header-submenu-large-menu {
    width: 100%;
    position: relative;
}
.header-submenu-large-side {
    width: 453px;
}
.mobile-header {
    background: #fff;
    padding: 42px 0 135px;
    display: none;
    position: relative;
    height: calc(100% - 40px);
}
.mobile-header .row {
    height: 100%;
    padding: 0;
}
.mobile-header-nav {
    margin-bottom: 0;
    padding: 0 25px 0;
    height: 100%;
    overflow-y: auto;
}
.mobile-header-bottom-wrap {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
.mobile-header-nav > ul > li:last-child {
    margin-bottom: 0;
}
.mobile-header-nav > ul > li > a {
    display: block;
    color: #112c51;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    position: relative;
    padding: 14px 20px 14px 0;
    border-bottom: 1px solid #dcdcdc;
}
.mobile-header-nav > ul > li:first-child > a {
    border-top: 1px solid #dcdcdc;
}
.mobile-header-nav > ul > li:last-child > a {
    border-bottom: none;
}
.mobile-header-nav > ul > li > a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../svg/icon-mobile-nav-arrow.svg) no-repeat center center;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
.mobile-header-bottom {
    padding: 0 25px;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}
.mobile-header-bottom-right  {
    line-height: 0;
}

.mobile-header-subnav-hold {
    padding-top: 42px;
    position: fixed; 
    top: 56px; right: 0; bottom: 95px; left: 25px;
    background: #fff;
    z-index: 10;
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.mobile-header-subnav-hold.is-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.mobile-header-subnav-hold-wrap {
    height: calc(100% - 46px);
    overflow-y: auto;
}
.submenu-back-to-main {
    color: #112c51;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.submenu-back-to-main::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../svg/icon-submenu-back-to-main.svg) no-repeat center center;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0;
}
.mobile-header-subnav {
    margin-bottom: 26px;
    padding-right: 25px;
}
.mobile-header-subnav span {
    display: block;
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
}
.mobile-header-subnav ul {
    margin-left: 15px;
}
.mobile-header-subnav ul li {
    margin-bottom: 10px;
}
.mobile-header-subnav ul li a {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    z-index: 2;
}
.mobile-header-subnav ul li a::after {
    content: '';
    width: 0;
    height: 6px;
    background: rgba(255,214,0,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.2s ease-in-out;
}
.mobile-header-subnav ul li a:hover::after {
    width: 96%;
}
.ham-active .header-right .header-right-talk,
.ham-active .header-right .header-right-search {
    display: none;
}


header.scrolled {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
/* header.scrolled .header-nav-small ul , */
header.scrolled .header-nav-small ul li ul {
    background: #f7f7f7;
}

header.scrolled .header-nav-small ul li a {
    color: #112c51;
}
header.scrolled .header-right-search svg path {
    fill: #112c51;
}

header.scrolled .country-selector.weglot-dropdown .wgcurrent:after {
    border: solid #112c51;
    border-width: 0 2px 2px 0;
}
header.ham-active {
    bottom: 0;
    padding-top: 20px !important;
    padding-bottom: 0;
    background: #fff;
}
.header-logo-blue {
    display: none;
}
header.scrolled .header-logo-blue,
header.ham-active .header-logo-blue {
    display: block;
}
header.scrolled .header-logo-white,
header.ham-active .header-logo-white {
    display: none;
}

header.scrolled  .header-nav > ul > li > a {
    color: #112c51;
}

/* Footer */
footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001f43+1,00346d+99 */
    background: rgb(0,31,67); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,31,67,1) 1%, rgba(0,52,109,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,31,67,1) 1%,rgba(0,52,109,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,31,67,1) 1%,rgba(0,52,109,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f43', endColorstr='#00346d',GradientType=0 ); /* IE6-9 */

    padding: 80px 0 62px;
    position: relative;
    z-index: -1;
}
footer .row {
    position: relative;
    z-index: 1;
}
.footer-circle {
    width: 802px;
    height: 802px;
    /* background: url(../img/icon-circle-dots-blue.png) no-repeat center center; */
    position: absolute;
    top: -672px;
    left: -477px;
    z-index: -1;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 140px;
}
.footer-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 25px;
}
.footer-contact {
    margin-bottom: 55px;
}
.footer-subscribe {
    margin-bottom: 40px;
}
.footer-subscribe label {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-subscribe-input {
    display: inline-block;
    position: relative;
}
.footer-subscribe-input input,
.footer-subscribe-input input:focus,
.footer-subscribe-input input:active {
    box-shadow: none !important;
    border: 1px solid rgba(151,204,239,0.2) !important;
    margin: 0 !important;
    height: 45px !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 2px 90px 2px 20px !important;
    width: 100% !important;
}
.footer-subscribe-input input::placeholder {
    color: #97ccef;
    opacity: 0.5;
}
.footer-subscribe-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #97ccef;
    opacity: 0.5;
}
.footer-subscribe-input input::-moz-placeholder { /* Firefox 19+ */
    color: #97ccef;
    opacity: 0.5;
}
.footer-subscribe-input input:-ms-input-placeholder { /* IE 10+ */
    color: #97ccef;
    opacity: 0.5;
}
.footer-subscribe-input input:-moz-placeholder { /* Firefox 18- */
    color: #97ccef;
    opacity: 0.5;
}
.footer-subscribe-input .mktoForm {
    width: 100% !important;
    padding: 0 !important;
}
.footer-subscribe-input .mktoForm .mktoButtonWrap .mktoButton, 
.footer-subscribe-input .mktoForm .mktoButtonWrap .mktoButton:focus 
.footer-subscribe-input .mktoForm .mktoButtonWrap .mktoButton:active {
    display: inline-block !important;
    height: 45px !important;
    /* border-radius: 50% !important; */
    border-radius: 4px !important;
    /* background: #d5eaf9 url(../img/icon-footer-sub-arrow.svg) no-repeat center center; */
    background: #d5eaf9;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    padding: 11px 15px !important
}
.footer-subscribe-input .mktoForm .mktoButtonRow {
    position: absolute;
    top: 0; right: 0;
}
.footer-subscribe-input .mktoForm .mktoButtonWrap.mktoRound {
    margin: 0 !important;
}
.footer-subscribe-input .mktoForm .mktoOffset,
.footer-subscribe-input .mktoForm label {
    display: none !important;
}
.footer-subscribe-input .mktoGutter {
	display: none;
}
.footer-socials ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-socials {
    margin-bottom: 30px;
}
.footer-socials ul li {
    float: left;
    margin-right: 30px;
}
.footer-socials ul li:last-child {
    margin-right: 0;
}
.footer-socials ul li a {
    opacity: 0.5;
    transition: 0.2s;
}
.footer-socials ul li a svg {
    max-width: 21px;
    max-height: 21px;
}
.footer-socials ul li a:hover {
    opacity: 1;
}
.footer-facebook {
    display: inline-block;
    width: 10.43px;
    height: 20px;
    background: url(../svg/icon-footer-facebook.svg) no-repeat center center;
}
.footer-twitter {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../svg/icon-footer-twitter.svg) no-repeat center center;
}
.footer-linkedin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../svg/icon-footer-linkedin.svg) no-repeat center center;
}
.footer-youtube {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../svg/icon-footer-youtube.svg) no-repeat center center;
}
.footer-apple {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../svg/icon-footer-apple.svg) no-repeat center center;
}
.footer-google {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../svg/icon-footer-google.svg) no-repeat center center;
}
.footer-item {
    padding: 0 30px 0 0;
}
.footer-title {
    opacity: 0.5;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    color: #97ccef;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-nav {
    margin-bottom: 58px;
}
.footer-nav ul li {
    margin-bottom: 8px;
}
.footer-nav ul li:last-child {
    margin-bottom: 0;
}
.footer-nav ul li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
}
.footer-nav ul li a:hover {
    opacity: 0.7;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 29px;
}
.copyright-items ul li {
    float: left;
    margin-right: 46px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(216, 216, 216, 0.4);
}
.copyright-items ul li a {
    color: rgba(216, 216, 216, 0.4);
    transition: 0.2s;
}
.copyright-items ul li a:hover {
    color: rgba(216, 216, 216, 1);
}
.footer-mobile-nav {
    margin-bottom: 40px;
}
.footer-mobile-nav ul li {
    margin-bottom: 18px;
}
.footer-mobile-nav-title {
    
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    padding-right: 16px;
    transition: 0.2s;
}
.footer-mobile-nav-title:hover {
    opacity: 0.7;
}
.footer-mobile-nav-title::after {
    content: '';
    width: 8px;
    height: 4px;
    background: url(../svg/icon-footer-menu-dropdown.svg) no-repeat center center;
    position: absolute;
    top: 10px;
    right: 0;
    transition: 0.2s;
}
.footer-mobile-nav-title.is-active::after {
    transform: rotate(180deg);
}
.footer-mobile-nav ul li ul {
    margin-left: 15px;
    margin-top: 10px;
    display: none;
}
.footer-mobile-nav ul li ul li {
    margin-bottom: 10px;
}
.footer-mobile-nav ul li ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.2s;
}
.footer-mobile-nav ul li ul li a:hover {
    opacity: 0.7;
}

/* cta */
.cta {
    position: relative;
    margin-bottom: 0px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00132c+0,001e43+100 */
    background: rgb(0,19,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,19,44,1) 0%, rgba(0,30,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,19,44,1) 0%,rgba(0,30,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,19,44,1) 0%,rgba(0,30,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00132c', endColorstr='#001e43',GradientType=0 ); /* IE6-9 */

}
.cta-box {
    min-height: 380px;
    /* border-radius: 184.5px; */
    /* background: linear-gradient(73deg, #112C51, #009FDF); */
    position: relative;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0;
    border-bottom: 1px solid rgba(151,204,239,0.2);
}
.cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    right: 0px; 
    bottom: 0;
    left: 0;
    mix-blend-mode: overlay;
    background: url(../png/cta-orn.png) no-repeat center center;
    background-size: cover;
}
.cta-box::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 184.5px;
    position: absolute;
    top: 0; right: -10px; bottom: 0;
    border: solid 3px #112c51;
    z-index: 1;
    display: none;
}
.cta-box img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 184.5px;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-box-title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.cta-box-text {
    color: #fff;
    font-size: 22px;
    line-height: 1.64;
}
.cta-box-btn {
    margin-top: 40px;
}
.cta-content-2 .cta-box-text {
    margin-bottom: 20px;
}
.cta-form input,
.cta-form input:focus,
.cta-form input:active {
    box-shadow: none;
    border: none;
    margin: 0 auto 20px auto;
    height: 36px;
    border-radius: 18px;
    background: #fff;
    color: #112c51;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 46px 9px 15px;
    max-width: 615px;
}
.cta-form input::placeholder {
    color: #112c51;
    opacity: 1;
}
.cta-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #112c51;
    opacity: 1;
}
.cta-form input::-moz-placeholder { /* Firefox 19+ */
    color: #112c51;
    opacity: 1;
}
.cta-form input:-ms-input-placeholder { /* IE 10+ */
    color: #112c51;
    opacity: 1;
}
.cta-form input:-moz-placeholder { /* Firefox 18- */
    color: #112c51;
    opacity: 1;
}

/* Homepage content */
.home-intro {
   margin-bottom: 168px;
}
.home-intro-box {
    min-height: 720px;
    position: relative;
    width: calc(100% + 83px);
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px; 
}
.home-intro-box::before {
    content: '';
    width: 9999px;
    height: 100%;
    background: #112c51;
    position: absolute;
    right: 99%;
    top: 0;
    z-index: 0;
}
.home-intro-box::after {
    content: '';
    width: 100%;
    height: 100%;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    border: solid 3px #112c51;
    border-left: none;
    position: absolute;
    top: 0;
    right: -13px;
}
.home-intro-owl .owl-stage-outer {
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
}
.home-intro-owl .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.home-intro-owl .item {
    position: relative;
    min-height: 720px;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    padding: 220px 0 170px;
    height: 100%;
}
.home-intro-owl .item::before {
    content: '';
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    background: rgb(17,44,81);
    background: linear-gradient(90deg, rgba(17,44,81,1) 22%, rgba(255,255,255,0) 100%);
    border-top: solid 3px #112C51;
    border-bottom: solid 3px #112C51;
    z-index: 1;
}
.home-intro-owl .item img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
}
.home-intro-owl-textbox {
    position: relative;
    z-index: 2;
    max-width: 820px;
}
.home-intro-owl-text h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.38px;
    margin-bottom: 23px;
}
.home-intro-owl-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 40px;
}
.home-intro-owl-custom-dots {
   position: absolute;
   bottom: -70px;
   left: 305px;
   width: 9999px;
   border-top-left-radius: 87.5px;;
   border-bottom-left-radius: 87.5px;
   -webkit-box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
   box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
   padding: 34px 0 34px 80px;
   z-index: 2;
   background: #fff;
}
#home-intro-owl-custom-dots li {
    float: left;
    width: 265px;
    margin-right: 55px;
    cursor: pointer;
}
#home-intro-owl-custom-dots li:last-child {
    margin-right: 0;
}
.home-intro-owl-custom-dots-title {
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 11px;
    transition: 0.2s;
}
.home-intro-owl-custom-dots-text {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.home-intro-owl-custom-dots-text span {
    transition: 0.2s;
}
#home-intro-owl-custom-dots li.is-active .home-intro-owl-custom-dots-title {
    color: #009fdf;
}
#home-intro-owl-custom-dots li.is-active .home-intro-owl-custom-dots-text span {
    -webkit-box-shadow: inset 0 -6px rgba(255,214,0,0.8);
    box-shadow: inset 0 -6px rgba(255,214,0,0.8);
}
.intro-scroll-down,
.intro-scroll-down:focus,
.intro-scroll-down:active {
    display: inline-block;
    width: 58px;
    height: 58px;
    background: #ffd600 url(../png/icon-intro-scroll-arrow-down.png) no-repeat center center;
    border-radius: 50%;
    transition: 0.2s;
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 6;
}
.intro-scroll-down:hover {
    background: #ffe979 url(../png/icon-intro-scroll-arrow-down.png) no-repeat center center;
}
.home-intro-owl-tablet {
    position: absolute;
    bottom: -51px;
    left: 99px;
    width: calc(100% - 135px);
    border-top-left-radius: 87.5px;;
    border-bottom-left-radius: 87.5px;
    -webkit-box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
    padding: 20px 125px 48px 92px;
    z-index: 2;
    background: #fff;
}
.home-intro-owl-tablet {
    display: none;
}
.home-intro-owl-btn span {
    display: inline-block;
    position: relative;
}
.home-intro-owl-btn span::after {
    content: '';
    width: 501px;
    height: 501px;
    background: url(../svg/image-home-intro-button-circle-blue.svg) no-repeat center center;
    position: absolute;
    top: -313px;
    right: -274px;
    z-index: -1;
}

.home-solutions {
    margin-bottom: 124px;
    position: relative;
    z-index: 2;
}
.section-title {
    color: #112c51;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.88px;
    margin-bottom: 40px;
}
.section-title.section-title-white {
    color: #fff;
}
.section-text {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}
.section-text.section-text-white {
    color: #fff;
}
.section-text a {
    font-weight: 700;
    color: #112c51;
    text-decoration: underline solid Currentcolor;
    transition: 0.2s;
}
.section-text a:hover {
    color: #112c51;
    text-decoration: underline solid transparent;
}
.section-text.section-text-white a {
    color: #fff;
}
.section-text.section-text-white a:hover {
    color: #fff;
}
.section-text p {
    margin-bottom: 20px;
}
.custom-tab-navigation {
    margin-bottom: 64px;
}
.custom-tab-navigation ul li {
    display: inline-block;
    margin-right: 117px;
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 2px;
    position: relative;
    opacity: 0.4;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.custom-tab-navigation ul li::after {
    content: '';
    width: calc(100% + 16px);
    height: 5px;
    border-bottom: 5px dotted #ffe979;
    /* background: url(../img/icon-custom-tabs-li-dots.svg) no-repeat left center;
    background-size: cover !important; */
    position: absolute;
    bottom: 0;
    left: -10px; right: -6px;
    transition: 0.2s;
    opacity: 0;
}
.custom-tab-navigation ul li:last-child {
    margin-right: 0;
}
.custom-tab-navigation ul li.is-active,
.custom-tab-navigation ul li.is-active::after {
    opacity: 1;  
}
.custom-tab-navigation select {
    height: 38px !important;
    padding: 6px 20px 6px 0;;
    border: none;
    border-bottom: 1px solid #cacaca;
    margin: 0;
    color: #112c51;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    background-color: transparent;
    background-size: 8px 5px;
    background-position: right -20px center;
}
.custom-tab-navigation option {
    padding-left: 0 !important;
}
.custom-tab-content-left {
    padding: 0 10% 0 8%;
}
.custom-tab-content-left .section-title {
    margin-bottom: 24px;
}
.home-solutions-owl-hold {
    width: calc(100vw - ((100vw - 1290px) / 2) - (1290px * 0.42));
    position: relative;
}
.home-solutions-owl .owl-stage-outer {
    margin: -20px 0 21px -15px;
    margin-bottom: 41px;
    padding: 20px 0 20px 15px;
}
.home-solutions-owl .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.home-solutions-owl .item a {
    display: block;
    width: 348px;
    min-height: 411px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: relative;
    padding: 50px 50px 65px;
    border-radius: 18px;
}
/* .home-solutions-owl .item a::after {
    content: '';
    width: 23px;
    height: 97px;
    background: url(../img/icon-home-solutions-item-dots.svg) no-repeat center center;
    position: absolute;
    top: -5px;
    right: 33px;
} */
.home-solutions-card-dot {
    width: 23px;
    height: 97px;
    position: absolute;
    top: -5px;
    right: 33px;
}
.home-solutions-owl-tag {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
}
.home-solutions-owl-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 27px;
    padding-right: 10%;
    min-height: 56px;
}
.home-solutions-owl-text {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    max-height: 176px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* number of lines to show */
}
.home-solutions-owl-arrow {
    width: 46px;
    position: absolute;
    left: 50px;
    bottom: 41px;
    height: 14px;
}
.home-solutions-owl-arrow::before,
.home-solutions-owl-arrow::after {
    content: '';
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-in-out;
    width: 46px;
}
.home-solutions-owl-arrow::before {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
}
.home-solutions-owl-arrow::after {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    opacity: 0;
}
.home-solutions-owl .item a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.home-solutions-owl .item a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}
.home-solutions-owl .owl-nav {
    position: absolute;
    right: calc( (100vw - 1290px) / 2 + 32px);
    bottom: -40px;
}
.home-solutions-owl .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #112c51 !important;
    margin-left: 13px;
    transition: 0.2s;
}
.home-solutions-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-owl-prev-blue.svg) no-repeat center center;
}
.home-solutions-owl .owl-nav button.owl-next {
    background: url(../svg/icon-owl-next-blue.svg) no-repeat center center;
}
.home-solutions-owl .owl-nav button.disabled {
    opacity: 0.34;
}
.home-solutions-owl .owl-nav button span {
    display: none;
}
.home-solutions-owl .owl-nav button:hover {
    opacity: 0.7;
}
.home-solutions-owl-progress {
    width: calc(100% - 105px);
    position: relative;
    margin-top: -17px;
}
.home-solutions-owl-progress-itself {
    height: 4px;
    background:  #dcdcdc;
    border-radius: 10px;
}
.home-solutions-owl-progress-itself span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #112C51;
    transition: 0.2s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.custom-tab-content {
    display: none;
}
.custom-tab-content.is-active {
    display: block;
}
.item-for-pc-count,
.item-for-pc-count-wide a {
    opacity: 0;
}
.item-for-pc-count-wide {
    display: none;
}

.home-section-3 {
    background: -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    position: relative;
    padding: 155px 0 0;
    z-index: 3;
}
.home-section-3-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 37px;
}
.home-section-3-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.88px;
    margin-bottom: 50px;
}
.home-section-3-title span {
    /* -webkit-box-shadow: inset 0 -15px rgba(255,214,0,0.8);
    box-shadow: inset 0 -15px rgba(255,214,0,0.8); */
    background-color: transparent;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,214,0,0.8)), to(rgba(255,214,0,0.8)));
    background-image: -o-linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-image: linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-repeat: no-repeat;
    background-size: 0% 30%;
    background-position: 0 100%;
}
.home-section-3-title.in-view span {
    animation: 1s highlight ease-in-out forwards;
}
.home-section-3-dots {
    margin-bottom: 261px;
}
.home-section-3-dots div {
    display: inline-block;
    width: 4px;
    height: 49px;
    border-left: dotted 4px #ffd600;
}
.home-section-3-top {
    position: relative;
    z-index: 3;
}
.home-section-3-circle-dots {
    width: 801px;
    height: 801px;
    /* background: url(../img/bg-blue-circle-801.svg) no-repeat center center; */
    background-size: contain !important;
    position: absolute;
    z-index: 0;
}
.home-section-3-circle-top {
    top: -404px;
    left: -400px;
}
.home-section-3-circle-bottom {
    bottom: -229px;
    right: -400px;
}

.home-sticky-slider-section {
    background-color: #112c51;
    position: relative;
    z-index: 3;
}
.home-sticky-slider-hold {
    height: 100vh;
    position: relative;
}
.home-sticky-slider-hold-inside {
    position: relative;
    z-index: 4;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 275px
}
.home-sticky-slider-hold-hiddens {
    position: relative;
}

.home-sticky-slider-yellow-circle {
    width: 711px;
    height: 400px;
    background: url(../png/icon-yellow-circle-half.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-sticky-slider-item.is-active {
    display: block;
}

.home-sticky-slider-hold-hidden {
    height: 100vh;
}
.home-sticky-slider-items {
    position: relative;
}
.home-sticky-slider-item {

}
.home-sticky-slider-item {
    position: absolute;
    left:0; right: 0;
    top:0;
    opacity: 0;
    visibility: hidden;    
}

.home-sticky-slider-item.active {
    opacity: 1;
    visibility: visible;
}

.home-section-5 {
    position: relative;
    padding: 406px 0 230px;
    background-color: #112c51;
    overflow: hidden;
}
.home-section-5 img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.37;
}
.home-section-5 .row {
    position: relative;
    z-index: 3;
}
.home-section-5-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.home-section-5-circle-bottom {
    right: -403px;
    bottom: -396px;
}
.home-section-4-box {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 799px;
   
    z-index: 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    overflow: hidden;
}
.home-section-4-box::after {
    content: '';
    width: calc(100% - 204px);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff url(../svg/bg-yellow-circle-802.svg) no-repeat bottom -401px right -74px;
    background-size: contain !important;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0; bottom: 0; left: 0;
    height: 100%;
    z-index: -1;
}
.home-section-4-box .row {
    position: relative;
}

.home-section-4-box-item .section-title {
    margin-bottom: 30px;
}
.home-section-4-box-text {
    color: #112c51;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 40px;
}
.home-section-sticky-slider-dots {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: -40px;
    width: 13px;
    z-index: 5;
}
.home-section-sticky-slider-dots ul li {
    display: inline-block;
    opacity: 0.20;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #112c51;
    margin-bottom: 21px;
    transition: 0.2s ease-in-out;
}
.home-section-sticky-slider-dots ul li.is-active {
    opacity: 1;
}
.home-section-sticky-slider-dots ul li a {
    display: block;
    width: 100%; height: 100%;
}
.home-section-4-box-item-image-hold {
    width: 739px;
    height: 741px;
    position: absolute;
    top: 50%; right: -314px;
    transform: translateY(-50%);
    border-radius: 50%;
}
.home-section-4-box-item-image-hold::after {
    content: '';
    border: solid 3px #112c51;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border-radius: 50%;
    transform: translateY(15px);
}
.home-section-4-box-item-image {
    width: 739px;
    height: 741px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.home-section-4-box-item-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.home-unique-services {
    position: relative;
}
.home-unique-services #our-services {
    position: absolute;
    top: -130px;
    left: 0; right: 0;
    opacity: 0;
    visibility: hidden;
}
.home-unique-services-top {
    margin-bottom: 129px;
    position: relative;
}
.home-unique-services-left {
    padding: 100px 0 148px;
    position: relative;
}
.home-unique-services-left::before {
    content: '';
    height: 100%;
    min-height: 691px;
    width: 3000px;
    border-radius: 388px;
    background: -o-linear-gradient(52deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(38deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.home-unique-services-left::after {
    content: '';
    height: 100%;
    min-height: 691px;
    width: 3000px;
    border-radius: 388px;
    border: solid 3px #112c51;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translateX(15px);
}

.home-unique-services-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}
.home-unique-services-list {
    padding: 100px 0 0 9.4%;
}
.home-unique-services-list ul li {
    margin-bottom: 20px;
}
.home-unique-services-list ul li a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    min-height: 107px;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding: 10px 110px 10px 50px;
}
.home-unique-services-list ul li a::before,
.home-unique-services-list ul li a::after {
    content: '';
    height: 14px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: calc(100% - 100px);
    transition: 0.2s ease-in-out;
    width: 46px;
}
.home-unique-services-list ul li a::before {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
}
.home-unique-services-list ul li a::after {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    opacity: 0;
}
.home-unique-services-list ul li a:hover::before {
    opacity: 0;
}
.home-unique-services-list ul li a:hover::after {
    opacity: 1;
    width: 55px;
}

.home-unique-services-mid-text {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 35px;
}
.section-title span {
    /* -webkit-box-shadow: inset 0 -15px rgba(255,214,0,0.8);
    box-shadow: inset 0 -15px rgba(255,214,0,0.8); */
    background-color: transparent;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,214,0,0.8)), to(rgba(255,214,0,0.8)));
    background-image: -o-linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-image: linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-repeat: no-repeat;
    background-size: 0% 30%;
    background-position: 0 100%;
}
.section-title.in-view span {
    animation: 1s highlight ease-in-out forwards;
}
.home-unique-services-mid .section-title {
    margin-bottom: 144px;
}

.home-world-hold {
    position: relative;
    display: inline-block;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 798px;
    height: 798px;
    z-index: 2;
}
.home-world-hold::after {
    content: '';
    border: solid 3px #112c51;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: translateX(15px);
    border-radius: 50%;
    width: 798px;
    height: 798px;
}
.home-world-video {
    min-width: 798px;
    min-height: 798px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.home-world-video::before {
    content: '';
    background: linear-gradient(73deg, #112C51, #009FDF);
    position: absolute; 
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2;
    opacity: 0.2;
}
.home-world-video video {
    right: 0;
    bottom: 0;
    left: -10px;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
.home-world-text {
    position: absolute;
    top: 50%; left: 0; transform: translateY(-50%);
    z-index: 3;
    padding: 50px 200px 50px 149px;
}
.home-world-circle-blue {
    width: 802px;
    height: 802px;
    /* background: url(../img/bg-blue-circle-801.svg) no-repeat center center; */
    background-size: contain !important;
    position: absolute;
    top: -174px;
    left: -340px;
    z-index: 0;
}
.home-world-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-world-right {
    position: relative;
    min-height: 435px;
    
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 125px;
    z-index: 3;
    margin-left: -144px;
}
.home-world-right > div {
    position: relative;
    z-index: 2;
    max-width: 470px;
}
.home-world-right::after {
    content: '';
    width: 9999px;
    height: 100%;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
z-index: 0;
}
.home-world-right-text {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 30px;
}

.home-testimonials {
    margin-top: -62px;
    position: relative;
    z-index: 2;
}
.home-testimonials-slider {
    position: relative;
    padding: 106px 440px 131px 9.2%;
}
.home-testimonials-slider::before {
    content: '';
    border-radius: 18px;
    background: -o-linear-gradient(64deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(26deg, #0291CE, #0D4B77, #112C51);
    height: 100%;
    width: 2000px;
    position: absolute;
    top: 0; bottom: 0; right: 0;
}
.home-testimonials-slider-side-image {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: -232px;
}
.home-testimonials-slider-side-image::after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 3px #112c51;
    border-radius: 50%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: translateY(9px);
}
.home-testimonials-slider-side-image-box {
    width: 524px;
    height: 525px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.home-testimonials-slider-side-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}
.home-testimonial-owl {
    margin-bottom: 51px;
}
.home-testimonial-owl-title {
    margin-bottom: 55px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}
.home-testimonial-owl-person {
    position: relative;
    padding: 0 170px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 11px;
}
.home-testimonial-owl-person-left {
    position: relative;
    padding: 0 0 0 95px;
}
.home-testimonial-owl-person-left.nopad {
    padding: 0;
}
.home-testimonial-owl-photo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0;
}
.home-testimonial-owl-photo img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-testimonial-owl-icon {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
.home-testimonial-owl-icon img {
    max-height: 70px;
    max-width: 130px;
}
.home-testimonial-owl-progress {
    padding-right: 105px;
}
.home-testimonial-owl-progress ul li {
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.home-testimonial-owl-progress ul li span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffd600;
    transition: 0.2s;
}
.home-testimonial-owl .owl-nav {
    position: absolute;
    right: 0;
    bottom: -66px;
}
.home-testimonial-owl .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #ffd600 !important;
    margin-left: 13px;
    transition: 0.2s;
}
.home-testimonial-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-owl-prev-yellow.svg) no-repeat center center;
}
.home-testimonial-owl .owl-nav button.owl-next {
    background: url(../svg/icon-owl-next-yellow.svg) no-repeat center center;
}
.home-testimonial-owl .owl-nav button.disabled {
    opacity: 0.34;
}
.home-testimonial-owl .owl-nav button span {
    display: none;
}
.home-testimonial-owl .owl-nav button:hover {
    opacity: 0.7;
}

.home-resources {
    padding: 150px 0 200px;
    position: relative;
    z-index: 3;
}
.home-resources-list ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.home-resources-list ul li {
    float: left;
    width: 31.5%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    min-height: 318px;
}
.home-resources-list ul li:nth-child(4n) {
    margin-right: 0;
}
.home-resources-list ul li:nth-child(4n + 1) {
    clear: both;
}
.home-resources-list ul li a {
    display: block;
    padding: 50px 50px 70px;
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    height: 100%;
}
.home-resources-list ul li a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.home-resources-list ul li a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}
.home-resources-list-cat {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
}
.home-resources-list-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.home-resources-list-slider {
    display: none;
}
.home-resources-list-owl .item {
    padding: 20px;
    text-align: center;
}
.home-resources-list-owl .item a {
    display: inline-block;
    text-align: left;
    max-width: 400px;
    padding: 50px 50px 70px;
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    min-height: 318px;
}
.home-resources-list-owl .owl-dots {
    text-align: center;
    line-height: 0;
    margin-bottom: 30px;
    padding-top: 10px;
}
.home-resources-list-owl .owl-dot {
    display: inline-block;
    opacity: 0.2;
    width: 8px;
    height: 8px;
    background: #112c51 !important;
    border-radius: 50%;
    transition: 0.2s;
    margin-right: 10px;
}
.home-resources-list-owl .owl-dot:last-child {
    margin-right: 0;
}
.home-resources-list-owl .owl-dot.active {
    background: #112c51;
    opacity: 1;
}

/* 404 page */
.large-simple-intro {
    position: relative;
    margin-bottom: 150px;
    z-index: 2;
}
.large-simple-intro-box {
    min-height: 720px;
    position: relative;
    width: calc(100% + 70px);
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    padding: 236px 0 186px;
    margin-top: -50px;
}
.large-simple-intro-box::before {
    content: '';
    width: 9999px;
    height: 100%;
    background: #112c51;
    position: absolute;
    right: 99%;
    top: 0;
    z-index: -1;
    border-top: solid 3px #112c51;
    border-bottom: solid 3px #112c51;
}
.large-simple-intro-box::after {
    content: '';
    width: 300px;
    height: 100%;
    background: rgb(17,44,81);
    background: linear-gradient(90deg, rgba(17,44,81,1) 22%, rgba(255,255,255,0) 100%);
    position: absolute;
    right: 80%;
    top: 0;
    z-index: -1;
}
.large-simple-intro-bg img {
    background-size: cover !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    z-index: -1;
}
.large-simple-intro-box-border {
    width: 100%;
    height: 100%;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    border: solid 3px #112c51;
    border-left: none;
    position: absolute;
    top: 0;
    right: -13px;
}
.large-simple-intro-text {
    position: relative;
    z-index: 2;
}
.simple-intro-title {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
}
.simple-intro-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 40px;
}
.simple-intro-text a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    transition: 0.2s; 
    text-decoration: underline solid Currentcolor;
}
.simple-intro-text a:hover {
    color: #fff;
    text-decoration: underline solid transparent;
}

.small-intro {
    position: absolute;
    top: 0; right: 0; left: 0;
}
.small-intro.has-l-news-intro .row {
    padding-top: 50px;
}
.small-intro.has-l-news-intro .row::before,
.small-intro.has-l-news-intro .row::after {
    margin-top: 0;
    top: 0;
}
.small-intro .row {
    position: relative;
    min-height: 179px;
}
.small-intro .row::before {
    content: '';
    height: 100%;
    width: 2000px;
    margin-top: -43px;
    border-radius: 100px;
    background: -o-linear-gradient(52deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(38deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    position: absolute;
    top: 0; right: -45px;
    z-index: 1;
}
.small-intro .row::after {
    content: '';
    width: 9999px;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border: solid 3px #112c51;
    position: absolute;
    top: -43px; right: -55px; bottom: 0;
}
.inner-page-small {
    padding-top: 236px !important;
}

/* Entry */
.entry h1,
.entry h2,
.entry h3,
.entry h4 {
    color: #112c51;
    font-weight: 700;
    margin-bottom: 20px;
}
.entry h1 {
    font-size: 85px;
    line-height: 80px;
    letter-spacing: -1.5657895px;
}
.entry h2 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -1.1973684px;
}
.entry h3 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.8842105px;
}
.entry h4 {
    font-size: 24px;
    line-height: 28px;
}
.entry p + h1,
.entry p + h2,
.entry p + h3,
.entry p + h4 {
    margin-top: 40px;
}
.entry ol + h1,
.entry ol + h2,
.entry ol + h3,
.entry ol + h4 {
    margin-top: 40px;
}
.entry ul + h1,
.entry ul + h2,
.entry ul + h3,
.entry ul + h4 {
    margin-top: 40px;
}
.entry p {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 20px;
}
.entry.entry-large-p p {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}
.entry a {
    color: #009fdf;
    transition: 0.2s; 
    text-decoration: underline solid transparent;
}
.entry a:hover {
    color: #009fdf;
    text-decoration: underline solid Currentcolor;
}
.entry p img {
    margin: 17px 0;
}
.entry hr {
    display: inline-block;
    width: 48px;
    height: 4px;
    border-bottom: 4px dotted #ffd600;
    margin: 0 0 30px;
}
.entry ul {
    padding-left: 20px;
    counter-reset: listStyle;
}
.entry ul li {
    padding-left: 20px;
}
.entry ul li,
.entry ol li  {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    counter-increment: listStyle;
    padding-left: 20px;
}
.entry ol {
    counter-reset: item;
    padding-left: 20px;
}
.entry > ol li:before {
    content: counters(item, "../index-83.html") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}
.entry ol li ol {
    margin-left: 0;
    padding-left: 0;
}
.entry ol li ol li {
    padding-left: 30px;
}
.entry ol li ol li ol li {
    padding-left: 40px;
}
.entry ol li ol li ol li ol li {
    padding-left: 50px;
}
.page-template-template-tos .entry ol {
    counter-reset: listStyle;
}
.page-template-template-tos .entry > ol li:before {
    content: counter(listStyle, lower-alpha) '.';
    counter-increment: item;
}
.entry ul li:before  {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #112c51;
}
.entry table {
    width: 100%;
    min-width: 400px;
    color: #112C51;
    border: 1px solid #112C51;
}
.entry table th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #fff;
    background: #112C51;
    padding: 9px 21px;
    border-bottom: 1px solid #112C51;
    border-right: 1px solid #112C51;
}
.entry table th:last-child {
    border-right: none;
}
.entry table tbody tr:nth-child(even) {
    background-color: #fff;
}
.entry table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.entry table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}
.entry table tr td {
    border-bottom: 1px solid #112C51;
    border-right: 1px solid #112C51;
    padding: 9px 21px;
    font-size: 15px;
    line-height: 22px;
}
.entry table tr td:first-child {
    font-weight: 500;
}
.entry table tr td:last-child {
    border-right: none;
}
.entry table p {
    margin-bottom: 0;
}
/* Blog Heading Sizes - Large */
.single .entry h2 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.88px;
}
.single .entry h3 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -0.4px;
}
.single .entry h4 {
    font-size: 24px;
    line-height: 28px;
}
.blog-detail-page-entry h2, .blog-detail-page-entry h3, .blog-detail-page-entry h4, .blog-detail-page-entry h5 {
    scroll-margin-top: 110px;
}

/* Terms page */
.terms-conditions-content {
    margin-bottom: 201px;
}
.terms-conditions-content-top {
    margin-bottom: 40px;
}
.terms-conditions-content-top .entry p {
    margin-bottom: 30px;
}
.terms-conditions-content-top-list span {
    display: block;
    margin-bottom: 20px;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.terms-conditions-content-top-list ul li  {
    float: left;
    margin-right: 42px;
    margin-bottom: 20px;
}
.terms-conditions-content-top-list ul li a {
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.4666667px;
    transition: 0.2s;
}
.terms-conditions-content-top-list ul li a:hover {
    opacity: 0.7;
}

/* EOSL page */
.large-simple-intro.medium-simple-intro {
    margin-bottom: 100px;
}
.medium-simple-intro .large-simple-intro-box {
    min-height: 451px;
    padding: 230px 0 89px 25px;
    width: calc(100% + 25px);
    margin-left: -25px;
}
.medium-simple-intro .large-simple-intro-box::after {
    content: '';
    width: 200px;
    right: 88%;
    top: 0;
    z-index: -1;
}
.medium-simple-intro .simple-intro-text {
    margin-bottom: 10px;
}
.simple-intro-title {
    position: relative;
}
.row-relative {
    position: relative;
}
.intro-subscribe {
    position: absolute;
    top: 191px;
    right: 25px;
    min-width: 270px;
    z-index: 3;
}
.row .row {
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
.intro-search {
    position: relative;
    padding-right: 20%;
}
.intro-search input,
.intro-search input:focus,
.intro-search input:active {
    margin: 0;
    padding: 5px 52px;
    height: 36px;
    max-width: 1030px;
    border-radius: 21px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 18px rgba(0,0,0,0.15);
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.intro-search input::placeholder {
    color: #112c51;
    opacity: 0.75;
}
.intro-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #112c51;
    opacity: 0.75;
}
.intro-search input::-moz-placeholder { /* Firefox 19+ */
    color: #112c51;
    opacity: 0.75;
}
.intro-search input:-ms-input-placeholder { /* IE 10+ */
    color: #112c51;
    opacity: 0.75;
}
.intro-search input:-moz-placeholder { /* Firefox 18- */
    color: #112c51;
    opacity: 0.75;
}
.intro-search button {
    display: inline-block;
    width: 20px;
    height: 36px;
    background: url(../svg/icon-header-search-blue.svg) no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 12px;

}
.eosl-page-section-1 {
    margin-bottom: 90px;
}

.eosl-page-list {
    margin-left: -10px;
    margin-right: -10px;
}

.eosl-page-list-item {
    padding: 0 10px 0 0;
    margin-bottom: 60px;

    padding:0px 10px;
}
.eosl-page-list .eosl-page-list-item:nth-child(2n) {
    padding: 0 0 0 10px;
}
.eosl-page-list-item-box {
    min-height: 293px;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 36px 35px 60px;
    position: relative;
}
.eosl-page-list-item-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding: 0 171px 0 0;
    margin-bottom: 15px;
}
.eosl-page-list-item-line {
    margin-bottom: 25px;
    width: 47px;
    height: 4px;
    border-bottom: 4px dotted #ffd600;
    position: relative;
    left: -5px;
}
.eosl-page-list-item-title img {
    position: absolute;
    right: 0;
    top: 50%; transform: translateY(-50%);
    max-width: 151px;
    max-height: 40px;
}
.eosl-page-list-item-list ul li {
    margin-bottom: 10px;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.eosl-page-list-item-list ul li:last-child {
    margin-bottom: 0;
}
.eosl-page-list-item-list ul li a {
    display: block;
    color: #112c51;
    position: relative;
    padding-right: 120px;
    transition: 0.2s;
}
.eosl-page-list-item-list ul li a:hover {
    opacity: 0.7;
}
.eosl-page-list-item-list ul li a span {
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
}
.eosl-page-list-item-all {
    position: absolute;
    bottom: 29px;
    left: 35px;
}
.btn-view-all,
.btn-view-all:focus,
.btn-view-all:active {
    display: inline-block;
    position: relative;
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    transition: 0.2s;
    padding-right: 10px;
}
.btn-view-all::before,
.btn-view-all::after {
    content: '';
    height: 14px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 100%;
    transition: 0.2s ease-in-out;
    width: 46px;
}
.btn-view-all::before {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
}
.btn-view-all::after {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    opacity: 0;
}
.btn-view-all:hover {
    color: #009FDF;
}
.btn-view-all:hover::before {
    opacity: 0;
}
.btn-view-all:hover::after {
    opacity: 1;
    width: 55px;
}
.yellow-circle-bg {
    height: 801px;
    width: 801px;
    background: url(../svg/bg-yellow-circle-802.svg);
    background-size: contain !important;
    position: absolute;
}
.yellow-circle-top .row {
    position: relative;
}
.yellow-circle-top .yellow-circle-bg {
    right: -477px;
    top: -458px;
    z-index: -1;
}
.never-miss-annoucements {
    margin-bottom: 150px;
}
.never-miss-annoucements .row {
    position: relative;
}
.never-miss-annoucements .yellow-circle-bg {
    top: -300px;
    right: -480px;
    z-index: -1;
}
.home-testimonials-slider-side-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -232px;
}
.never-miss-annoucements-box {
    padding: 91px 336px 100px 0;
    position: relative;
}
.never-miss-annoucements-box::before {
    content: '';
    border-radius: 18px;
    background: -o-linear-gradient(64deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(26deg, #0291CE, #0D4B77, #112C51);
    height: 100%;
    width: 2000px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.never-miss-annoucements-title {
    color: #fff;
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.never-miss-annoucements-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 30px;
}
.never-miss-annoucements-form input,
.never-miss-annoucements-form input,
.never-miss-annoucements-form input {
    border-radius: 18px !important;
    background: #fff !important;
    height: 36px !important;
    margin: 0 0 20px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 7px 15px !important;
    color: #112c51 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    max-width: 389px !important;
    width: 100% !important;
}
.never-miss-annoucements-form input::placeholder {
    color: #112c51;
    opacity: 0.75;
}
.never-miss-annoucements-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #112c51;
    opacity: 0.75;
}
.never-miss-annoucements-form input::-moz-placeholder { /* Firefox 19+ */
   color: #112c51;
    opacity: 0.75;
}
.never-miss-annoucements-form input:-ms-input-placeholder { /* IE 10+ */
   color: #112c51;
    opacity: 0.75;
}
.never-miss-annoucements-form input:-moz-placeholder { /* Firefox 18- */
   color: #112c51;
    opacity: 0.75;
}
.never-miss-annoucements-side-image {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: -220px;
}
.never-miss-annoucements-side-image::after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 3px #112c51;
    border-radius: 50%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: translateY(9px);
}
.never-miss-annoucements-side-image-box {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.never-miss-annoucements-side-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.section-text-large {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.eosl-page-hardware {
    margin-bottom: 50px;
}
.eosl-page-hardware .section-title {
    margin-bottom: 50px;
}
.eosl-page-hardware .section-text-large {
    margin-bottom: 38px;
}
.eosl-page-hardware .section-text {
    margin-bottom: 100px;
}
.eosl-page-hardware-list ul li {
    float: left;
    width: 46%;
    padding-left: 105px;
    position: relative;
    margin-bottom: 100px;
    margin-right: 8%;
}
.eosl-page-hardware-list ul li:nth-child(2n) {
    margin-right: 0;
}
.eosl-page-hardware-list ul li:nth-child(2n + 1) {
    clear: both;
}
.eosl-page-hardware-list ul li span {
    color: #112c51;
    font-size: 135px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -2.4868422px;
    position: absolute;
    top: 0;
    left: 0;
}
.eosl-page-hardware-list-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}
.eosl-page-hardware-list-text {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.pagination {
    margin-bottom: 152px;
}
.pagination ul {
    display: inline-block;
}
.pagination .current {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #d5eaf9;
    border-radius: 50%;
    color: #112c51;
}
.pagination a, 
.pagination button {
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    border-radius: 50%;
    color: #112c51;
    padding: 0;
    transition: 0.2s;
}
.pagination a:hover, 
.pagination button:hover {
    background: #d5eaf9;
}
.pagination li {
    display: inline-block !important;
    float: left;
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    text-align: center;
}

.pagination .prev {
    background: url(../svg/icon-pagination-prev.svg) no-repeat center center !important;
    transition: 0.2s;
}
.pagination .next {
    background: url(../svg/icon-pagination-next.svg) no-repeat center center !important;
    transition: 0.2s;
}
.pagination .prev:hover,
.pagination .next:hover {
    opacity: 0.7;
}
.pagination .disabled,
.pagination .disabled {
    opacity: 0.4 !important;
}
.pagination li:first-child {
    float: left;
}
.pagination li:last-child {
    float: right;
}
.eosl-search-results table {
    width: 100%;
    border: none;
    margin-bottom: 60px;
}
.eosl-search-results table tbody,
.eosl-search-results table thead {
    border: none;
}
.eosl-search-results table th {
    padding: 0 20px 29px 0;
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}
.eosl-search-results table tbody td {
    border: none;
    padding: 19px 20px 19px 0;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.eosl-search-results tbody tr {
    background: transparent !important;
    border: none;
    border-top: 1px solid #dcdcdc;
}

.eosl-search-results tbody tr:last-child {
    border-bottom: 1px solid  #dcdcdc;
}
.eosl-search-results a {
    color: #112c51;
    transition: 0.2s;
}
.eosl-search-results a:hover {
    color: #009FDF;
}
.btn-arrow-link,
.btn-arrow-link:focus,
.btn-arrow-link:active {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 14px;
}
.btn-arrow-link::before,
.btn-arrow-link::after {
    content: '';
    height: 14px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0;
    transition: 0.2s ease-in-out;
    width: 46px;
}
.btn-arrow-link::before {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
}
.btn-arrow-link::after {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    opacity: 0;
}
.btn-arrow-link:hover::before {
    opacity: 0;
}
.btn-arrow-link:hover::after {
    opacity: 1;
    width: 55px;
}
.eosl-search-results a:hover .btn-arrow-link::before {
    opacity: 0;
}
.btn-arrow-link:hover::after {
    opacity: 1;
    width: 55px;
}
.eosl-category-page-table {
    margin-bottom: 90px;
}
.eosl-category-page-top {
    margin-bottom: 150px;
}
.eosl-category-page-search {
    margin-bottom: 40px;
    position: relative;
}
.eosl-category-page-search input,
.eosl-category-page-search input:focus,
.eosl-category-page-search input:active {
    max-width: 399px;
    height: 36px;
    border-radius: 21px;
    background: #f0f8fd;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 5px 52px;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.eosl-category-page-search button {
    display: inline-block;
    width: 20px;
    height: 36px;
    background: url(../svg/icon-header-search-blue.svg) no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    top: 0;
    left: 18px;
}
.eosl-category-page-search input::placeholder {
    color: #112c51;
    opacity: 0.75;
}
.eosl-category-page-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #112c51;
    opacity: 0.75;
}
.eosl-category-page-search input::-moz-placeholder { /* Firefox 19+ */
     color: #112c51;
    opacity: 0.75;
}
.eosl-category-page-search input:-ms-input-placeholder { /* IE 10+ */
     color: #112c51;
    opacity: 0.75;
}
.eosl-category-page-search input:-moz-placeholder { /* Firefox 18- */
     color: #112c51;
    opacity: 0.75;
}
.eosl-detail-table {
    margin-bottom: 90px;
}
.eosl-detail-table .section-title {
    margin-bottom: 60px !important;
}
.eosl-detail-top {
    margin-bottom: 150px;
}
.eosl-detail-top-item {
    margin-bottom: 60px;
}
.eosl-detail-top-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
}
.eosl-detail-top-list-box {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px ;
}
.eosl-detail-top-list-box-title {
    color: #112c51;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 30px;
}

/* Blog */
.blog-archive-featured {
    margin-bottom: 150px;
}
.blog-archive-featured .section-title {
    margin-bottom: 40px !important;
}
.blog-archive-featured-article a {
    display: block;
    position: relative;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}
.blog-archive-featured-article a:hover .btn-arrow-link::before {
    opacity: 0;
}
.blog-archive-featured-article a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.blog-archive-featured-image {
    width: 50%;
    position: absolute;
    top: 0; left: 0; bottom: 0;
}
.blog-archive-featured-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-archive-featured-box {
    padding: 50px 9% 50px 50px;
}
.blog-archive-featured-title {
    color: #112c51;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 37px;
}
.blog-archive-featured-author {
    margin-bottom: 10px;
}
.blog-archive-featured-author strong {
    display: inline-block;
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-right: 36px;
}
.blog-archive-featured-author span {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    opacity: 0.7454427;
}
.blog-archive-featured-box .section-text {
    margin-bottom: 40px;
}

.blog-archive-links {
    padding-left: 9.5%;
}
.blog-archive-links-box {
    border-radius: 18px;
    background: -o-linear-gradient(52deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(38deg, #0291CE, #0D4B77, #112C51);
    padding: 40px 40px 4px;
}
.blog-archive-links-list {
    margin-bottom: 36px;
}
.blog-archive-links-list strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 4px;
}
.blog-archive-links-list ul li {
    margin-bottom: 4px;
}
.blog-archive-links-list ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    transition: 0.2s;
}
.blog-archive-links-list ul li a:hover {
    color: #fff;
    opacity: 0.7;
}
.blog-archive-blogs ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.blog-archive-blogs ul li {
    float: left;
    width: 48.5%;
    margin: 0 3% 60px 0;
}
.blog-archive-blogs ul li:nth-child(2n) {
    margin-right: 0;
}
.blog-archive-blogs ul li:nth-child(2n + 1) {
    clear: both;
}
.blog-archive-blogs ul li a {
    display: block;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
}
.blog-archive-blogs ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.blog-archive-blogs ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.blog-archive-blogs-image {
    padding-bottom: 58%;
    position: relative;
    margin-bottom: 30px;
}
.blog-archive-blogs-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.blog-archive-blogs-author {
    margin-bottom: 21px;
    position: relative;
    padding-right: 112px;
}
.blog-archive-blogs-author strong {
    color: #009fdf;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
.blog-archive-blogs-author span {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: 0;
}
.blog-archive-blogs-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 23px;
}
.blog-archive-blogs-box {
    padding: 0 30px 30px;
}
.blog-archive-blogs-text {
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 104px;
}

.blog-search-results .blog-archive-featured-article {
    margin-bottom: 54px;
}
.blog-search-results .blog-archive-featured-box {
    padding: 29px 30px 30px 280px;
}
.blog-search-results-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 22px;
}
.blog-search-results .blog-archive-featured-author {
    margin-bottom: 20px;
}
.blog-search-results .blog-archive-featured-box .section-text {
    margin-bottom: 30px;
}
.blog-search-results .blog-archive-featured-link {
    line-height: 0;
}
.blog-search-results-image {
    position: absolute; 
    top: 0; bottom: 0; left: 0;
    width: 250px;
}
.blog-search-results-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-author-section {
    margin-bottom: 124px;
    padding-top: 22px
}
.blog-author-section-item {
    position: relative;
    padding-left: 210px;
}
.blog-author-section-item-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 40px;
}
.blog-author-section-item-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.blog-author-section-item-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail-page-top {}
.blog-detail-page-top .entry h3 {
    margin-bottom: 30px;
}
.row-820 {
    max-width: 870px;
}
.blog-detail-author-top {
    position: relative;
    padding-left: 70px;
    margin-bottom: 38px;
}
.blog-detail-author-top-image {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 51px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-detail-author-top-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-detail-author-top-name strong {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    margin-right: 30px;
}
.blog-detail-author-top-name span {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
span#blog-updated {
    margin-left: 50px;
}
@media only screen and (max-width: 900px) {
.blog-detail-author-top-name span {
    display: block;
}
span#blog-updated {
    margin-left: auto;
}
}
.blog-detail-subtitle {
    color: #0f325d;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;
}
.blog-detail-page-entry {
    margin-bottom: 80px;
}
.blog-author-bottom {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 80px 0 80px;
    margin-bottom: 150px;
}
.blog-author-bottom-box {
    padding: 0 235px 0 25px;
    position: relative;
}
.blog-author-bottom-position {
    color: #112c51;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 10px;
}
.blog-author-bottom-text {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.blog-author-bottom-box .blog-author-section-item-image {
    left: auto;
    right: 25px;
    top: 50%; transform: translateY(-50%);
}
.blog-author-bottom-box .blog-author-section-item-title {
    margin-bottom: 21px;
}

/* Search page */
.search-page-section {
    margin-bottom: 201px;
}
.search-page-search input,
.search-page-search input:focus,
.search-page-search input:active {
    margin: 0;
    padding: 0 0 19px;
    box-shadow: none;
    background: transparent;
    border:none;
    border-bottom: 1px solid #dcdcdc;
    height: 94px;
    color: #0f325d;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.8842105px;
}
.search-page-search input::placeholder {
    color: #0f325d;
    opacity: 0.2;
}
.search-page-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0f325d;
    opacity: 0.2;
}
.search-page-search input::-moz-placeholder { /* Firefox 19+ */
    color: #0f325d;
    opacity: 0.2;
}
.search-page-search input:-ms-input-placeholder { /* IE 10+ */
    color: #0f325d;
    opacity: 0.2;
}
.search-page-search input:-moz-placeholder { /* Firefox 18- */
    color: #0f325d;
    opacity: 0.2;
}
.search-results-page-section .search-page-search {
    margin-bottom: 148px;
}
/* checkbox */
.filter-checkbox {
    margin-bottom: 5px;
}
.filter-checkbox input {
	display:none;
}
.filter-checkbox label {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #0f325d;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    transition: 0.2s;
}
.filter-checkbox label:hover {
    opacity: 0.7;
}
.filter-checkbox input + label::before {
    content: '';
	width: 15px;
    height: 15px;
    border: solid 1px #cecece;
    position: absolute;
    top: 5px;
    left: 0;
}
.filter-checkbox input:checked + label::before, label.checked::before{
	background: url(../svg/icon-tick-blue.svg) no-repeat center center;
}
.search-results-page-filter-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 40px;
}
.search-results-page-filter {
    margin-bottom: 35px;
}
.search-results-page-filter span {
    display: block;
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 4px;
}
.search-results-page-results-item {
    padding: 19px 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.search-results-page-results-item:first-child {
    border-top: 1px solid #dcdcdc;
}
.search-results-page-results-item a {
    display: inline-block;
    width: 100%;
}
.search-results-page-results-item a:hover .btn-arrow-link::before {
    opacity: 0;
}
.search-results-page-results-item a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.search-results-page-results-item-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 15px;
    padding-right: 66px;
}
.search-results-page-results-item-cat {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    padding-right: 66px;
}
.search-results-page-results-item .section-text {
    padding-top: 23px;
}
.search-results-page-results-item-link {
    position: absolute;
    top: 34px;
    right: 0;
}
.search-results-page-content-left {
    padding-right: 20px;
}
.search-results-page-results {
    margin-bottom: 59px;
}

/* Resources pages */
.resources-page-results ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: calc(103%);
}
.resources-page-results ul li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 60px;
    min-height: 318px;
}

.resources-page-results.resources-featured ul li {
    display: block !important;
    width: 100%;
}
.resources-page-results ul li a {
    display: block;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 50px 50px 74px 50px;
    position: relative;
    height: 100%;

    background: url(../png/resource-item-bg.png) no-repeat center center;
    background-size: cover !important;
}

.resources-page-results ul li a.has-thumb:before {
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    border-radius: 18px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#123b64+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(18,59,100,0.9) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(18,59,100,0.9) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(18,59,100,0.9) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123b64', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.resources-page-results ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.resources-page-results ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}

.resources-page-results ul li .btn-arrow-link::before {
    background: url(../svg/icon-arrow-yellow.svg) no-repeat center center;
}

.resources-page-results-cat {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;

    /*color:#fff;
    z-index: 3;
    position: relative;*/
}

.resources-page-results.resources-featured .resources-page-results-cat {
    font-size: 18px;
    line-height: 1.4;
}

.resources-page-results .resources-page-results-cat {
    color:#fff;
    z-index: 3;
    position: relative;
}

.resources-page-results-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 9%;

    /*color:#fff;
    z-index: 3;
    position: relative;*/
}

.resources-page-results .resources-page-results-title {
    color:#fff;
    z-index: 3;
    position: relative;
}

.resources-page-results.resources-featured .resources-page-results-title {
    font-size: 32px;
    line-height: 1.2;
    padding-right: 45%;
}

.resources-page-results-arrow {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 3;
}
.resources-page-content {
   min-height: 450px;
}
.resources-detail-ungated .terms-conditions-content-top h3 {
    margin-bottom: 30px;
}
.resources-detail-entry {
    margin-bottom: 40px;
}
.resources-detail {
    margin-bottom: 200px;
}
.resources-detail .terms-conditions-content-top {
    margin-bottom: 0;
}
.resources-detail-gated-form-hold-box {
    padding-left: 30px;
}
.resources-detail-gated-formbox {
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px;
}
.resources-detail-gated-formbox-title {
    color: #0f325d;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 21px;
}
.form-style .form-element {
    margin-bottom: 16px;
}
.form-style .form-element input,
.form-style .form-element input:focus,
.form-style .form-element input:active {
    box-shadow: none;
    margin: 0;
    padding: 9px 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    color: #0f325d;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.form-style .form-btn {
    padding-top: 24px;
}
.form-style .form-element input::placeholder {
    color: #91959c;
    opacity: 1;
}
.form-style .form-element input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #91959c;
    opacity: 1;
}
.form-style .form-element input::-moz-placeholder { /* Firefox 19+ */
    color: #91959c;
    opacity: 1;
}
.form-style .form-element input:-ms-input-placeholder { /* IE 10+ */
    color: #91959c;
    opacity: 1;
}
.form-style .form-element input:-moz-placeholder { /* Firefox 18- */
    color: #91959c;
    opacity: 1;
}

/* Offices page */
.offices-page .large-simple-intro.medium-simple-intro {
    margin-bottom: 50px;
}
.offices-nav {
    margin-bottom: 100px;
}
.offices-nav span {
    display: inline-block;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 41px;
}
.offices-nav ul {
    display: inline-block;
}
.offices-nav ul li {
    display: inline-block;
    margin-right: 41px;
}
.offices-nav ul li:last-child {
    margin-right: 0;
}
.offices-nav ul li a {
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.4666667px;
    transition: 0.2s;
}
.offices-nav ul li a:hover {
    opacity: 0.7;
}
.offices-list {
    margin-bottom: 40px;
}
.offices-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.offices-list ul li {
    float: left;
    padding: 50px 50px 80px;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: relative;
    min-height: 460px;
    width: 32.2666%;
    margin-right: 1.6%;
    margin-bottom: 60px;
}
.offices-list ul li:nth-child(3n) {
    margin-right: 0;
}
.offices-list ul li:nth-child(3n + 1) {
    clear: both;
} 
.offices-list-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 21px;
}
.offices-list-info {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.offices-list-numbers a {
    display: inline-block;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    transition: 0.2s;
}
.offices-list-numbers a::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../svg/icon-phone.svg) no-repeat center center;
    position: absolute;
    top: 5px;
    left: 0;
}
.offices-list-numbers a:hover {
    opacity: 0.7;
}
.offices-list-numbers a strong {
    display: inline-block;
    margin-right: 5px;
}
.offices-list-arrow {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2;
}
.offices-page-section {
    margin-bottom: 50px;
}
.offices-page-section .row {
    position: relative;
}
.back-to-top {
    position: absolute;
    bottom: 99px;
    right: -55px;
    width: 58px;
    z-index: 5;
}
.back-to-top span {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffd600 url(../png/icon-back-to-top.png) no-repeat center center;
    transition: 0.2s;
}
.back-to-top a {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}
.back-to-top a:hover span {
    opacity: 0.7;
}

/* Events */
.events-page {
    margin-bottom: 90px;
}
.custom-tab-navigation-events.custom-tab-navigation ul li {
    margin-right: 61px;
}
.custom-tab-navigation-events.custom-tab-navigation ul li:last-child {
    margin-right: 0;
}
.custom-tab-events > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.custom-tab-events > ul > li {
    float: left;
    width: 49%;
    margin-bottom: 60px;
    margin-right: 2%;
}
.custom-tab-events > ul > li:nth-child(2n) {
    margin-right: 0;
}
.custom-tab-events > ul > li:nth-child(2n + 1) {
    clear: both;
}
.custom-tab-events > ul > li > a,
.custom-tab-events > ul > li > span {
    display: block;
    min-height: 416px;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px 80px;
    position: relative;
    height: 100%;
}
.custom-tab-events > ul > li > a:hover .btn-arrow-link::before {
    opacity: 0;
}
.custom-tab-events > ul > li > a:hover  .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.custom-tab-events > ul > li .blog-author-section-item-title {
    margin-bottom: 36px;
}
.custom-tab-content-events-date {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.custom-tab-content-events-date ul {
    margin: 0;
}
.custom-tab-content-events-date ul li {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.custom-tab-content-events-date ul li strong {
    display: block;
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 8px;
}
.custom-tab-content-events-date ul li span {
    display: block;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.custom-tab-content-events-link {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

/* News pages */
.news-detail-page .terms-conditions-content-top {
    margin-bottom: 0;
}
.news-archive-news {}
.news-archive-news ul li {
    margin-bottom: 60px;
}
.news-archive-news ul li a {
    display: block;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 29px 30px 74px 210px;
    position: relative;
}
.news-archive-news-left {
    margin-bottom: 20px;
    position: absolute;
    top: 29px;
    left: 30px;
}
.news-archive-news-left strong {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
}
.news-archive-news-left span {
    display: block;
    opacity: 0.75;
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.news-archive-news-tille {
    color: #112c51;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 21px;
}
.news-archive-news-right {
    position: relative;
}
.news-archive-news-arrow {
    position: absolute;
    left: 210px;
    bottom: 30px;
}
.news-archive-news ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.news-archive-news ul li a:hover  .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}

.news-press-release-page {
    position: relative;
}
.news-press-release-page .terms-conditions-content-top {
    margin-bottom: 0;
}
.news-press-release-blue-box {
    position: relative;
    padding: 81px 0 ;
    margin-bottom: 100px;
}
.news-press-release-blue-box::before {
    content: '';
    width: 2000px;
    height: 100%;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background: -o-linear-gradient(64deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(26deg, #0291CE, #0D4B77, #112C51);
    position: absolute;
    top: 0; bottom: 0; right: 0;
    z-index: -1;
}
.news-press-release-blue h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 21px;
}
.news-press-release-blue p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}
.news-press-release-white-item {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}
.news-press-release-white-item strong {
    display: block;
    font-weight: 700;
}
.news-press-release-white-item a {
    color: #009FDF;
    transition: 0.2s;
}
.news-press-release-white-item a:hover {
    opacity: 0.7;
}
.news-press-release-white {
    padding: 80px 0 60px 125px;
    position: relative;
    min-width: 415px;
}
.news-press-release-white::before {
    content: '';
    width: 9999px;
    height: 100%;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0; bottom: 0; left: 0;
    z-index: -1;
}
.news-press-release-blue {
    padding-right: 12%;
}
.news-press-release-media-text {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.news-press-release-media {
    margin-bottom: 150px;
}
.news-press-release-media-box {
    position: relative;
    padding-right: 39%;
}
.news-press-release-media-btn {
    position: absolute;
    top: 0; right: 0;
}

.reques-demo-page-section {
    position: relative;
    z-index: 5;
}
.reques-demo-page-section-left {
    padding-right: 10%;
}
.reques-demo-page-section-subtitle {
    color: #112c51;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 19px;
}
.reques-demo-page-section-form {
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px;
    margin-top: -229px;
}
.reques-demo-page-section-right {
    margin-bottom: 154px;
    padding-left: 10px;
}
.page-form-title {
    color: #0f325d;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 21px;
}

.home-sticky-slider-section .row {
    position: relative;
   
}
.home-sticky-slider-section .row::before {
    content: '';
    height: calc(100% + 357px);
    width: 9999px;
    border-radius: 15px;
    background: #fff url(../png/icon-yellow-circle-half.png) no-repeat bottom right;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: -204px; right: 104px; bottom: -153px;
    z-index: 2;
}
.home-sticky-slider-yellow-circle {
    bottom: -153px;
}

.home-sticky-slider-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-sticky-slider-item {
    transition: 0.8s;
    top: 50%;
    transform: translateY(-50%);
}
.home-sticky-slider-item.is-active {
    opacity: 1;
    visibility: visible;
}
.home-sticky-slider-hold .home-sticky-slider-hold-hidden:last-child {
    height: 150vh;
}


.home-sticky-slider-mobile {
    margin-bottom: 60px;
    margin-top: -293px;
    z-index: 5;
    position: relative;
}
.home-sticky-slider-mobile  .row {
    padding: 0;
}
.sticky-slider-owl .item {
    padding: 0 25px 40px;
    position: relative;
}
.sticky-slider-owl-box {
    padding-top: 100px;
}

.sticky-slider-owl .owl-stage {
    padding-top: 334px
}

.sticky-slider-owl .owl-dots {
    line-height: 0;
    padding: 0 25px
}
.sticky-slider-owl .owl-dot {
    display: inline-block;
    opacity: 0.2;
    width: 8px;
    height: 8px;
    background: #112c51 !important;
    border-radius: 50%;
    transition: 0.2s;
    margin-right: 10px;
}
.sticky-slider-owl .owl-dot:last-child {
    margin-right: 0;
}
.sticky-slider-owl .owl-dot.active {
    background: #112c51;
    opacity: 1;
}

.home-unique-services-circle-hold {
    width: 276px;
    height: 276px;
    position: absolute;
    top: 450px;
    left: -220px;
    border-radius: 50%;
}
.home-unique-services-circle {
    width: 276px;
    height: 276px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.home-unique-services-circle-hold::after {
    content: '';
    border: solid 3px #112c51;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transform: translateY(-8px);
}
.home-unique-services-circle img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mktoForm .mktoButtonWrap .mktoButton,
.mktoForm .mktoButtonWrap .mktoButton:focus
.mktoForm .mktoButtonWrap .mktoButton:active {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #112c51 !important;
    background: #ffd600 !important;
    border-radius: 32.5px !important;
    padding: 17px 24px 16px !important;
    transition: 0.2s ease-in-out;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    font-family: 'Raleway', sans-serif !important;
    float: left !important;
}
.mktoForm .mktoButtonWrap .mktoButton:hover {
    color: #112c51 !important;
    background: #ffe979 !important;
    border: none !important;
}
.never-miss-annoucements-form .mktoForm {
    max-width: 389px !important;
    width: 100% !important;
}
.never-miss-annoucements-form .mktoOffset,
.never-miss-annoucements-form label,
.never-miss-annoucements-form .mktoGutter {
    display: none !important;
}
.never-miss-annoucements-form  .mktoFieldDescriptor.mktoFormCol {
    margin: 0;
}
.never-miss-annoucements-form .mktoForm .mktoFieldWrap,
.never-miss-annoucements-form .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}

.reques-demo-page-section-form .mktoForm,
.reques-demo-page-section-form .mktoFieldWrap,
.reques-demo-page-section-form .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
.reques-demo-page-section-form .mktoOffset {
    display: none !important;
}
.reques-demo-page-section-form .mktoForm.mktoLayoutAbove .mktoLabel {
    color: #91959c;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100% !important;
}
.reques-demo-page-section-form .mktoForm input,
.reques-demo-page-section-form .mktoForm input:focus,
.reques-demo-page-section-form .mktoForm input:active {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    color: #112c51 !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
    width: 100% !important;
}
.reques-demo-page-section-form .mktoForm select.mktoField,
.reques-demo-page-section-form .mktoForm select.mktoField:focus,
.reques-demo-page-section-form .mktoForm select.mktoField:active {
    width: 100% !important;
    color: #112c51;
    background: #fff url(../svg/icons-select-down.svg) center right no-repeat !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
}
.reques-demo-page-section-form .reques-demo-page-section-form .mktoForm select.mktoField {
    color: #112c51 !important;
}
.reques-demo-page-section-form .reques-demo-page-section-form .mktoForm select.mktoField option {
    padding: 0 !important;
}

.reques-demo-page-section-form .mktoCheckboxList {
    width: 100% !important;
    padding: 0 !important; 
    border: none !important;
    padding-top: 20px !important;
    margin-bottom: 10px !important;
}
.reques-demo-page-section-form .mktoCheckboxList input {
    display: none !important;
}
.reques-demo-page-section-form .mktoCheckboxList label {
    margin-bottom: 10px !important;
    margin-left: 25px !important;
    color: #91959c !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    position: relative;
}
.reques-demo-page-section-form .mktoForm input[type="checkbox"] + label::before {
    width: 15px !important;
    height: 15px !important;
    margin-left: -25px !important;
    box-shadow:none !important;
    border: 1px solid #dcdcdc !important;
    margin-top: 3px !important;
}
.reques-demo-page-section-form .mktoForm input[type="checkbox"] + label::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #009fdf;
    position: absolute;
    left: -22px;
    top: 6px;
    opacity: 0;
    transition: 0.2s;
}
.reques-demo-page-section-form .mktoForm input[type="checkbox"]:checked + label::before {
    content: '' !important;
}
.reques-demo-page-section-form .mktoForm input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.mk-form-style .mktoForm,
.mk-form-style .mktoFieldWrap,
.mk-form-style .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
.mk-form-style .mktoOffset {
    display: none !important;
}
.mk-form-style .mktoForm.mktoLayoutAbove .mktoLabel {
    color: #91959c;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100% !important;
}
.mk-form-style .mktoForm input,
.mk-form-style .mktoForm input:focus,
.mk-form-style .mktoForm input:active {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    color: #112c51 !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
    width: 100% !important;
}
.mk-form-style .mktoForm select.mktoField,
.mk-form-style .mktoForm select.mktoField:focus,
.mk-form-style .mktoForm select.mktoField:active {
    width: 100% !important;
    color: #112c51;
    background: #fff url(../svg/icons-select-down.svg) center right no-repeat !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
}
.mk-form-style .mktoForm select.mktoField {
    color: #112c51 !important;
}
.mk-form-style .mktoForm select.mktoField option {
    padding: 0 !important;
}

.mk-form-style .mktoCheckboxList {
    width: 100% !important;
    padding: 0 !important; 
    border: none !important;
    padding-top: 20px !important;
    margin-bottom: 10px !important;
}
.mk-form-style .mktoCheckboxList input {
    display: none !important;
}
.mk-form-style .mktoCheckboxList label {
    margin-bottom: 10px !important;
    margin-left: 25px !important;
    color: #91959c !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    position: relative;
}
.mk-form-style .mktoForm input[type="checkbox"] + label::before {
    width: 15px !important;
    height: 15px !important;
    margin-left: -25px !important;
    box-shadow:none !important;
    border: 1px solid #dcdcdc !important;
    margin-top: 3px !important;
}
.mk-form-style .mktoForm input[type="checkbox"] + label::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #009fdf;
    position: absolute;
    left: -22px;
    top: 6px;
    opacity: 0;
    transition: 0.2s;
}
.mk-form-style .mktoForm input[type="checkbox"]:checked + label::before {
    content: '' !important;
}
.mk-form-style .mktoForm input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/* sprint 4 */
.company-leadership-section {
    margin-bottom: 95px;
}
.company-leadership-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.company-leadership-list ul li {
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.company-leadership-list ul li:nth-child(4n) {
    margin-right: 0;
}
.company-leadership-list ul li:nth-child(4n + 1) {
    clear: both;
}
.company-leadership-list ul li a {
    display: block;
    height: 100%;
    position: relative;
}
.company-leadership-list ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.company-leadership-list ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.company-leadership-list-image {
    position: relative;
    padding-bottom: 100%;
}
.company-leadership-list-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.company-leadership-list-texbox {
    padding: 30px 30px 60px;
    min-height: 215px;
}
.company-leadership-list-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 20px;
}
.company-leadership-list-text {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 10px;
}
.company-leadership-list-link {
    position: absolute;
    bottom: 30px; left: 30px;
}
.reveal-overlay {
    background: rgba(28, 28, 28, 0.8);
}
.reveal.reveal-company {
    width: 100%;
    max-width: 1105px;
    float: right;
    padding: 0 0 0 60px;
    overflow: auto;
    top: 120px !important;
    height: calc(100% - 120px);
    background: transparent !important;
    border: none;
}
.reveal.reveal-company .reveal-company-box {
    padding: 80px 80px 80px;
    background: #fff !important;
    overflow: auto;
    height: 100%;
    border-top-left-radius: 15px;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
}
.reveal.reveal-company .entry {
    margin-bottom: 40px;
}
.reveal-company-top {
    margin-bottom: 29px;
    padding-left: 340px;
    position: relative;
    min-height: 295px;
}
.reveal-company-top-image {
    position: absolute;
    top: 0;
    left: 0;
}
.reveal-company-top-image img {
    max-width: 295px;
    max-height: 295px;
    height: 100%;
    width: 100%;
}
.reveal-company-top-title {
    color: #112c51;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.8842105px;
    margin-bottom: 20px;
}
.reveal-company-top-text {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 29px;
}
.reveal-company-top-number {
    margin-bottom: 10px;
}
.reveal.reveal-company .close-button {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffd600 url(../png/icon-modal-close.png) no-repeat center center;
    transition: 0.2s;
    left: 0;
    top: 0;
}
.reveal.reveal-company .close-button:hover {
    opacity: 0.7;
}

.regional-intro-btn {
    padding-top: 20px;
}
.regional-section-1 {
    margin-bottom: 130px;
}
.regional-section-1-list {
    padding-top: 80px;
}
.regional-section-1-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.regional-section-1-list ul li {
    margin-bottom: 20px;
    float: left;
    width: 22%;
    margin-right: 4%;
    text-align: center;
}
.regional-section-1-list ul li:nth-child(4n) {
    margin-right: 0;
}
.regional-section-1-list ul li:nth-child(4n + 1) {
    clear: both;
}
.regional-section-1-list ul li:last-child {
    margin-right: 0;
}
.regional-section-1-list-title {
    color: #112c51;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.3815789px;
    margin-bottom: 20px;
}
.regional-section-2 {
    padding: 150px 0 150px;
    background: -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    position: relative;
}
.regional-section-2 .row {
    position: relative;
    z-index: 2;
}
.blue-circle-image {
    height: 801px;
    width: 801px;
    background: url(../svg/bg-blue-circle-801.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
}
.regional-section-2 .blue-circle-image {
    bottom: -398px;
    left: -397px;
}
.regional-owl-slider {
    padding-top: 80px;
    position: relative;
}
.regional-owl-carousel .owl-stage-outer {
    /* overflow: visible; */
    margin-bottom: 40px;
}
.regional-owl-carousel .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.regional-owl-item-empty {
    opacity: 0;
    visibility: hidden;
}
.regional-owl-carousel .item {
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    width: 348px;
    padding: 50px 50px 50px;
    height: 100%;
}
.regional-owl-carousel .item span {
    display: block;
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 21px;
}
.regional-owl-carousel .item ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #112c51;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.regional-owl-carousel .item ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #112c51;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
.regional-owl-carousel .item ul li a {
    color: #112c51;
    transition: 0.2s;
}
.regional-owl-carousel .item ul li a:hover {
    opacity: 0.7;
}
.regional-owl-carousel-hold {
    width: calc(100vw - ((100vw - 1290px) / 2));
    max-width: 1605px;
    position: relative;
}

.regional-owl-progress ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.regional-owl-progress-itself {
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    width: calc(100% - 106px);
}
.regional-owl-progress-itself span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffd600;
    transition: 0.2s;
    border-radius: 10px;
}
.regional-custom-nav {
    padding-left: 18px;
}
.regional-owl-carousel .owl-nav {
    position: absolute; 
    bottom: 0; right: 0;
}
.regional-custom-nav button,
.regional-owl-carousel .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #ffd600 !important;
    margin-left: 13px;
    transition: 0.2s;
    float: left;
}
.regional-owl-carousel .owl-nav button span {
    display: none;
}
.regional-custom-nav button.regional-custom-nav-prev,
.regional-owl-carousel .owl-nav button.owl-prev {
    background: url(../svg/icon-arrow-left-yellow.svg) no-repeat center center;
}
.regional-custom-nav button.regional-custom-nav-next,
.regional-owl-carousel .owl-nav button.owl-next {
    background: url(../svg/icon-arrow-right-yellow.svg) no-repeat center center;
}
.regional-custom-nav button.disabled {
    opacity: 0.34;
}
.regional-custom-nav button:hover {
    opacity: 0.7;
}

.regional-section-3 {
    padding: 150px 0 0;
    position: relative;
    z-index: 2;
}
.regional-section-3-left {
    padding-right: 12%;
}
.regional-section-3-top {
    margin-bottom: 120px;
}
.regional-section-3-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.regional-section-3-item-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 21px;
}
.regional-section-3-blue {
    position: relative;
    padding: 100px 0;
    margin-bottom: 150px;
}
.regional-section-3-blue::after {
    content: '';
    height: 100%;
    width: 1999px;
    border-radius: 388px;
    background: -o-linear-gradient(-52deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(-38deg, #0291CE, #0291CE, #0291CE, #0D4B77, #112C51);
    position: absolute;
    top: 0; bottom: 0;
    left: 105px;
    z-index: -1;
}
.regional-section-3-blue::before {
    content: '';
    height: 100%;
    width: 1999px;
    border-top-left-radius: 388px;
    border-bottom-left-radius: 388px;
    border: solid 3px #112c51;
    position: absolute;
    bottom: 0;
    left: 105px;
    z-index: 0;
    transform: translateX(-10px);
}
.regional-section-3-blue-box {
    position: relative;
    z-index: 2;
}
.regional-section-3-bottom {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 100px 8.1% 80px;
    margin-bottom: 161px;
    position: relative;
}
.regional-section-3-bottom .home-unique-services-circle-hold {
    top: -126px;
    left: -180px;
    z-index: -1;
}
.regional-section-3-bottom .section-text {
    margin-bottom: 40px;
}
.regional-section-3-bottom-list {
    padding: 32px 0 0 7%;
}
.regional-section-3-bottom-list ul li {
    position: relative;
    padding-left: 34px;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}
.regional-section-3-bottom-list ul li::before {
    content: '';
    width: 17px;
    height: 12px;
    background: url(../svg/icon-tick-blue.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 8px; left: 0;
}

.company-social-overview {
    margin-bottom: 150px;
}
.company-sticky-slider-section.home-sticky-slider-section {
    background: #fff;
    margin-bottom: 150px;
}
.company-sticky-slider-section.home-sticky-slider-section .row::before {
    content: '';
    height: calc(100%);
    width: 9999px;
    border-radius: 15px;
    background: url(../png/icon-circle-dots-blue.png) no-repeat bottom -403px right, -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: url(../png/icon-circle-dots-blue.png) no-repeat bottom -403px right, linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    right: 104px;
    bottom: 0;
    z-index: 2;
} 
.company-sticky-slider-section .home-section-sticky-slider-dots ul li {
    background: #fff;
}
.company-sticky-slider-section .section-text {
    margin-bottom: 40px;
}
.company-sticky-slider-section-mobile .section-text {
    margin-bottom: 20px;
}
.company-sticky-slider-section-mobile .sticky-slider-owl .owl-dot {
    background: #fff !important;
}


.company-our-mission-section {
    position: relative;
    z-index: 2;
}
.company-our-mission-top {
    margin-bottom: 40px;
}
.company-our-mission-right {
    padding: 90px 9% 0 0;
}
.company-our-mission-right .section-title {
    margin-bottom: 24px;
}
.company-our-mission-image-hold {
    display: inline-block;
    position: relative;
    width: 524px;
    height: 525px;
    border-radius: 50%;
}
.company-our-mission-image-hold::after {
    content: '';
    width: 524px;
    height: 525px;
    border: solid 3px #112c51;
    border-radius: 50%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: translateY(8px);
}
.company-our-mission-image {
    position: relative;
    width: 524px;
    height: 525px;
    border-radius: 50%;
    overflow: hidden;
}
.company-our-mission-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.company-our-mission-values {
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 100px 40px;
    margin-bottom: -60px;
}
.company-our-mission-values .section-title {
    margin-bottom: 30px;
}
.regional-section-2.company-awards-section {
    padding-top: 210px;
}
.company-awards-section-image {
    position: relative;
    height: 139px;
    margin-bottom: 50px;
}
.company-awards-section-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.company-awards-section-title {
    color: #0f325d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 20px;
}
.company-awards-section-text {
    color: #094178;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}

.company-leadersdhip-section {
    padding: 150px 0 150px;
    position: relative;
    z-index: 2;
}
.company-leadersdhip-section-top {
    margin-bottom: 120px;
}
.company-leadersdhip-section-top .section-title {
    margin-bottom: 30px;
}
.company-leadersdhip-section-top .section-text {
    margin-bottom: 30px;
}
.company-leadersdhip-section-bottom .section-text {
    margin-bottom: 80px;
}

.company-technologies-section {
    position: relative;
    padding: 150px 0 79px;
    background: #112C51;
}
.company-technologies-section-bg img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: 0.37;
}
.company-technologies-section .row {
    position: relative;
    z-index: 1;
}
.company-technologies-list {
    padding-top: 81px;
}
.company-technologies-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.company-technologies-list ul li {
    float: left;
    width: 17.5%;
    margin-right: 10%;
    margin-bottom: 84px;
    text-align: center;
}
.company-technologies-list ul li:nth-child(4n) {
    margin-right: 0;
}
.company-technologies-list ul li:nth-child(4n + 1) {
    clear: both;
}
.company-technologies-list ul li:last-child {
    margin-right: 0 !important;
}
.company-technologies-list-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -1.38px;
    margin-bottom: 20px;
}
.company-technologies-list-test {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    padding: 0 10%;
}

.company-unique-services .home-unique-services-list {
    padding-top: 40px;
}
.company-learn-more {
    padding-top: 20px;
    margin-bottom: 130px;
}
.company-learn-more ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.company-learn-more ul li {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 20px;
    min-height: 318px;
}
.company-learn-more ul li:nth-child(4n) {
    margin-right: 0;
}
.company-learn-more ul li:nth-child(4n + 1) {
    clear: both;
}
.company-learn-more ul li a {
    position: relative;
    display: block;
    padding: 50px 50px 70px;
    height: 100%;
}
.company-learn-more ul li a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.company-learn-more ul li a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}

.knowledge-center-landing .large-simple-intro.medium-simple-intro .simple-intro-text {
    margin-bottom: 30px;
}
.knowledge-center-section-1 {
    margin-bottom: 130px;
}
.knowledge-center-section-1-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.knowledge-center-section-1-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    min-height: 347px;
}
.knowledge-center-section-1-list ul li:nth-child(2n) {
    margin-right: 0;
}
.knowledge-center-section-1-list ul li:nth-child(2n + 1) {
    clear: both;
}
.knowledge-center-section-1-list ul li a,
.knowledge-center-section-1-list ul li > span {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px 100px;
}
.knowledge-center-section-1-list ul li a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.knowledge-center-section-1-list ul li a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}
.knowledge-center-section-1-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 30px;
}
.knowledge-center-section-1-text {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}
.knowledge-center-section-2 {
    margin-bottom: 150px;
}
.knowledge-center-section-2-content {
    position: relative;
    z-index: 2;
}
.knowledge-center-section-2-content .section-title {
    margin-bottom: 20px;
}
.knowledge-center-section-2-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 30px;
}
.knowledge-center-section-2 .home-testimonials-slider {
    padding: 150px 440px 150px 9.2%;
}
.knowledge-center-section-2 .home-testimonials-slider-side-image-box {
    width: 491px;
    height: 493px;
}
.knowledge-center-section-3 {
    margin-bottom: 150px;
}
.knowledge-center-section-3 .section-text {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 30px;
}
.home-testimonials.knowledge-center-section-2 {
    margin-top: 0;
}

.partnership-intro-btn {
    padding-top: 20px;
}
.partnership-intro-btn ul li {
    float: left;
    margin-right: 20px;
}
.partnership-intro-btn ul li:last-child {
    margin-right: 0;
}
.btn-yellow.btn-yellow-blue,
.btn-yellow.btn-yellow-blue:focus,
.btn-yellow.btn-yellow-blue:active {
    background: #d5eaf9;
}
.btn-yellow.btn-yellow-blue:hover {
    background: #EBF1F5;
}

.fancy-video-play-trigger,
.fancy-video-play-trigger:focus,
.fancy-video-play-trigger:active {
    display: inline-block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: #ffd600 url(../png/icon-youtube-play.png) no-repeat center center;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 4;
    transition: 0.2s;
}
.fancy-video-play-trigger:hover {
    opacity: 0.8;
}
.partnership-about-section .company-our-mission-right {
    padding: 90px 0 0 9%;
}
.partnership-about-section {
    margin-bottom: -80px;
}
.partnership-about-section .company-our-mission-right {
    padding-bottom: 100px;
}
.partnership-program-overview-section {
    padding: 127px 0 100px;
    background: -o-linear-gradient(64deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(26deg, #0291CE, #0D4B77, #112C51);
}
.partnership-program-overview-textbox {
    padding-top: 60px;
}
.partnership-program-overview-textbox .section-text {
    font-size: 20px;
    margin-bottom: 26px;
}
.partnership-program-overview-form-hold {
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    max-width: 505px;
    padding: 40px 50px;
}
.overview-form-title {
    color: #0f325d;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 21px;
}
.partnership-program-overview-list {
    margin-bottom: 10px;
}
.partnership-program-overview-list ul {
    margin-left: 20px;
}
.partnership-program-overview-list ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 34px;
}
.partnership-program-overview-list ul li::before {
    content: '';
    width: 21px;
    height: 17px;
    background: url(../svg/icon-tick-blue-lg.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 5px;
    left: 0;
}
.partnership-program-overview-form {
    padding-right: 5%;
}
.partnership-program-overview-section .partnership-program-overview-textbox,
.partnership-program-overview-section .partnership-program-overview-form {
    position: relative;
    z-index: 1;
}
.partnership-program-overview-section .yellow-circle-top .yellow-circle-bg {
    bottom: -662px;
    top: auto;
    z-index: 0;
}
.partnership-program-bottom {
    padding: 150px 0 0;
    position: relative;
    z-index: 2;
}
.partnership-program-bottom .section-title {
    margin-bottom: 24px;
}
.partnership-program-bottom .section-text {
    padding: 0 6%;
}
.partnership-program-bottom-form-hold {
    margin-top: 60px;;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 40px 50px;
}
.partnership-program-bottom-logos {
    padding-top: 80px;
    margin-bottom: 150px;
}
.partnership-program-owl .item {
    width: 248px;
    height: 139px;
    padding: 20px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partnership-program-owl .item img {
    width: auto;
    max-width: 200px;
    max-height: 100px;
}
.row.row-full {
    max-width: 100%;
    padding: 0;
}

.careers-job-postings {
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 90px;
}
.careers-job-postings-section-title {
    color: #112c51;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -1.1973684px;
    margin-bottom: 60px;
}
.careers-job-postings .search-results-page-content-left {
    position: relative;
}
.careers-job-postings-content {
    width: calc(100% - 315px);
}
.careers-job-postings-item {
    margin-bottom: 60px;
}
.careers-job-postings-item-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 20px;
}
.careers-job-postings-item-list ul li {
    border-bottom: solid 2px #dcdcdc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    float: left;
    width: 100%;
}
.careers-job-postings-item-list ul li:first-child {
    border-top: solid 2px #dcdcdc;
}
.careers-job-postings-item-list ul li a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    padding: 19px 0 19px 0;
    color: #112c51;
    float: left;
    width: 100%;
    transition: 0.2s;
}
.careers-job-postings-item-list ul li a:hover {
    color: #009FDF;
}
.careers-job-postings-item-list ul li a span {
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.careers-job-postings-item-list ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.careers-job-postings-item-list ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.cjp-item-list-title {
    float: left;
    width: 60%;
    padding-right: 20px;
}
.cjp-item-list-location {
    float: left;
    width: 40%;
    padding-right: 60px;
}

.careers-job-postings-detail-section {
    margin-bottom: 130px;
}
.cjp-detail-top {
    position: relative;
    padding: 0 20% 49px 0;
    border-bottom: solid 2px #dcdcdc;
    margin-bottom: 59px;
}
.cjp-detail-top-info {
    margin-bottom: 10px;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.cjp-detail-top-btn {
    position: absolute;
    right: 0;
    top: 23%;
}
.cjp-detail-top .careers-job-postings-section-title {
    margin-bottom: 41px;
}
.cjp-detail-apply-btns {
    padding-top: 49px;
    margin-bottom: 40px;
}
.cjp-detail-apply-btns ul li {
    float: left;
    margin-right: 20px;
}
.cjp-detail-apply-btns ul li:last-child {
    margin-right: 0;
}
.btn-link-back,
.btn-link-back:focus,
.btn-link-back:active {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    position: relative;
    padding-left: 55px;
    transition: 0.2s;
}
.btn-link-back::before,
.btn-link-back::after {
    content: '';
    width: 100%;
    max-width: 46px;
    height: 14px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: calc(100% - 45px);
    transition: 0.2s ease-in-out;
}
.btn-link-back:hover {
    color: #009fdf;
}
.btn-link-back::before {
    background: url(../svg/icon-arrow-back.svg) no-repeat center center;
}
.btn-link-back::after {
    background: url(../svg/icon-arrow-back-hovered.svg) no-repeat center center;
    opacity: 0;
}
.btn-link-back:hover::before {
    opacity: 0;
}
.btn-link-back:hover::after {
    opacity: 1;
    max-width: 55px;
}
.cjp-detail-back {
    margin-bottom: 100px;
}

.cjp-detail-bottom.entry * {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
}

.careers-page-mission {
    z-index: 2;
    position: relative;
}
.careers-page-values {
    padding: 210px 0 345px;
}
.careers-page-values .regional-owl-carousel .item {
    padding: 0;
    overflow: hidden;
}
.careers-page-values-image {
    position: relative;
    padding-bottom: 50.2%;
    margin-bottom: 45px;
}
.careers-page-values-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.careers-page-values-box {
    padding: 0 50px 28px;
}
.careers-page-values .regional-owl-slider {
    padding-top: 30px;
}
.careers-page-values  .home-solutions-owl-title {
    margin-bottom: 27px;
}

.page-template-template-careers .careers-page-sticky-slider.home-sticky-slider-section .row::before,
.page-template-template-tpm .careers-page-sticky-slider.home-sticky-slider-section .row::before {
    height: calc(100% + 50px);
    top: -25px;
    left: 104px;
    bottom: -25px;
}
.page-template-template-careers .careers-page-values {
    padding-bottom: 150px;
    padding-top: 105px;
}
.page-template-template-careers .careers-page-benefits {
    padding-top: 150px;
}
.careers-page-sticky-slider .home-section-4-box-item-image-hold {
    right: auto;
    left: -314px;
}
.careers-page-sticky-slider .home-section-sticky-slider-dots {
    left: auto;
    right: -40px;
}

.careers-page-benefits {
    padding: 237px 0 70px;
    position: relative;
}
.careers-page-benefits::after {
    content: '';
    width: 100%; height: 100%;
    background: #112c51;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0.76;
    z-index: -1;
}
.careers-page-benefits-bg img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
}
.careers-page-benefits .row {
    position: relative;
    z-index: 2;
}
.careers-page-benefits .home-section-5-circle-bottom {
    right: -472px;
    bottom: -467px;
}
.careers-page-benefits-list {
    padding-top: 52px;
}
.careers-page-benefits-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.careers-page-benefits-list ul li {
    float: left;
    width: 24%;
    margin-right: 14%;
    margin-bottom: 80px;
}
.careers-page-benefits-list ul li:nth-child(3n) {
    margin-right: 0;
}
.careers-page-benefits-icon {
    margin-bottom: 20px;
}
.careers-page-benefits-icon img {
    width: 69px;
    height: 69px;
}
.careers-page-benefits-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}
.careers-page-benefits-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.careers-page-paths {
    padding: 150px 0 130px;
}
.careers-page-paths-list.home-resources-list {
    display: block !important;
    padding-top: 52px;
}

.careers-detail-hire {
    background: -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    padding: 197px 0 150px;
    position: relative;
    margin-bottom: 150px;
}
.blue-circle-image-hold .row {
    position: relative;
    padding: 0;
}
.careers-detail-hire .blue-circle-image-hold,
.blue-circle-image-hold.bcih-bottom-left,
.blue-circle-image-hold.bcih-top-left {
    position: absolute;
    bottom: 0;
    left: 50%; transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
}
.careers-detail-hire .blue-circle-image,
.blue-circle-image-hold.bcih-bottom-left .blue-circle-image {
    position: absolute;
    bottom: -398px;
    left: -397px;
}
.blue-circle-image-hold.bcih-top-left .blue-circle-image {
    top: -398px;
    left: -397px;
}
.careers-detail-hire .section-title {
    margin-bottom: 30px;
}

.careers-detail-intern {
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}
.careers-detail-intern-left .section-title {
    margin-bottom: 24px;
}
.careers-detail-intern-left .section-text {
    margin-bottom: 40px;
}
.careers-detail-intern-right ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.careers-detail-intern-right ul li {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 60px;
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    padding-right: 20px;
}
.careers-detail-intern-right ul li img {
    display: block;
    width: 47px;
    height: 47px;
    margin-bottom: 10px;
}
.careers-detail-intern-right {
    padding: 0 0 0 12%;
}


/* sprint 3 pages */
.partner-portal-page .reques-demo-page-section-form {
    margin-top: -368px;
}

.vertical-overview-section {
    padding: 77px 0 147px;
}
.vertical-numbers-section {
    background: -o-linear-gradient(49deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    padding: 150px 0 90px;
    position: relative;
}
.vertical-numbers-section .row {
    position: relative;
    z-index: 2;
}
.vertical-numbers-list {
    padding-top: 86px;
}
.vertical-numbers-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vertical-numbers-list ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.19);
    padding: 0 8%;
    margin-bottom: 60px;
}
.vertical-numbers-list ul li:nth-child(3n),
.vertical-numbers-list ul li:last-child {
    border: none;
}
.vertical-numbers-list-title {
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.5657895px;
    margin-bottom: 28px;
}
.vertical-numbers-list-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.vertical-customers-section {
    padding: 150px 0 150px;
}
.vertical-customers-list {
    padding-top: 80px;
    margin-bottom: 120px;
}
.vertical-customers-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.vertical-customers-list ul li {
    float: left;
    width: 25%;
    padding: 0 0 0 30px;
    border-right: 1px solid rgba(17, 44, 81, 0.19);
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 30px;
}
.vertical-customers-list ul li:first-child,
.vertical-customers-list ul li:nth-child(4n + 1){
    padding-left: 0;
}
.vertical-customers-list ul li:nth-child(4n){
    border: none;
}
.vertical-customers-list ul li strong {
    display: block;
}
.vertical-customers-supported-title {
    color: #112c51;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.187;
    letter-spacing: -0.58947366px;
    margin-bottom: 69px;
}
.vertical-customers-supported-list {
    position: relative;
}
.vertical-customers-supported-owl {
    padding: 0 105px;
}
.vertical-customers-supported-owl .item {
    height: 60px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.vertical-customers-supported-owl .item img {
    max-height: 40px;
    max-width: 141px;
    width: auto;
}
.vertical-customers-supported-owl .owl-nav button {
    display: inline-block;
    width: 46px;
    height: 13px;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    transition: 0.2s;
    background-size: contain !important;
}
.vertical-customers-supported-owl .owl-nav button span {
    display: none;
}
.vertical-customers-supported-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-arrow-back.svg) no-repeat center center;
    left: 0;
}
.vertical-customers-supported-owl .owl-nav button.owl-next {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
    right: 0;
}
.vertical-customers-supported-owl .owl-nav button.disabled {
    opacity: 0.1;
}
.vertical-customers-supported-owl .owl-nav button.owl-prev:not(.disabled):hover {
    background: url(../svg/icon-arrow-back-hovered.svg) no-repeat center center;
    width: 55px;
}
.vertical-customers-supported-owl .owl-nav button.owl-next:not(.disabled):hover {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    width: 55px;
}
.vertical-featured-case-section {
    background: #f0f8fd;
}
.vertical-featured-case-section .careers-page-paths-list.home-resources-list,
.vertical-featured-res-section .careers-page-paths-list.home-resources-list {
    display: block !important;
    padding-top: 20px;
}
.vertical-featured-case-btn {
    margin-bottom: 20px;
}
.vertical-covered-section {
    position: relative;
    padding: 150px 0 139px;
    background: -o-linear-gradient(49deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.vertical-covered-section .row {
    position: relative;
    z-index: 2;
}
.vertical-covered-section-bg img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: calc(100% + 3px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index:0;
}
.vertical-covered-section .section-title {
    margin-bottom: 20px;
}
.vertical-covered-section .section-text {
    margin-bottom: 30px;
}
.vertical-covered-section-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    margin-bottom: 11px;
}

.blue-circle-image-hold.bcih-top-left {
    bottom: auto;
    top: 0;
}
.blue-circle-image-hold.bcih-top-left .blue-circle-image {
    top: -403px;
    left: -397px;
}
.blue-circle-image-hold.bcih-top-right .blue-circle-image {
    top: -403px;
    right: -397px;
}
.vertical-customers-section.vertical-energy-customers-section {
    padding-top: 3px;
    position: relative;
    z-index: 2;
}
.vertical-customers-services-hold {
    padding-top: 144px;
}
.vertical-customers-services-left .section-title {
    margin-bottom: 30px;
}
.vertical-customers-services-right ul li {
    margin-bottom: 20px;
}
.vertical-customers-services-right ul li a {
    display: block;
    position: relative;
    padding: 40px 50px 80px;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.vertical-customers-services-right ul li a span {
    position: absolute;
    left: 50px;
    bottom: 40px;
}
.vertical-customers-services-right ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.vertical-customers-services-right ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.vertical-industry-section {
    padding: 150px 0;
}
.vertical-industry-section .regional-section-3-bottom {
    margin-bottom: 0;
}

.tpm-overview-section {
    margin-bottom: 81px;
}
.tpm-overview-list-section {
    margin-bottom: 150px;
}
.tpm-overview-list {
    margin-bottom: 130px;
}
.tpm-overview-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.tpm-overview-list ul li {
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    min-height: 519px;
}
.tpm-overview-list ul li:nth-child(3n) {
    margin-right: 0;
}
.tpm-overview-list ul li a {
    display: block;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: relative;
    
    height: 100%;
    overflow: hidden;
}
.tpm-overview-list ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.tpm-overview-list ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.tpm-overview-box {
    padding: 50px 50px 74px 50px;
}
.tpm-overview-image {
    position: relative;
    padding-bottom: 51%;
}
.tpm-overview-image img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tpm-testimonials {
    margin-bottom: 150px;
}
.careers-page-sticky-slider.home-sticky-slider-section.tpm-page-sticky-slider {
    background-color: transparent;
}
.careers-page-sticky-slider.home-sticky-slider-section.tpm-page-sticky-slider .row::before {
    height: calc(100% + 136px);
    top: 0;
}
.vertical-numbers-section.tpm-numbers-section {
    padding-top: 285px;
}
.tmp-world-map {
    position: relative;
    /* padding-bottom: 56%; */
    margin-bottom: 210px;
    /* height: 809px; */
}
.tmp-world-map img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tpm-data-support {
    background: -o-linear-gradient(49deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    padding: 150px 0 180px;
    position: relative;
    overflow: hidden;
}
.tpm-data-support .row {
    position: relative;
    z-index: 2;
}
.tpm-data-support-list {
    margin-top: 75px;
}
.tpm-data-support-list > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.tpm-data-support-list > ul > li {
    float: left;
    width: 28%;
    margin-right: 8%;
    margin-bottom: 40px;
}

.tpm-data-support-list > ul > li:nth-child(3n) {
    margin-right: 0;
}

.cards-list.tpm-data-support-list > ul > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    border-radius:18px;
    padding:40px 70px 40px 133px;
    position: relative;
}

.cards-list.tpm-data-support-list > ul > li:nth-child(2n) {
    margin-right: 0;
}

.cards-list.tpm-data-support-list > ul > li li:nth-child(2n+1) {
    clear: both;
}

.cards-list.tpm-data-support-list > ul > li li:nth-child(3n) {
    margin-right: 2%;
}

.cards-list.tpm-data-support-list > ul > li img {
    position: absolute;
    top:40px;
    left:30px;
}

.cards-list ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.cards-list ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}


.tpm-data-support-list-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 11px;
}
.cards-list .tpm-data-support-list-title {
    color:#094178;
}
.tpm-data-support-list-sublist ul {
    margin: 0 0 0;
}
.tpm-data-support-list-sublist ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}

.cards-list .tpm-data-support-list-sublist ul li {
    color:#094178;
    margin-bottom: 23px;
}

.tpm-data-support-list-sublist ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px; left: 0;
}
.cards-list .tpm-data-support-list-sublist ul li::before {
    background:#094178;
}
.tpm-maitainence {
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
}
.tpm-maitainence-textside {
    padding: 100px 0 0 0;
}
.tpm-maitainence-textside .section-title-lg {
    margin-bottom: 31px;
}
.section-title-lg {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}
.tpm-maitainence-img-hold {
    position: relative;
    padding: 30px 6.5% 100px 0;
}
.tpm-maitainence-img-hold::before {
    content: '';
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: -66px; right: 0; bottom: 0;
    width: 9999px;
    z-index: -1;
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom:none;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
}
.faq-accordion .accordion {
    background: transparent;
}
.faq-accordion .accordion-item {
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(103, 104, 102, 0.5);
    position: relative;
}
.faq-accordion .accordion-item:first-child {
    border-top: solid 1px rgba(103, 104, 102, 0.5);
}
.faq-accordion .accordion-title {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    border: none;
    background: transparent;
    padding: 30px 30px 14px 0;
}
.faq-accordion .accordion-title h3 {
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}
.faq-accordion .accordion-content {
    color: #676866;
    padding: 0 0 10px;
    border: none !important;
    background-color: transparent;
}
.faq-accordion .accordion-title::before {
    color: #009fdf;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    right: 0;
    margin-top: -0.2rem;
    top: 47%;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.tpm-hardware-section {
    margin-bottom: 150px;
}
.tpm-hardware-left {
    padding: 0 6% 0 0;
}
.tpm-hardware-left .section-title-lg,
.circle-text-section-textbox .section-title-lg {
    margin-bottom: 40px;
}
.tpm-hardware-left .entry ul,
.circle-text-section-textbox .entry ul {
    padding: 0;
}
.tpm-hardware-left .entry ul li,
.circle-text-section-textbox .entry ul li {
    margin-bottom: 6px;
}
.tpm-hardware-right {
    padding: 0 0 0 9%;
}
.tpm-hardware-right ul li {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 28px;
    margin-bottom: 32px;
    
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tpm-hardware-right ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tpm-hardware-right-number {
    color: #009fdf;
    font-size: 85px;
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -1.5657895px;
    text-transform: uppercase;
    float: left;
    padding-right: 5%;
}
.tpm-hardware-right-text {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-align: right;
    float: right;
    max-width: 187px;
}
.circle-text-section {
    margin-bottom: 150px;
    position: relative;
}
.circle-text-section .blue-circle-image-hold.bcih-top-left{
    top: 225px;
    z-index: -5;
    left: 57%;
}
.blue-circle-image.yellow-circle-image {
    background: url(../svg/bg-yellow-circle-802.svg) no-repeat center center;
}
.circle-text-section-main {
    position: relative;
    padding: 96px 0;
}
.circle-text-section-img-hold {
    position: absolute;
    top: 50%; left: -44px; transform: translateY(-50%);
    display: inline-block;
    z-index: -2;
}
.circle-text-section-img {
    width: 798px;
    height: 798px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.circle-text-section-img img {
    background-size: cover !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.circle-text-section-img-hold::after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 3px #112c51;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(9px);
}
.circle-text-section-textbox {
    position: relative;
    padding: 104px 0 96px 8.5%;
}
.circle-text-section-textbox::before {
    content: '';
    width: 9999px;
    height: 100%;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0; left: 0; bottom: 0;
    z-index: -1;
}
.circle-text-section-textbox .entry {
    margin-bottom: 24px;
}

.supp-maintenance-overview-section {
    padding: 10px 0 105px;
}
.supp-maintenance-overview-top {
    margin-bottom: 80px;
}
.tmp-world-map.supp-maintenance-world-map {
    margin-bottom: 130px;
}
.section-title-sm {
    color: #112c51;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.58947366px;
    margin-bottom: 20px;
}
.supp-maintenance-overview-bottom-left {
    padding: 0 10% 0 8.7%;
}
.supp-maintenance-overview-bottom-right ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.supp-maintenance-overview-bottom-right ul li {
    float: left;
    width: 33.333%;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 20px;
}
.supp-maintenance-overview-bottom-right ul li a {
    transition: 0.2s;
}
.supp-maintenance-overview-bottom-right ul li a:hover {
    opacity: 0.7;
}
.vertical-numbers-section.supp-maintenance-numbers-section {
    overflow: hidden;
    background: -o-linear-gradient(49deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(41deg, #0291CE, #0D4B77, #112C51);  
}
.home-sticky-slider-section.supp-maintenance-sticky-slider-section .row::before {
    height: 100%;
    top: 0;
    bottom: 0;
}
.home-sticky-slider-mobile.supp-maintenance-sticky-slider-mobile {
    margin-top: 0;
}
.tpm-data-support.supp-maintenance-data-support {
    padding-bottom: 110px;
}

.home-testimonials.entuity-testimonials {
    margin-top: 0;
}
.entuity-testimonials::after {
    content: '';
    width: 100%;
    height: 168px;
    background: #f0f8fd;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: -1;
}
.tpm-data-support.entuity-data-support {
    overflow: visible;
}
.entuity-overview-section {
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
}
.entuity-overview-section-left {
    padding: 0 9.5% 0 8.5%;
}
.entuity-overview-section-img {
    width: calc(100% + 124px);
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    padding-bottom: 93%;

    width: 100%;
    padding-bottom: 57%;
}

/*.entuity-overview-section-img iframe {
    width: 100%;

}*/
.entuity-overview-section-img .fancy-video-play-trigger {
    top: 36px;
    left: -20px;
}
.entuity-overview-section-img img {
    border-radius: 15px;
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3;
}

.entuity-overview-section-img .flex-video {
    border-radius: 20px;
    margin-bottom: 0px;
}

.entuity-data-support {
    padding-bottom: 128px;
    margin-bottom: 150px;
}
.entuity-data-support .section-text {
    margin-bottom: 58px;
}
.entuity-features-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.entuity-features-list ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 22px;
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: relative;
    min-height: 267px;
}
.entuity-features-list ul li:nth-child(2n) {
    margin-right: 0;
}
.entuity-features-list ul li a {
    display: block;
    position: relative;
    padding: 42px 42px 38px 138px;
}
.entuity-features-list ul li a:hover .btn-arrow-link::before {
    opacity: 0;
}
.entuity-features-list ul li a:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}
.entuity-features-list-icon {
    position: absolute;
    top: 42px; left: 38px;
}
.entuity-features-list-icon img {
    max-width: 69px;
    max-height: 69px;
}
.entuity-features-list ul li .btn-arrow-link,
.entuity-features-list ul li .btn-arrow-link:focus,
.entuity-features-list ul li .btn-arrow-link:active {
    margin-top: 20px;
}
.entuity-management-section {
    margin-bottom: 150px;
    position: relative;
    z-index: 3;
}
.entuity-management-section-left {
    padding-right: 10%;
}
.entuity-management-section-right {
    padding: 92px 0 92px 67px;
    position: relative;
}
.entuity-management-section-right::after {
    content: '';
    width: 9999px;
    height: 100%;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0; left: 0; bottom: 0;
    z-index: -1;
}
.entuity-numbers-section {
    padding: 0 0 90px;
}
.entuity-numbers-section .company-technologies-list-title,
.entuity-numbers-section .vertical-numbers-list-text {
    color: #112c51;
}
.entuity-achieve-section {
    margin-bottom: 190px;
    position: relative;
}
.entuity-achieve-box {
    position: relative;
}
.entuity-achieve-box::before {
    content: '';
    width: 2000px;
    height: calc(100% + 80px);
    position: absolute;
    top: -40px; bottom: -40px; left: 20%;
    border-radius: 18px;
    background: -o-linear-gradient(64deg, #0291CE, #0D4B77, #112C51);
    background: linear-gradient(26deg, #0291CE, #0D4B77, #112C51);
    z-index: 0;
}
.page-template-template-entuity_detail .entuity-achieve-box::before {
    background: rgb(92,92,92);
    background: -moz-linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 64%);
    background: -webkit-linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 64%);
    background: linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c5c5c",endColorstr="#91959c",GradientType=1);
}
.entuity-achieve-section-image {
    padding: 83px 68px 99px 0;
    position: relative;
}
.entuity-achieve-section-image img {
    position: relative;
    z-index: 1;
}
.entuity-achieve-section-image::after {
    content: '';
    width: 9999px;
    height: 100%;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.entuity-achieve-section-text {
    padding-top: 152px;
    position: relative;
    z-index: 2;
}

.entry.entry-just-list {
    margin-bottom: 24px;
}
.entry.entry-just-list ul,
.faq-accordion .entry ul,
.faq-accordion .entry ol {
    padding: 0;
    margin-left: 0;
}
.entry.entry-just-list ul li,
.faq-accordion .entry ul li,
.faq-accordion .entry ol li {
    margin-bottom: 6px;
}

.entuity-detail-overview-section .entuity-overview-section-left {
    padding: 0 9.5% 0 0;
}
.entuity-detail-image-text-section {
    margin-bottom: 150px;
}
.entuity-detail-image-text-section .tpm-maitainence-textside {
    padding-top: 60px;
}

.entuity-achieve-box-reverse .entuity-achieve-section-image {
    padding: 158px 0 140px 91px;
}
.entuity-achieve-box-reverse .entuity-achieve-section-image::after {
    right: auto;
    left: 0;
}
.entuity-achieve-box-reverse.entuity-achieve-box::before {
    left: auto;
    right: 20%;
}
.entuity-achieve-box-reverse .entuity-achieve-section-text {
    padding: 60px 0 0;
}
.entuity-achieve-box-reverse .faq-accordion .accordion-title {
    color: #fff;
}
.entry-white.entry p {
    color: #fff;
}
.entry-white.entry ul li, 
.entry-white.entry ol li {
    color: #fff;
}
.entry-white.entry ul li::before {
    background-color: #fff;
}
.entuity-achieve-box-reverse .faq-accordion .accordion-title::before {
    color: #ffd600;
}
.entuity-detail-image-text-title {
    padding-top: 10px;
    color: #112c51;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 14px;
}

.orange-intro .large-simple-intro-box::after {
    /* width: 400px;
    /* right: 75%; */
    background: rgb(215,127,0);
    background: #112c51;
    border-bottom: solid 3px #112c51;
}
.orange-intro .large-simple-intro-box::before {
    background: #112c51;
}
.orange-intro .simple-intro-text {
    font-weight: 700;
}
.monitor-overview {
    margin-bottom: 150px;
}
.monitor-key-features {
    padding-bottom: 90px;
}
.monitor-key-features.tpm-data-support {
    background: -o-linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.monitor-key-features .section-text  {
    margin-bottom: 51px;
}
.monitor-key-features-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.monitor-key-features-list ul li {
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 60px;
    position: relative;
    padding: 0 0 0 100px;
}
.monitor-key-features-list ul li:nth-child(2n) {
    margin-right: 0;
}
.monitor-key-features-list-icon {
    position: absolute;
    top: 0; left: 0;
	max-width: 3.5rem;
}
.monitor-key-features-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 16px;
}
.monitor-key-features-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.monitor-supported-section {
    padding: 150px 0;
    position: relative;
}
.monitor-supported-section .section-text {
    margin-bottom: 80px;
}
.monitor-supported-slider .owl-stage-outer {
    padding: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.monitor-supported-slider .regional-owl-progress-itself  {
    background: #dcdcdc;
}
.monitor-supported-slider .regional-owl-progress-itself span {
    background: #112c51;
}
.monitor-supported-slider .regional-custom-nav button {
    border: solid 1px #112c51 !important;
}
.monitor-supported-slider .regional-custom-nav button.regional-custom-nav-prev {
    background: url(../svg/icon-owl-prev-blue.svg) no-repeat center center;
}
.monitor-supported-slider .regional-custom-nav button.regional-custom-nav-next {
    background: url(../svg/icon-owl-next-blue.svg) no-repeat center center;
}
.monitor-supported-slider.regional-owl-slider {
    padding-top: 0;
}
.orange-tick-list {
    padding-top: 10px;
}
.orange-tick-list ul li {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
}
.orange-tick-list ul li::before {
    content: '';
    width: 17px;
    height: 12px;
    background: url(../svg/orange-tick.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 7px; left: 0;
}
.monitor-parkview .entuity-achieve-section-text {
    padding-top: 211px;
}
.monitor-parkview .entuity-achieve-box::before {
    background: -o-linear-gradient(226deg, #FFD600, #F89B1C);
    background: linear-gradient(224deg, #FFD600, #F89B1C);
}
.section-title-lg.section-text-white {
    color: #fff;
}
.monitor-parkview .section-title-lg {
    margin-bottom: 15px;
}
.dark-blue-tick-list ul li {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}
.dark-blue-tick-list ul li::before {
    content: '';
    width: 17px;
    height: 12px;
    background: url(../svg/dark-blue-tick.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 7px; left: 0;
}
.careers-page-paths-orange.careers-page-paths .home-resources-list-cat {
    color: #f89b1c;
}
.careers-page-paths-orange.vertical-featured-case-section {
    background: #fefaf3;
    padding-top: 190px;
}
.monitor-image-text-section {
    position: relative;
    z-index: 2;
}
.blue-circle-image-hold.bcih-top-right {
    position: absolute;
    top: 0;
    left: 50%; transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
}
.blue-circle-image-hold.bcih-top-right .blue-circle-image {
    top: -398px;
    right: -397px;
}

.discover-overview-section .entuity-overview-section-left {
    padding-top: 0px;
}
.faq-accordion .accordion-content.entry {
    margin-bottom: 0 !important;
}
.discover-circle-text-section {
    margin-bottom: 0;
}
.discover-circle-text-section .circle-text-section-main {
    padding: 0;
}
.discover-circle-text-section .faq-accordion .accordion-title::before {
    color: #F89B1C;
}
.infographic-section {
    padding: 150px 0 0;
    position: relative;
}
.infographic-section::before {
    content: '';
    background: #112c51;
    background: #112c51;
    position: absolute;
    top: -188px; right: 0; bottom: -460px; left: 0;
    z-index: -1;
}
.infographic-box {
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    padding: 80px 60px;
    margin-bottom: 150px;
}
.infographic-box .section-text {
    margin-bottom: 60px;
}
.discover-circle-text-section {
    z-index: 2;
}
.home-sticky-slider-section.discover-sticky-slider-section {
    background-color: transparent;
    margin-bottom: 150px;
}
.home-sticky-slider-section.discover-sticky-slider-section .row::before {
    height: 100%;
    top: 0;
    bottom: 0;
}
.home-sticky-slider-section.discover-sticky-slider-section .row::before {
    background: #fff url(../png/icon-blue-circle-half.png) no-repeat bottom right -150px;
}
.support-tiers-section {
    margin-bottom: 130px;
}
.support-tiers-section .section-text {
    margin-bottom: 80px;
}
.support-tiers-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
    top: 3px;
    position: relative;
}
.support-tiers-circle-full {
    background: #f89b1c;
    border: solid 1px #f89b1c;
}
.support-tiers-table {
    overflow: auto;
    padding: 5px 5px 20px 5px;
}
.support-tiers-table table {
    min-width: 500px;
}
.support-tiers-table table tbody {
    border: solid 1px #eaeaea;
}
.support-tiers-table table tbody tr {
    background-color: #fff !important;
}
.support-tiers-table table tr th strong {
    display: block;
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}
.support-tiers-table table tr th {
    color: rgba(17, 44, 81, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    text-align: left;
    padding: 0 20px 20px 0;
}
.support-tiers-table table tr td {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    padding: 20px 15px;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    vertical-align: middle;
}
.support-tiers-table table tbody tr td:first-child {
    min-width: 458px;
}

.page-template-template-entuity_detail .careers-page-paths {
    padding-top: 0 !important;
}

.campaing-lp-overview {
    margin-bottom: 60px;
}
.campaing-lp-overview .company-our-mission-image-hold {
    left: 0;
}
.campaing-lp-overview-two .partnership-program-overview-list ul li {
    color: #112c51;
}
.campaing-lp-overview-two {
    margin-bottom: 150px;
}
.campaing-lp-overview-two-text-box {
    padding-top: 84px;
}
.campaing-lp-overview-two-text-box .section-text {
    margin-bottom: 30px;
}
.campaing-lp-list-section {
    position: relative;
    margin-bottom: 150px;
    z-index: 2;
}
.campaing-lp-list-section .home-resources-list {
    display: block;
}
.campaing-lp-blue-section {
    padding: 150px 0;
    margin-bottom: 150px;
    position: relative;
    background: #112c51;
}
.campaing-lp-blue-section .row {
    position: relative;
    z-index: 2;
}
.campaing-lp-blue-section-bg img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: 0.37;
}
.campaing-lp-blue-section-btn {
    padding-top: 30px;
}
.campaing-lp-testimonial {
    margin-bottom: 150px;
}
.campaing-lp-testimonial .home-testimonials-slider{
    padding-top: 143px;
    padding-bottom: 164px;
}

.resources-filter-clear-all {
    color: #91959c;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}
.resources-filter-clear-all span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 14px;
    transition: 0.2s;
}
.resources-filter-clear-all span::after {
    content: '';
    width: 8px;
    height: 8px;
    background: url(../svg/icon-clear-all-x.svg) no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 50%; right: 0; transform: translateY(-50%);
    transition: 0.2s;
}
.resources-filter-clear-all span:hover {
    opacity: 0.7;
}
.post-type-archive-resource .search-results-page-filter-title {
    margin-bottom: 10px;
}
.eosl-search-results table tbody td:first-child {
    padding: 0;
}
.eosl-search-results table tbody td:first-child a {
    display: block;
    padding: 19px 20px 19px 0;
}

.mobile-header-nav > ul > li > span {
    display: block;
    margin-top: 15px;
    color: #112c51;
    font-size: 10px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.71666664px;
    opacity: 0.3961356;
    margin-bottom: 5px;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-1 > a,
.mobile-header-nav > ul > li.mobile-header-nav-p-2 > a,
.mobile-header-nav > ul > li.mobile-header-nav-p-3 > a,
.mobile-header-nav > ul > li.mobile-header-nav-p-4 > a {
    padding: 0 20px 0 0;
    margin-bottom: 22px;
    border: none;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-4 {
    border-bottom: 1px solid #dcdcdc;
}

#resources-desk-submenu .res-pc-subcontent {
    display: block !important;
}
#resources-desk-submenu .res-pc-subcontent-featured {
    height: 100%;
}
#resources-desk-submenu .header-submenu-large-menu-other {
    background: #f0f8fd;
    position: relative;
    padding: 30px 35px;
    width: 45%;
}
.header-submenu-large-side ul li a:hover {
    color: #009fdf;
}
.header-submenu-large-side ul li a::after {
    display: none !important;
}
#solutions-desk-submenu {
    min-width: 268px;
    min-height: 344px;
}
#solutions-desk-submenu .header-submenu-large-side {
    opacity: 0;
    visibility: hidden;
    /* transition: 0.2s; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 18px);
}
#solutions-desk-submenu .header-submenu-large-menu ul li:hover .header-submenu-large-side,
#solutions-desk-submenu .header-submenu-large-menu ul li:hover .res-pc-subcontent {
    opacity: 1;
    visibility: visible;
}
#solutions-desk-submenu .header-submenu-large-menu ul li:hover .res-pc-subcontent {
    display: block !important;
}
#solutions-desk-submenu {
    overflow: visible !important;
}
#solutions-desk-submenu .header-submenu-large-menu {
    padding-right: 0;
}
#solutions-desk-submenu .header-submenu-large-menu ul > li {
    padding-right: 53px;
}
#solutions-desk-submenu .header-submenu-large-menu ul > li:hover > a::before {
    opacity: 1;
}
.res-pc-subcontent-nav ul li {
    padding-right: 0 !important;
}
.res-pc-subcontent-nav ul li a {
    font-size: 14px !important;
}
#solutions-desk-submenu .header-submenu-large-side {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px; 
}
.header-submenu-large-menu > ul > li {
    margin-bottom: 0 !important;
}
.header-submenu-large-menu > ul > li > a {
    line-height: 29px !important;
    padding-bottom: 23px;
}

.home .home-sticky-slider-section .row::before {
    height: calc(100% + 50px);
    top: -25px;
    bottom: -25px;
}
.home .home-section-5 {
    padding-top: 200px;
}
.home .home-section-3-dots {
    margin-bottom: 100px;
}
.blog-archive-list-section .blog-archive-blogs ul li:nth-child(4n + 1) .blog-archive-blogs-image {
    background: url(../png/thumb-blue.png) no-repeat center center;
    background-size: cover !important;
}
.blog-archive-list-section .blog-archive-blogs ul li:nth-child(4n + 2) .blog-archive-blogs-image {
    background: url(../png/thumb-yellow.png) no-repeat center center;
    background-size: cover !important;
}
.blog-archive-list-section .blog-archive-blogs ul li:nth-child(4n + 3) .blog-archive-blogs-image {
    background: url(../png/thumb-green.png) no-repeat center center;
    background-size: cover !important;
}
.blog-archive-list-section .blog-archive-blogs ul li:nth-child(4n + 4) .blog-archive-blogs-image {
    background: url(../png/thumb-red.png) no-repeat center center;
    background-size: cover !important;
}

.blog-search-results .blog-archive-featured-article:nth-child(4n + 1) .blog-search-results-image {
    background: url(../png/thumb-blue.png) no-repeat center center;
    background-size: cover !important;
}
.blog-search-results .blog-archive-featured-article:nth-child(4n + 2) .blog-search-results-image {
    background: url(../png/thumb-yellow.png) no-repeat center center;
    background-size: cover !important;
}
.blog-search-results .blog-archive-featured-article:nth-child(4n + 3) .blog-search-results-image {
    background: url(../png/thumb-green.png) no-repeat center center;
    background-size: cover !important;
}
.blog-search-results .blog-archive-featured-article:nth-child(4n + 4) .blog-search-results-image {
    background: url(../png/thumb-red.png) no-repeat center center;
    background-size: cover !important;
}

.resources-search-results.blog-search-results .blog-archive-featured-article .blog-search-results-image {
    background: url(../png/resource-item-bg.png) no-repeat center center;
    background-size: cover !important;
}

.resources-search-results.blog-search-results .blog-archive-featured-article .blog-search-results-image.has-thumb:before {
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    border-radius: 18px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#123b64+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(18,59,100,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(18,59,100,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(18,59,100,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6123b64', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.home .home-section-3 {
    background: rgb(2,145,206);
    background: linear-gradient(156deg, rgba(2,145,206,1) 0%, rgba(13,75,119,1) 50%, rgba(17,44,81,1) 89%);
}
.header-logo img {
    max-width: 187px;
}
.section-text.blog-archive-blogs-text p,
.blog-archive-featured-article .section-text p {
    margin-bottom: 0;
}
.blog-archive-featured-article .blog-archive-featured-image {
    background: url(../png/thumb-blue.png) no-repeat center center;
    background-size: cover !important;
}

.page-template-template-support_maintenance .tpm-data-support {
    background: rgb(2,145,206);
    background: linear-gradient(156deg, rgba(2,145,206,1) 0%, rgba(13,75,119,1) 50%, rgba(17,44,81,1) 89%);
}

.home-section-4-box-text.entry * {
    font-size: 16px;
    line-height: 1.375;
}
.home-section-4-box-text.entry ul li::before {
    top: 8px;
}

.home-intro-owl-btn .blueCircle {
    top: -226px;
    width: 501px;
    height: 501px;
    position: absolute;
    z-index: -1;
}
.home-intro-owl-btn span::after {
    display: none;
}

.page-template-template-tpm  .home-sticky-slider-section .row::before {
    background: #fff url(../png/icon-yellow-circle-one-fourth.png) no-repeat top right 12px;
    width: calc(100vw - ((100vw - 1100px)/2));
}
.page-template-template-tpm .careers-page-sticky-slider-mobile.home-sticky-slider-mobile {
    z-index: 1;
}

.page-template-template-regional .regional-section-3 {
    padding-top: 0;
}
.page-template-template-regional .regional-section-2 {
    margin-bottom: 150px;
}

.contact-us-page-left .section-text {
    margin-bottom: 60px;
}
.contact-us-links {
    margin-bottom: 130px;
}
.contact-us-links ul li {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.contact-us-links ul li a {
    display: block;
    position: relative;
    padding: 40px 114px 40px 50px;
}
.contact-us-links ul li a .home-solutions-owl-arrow {
    left: auto;
    bottom: auto;
    top: 75px;
    right: 40px;
    width: 46px;
}
.contact-us-links ul li a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.contact-us-links ul li a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}
.contact-us-bottom {
    margin-bottom: 150px;
    position: relative;
}
.contact-us-bottom .section-title {
    margin-bottom: 79px;
}
.contact-us-bottom-toll {
    position: absolute;
    top: -200px; right: 0; left: 0;
    opacity: 0;
    visibility: hidden;
}
.contact-us-phones-list ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 19px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}
.contact-us-phones-list ul li:nth-child(n + 4) {
    border-top: none;
}
.contact-us-phones-list ul li:nth-child(3n) {
    margin-right: 0;
}
.contact-us-phones-list ul li:nth-child(3n + 1) {
    clear: both;
}
.contact-us-phones-list ul li a {
    color: #009fdf;
    transition: 0.2s;
}
.contact-us-phones-list ul li a:hover {
    color: #009fdf;
    opacity: 0.7;
}
.contact-us-phones-list-title {
    float: left;
}
.contact-us-phones-list-phone {
    float: right;
}

.history-year-owl .item {
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2833333px;
    cursor: pointer;
    padding-bottom: 51px;
}
.history-year-owl-title {
    margin-bottom: 17px;
}
.history-year-owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #d8d8d8;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
}
.history-year-owl-dot::after {
    content: '';
    width: 1px;
    height: 41px;
    border-left: dotted 4px #112c51;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%; transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s;
}
.history-year-owl .item.is-clicked .history-year-owl-dot {
    background: #ffd600;
}
.history-year-owl .item.is-clicked  .history-year-owl-dot::after {
    opacity: 1;
}
.history-year-owl .item:hover .history-year-owl-dot {
    background: #ffd600;
}
.history-year-content {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 60px 40px 52px;
    min-height: 253px;
    position: relative;
}
.history-content-owl-title {
    color: #094178;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 15px;
}
.history-content-owl-text {
    color: #064a86;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.history-year-owl-hold {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* opacity: 0;
    visibility: hidden;
    transition: 0.8s; */
    width: 100%;
    height: 100%;
}
.history-year-owl-hold.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}


.history-content-owl-progress {
    width: calc(100% - 105px);
    position: relative;
    overflow: hidden;
}
.history-content-owl-progress-itself {
    height: 4px;
    background:  #dcdcdc;
    border-radius: 10px;
}
.history-content-owl-progress-itself span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #009fdf;
    transition: 0.2s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.history-content-owl .owl-nav {
    position: absolute;
    right: 0;
    bottom: -16px;
}
.history-year-owl {
    padding: 0 52px;
}
.history-year-owl .owl-nav button {
    position: absolute;
    top: 0;
}
.history-year-owl .owl-nav button.owl-prev {
    left: 0;
}
.history-year-owl .owl-nav button.owl-next {
    right: 0;
}
.history-content-owl .owl-nav button,
.history-year-owl .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #009fdf !important;
    margin-left: 13px;
    transition: 0.2s;
}
.history-content-owl .owl-nav button span,
.history-year-owl .owl-nav button span {
    display: none;
}
.history-content-owl .owl-nav button.owl-prev,
.history-year-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-arrow-left-lblue.svg) no-repeat center center;
}
.history-content-owl .owl-nav button.owl-next,
.history-year-owl .owl-nav button.owl-next {
    background: url(../svg/icon-arrow-right-lblue.svg) no-repeat center center;
}
.history-content-owl .owl-nav button.disabled,
.history-year-owl .owl-nav button.disabled {
    opacity: 0.34;
}
.history-content-owl .owl-nav button:hover,
.history-year-owl .owl-nav button:hover {
    opacity: 0.7;
}
.history-content-owl {
    padding-bottom: 60px;
}


.partnership-locator-bottom.bacis-section {
    padding-top: 0;
}

.purchase-order-section {
    margin-bottom: 130px;
}
.purchase-order-section .simple-intro-title {
    margin-bottom: 80px;
    color: #112C51;
}
.purchase-order-list {
    display: block !important;
}
.purchase-order-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.purchase-order-list ul li {
    float: left;
    width: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    height: 100%;
    border-radius: 18px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 50px 50px;
    min-height: 384px;
}
.purchase-order-list-text {
    color: #112c51;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.purchase-order-list .home-resources-list-title {
    margin-bottom: 22px;
}
.testimonials-space-top {
    margin-top: 0 !important;
}
.row-vlg {
    max-width: 1920px;
}
.tmp-world-map {
    background: #000;
    overflow: hidden;
    height: auto;
    max-height: 806px;
}
.tmp-world-map .row {
    position: relative;
    height: 100%;
    padding-bottom: 42%;
}
.tmp-world-map .row::before,
.tmp-world-map .row::after {
    content: '';
    width: 9999px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0; bottom: 0; 
    z-index: -1;
}
.tmp-world-map .row::before {
    left: 99%;
}
.tmp-world-map .row::after {
    right: 99%;
}
.tmp-world-map video {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
}

.blog-archive-blogs-v2 .blog-archive-blogs-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.blog-archive-blogs-v2.blog-archive-blogs ul li a {
    padding-bottom: 70px;
    position: relative;
}
.blog-archive-blogs-v2.blog-archive-blogs .blog-archive-blogs-box {
    padding: 0 30px 0;
}
.blog-archive-blogs-v2.blog-archive-blogs .blog-archive-blogs-text {
    margin-bottom: 20px;
}
.home-testimonial-owl-icon img {
    width: auto !important;
}
.page-template-template-support_maintenance .supp-maintenance-overview-section {
    padding-top: 0;
}
.page-template-template-tpm .home-testimonials {
    margin-top: 0;
}
.page-template-template-entuity .entuity-achieve-section-text {
    padding-top: 107px;
}
.header-latest-news {
    background: #ffd600;
    padding: 14px 0;
    position: relative;
    margin-bottom: 5px;
    display: none;
}
.header-latest-news .row {
    position: relative;
}
.header-latest-news-text {
    padding: 0 20px;
}
.header-latest-news-text a {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s;
}
.header-latest-news-text a:hover strong,
.header-latest-news-text a:hover p {
    opacity: 0.7;
}
.header-latest-news-text a strong {
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    margin-right: 41px;
    min-width: 117px;
    transition: 0.2s ease-in-out;
}
.header-latest-news-text a p {
    color: #0f325d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    padding-right: 80px;
    position: relative;
    transition: 0.2s ease-in-out;
}
.header-latest-news-text a p span {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: auto;
    bottom: auto;
    right: 0;
}
.header-ln-close-hold {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 5;
}
.header-ln-close,
.header-ln-close:focus,
.header-ln-close:active {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../svg/header-ln-close.svg) no-repeat center center;
    background-size: contain !important;
    transition: 0.2s;
}
.header-ln-close:hover {
    opacity: 0.7;
}
.search-results-page-content-left {
    min-height: 1px;
    min-width: 1px;
}
.search-results-page-content-left-sticky.is-stuck {
    padding-top: 120px !important;
}
.search-results-page-section.resources-page-section {
    margin-bottom: 150px;
}

#blueCircle-1,
#blueCircle-2,
#blueCircle-3,
#blueCircle-4,
#blueCircle-5,
#blueCircle-6,
#blueCircle-7,
#blueCircle-footer,
#blueCircle-footer-mobile,
#yellowCircle-top, 
#yellowCircle-1, 
#yellowCircle-2 {
    background: none !important;
}



/* Remove below after json fix */
/*#blueCircle-1,
#blueCircle-2,
#blueCircle-3,
#blueCircle-4,
#blueCircle-5,
#blueCircle-6,
#blueCircle-7,
#blueCircle-footer,
#blueCircle-footer-mobile,
#yellowCircle-top, 
#yellowCircle-1, 
#yellowCircle-2 {
    display: none !important;
}*/
/* Remove above after json fix */


.search-results-page-content {
    min-height: 300px;
}
.resources-archive-results ul li {
    display: none;
}
.resources-archive-results ul li.filtered-resource {
    display: none;
}
.resources-archive-more {
    display: none;
}


/* always bottom */
.text-white * {
    color: #fff !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.page-template-template-entuity_detail .large-simple-intro-box::before,
.page-template-template-entuity .large-simple-intro-box::before {
    background: #91959C;
}
.page-template-template-entuity_detail .large-simple-intro-box::after,
.page-template-template-entuity .large-simple-intro-box::after {
    background: linear-gradient(90deg, rgba(145, 149, 156, 1) 22%, rgba(255,255,255,0) 100%);
    border-bottom: solid 3px #112c51;
}
.page-template-template-entuity .vertical-featured-case-section,
.page-template-template-entuity .entuity-testimonials::after {
    background: #F4F4F5;
}
.page-template-template-entuity .home-testimonials-slider::before,
.page-template-template-entuity .entuity-achieve-box::before,
.page-template-template-entuity .tpm-data-support {
    background: rgb(92,92,92);
    background: -moz-linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 68%);
    background: -webkit-linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 68%);
    background: linear-gradient(225deg, rgba(92,92,92,1) 0%, rgba(145,149,156,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c5c5c",endColorstr="#91959c",GradientType=1);
}
.home .home-solutions-owl-progress-itself span {
    background: #ffe979;
}
.page-template-template-tpm .home-section-4-box-text {
    font-size: 16px;
}
.home-section-4-box-btn {
    margin-bottom: 30px;
}

.reveal-company-top-image img {
    border-radius: 18px;
}

.entry sup {
    font-size: 10px;
}
.orange-tpm.vertical-featured-case-section {
    background: #fefaf3;
}
.orange-tpm.home-testimonials-slider::before {
    background: -o-linear-gradient(226deg, #FFD600, #F89B1C);
    background: linear-gradient(224deg, #FFD600, #F89B1C);
}
.orange-tpm.tpm-data-support {
    background: -o-linear-gradient(226deg, #FFD600, #F89B1C);
    background: linear-gradient(224deg, #FFD600, #F89B1C);
}
.orange-tpm .home-testimonial-owl-progress ul li {
    background: #dcdcdc;
}
.orange-tpm .home-testimonial-owl-progress ul li span {
    background: #112c51;
}
.orange-tpm .home-testimonial-owl .owl-nav button.owl-next {
    background: url(../svg/icon-owl-next-blue.svg) no-repeat center center;
    border: solid 1px #112c51 !important;
}
.orange-tpm .home-testimonial-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-owl-prev-blue.svg) no-repeat center center;
    border: solid 1px #112c51 !important;
}

#solutions-desk-submenu {
    min-height: 1px;
}
#solutions-desk-submenu ul li:last-child a {
    padding-bottom: 0;
}

.home-section-4-box-image {
    margin-bottom: 20px;
}

.single-form-block {
    margin-bottom: 80px;
    margin-top: 0;
}
.single-form-block .mktoButtonRow {
    margin-top: 20px;
}
.entry + .single-form-block {
    margin-top: -40px;
}
.company-technologies-list-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1.38px;
}


/* .resources-page-results.resources-archive-results.resources-archive-results-more ul li {
    display: none;
} */


#gn-custom-dots {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
    width: 58px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#gn-custom-dots .owl-dot {
    display: inline-block;
    width: 5px; height: 5px;
    border-radius: 50%;
    background-color: #112c51;
    margin-left: 6px;
    transition: 0.2s ease-in-out;
    position: relative;
}
#gn-custom-dots .owl-dot.current {
    width: 7px; height: 7px;    
}
#gn-custom-dots .owl-dot::after {
    content: '';
    width: 7px; height: 7px;
    border-radius: 50%;
    background-color: #112c51;
    position: absolute;
    top: 50%; left: 45%;
    transform: translate(-50%, -50%);   
    transition: 0.2s ease-in-out;
    opacity: 0; 
}
#gn-custom-dots .owl-dot:hover::after {
    opacity: 1;
}
.gn-owl-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../svg/icon-owl-next-blue.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    right: 0;
}
.gn-text-hold {
    position: relative;
    padding-right: 90px;
}
.gn-text-hold p {
    padding-right: 20px !important;
}
.gn-text-hold a {
    display: inline-block;
}
.header-latest-news-text-new span {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s;
}
.header-latest-news-text-new span strong {
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    margin-right: 41px;
    min-width: 117px;
    transition: 0.2s ease-in-out;
}

/* Animations */
@-webkit-keyframes highlight {
    to {
      background-size: 100% 30%;
    }
  }
@keyframes highlight {
    to {
        background-size: 100% 30%;
    }
}


/* Service locations */

.wpgmza-store-locator {
    max-width: 1080px;
    padding: 0 25px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.wpgmza-address-container {
    width: 47%;
    margin-right: 6%;
}

.wpgmza-radius-container {
    width: 47%;
}

.wpgmza-store-locator input[type="button"] {
    margin-left: 0px !important;
}

.wpgmza-store-locator .wpgmza-reset input[type="button"] {
    margin-left: 20px !important;
}


.wpgmza_map {
    margin-bottom: 150px;
}

.wpgmza-form-field__label {
    color: #91959c;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100% !important;
}

.wpgmza-form-field {
    margin-bottom: 40px;
}

.wpgmza-form-field input,
.wpgmza-form-field input:focus {
    outline: none;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    color: #112c51 !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
    width: 100% !important;
    margin: 0;
}
.wpgmza-form-field select,
.wpgmza-form-field select:focus {
    outline: none;
    width: 100% !important;
    color: #112c51;
    background: #fff url(../svg/icons-select-down.svg) center right no-repeat !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
    margin: 0;
}

.wpgmza-search input,
.wpgmza-search input:focus,
.wpgmza-search input:active {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border: none;
    outline: none;
    letter-spacing: 1px;
    color: #094178;
    background: #ffd600;
    border-radius: 32.5px;
    padding: 17px 24px 16px;
    transition: 0.2s ease-in-out;
}
.wpgmza-search input:hover {
    color: #094178;
    background: #ffe979;
}
.wpgmza-reset input,
.wpgmza-reset input:focus,
.wpgmza-reset input:active {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border: none;
    outline: none;
    letter-spacing: 1px;
    color: #094178;
    padding: 17px 0px 16px;
    background: transparent;
    transition: 0.2s ease-in-out;
}
.wpgmza-reset input:hover {
    color: #0a55a0;
}

.wpgmza-address-container input::-webkit-input-placeholder {
	color: #112c51;
	opacity: 1;
}
.wpgmza-address-container input::-moz-placeholder {
	color: #112c51;
	opacity: 1;
}
.wpgmza-address-container input:-ms-input-placeholder {
	color: #112c51;
	opacity: 1;
}
.wpgmza-address-container input:-moz-placeholder {
	color: #112c51;
	opacity: 1;
}


/* TOOP template */
.toop-intro {
    margin-bottom: 140px;
    overflow: hidden;
}
.toop-intro .home-intro-box::before {
    background: transparent;
    border-top: solid 3px #112c51;
    border-bottom: solid 3px #112c51;
    width: 9999px !important;
    left: auto !important;
}
.toop-intro-slider .item {
    padding: 155px 0 102px;
    position: relative;
    min-height: 564px;
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    overflow: hidden;
    height: 100%;
}
.toop-intro-slider .section-text {
    margin-bottom: 30px;
}
.section-text-lg {
    color: #112c51;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.19;
    margin-bottom: 25px;
}
.new-slider-intro-box {
    position: relative;
    min-height: 564px;
    width: calc(100% + 83px);
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
}
.new-slider-intro-box::before {
    content: '';
    width: 99999px;
    height: calc(100% + 2px);
    border-top-right-radius: 370px;
    border-bottom-right-radius: 370px;
    border: solid 3px #112c51;
    border-left: none;
    position: absolute;
    top: -2px;
    right: -13px;
    background: rgba(151, 151, 151, 0.1);
}
.new-slider-intro-box .home-section-3-circle-bottom {
    bottom: -190px;
    right: 0;
    width: 801px;
    height: 801px;
}
.toop-intro-img {
    position: absolute;
    bottom: 3px;
    right: 140px;
}
.toop-intro-img img {
    width: auto !important;
    height: auto;
    max-height: 408px;
    max-width: 470px;
}
.toop-intro-owl .owl-dots {
    position: absolute;
    bottom: 92px;
    left: 0;
}
.toop-intro-owl .owl-dots button {
    float: left;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #112c51 !important;
    transition: 0.2s ease-out;
    margin-right: 10px;
}
.toop-intro-owl .owl-dots button.active {
    opacity: 1;
}
.toop-intro-owl-textbox {
    max-width: 53%;
}

.toop-section-after-intro-left {
    padding-right: 11%;
}
.toop-section-after-intro {
    margin-bottom: 120px;
}
.toop-section-after-intro .partnership-program-overview-list ul li {
    font-size: 20px;
    line-height: 1.45;
}
.toop-section-video {
    position: relative;
}
.toop-section-video::after {
    content: '';
    width: 100%; height: 50%;
    background: -o-radial-gradient(circle, #FFFFFF, #D8DADD);
    background: radial-gradient(circle, #FFFFFF, #D8DADD);
    position: absolute;
    right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.toop-section-video-hold {
    position: relative;
    padding-bottom: 51.86%;
}
.toop-section-video-hold img {
    background-size: cover !important;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px rgba(0,0,0,0.1);
}
.toop-section-video-hold .fancy-video-play-trigger, 
.toop-section-video-hold .fancy-video-play-trigger:focus, 
.toop-section-video-hold .fancy-video-play-trigger:active {
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.toop-form-section {
    background: -o-radial-gradient(circle, #FFFFFF, #D8DADD);
    background: radial-gradient(circle, #FFFFFF, #D8DADD);
    padding: 138px 0 120px;
}
.toop-form-section-form-hold {
    padding-left: 11px;
}
.toop-form-section-form-hold .reques-demo-page-section-form {
    margin-top: 0 !important;
}
.toop-form-section-text {
    padding-right: 9%;
}
.toop-form-section-text .partnership-program-overview-list {
    padding-top: 10px;
}
.partnership-program-overview-list.partnership-program-overview-list-dark ul li {
    color: #112c51;
}
.toop-form-section-form-hold .reques-demo-page-section-form  .mktoForm textarea.mktoField {
    box-shadow: none !important;
    border: none !important;    
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    color: #112c51 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    width: 100% !important;
    padding: 5px 0 !important;
    min-height: 55px !important;
}
.btn-yellow-sm,
.btn-yellow-sm:focus,
.btn-yellow-sm:active {
    display: inline-block;
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 32.5px;
    background: #ffd600;
    text-align: center;
    min-width: 184px;
    padding: 18px 15px;
}
.btn-yellow-sm:hover {
    color: #112c51;
    opacity: 0.7;
}
.toop-intro-slider .owl-stage {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.section-title.section-title-65 {
    font-size: 65px !important;
    line-height: 1.23 !important;
    letter-spacing: -1.197px !important;
}
.toop-intro-btn {
    margin-bottom: 40px;
}
.section-text-20 {
    color: #112c51;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}
.header-dark .header-logo-blue {
    display: inline-block !important;
}
.header-dark .header-logo-white {
    display: none !important;
}
.header-dark .hamburger {
    border-radius: 50%;
    border: solid 1px #e2e2e2;
}
.header-dark .hamburger.is-active,
.header-dark.scrolled .hamburger{
    border: none;
}
.header-dark .header-nav > ul > li > a {
    color: #112c51;
}

.text-anchors {
    position: relative;
    padding-left: 167px;
}
.text-anchors span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #112c51;
}
.text-anchors ul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 5px;
}
.text-anchors ul li:last-child {
    margin-right: 0px;
}
.text-anchors ul li a {
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.47px;
}

.intro-professional-services.large-simple-intro.medium-simple-intro {
    margin-bottom: 50px;
}

.text-anchors-section {
    margin-bottom: 95px;
}

.anchors-text-section .entry h3 {
    color: #112c51;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    margin-bottom: 20px;
    letter-spacing: 0;
    margin-top: 0;
}

.featured-case-studies-section {
    background: #F0F8FD;
    padding: 150px 0;
}

.featured-resources-section {
    padding: 150px 0;
}

.anchors-text-section {
    margin-bottom: 130px;
}

.featured-custom-section .section-title {
    margin-bottom: 60px;
}
.featured-custom-section .careers-page-paths-list.home-resources-list {
    padding-top: 0px;
}

#services-desk-submenu {
    min-width: 895px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-right {
    /* width: 220px; */
}

.header-nav {
    /* width: calc(100% - 25% - 220px); */
}

.mobile-header-nav > ul > li.mobile-header-nav-p-1.mobile-header-product-item {
    border-bottom: 1px solid #dcdcdc;
}

.mobile-header-nav > ul > li.mobile-header-nav-p-1.mobile-header-product-item > a {
    padding: 0 20px 0 0;
    margin-bottom: 15px;
    border: none;
}

.anchors-text-section .home-section-3-title {
    color: #112c51;
}

.inner-page-small .entry h1 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -1.1973684px;
}

.single .entry h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.8842105px;
} 


.filter-eosl ul li a {
    display: inline-block;
    color:#112C51;
    opacity: 0.4;
    padding-bottom: 8px;
}

.filter-eosl ul li.is-active a {
    opacity: 1;
}

.side-youtube-embeded-video-box {
    padding-bottom: 0 !important;
}


/* home v2 */

.n-home-intro {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#040023+2,002855+100 */
    background: rgb(4,0,35); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(4,0,35,1) 2%, rgba(0,40,85,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(4,0,35,1) 2%,rgba(0,40,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(4,0,35,1) 2%,rgba(0,40,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040023', endColorstr='#002855',GradientType=1 ); /* IE6-9 */

    color: #fff;
    padding: 210px 0 330px;
}

.max-width-601 {
    max-width: 635px
}

.n-home-intro-text h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.n-home-intro-text p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
}

.n-object-fit {
    position: relative;
}
.n-object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.n-home-intro .row {
    position: relative;
    z-index: 5;
}

.n-intro-below-list {
    margin-top: -215px;
}

.n-intro-below-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.n-intro-below-list ul li {
    width: calc(20% - 24px);
    min-width: calc(20% - 24px);
    margin-right: 30px;
}
.n-intro-below-list ul li:nth-child(5n) {
    margin-right: 0px;
}
.n-intro-below-list ul li:last-child {
    margin-right: 0px;
}
.n-intro-below-list ul li a {
    display: block;
    width: 100%;
    min-height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
}

.n-intro-bellow {
    position: relative;
    z-index: 10;
    margin-bottom: 120px;
}

.n-ibl-logo {
    height: 90px;
    background: #ededed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    transition: 0.2s;
}

.n-intro-below-list ul li a:hover .n-ibl-logo {
    background: #dcdcdc;
}

.n-ibl-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 27px;
    max-width: 80%;
}


.n-ibl-content {
    padding: 25px 30px;
}

.n-ibl-title {
    color: #112c51;
    padding-right: 10%;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 600;
    margin-bottom: 15px;
}

.n-ibl-text {
    color: #555b63;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}

.n-home-about-left {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: -1px;
    padding-right: 9%;
}
.n-home-about-left span {
    background-color: transparent;
    color: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,214,0,0.8)), to(rgba(255,214,0,0.8)));
    background-image: -o-linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-image: linear-gradient(rgba(255,214,0,0.8), rgba(255,214,0,0.8));
    background-repeat: no-repeat;
    background-size: 0% 30%;
    background-position: 0 100%;
}
.n-home-about-left.in-view span {
    animation: 1s highlight ease-in-out forwards;
}

.n-home-about {
    margin-bottom: 120px;
}


.n-home-about-right {
    padding-left: 2%;
    font-size: 22px;
    line-height: 1.64;
}

.row.row-n-home {
    max-width: 1220px;
}

.n-home-about .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.n-home-featured-article {
    margin-bottom: 120px;
    position: relative;
}

.n-hfa-image {
    padding-bottom: 95.5%;
    min-height: 100%;
}
.n-hfa-image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.n-home-featured-article-hold a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #fff;
}

.n-hfa-right {
    padding-left: 2%;
    padding-right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.n-hfa-right .ribbon {
    margin: 0;
    padding: 0;
    background: #00adef;
    color:white;
    padding:1em 0;
    position: absolute;
    top:0;
    right:0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transform: translateX(30%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}
.n-hfa-right .ribbon:before,
.n-hfa-right .ribbon:after {
    content: '';
    position: absolute;
    top:0;
    margin: 0 -1px; /* tweak */
    width: 100%;
    height: 100%;
    background: #00adef;
}

.n-hfa-right .ribbon:before {
    right:100%;
}
  
.n-hfa-right .ribbon:after {
    left:100%;
}

.n-headline {
    color: #555b63;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.n-hfa-title {
    color: #000;
    font-size: 32px;
    line-height: 1.44;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.n-hfa-text {
    color: #000;
    font-size: 18px;
    line-height: 1.55;

    max-height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    margin-bottom: 56px;
}

.link-simple-angle,
.link-simple-angle:focus,
.link-simple-angle:active {
    display: inline-block;
    outline: none;
    border: none;
    color: #009fdf;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    padding-left: 14px;
    position: relative;
    transition: 0.2s;
}
.link-simple-angle:hover {
    color: #000;
}
.link-simple-angle:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 3px;
    border: solid #009fdf;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.2s;
}
.link-simple-angle:hover:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.link-simple-angle-yellow,
.link-simple-angle-yellow:focus,
.link-simple-angle-yellow:active {
    display: inline-block;
    outline: none;
    border: none;
    color: #ffd600;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    padding-left: 14px;
    position: relative;
    transition: 0.2s;
}
.link-simple-angle-yellow:hover {
    color: #009fdf;
}
.link-simple-angle-yellow:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 3px;
    border: solid #ffd600;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.2s;
}
.link-simple-angle-yellow:hover:before {
    border: solid #009fdf;
    border-width: 0 2px 2px 0;
}

.n-hfa-left {
    padding-right: 4%;
}

.n-hfa-content {
    padding: 30px 0;
}

.n-home-search {
    margin-bottom: 120px;
    position: relative;
    z-index: 5;
}

.n-home-search-hold {
    border-radius: 20px;
    background: #009fdf;
    padding: 48px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 14px 30px rgba(0,159,223,0.3);
    -moz-box-shadow: 0px 14px 30px rgba(0,159,223,0.3);
    box-shadow: 0px 14px 30px rgba(0,159,223,0.3);
}

.n-hs-left {
    padding-right: 7%;
}

.n-hs-left h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.5px;
    margin-bottom: 11px;
}
.n-hs-left p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.57;
}

.n-hs-right {
    padding-left: 15px;
    position: relative;
}
.n-hs-right button {
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(../png/n-icon-search.png) no-repeat center center / 26px 26px;
}

.n-hs-right input,
.n-hs-right input:focus {
    height: 70px;
    border-radius: 35px;
    background: #ffffff;
    padding: 2px 40px;
    padding-right: 80px;
    margin: 0;
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 4px 20px rgba(0,0,0,0.39);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.39);
    font-size: 18px;
    color: #000;
}

.form-element input::-webkit-input-placeholder {
	color: #000;
	opacity: 0.5;
}
.form-element input::-moz-placeholder {
	color: #000;
	opacity: 0.5;
}
.form-element input:-ms-input-placeholder {
	color: #000;
	opacity: 0.5;
}
.form-element input:-moz-placeholder {
	color: #000;
	opacity: 0.5;
}

.n-info-image {
    padding-bottom: 77%;
}

.n-info-image img {
    opacity: 0;
    border-radius: 20px;
    transition: 0.3s;
}
.n-info-image img.active {
    opacity: 1;
}

.n-info-image-hold {
    width: calc(100% + 15px);
	padding-bottom: 35px;
}

.n-info-right {
    padding-left: 83px;
}

.n-info-acc-item {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #eaf5fc;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.n-info-acc-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 4px;
    opacity: 0;
    background: #009fdf;
    transition: 0.3s;
}
.n-info-acc-item.active {
    padding: 20px 0 40px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
    -moz-box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
    box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
}
.n-info-acc-item.active:before {
    opacity: 1;
}

.n-info-acc-item:last-child {
    margin-bottom: 0px;
}

.n-info-acc-title { 
    padding: 20px 100px 20px 40px;
    color: #555b63;
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: -0.5px;
    position: relative;
}
.n-info-acc-title:after { 
    content: '';
    position: absolute;
    top: 22px;
    right: 32px;
    border: solid #009fdf;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.n-info-acc-item.active .n-info-acc-title:after { 
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 31px;
}

.n-info-acc-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 40px;
    display: none;
}

.n-info-acc-item:first-child .n-info-acc-text {
    display: block;
}

.n-section-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: -1px;
    margin-bottom: 80px;
}

.n-info-section {
    margin-bottom: 120px;
}


.n-ar-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
    -moz-box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
    box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
    margin-bottom: 80px;

}

.n-ar-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    /* width: calc(100% + 1px); */
    overflow: hidden;
    width: 1170px;
}

.n-ar-carousel-image {
    min-height: 100%;
    width: calc(100% + 2px);
}

.n-ar-carousel-left {
    width: 50%;
    padding: 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-ar-carousel-content {
    width: 100%;
}

.n-ar-carousel-right {
    width: 50%;
}

.n-ar-carousel-right img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.n-ar-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-ar-carousel-text {
    font-size: 24px;
    line-height: 1.67;
    margin-bottom: 68px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.n-ar-carousel-info {
    position: relative;
    padding-right: 150px;
}

.n-ar-carousel-info h3 {
    color: #009fdf;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    margin-bottom: 10px;
}
.n-ar-carousel-info p {
    color: #555b63;
    font-size: 16px;
    line-height: 1.2;
}
.n-ar-carousel-info img {
    position: absolute;
    bottom: 3px;
    right: 0px;
    max-width: 120px;
    max-height: 100px;
}

.n-ar-carousel.owl-carousel .owl-nav button.owl-next, 
.n-ar-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 32px;
    height: 62px;
    top: 50%;
    transform: translateY(-50%);
}
.n-ar-carousel.owl-carousel .owl-nav button.owl-next span, 
.n-ar-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.n-ar-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
    background: url(../png/n-slide-prev.png) no-repeat center center / 100% 100%;
}
.n-ar-carousel.owl-carousel .owl-nav button.owl-next {
    right: -70px;
    background: url(../png/n-slide-next.png) no-repeat center center / 100% 100%;
}

.n-ar-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.n-ar-list ul li img {
    max-width: 287px;
    max-height: 110px;
}

.n-ar-section {
    margin-bottom: 120px;
}

.n-optimization {
    background: #d5ebf9 url(../png/n-bg-optimization.png) no-repeat top center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.n-optimization .row {
    position: relative;
    z-index: 5;
}

.n-optimization:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5ebf9+0,d5ebf9+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(213,235,249,1) 0%, rgba(213,235,249,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(213,235,249,1) 0%,rgba(213,235,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(213,235,249,1) 0%,rgba(213,235,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ebf9', endColorstr='#00d5ebf9',GradientType=0 ); /* IE6-9 */
}
.n-optimization:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5ebf9+0,d5ebf9+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(213,235,249,0) 0%, rgba(213,235,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(213,235,249,0) 0%,rgba(213,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(213,235,249,0) 0%,rgba(213,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ebf9', endColorstr='#d5ebf9',GradientType=0 ); /* IE6-9 */

}

.row.row-770 {
    max-width: 820px;
}

.n-optimization-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-optimization-list > ul > li {
    width: calc(33.333% - 30px);
    min-width: calc(33.333% - 30px);
    margin-right: 45px;
    border-radius: 10px;
    border: 1px solid #009fdf;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background: #d5ebf9;
}

.n-optimization-list > ul > li:nth-child(3n) {
    margin-right: 0px;
}

.n-optimization-image {
    padding-bottom: 50%;
    margin-left: -1px;
    width: calc(100% + 2px);
    margin-top: -1px;
}
.n-optimization-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.n-optimization-content {
    padding: 40px 40px;
}

.n-optimization-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

.n-optimization-features ul {
    padding: 0;
    margin: 0;
}

.n-optimization-features ul li {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    padding-left: 16px;
    margin-bottom: 15px;
}

.n-optimization-features ul li:last-child {
    margin-bottom: 0px;
}
.n-optimization-features ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    color: #009fdf;
}

.n-approach-icon {
    position: relative;
    margin-bottom: 45px;
}
.n-approach-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    background: url(../png/n-approach-orn.png) no-repeat center center / 100% 100%;
}

.n-approach-icon img {
    position: relative;
    z-index: 5;
    max-height: 100px;
}

.n-approach-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    transition: 0.2s;
}

.n-approach-list ul li a:hover .n-approach-title {
    color: #009fdf;
}

.n-approach-text {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.n-approach-list ul li a {
    float: left;
    width: 100%;
}

.n-approach-list ul li {
    float: left;
    width: 21%;
    margin-right: 5.333%;
    text-align: center;
    position: relative;
}

.n-approach-list ul li:after {
    content: '';
    position: absolute;
    top: 49px;
    left: calc(100% + 0.0266 * 1170px);
    width: 92px;
    height: 3px;
    transform: translateX(-50%);
    background-image: url(../png/n-approach-line.png);
    background-repeat: no-repeat;
    background-size: 92px 3px;
    background-position: center center;
}

.n-approach-list ul li:last-child:after {
    display: none;
}

.n-approach-list ul li:nth-child(4n) {
    margin-right: 0;
}

.n-approach {
    margin-bottom: 120px;
}
.n-approach .n-section-title {
    margin-bottom: 95px;
}

.n-sp {
    padding: 120px 0 100px;
    margin-bottom: 120px;
    position: relative;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00346d+0,00132c+100 */
    background: rgb(0,52,109); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,52,109,1) 0%, rgba(0,19,44,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,52,109,1) 0%,rgba(0,19,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,52,109,1) 0%,rgba(0,19,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00346d', endColorstr='#00132c',GradientType=0 ); /* IE6-9 */
}

.n-sp .row {
    position: relative;
    z-index: 5;
}

.n-sp-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-sp-left {
    width: 270px;
}

.n-sp-left ul li {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    /* overflow: hidden; */
    transition: 0.3s;
}
.n-sp-left ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    height: 100%;
    width: 5px;
    background: #009fdf;
    z-index: 10;
    opacity: 0;
    transition: 0.3s;
}
.n-sp-left ul li:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 10px solid rgba(151,204,239,0.2);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    opacity: 0;
    transition: 0.3s;
}
.n-sp-left ul li.active:after {
    opacity: 1;
}
.n-sp-left ul li a {
    border-radius: 10px;
    display: block;
    height: 80px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    transition: 0.3s;
}
.n-sp-left ul li a:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}

.n-sp-left ul li.active a {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    background: #fff;
}

.n-sp-left ul li.active a:before {
    opacity: 1;
}

.n-sp-left ul li.active .n-sp-color {
    opacity: 1;
}

.n-sp-left ul li.active .n-sp-white {
    opacity: 0;
}

.n-sp-left ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 27px;
    max-width: 80%;
    transition: 0.3s;
}
.n-sp-left ul li:last-child {
    margin-bottom: 0px;
}

.n-sp-color {
    opacity: 0;
}

.n-sp-right {
    width: calc(100% - 270px);
    padding-left: 30px;
}

.n-sp-contents {
    height: 100%;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#97ccef+0,97ccef+100&0.2+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(151,204,239,0.2) 0%, rgba(151,204,239,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(151,204,239,0.2) 0%,rgba(151,204,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(151,204,239,0.2) 0%,rgba(151,204,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3397ccef', endColorstr='#0097ccef',GradientType=1 ); /* IE6-9 */

    box-shadow: 0px 5px 15px rgba(50,59,67,0.15),
              0px 0px 1px rgba(89,98,106,0.2);
}

.n-sp-content-title {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.44;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.n-sp-content-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 40px;
}

.n-sp-content {
    display: none;
    height: 100%;
}
.n-sp-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-sp-content-left {
    width: 54%;
    padding: 50px 50px 50px 60px;
}

.n-sp-content-right {
    width: 46%;
    position: relative;
}

.n-sp-content-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -20px;
    bottom: -20px;
    height: calc(100% + 40px);
}
.n-sp-content-image img {
    border-radius: 10px;
}

.n-sp-content-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.n-sp-content-features ul li {
    margin: 0 5px 10px;
}
.n-sp-content-features ul li a {
    background: #112c51;
    border-radius: 20px;
    color: #ffd600;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 15px;
    display: inline-block;
    cursor: default;
    transition: 0.2s;
}
.n-sp-content-features ul li a[href] {
    cursor: pointer;
}

.n-sp-content-features ul li a[href]:hover {
    color: #fff;
}

.n-resources .n-section-title {
    margin-bottom: 60px;
}

.n-resources {
    margin-bottom: 120px;
}

.n-resources-tabs .tabs {
    background: transparent;
    border: none;
    border-bottom: 2px solid #cbe5f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.n-resources-tabs .tabs-title {
    margin-right: 50px;
}

.n-resources-tabs .tabs-title:last-child {
    margin-right: 0px;
}

.n-resources-tabs .tabs-title>a {
    color: #555b63;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 10px 15px;
    margin-bottom: -2px;
    border-bottom: 5px solid transparent;
    transition: 0.2s;
}

.n-resources-tabs .tabs-title>a:focus, 
.n-resources-tabs .tabs-title>a[aria-selected=true] {
    background: transparent;
    color: #009fdf;
    border-bottom: 5px solid #009fdf;
}

.n-resources-tabs .tabs-title>a:hover {
    color: #009fdf;
    background: transparent;
}

.n-resources-tabs-top {
    margin-bottom: 60px;
}

.n-resources-tabs .tabs-panel {
    padding: 0;
}

.n-resources-tabs .tabs-content {
    background: transparent;
    border: none;
}

.n-resources-tabs-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.n-resources-tabs-list ul li {
    width: calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    margin-right: 30px;
}

.n-resources-tabs-list ul li:nth-child(3n) {
    margin-right: 0px;
}
.n-resources-tabs-list ul li a {
    display: block;
    width: 100%;
    height: 456px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.n-resources-tabs-list ul li a:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.n-resources-tabs-list ul li:nth-child(1) a img {
    filter: grayscale(1);
}
.n-resources-tabs-list ul li:nth-child(1) a:before {
    background: linear-gradient(237deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.n-resources-tabs-list ul li:nth-child(2) a:before {
    background: linear-gradient(237deg, rgba(17,44,81,0) 0%, #112c51 100%);
}
.n-resources-tabs-list ul li:nth-child(3) a:before {
    background: linear-gradient(237deg, rgba(37,13,0,0) 0%, #250d00 100%);
}
.n-resources-tabs-list ul li:nth-child(1) a {
    background: #000;
}
.n-resources-tabs-list ul li:nth-child(2) a {
    background: #112c51;
}
.n-resources-tabs-list ul li:nth-child(3) a {
    background: #250d00;
}
.n-resources-tabs-list ul li a > img {
    opacity: 0.4;
}

.n-resource-type {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
}

.n-resource-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    font-size: 32px;
    line-height: 1.44;
    letter-spacing: -1px;
    z-index: 5;
}

.n-resources-tabs-button {
    margin-top: 80px;
}

.btn-blue,
.btn-blue:focus,
.btn-blue:active {
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 20px;
    background: #009fdf;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px 14px;
    transition: 0.2s;
}

.btn-blue:hover {
    background: #0096d1;
    color: #ffffff;
}

.n-home-featured-article-circle {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 802px;
    height: 802px;
    z-index: -1;
}

.n-info-left {
    position: relative;
}

.n-info-left-circle {
    height: 801px;
    width: 801px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.footer-right {
    padding-left: 5%;
}

.n-footer-copyrights {
    opacity: 0.5;
    color: #97ccef;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 35px;
}
.n-footer-sec-nav ul li {
    margin-bottom: 6px;
}
.n-footer-sec-nav ul li:last-child {
    margin-bottom: 0px;
}
.n-footer-sec-nav ul li a {
    opacity: 0.5;
    color: #97ccef;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: 0.2s;
}
.n-footer-sec-nav ul li a:hover {
    opacity: 0.8;
}

.footer-left {
    padding-right: 3%;
}

.btn-yellow-angle,
.btn-yellow-angle:focus,
.btn-yellow-angle:active {
    display: inline-block;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    color: #112c51;
    border-radius: 25px;
    background: #ffd600;
    padding: 16px 31px 15px 51px;
    position: relative;
    transition: 0.2s ease-in-out;
}
.btn-yellow-angle:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 20px;
    border: solid #112c51;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.btn-yellow-angle:hover {
    color: #112c51;
    background: #ffe979;
}

.country-selector.weglot-dropdown {
    top: 0 !important;
    margin-left: 25px !important;
}

.header-right-talk .btn-blue, 
.header-right-talk .btn-blue:focus, 
.header-right-talk .btn-blue:active {
    padding: 12px 21px 12px;
    letter-spacing: 0;
}

.n-header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.country-selector.weglot-dropdown .wgcurrent {
    border: none !important;
}

.country-selector.weglot-dropdown .wgcurrent span {
   padding-right: 20px !important;
}

.country-selector.weglot-dropdown {
    background: transparent !important;
}

.country-selector.weglot-dropdown .wgcurrent:after {
    background: none !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 0 !important;
    height: 0 !important;
    opacity: 0.5;
}

.country-selector.weglot-dropdown .wgcurrent:after {
    top: 11px !important;
    right: 2px !important;
}

.country-selector.weglot-dropdown li {
    margin: 0 !important;
}

.country-selector.weglot-dropdown a {
    opacity: 1 !important;
    padding-left: 20px !important;
}

.header-nav-small .weglot-flags>a:before {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 50% !important;
}

.country-selector.weglot-dropdown ul {
    left: auto !important;
    right: 0 !important;
}

.weglot-flags>span.wglanguage-name:before {
    transform: scale(0.8);
}

.n-home-notification {
    padding: 23px 233px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 4px 14px rgba(0,0,0,0.09);
    box-shadow: 0px 4px 14px rgba(0,0,0,0.09);
    margin-bottom: 80px;
    margin-top: -70px;
    position: relative;
}

.n-home-notification h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px;
}
.n-home-notification p {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

/* blue */
.n-home-notification-blue {
    background: #08489e;
}
.n-home-notification-blue h3 {
    color: #fff;
}
.n-home-notification-blue p {
    color: #fff;
    opacity: 0.5;
}
.n-home-notification-blue > a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2)
}
.n-home-notification-blue > a:hover {
    border: 1px solid rgba(255,255,255,1)
}

/* lightblue */
.n-home-notification-light-blue {
    background: #97ccef;
}
.n-home-notification-light-blue h3 {
    color: #112c51;
}
.n-home-notification-light-blue p {
    color: #112c51;
}

.n-home-notification-light-blue > a {
    color: #112c51;
    border: 1px solid rgba(17,44,81,0.2)
}
.n-home-notification-light-blue > a:hover {
    border: 1px solid rgba(17,44,81,1)
}

/* yellow */
.n-home-notification-yellow {
    background: #ffd600;
}
.n-home-notification-yellow h3 {
    color: #112c51;
}
.n-home-notification-yellow p {
    color: #112c51;
}
.n-home-notification-yellow > a {
    color: #112c51;
    border: 1px solid rgba(17,44,81,0.2)
}
.n-home-notification-yellow > a:hover {
    border: 1px solid rgba(17,44,81,1)
}

/* green */
.n-home-notification-green {
    background: #4abea6;
}
.n-home-notification-green h3 {
    color: #fff;
}
.n-home-notification-green p {
    color: #fff;
}
.n-home-notification-green > a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2)
}
.n-home-notification-green > a:hover {
    border: 1px solid rgba(255,255,255,1)
}

/* light */
.n-home-notification-light {
    background: #eaecef;
}
.n-home-notification-light h3 {
    color: #112c51;
}
.n-home-notification-light p {
    color: #112c51;
}
.n-home-notification-light > a {
    color: #112c51;
    border: 1px solid rgba(17,44,81,0.2)
}
.n-home-notification-light > a:hover {
    border: 1px solid rgba(17,44,81,1)
}

/* dark */
.n-home-notification-dark {
    background: #000000;
}
.n-home-notification-dark h3 {
    color: #fff;
}
.n-home-notification-dark p {
    color: #fff;
    opacity: 0.5;
}
.n-home-notification-dark > a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2)
}
.n-home-notification-dark > a:hover {
    border: 1px solid rgba(255,255,255,1)
}

/* medium */
.n-home-notification-medium {
    background: #555b63;
}
.n-home-notification-medium h3 {
    color: #fff;
}
.n-home-notification-medium p {
    color: #fff;
}
.n-home-notification-medium > a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2) 
}
.n-home-notification-medium > a:hover {
    border: 1px solid rgba(255,255,255,1) 
}

.n-home-notification > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.2s;
}

.n-home-notification span {
    position: absolute;
    width: 195px;
    text-align: center;
    left: 15px;
    top: -10px;
    bottom: -15px;
    height: calc(100% + 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-notification-shine-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
}

.home-notification-shine-hold:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100px;
    height: 100%;
    opacity: 0.7;
    transform: skew(-30deg) translate(-150%);
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.3+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    animation: shine 10s cubic-bezier(0.76, 0, 0.24, 1) infinite;
    animation-fill-mode: forwards;
}

main {
    transition: padding 0.3s ease-out;
}

@-webkit-keyframes shine{
    0% {
        transform: skew(-30deg) translate(-150%);
        left: 0;
        width: 100px;
    }
    
    15% {
        width: 30px;
    }
    30% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        width: 100px;
    }
    100% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        opacity: 0;
        width: 100px;
    }
}
@-moz-keyframes shine{
    0% {
        transform: skew(-30deg) translate(-150%);
        left: 0;
        width: 100px;
    }
    
    15% {
        width: 30px;
    }
    30% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        width: 100px;
    }
    100% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        opacity: 0;
        width: 100px;
    }
}
@keyframes shine{
    0% {
        transform: skew(-30deg) translate(-150%);
        left: 0;
        width: 100px;
    }
    
    15% {
        width: 30px;
    }
    30% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        width: 100px;
    }
    100% {
        transform: skew(30deg) translate(100%);
        left: 100%;
        opacity: 0;
        width: 100px;
    }
}

.n-top-notification {
    position: relative;
    margin-top: -11px;
    /* transform: translateY(calc(-100% - 15px)); */
    transition: 0.3s ease-out;
}
.n-top-notification.close {
    transform: translateY(0%);
}
.n-top-notification .n-home-notification {
    margin: 0;
    box-shadow: none;
}
.n-top-notification .n-home-notification span {
    top: 10px;
    height: calc(100% + 5px);
}
.n-top-notification .row {
    padding: 0;
}
.n-top-notification-js a {
    font-weight: 700;
}

.n-notification-slider {
    position: relative;
    margin-top: -11px;
    padding: 14px 0;
}

.nn-carousel-item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.nn-carousel-item strong {
    font-weight: 700;
    margin-right: 20px;
}
.nn-carousel-item a {
    margin-left: 20px;
    text-decoration: underline;
}
.nn-carousel-item a:hover {
    text-decoration: none
}

.n-home-notification-blue .nn-carousel-item {
    color: rgba(255,255,255,0.5);
}
.n-home-notification-blue .nn-carousel-item strong {
    color: #fff
}
.n-home-notification-blue .nn-carousel-item a {
    color: #fff;
}

.n-home-notification-light-blue .nn-carousel-item {
    color: #112c51;
}
.n-home-notification-light-blue .nn-carousel-item strong {
    color: #112c51;
}
.n-home-notification-light-blue .nn-carousel-item a {
    color: #112c51;
}

.n-home-notification-yellow .nn-carousel-item {
    color: #112c51;
}
.n-home-notification-yellow .nn-carousel-item strong {
    color: #112c51;
}
.n-home-notification-yellow .nn-carousel-item a {
    color: #112c51;
}

.n-home-notification-light .nn-carousel-item {
    color: #112c51;
}
.n-home-notification-light .nn-carousel-item strong {
    color: #112c51;
}
.n-home-notification-light .nn-carousel-item a {
    color: #112c51;
}

.n-home-notification-green .nn-carousel-item {
    color: #fff;
}
.n-home-notification-green .nn-carousel-item strong {
    color: #fff;
}
.n-home-notification-green .nn-carousel-item a {
    color: #fff;
}

.n-home-notification-medium .nn-carousel-item {
    color: #fff;
}
.n-home-notification-medium .nn-carousel-item strong {
    color: #fff;
}
.n-home-notification-medium .nn-carousel-item a {
    color: #fff;
}

.n-home-notification-dark .nn-carousel-item {
    color: rgba(255,255,255,0.5);
}
.n-home-notification-dark .nn-carousel-item strong {
    color: #fff;
}
.n-home-notification-dark .nn-carousel-item a {
    color: #fff;
}

.n-notification-slider-hold {
    padding-right: 100px; 
}

.nn-carousel.owl-carousel .owl-nav button.owl-next, 
.nn-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 10px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.nn-carousel.owl-carousel .owl-nav button.owl-next {
    right: -100px;
}
.nn-carousel.owl-carousel .owl-nav button.owl-prev {
    right: -55px;
}

.nn-carousel.owl-carousel .owl-nav button.owl-next span, 
.nn-carousel.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.n-home-notification-light-blue .nn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.n-home-notification-light-blue .nn-carousel.owl-carousel .owl-nav button.owl-prev:after,
.n-home-notification-yellow .nn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.n-home-notification-yellow .nn-carousel.owl-carousel .owl-nav button.owl-prev:after,
.n-home-notification-light .nn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.n-home-notification-light .nn-carousel.owl-carousel .owl-nav button.owl-prev:after {
    border: solid #112c51;
    border-width: 0 2px 2px 0;
}

.nn-carousel.owl-carousel .owl-nav button.owl-next:after, 
.nn-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.nn-carousel.owl-carousel .owl-nav button.owl-prev:after {
    transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.nn-carousel.owl-carousel .owl-nav button.owl-next:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

/* Entuity New */

.btn-blue-border,
.btn-blue-border:focus,
.btn-blue-border:active {
    display: inline-block;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    color: #112C51;
    border-radius: 25px;
    background: #fff;
    padding: 14px 31px 13px 51px;
    position: relative;
    text-transform: uppercase;
    border: 2px solid #112C51;
    transition: 0.2s ease-in-out;
}
.btn-blue-border:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 18px;
    border: solid #112c51;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
}
.btn-blue-border:hover:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.btn-blue-border:hover {
    color: #fff;
    background: #112C51;
}

.intro-intuity-v2-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-top: 55px;
    position: relative;
    z-index: 20;
}

.ii-v2-bottom-left {
    width: 51%;
}
.ii-v2-bottom-right {
    width: 49%;
    padding-left: 5%;
}

.ii-v2-bottom-image {
    margin-top: -110px;
    width: calc(100% + 30px);
}

.text-20 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0px;
}
.ii-v2-bottom-left .text-20:not(:last-child) {
    margin-bottom: 46px;
}

.multi-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.multi-buttons.text-center ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.multi-buttons ul li {
    margin-right: 16px;
}

.multi-buttons ul li:last-child {
    margin-right: 0px;
}

.large-simple-intro.medium-simple-intro.intro-intuity-v2 {
    margin-bottom: 70px;
}

.quick-links-section {
    margin-bottom: 70px;
}

.quick-links-list {
    padding: 0 10%;
}

.quick-links-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.quick-links-list ul li {
    margin: 0 25px 20px;
}

.quick-links-list ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #112C51;
    position: relative;
    padding-left: 17px;
    transition: 0.2s;
}

.quick-links-list ul li a:hover {
    opacity: 0.7;
}

.quick-links-list ul li a:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 3px;
    border: solid #112c51;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
}

.visualization-section {
    margin-bottom: 114px;
}

.visualization-hold {
    padding: 70px 84px 45px;
    min-height: 780px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}

.visualization-tabs .tabs {
    background: transparent;
    border: none;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.visualization-tabs .tabs-title {
    margin: 0 7px 5px;
}
.visualization-tabs .tabs-title>a {
    min-width: 150px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #112C51;
    border: 2px solid #112C51;
    border-radius: 25px;
    padding: 6px 30px;
    transition: 0.2s;
}

.visualization-tabs .tabs-title>a:hover {
    background: transparent;
}

.visualization-tabs .tabs-title>a:focus, 
.visualization-tabs .tabs-title>a[aria-selected=true] {
    background: #112C51;
    color: #fff;
}

.visualization-tabs .tabs-panel {
    padding: 0;
}

.visualization-tabs .tabs-content {
    background: transparent;
    border: none;
}

.visualization-tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.vtb-left {
    width: 50%;
}

.vtb-right {
    width: 50%;
    padding-left: 7%;
}

.title-40 {
    color: #112c51;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.88px;
    margin-bottom: 36px;
}

.vtb-text p {
    color: #112C51;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 36px;
	letter-spacing: 0px;
}
.vtb-text ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #112C51;
    position: relative;
	text-indent: -1em;
}
.vtb-text ul li:before {
    content: '•';
    margin: 0 5px;
}

.visualization-tabs-content.no-image .vtb-left {
    width: 100%;
}

.demo-videos-section {
    margin-bottom: 160px;
}

.demo-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.dv-left {
    width: 50%;
    padding-right: 8%;
}

.dv-left .section-text {
    margin-bottom: 88px;
}

.dv-right {
    width: 50%;
}

.dv-right {
    position: relative;
    color: #fff;
    padding: 77px 0 70px 88px;
}
.dv-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 50vw;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background: linear-gradient(26.11deg, #0291CE -4.09%, #0D4B77 50.58%, #112C51 95.1%);
}

.dv-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dv-carousel-item {
    position: relative;
    border-radius: 20px;
    background-size: cover !important;
    min-height: 100%;
    padding: 25px 20px 55px;
}

.dv-carousel-item:before {
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    border-radius: 20px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#123b64+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(18,59,100,0.9) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(18,59,100,0.9) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(18,59,100,0.9) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123b64', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.dv-carousel-item .resources-page-results-cat {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 10px;
}
.dv-carousel-item .resources-page-results-title {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 0;
}

.dv-carousel-item .resources-page-results-arrow {
    left: 20px;
    bottom: 15px;
}
.dv-carousel-item .resources-page-results-arrow .btn-arrow-link:before {
    background: url(../svg/icon-arrow-yellow.svg) no-repeat center center;
}

.dv-carousel-item:hover .btn-arrow-link::before {
    opacity: 0;
}

.dv-carousel-item:hover .btn-arrow-link::after {
    opacity: 1;
    width: 55px;
}

.dv-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 25px;
}
.dv-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 13px;
}
.dv-carousel.owl-carousel .owl-nav button.owl-next,
.dv-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 31px;
    height: 31px;
    border: 1px solid #009FDF;
    border-radius: 50%;
    position: relative;
}
.dv-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.dv-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
    border: 1px solid #D9D9D9;
}
.dv-carousel.owl-carousel .owl-nav button.owl-next.disabled svg path,
.dv-carousel.owl-carousel .owl-nav button.owl-prev.disabled svg path {
    fill: #D9D9D9;
}
.dv-carousel.owl-carousel .owl-nav button.owl-next svg,
.dv-carousel.owl-carousel .owl-nav button.owl-prev svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dv-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 115px;
    width: calc(100% - 115px);
    background: rgba(233,233,233,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
}
.dv-carousel.owl-carousel button.owl-dot {
    width: 100%;
    height: 4px;
    background: #009FDF;
    opacity: 0;
    border-radius: 2px;
}
.dv-carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
}

.dv-right-items {
	position: relative;
	z-index: 5;
}

.dv-right-item-video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 51px;
}
.dv-right-item-video iframe {
	position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.dv-right-item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.17;
	color: #FFF;
	margin-bottom: 19px;
}

.dv-right-item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	color: #FFF;
}

.dv-right-item {
	display: none;
}
.dv-right-item.active {
	display: block;
}

.fo-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.fo-left {
    width: 45%;
    padding-right: 4.5%;
    position: relative;
    z-index: 5;
}
.fo-right {
    padding-left: 6.5%;
    width: 55%;
    position: relative;
}

.fo-right .yellow-circle-bg {
    top: 20px;
    left: calc(100% + -15px);
    transform: translate(-50%, -50%);
}

.fo-section {
    margin-bottom: 150px;
}

.fo-right .multi-buttons {
    margin-top: 70px;
}

.uc-section {
    margin-bottom: 120px;
    background: linear-gradient(200.77deg, #112C51 38.04%, #009FDF 107.68%);
    padding: 120px 0;
    color: #fff;
    position: relative;
}

.uc-section .row {
    position: relative;
    z-index: 10;
}

.uc-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../png/orn-uc.png) no-repeat bottom center / 100% auto;
}

.uc-section .section-title {
    color: #fff;
}

.uc-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.uc-left {
    width: 43%;
    padding-right: 30px;
}
.uc-right {
    width: 57%;
}

.uc-right-content {
    background: #fff;
    padding: 25px 40px 60px;
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}

.uc-right-content .faq-accordion .accordion-item:first-child {
    border-top: none;
}

.uc-right-content .faq-accordion .accordion-content {
    color: #112C51;
    font-weight: 500;
}

.ft-section {
    margin-bottom: 120px;
}

span.pos {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 3px;
    position: relative;
    background: #f89b1c;
}



.ft-table table tr td {
    color: #112c51;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    padding: 20px 15px;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
    vertical-align: middle;
}

.ft-table tr:nth-child(odd) {
    background-color:#e1e1e1;
}

/* blocking for alternating row colors
.ft-table table tbody tr {
    background-color: transparent !important;
}
*/

.ft-table thead th {
    padding: 6px 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(17,44,81,0.5)
}
.ft-table thead th span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.17;
    color: #112C51;
    margin-bottom: 9px;
}

.ft-table table tbody tr td:first-child {
    width: 45%;
}

.techtalk-logo {
    margin-bottom: 42px;
}
.techtalk-logo img {
    max-height: 31px;
}

.pricing-licensing-section {
    margin-bottom: 175px;
}

.pricing-licensing-section .section.title {
    margin-bottom: 30px;
}
.pricing-licensing-section .section-title {
    margin-bottom: 30px;
}
.pricing-licensing-section .section-top {
    margin-bottom: 64px;
}

.pl-half {
    position: relative;
    margin-bottom: 70px;
}

.pl-half .yellow-circle-bg {
    top: 20px;
    left: -100px;
    transform: translate(-50%, -50%);
}

.pl-half .blue-circle-image {
    top: calc(100% - 20px);
    left: 100%;
    transform: translate(-50%, -50%);
}

.pl-half > ul {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.pl-half > ul ul {
    margin: 0;
    padding: 0;
}

.pl-half > ul > li {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #EAF5FC;
    border-radius: 15px;
    padding: 50px 50px;
}
.pl-half > ul > li:nth-child(2n) {
    margin-right: 0;
}

.pl-half .vtb-text p {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.pl-half .title-40 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.24px;
}

.pricing-licensing-section .n-info-acc-title {
    font-weight: 700;
    color: #112C51;
}
.n-info-acc-text.has-style p {
    font-weight: 500;
    color: #112C51;
    line-height: 1.62; 
    margin-bottom: 6px;
}
.n-info-acc-text.has-style ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #112C51;
    position: relative;
}
.n-info-acc-text.has-style ul li:before {
    content: '•';
    margin: 0 5px;
}
.n-info-acc-text.has-style > *:last-child {
    margin-bottom: 0;
}

.pl-type-hold {
    margin-bottom: 90px;
}
.pl-type-hold:last-child {
    margin-bottom: 0px;
}

.lp-thirds ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 11px);
}
.lp-thirds ul li {
    width: calc(33.333% - 11px);
    min-width: calc(33.333% - 11px);
    margin-right: 11px;
    margin-bottom: 11px;
    background: #EAF5FC;
    border-radius: 15px;
    padding: 30px 30px;
}
.lp-thirds ul li h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
    color: #112C51;
    margin-bottom: 20px;
}
.lp-thirds ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #112C51;
}

.lp-acc-hold {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px 50px 50px;
    position: relative;
}

.lp-acc-hold .yellow-circle-bg {
    top: calc(100% - 200px);
    left: 20px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.lp-acc-hold .faq-accordion .accordion-item:first-child {
    border-top: none;
}

.lp-acc-hold .accordion-content {
    padding-right: 10%;
}

.pl-type-hold .n-info-acc-item {
    margin-bottom: 20px;
}
.pl-type-hold .n-info-acc-item:last-child {
    margin-bottom: 0px;
}

.intuity-v2-schedule-section {
    background: linear-gradient(26.11deg, #0291CE -4.09%, #0D4B77 50.58%, #112C51 95.1%);
    position: relative;
    padding: 96px 0;
    color: #fff;
    margin-bottom: 150px;
}
.intuity-v2-schedule-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../png/orn-schedule.png) no-repeat top center / 100% auto;
}
.intuity-v2-schedule-section .section-title {
    color: #fff;
}

.intuity-v2-schedule-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.intuity-v2-schedule-left {
    width: 50%;
    padding-right: 10px;
}
.intuity-v2-schedule-right {
    width: 50%;
    padding-left: 9%;
}
.intuity-v2-schedule-right .reques-demo-page-section-form {
    margin-top: 0 !important;
}

.intuity-v2-schedule-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 28px;
}
.intuity-v2-schedule-text p:last-child {
    margin-bottom: 0px;
}

.intuity-v2-blog-section {
    margin-bottom: 90px;
}

.intuity-v2-blog-list {
    margin-bottom: 23px;
}

.intuity-v2-blog-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 47px);
}

.intuity-v2-blog-list ul li {
    width: calc(33.333% - 47px);
    min-width: calc(33.333% - 47px);
    margin-right: 47px;
    margin-bottom: 47px;
}

.intuity-v2-blog-list ul li a {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 50px 50px 100px;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.intuity-v2-blog-list-button {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
    bottom: 50px;
    text-transform: uppercase;
}

.intuity-v2-blog-list-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #112C51;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.intuity-v2-blog-list .blog-archive-blogs-title {
    margin-bottom: 10px;
}

.intuity-v2-blog-section .n-home-featured-article-hold:not(:last-child) {
    margin-bottom: 54px;
}
.intuity-v2-blog-section .n-home-featured-article-hold .n-hfa-button {
    text-transform: uppercase;
}

.intuity-v2-blog-section .section-title {
    margin-bottom: 64px;
}
.intuity-v2-blog-section .n-hfa-title {
    color: #112C51;
    font-weight: 500;
}
.intuity-v2-blog-section .n-hfa-text {
    color: #112C51;
    font-weight: 500;
}

.pricing-licensing-section .section-top .text-20 {
    color: #112C51;
}

.fo-section .n-info-image {
    padding-bottom: 54%;
}
.fo-section .n-info-image img {
    border-radius: 0px;
}

.intuity-v2-blog-section .n-home-featured-article-hold a {
    border-radius: 20px;
}
.intuity-v2-blog-section .n-hfa-image img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.intuity-v2-schedule-section .row {
    position: relative;
    z-index: 10;
}

/* Media */
@media only screen and (min-width: 3900px) {

    .item-for-pc-count-wide {
        display: block;
    }
    .home-testimonials-slider::before,
    .regional-section-3-blue::after,
    .regional-section-3-blue::before,
    .entuity-achieve-box::before,
    .small-intro .row::before {
        width: 9999px;
    }
} /* END of 1961px */

@media only screen and (min-width: 1961px) {

    .item-for-pc-count-wide {
        display: block;
    }
    .home-testimonials-slider::before,
    .regional-section-3-blue::after,
    .regional-section-3-blue::before,
    .entuity-achieve-box::before,
    .small-intro .row::before {
        width: 4000px;
    }
} /* END of 1961px */

@media only screen and (max-width: 1410px) {
    .n-optimization {
        background-size: contain;
    }
    .home-intro-box {
        width: calc(100% + 5px);
    }
    #home-intro-owl-custom-dots li {
        width: 245px;
        margin-right: 35px;
    }
    .small-intro .row::before {
       right: 10px;
    }
    .small-intro .row::after {
        right: 0;
    }
    .back-to-top {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        float: left;
        text-align: right;
        z-index: 5;
        margin-top: -60px;
        margin-bottom: 60px;
    }
    .news-press-release-white {
        padding: 80px 0 60px 80px;
        min-width: 342px;
    }
    .header-ln-close-hold {
        right: 20px;
    }
} /* END of 1410px */

@media only screen and (max-width: 1360px) {
    .n-ar-carousel-item {
        width: 1130px;
    }
    .n-ar-carousel-hold {
        padding: 0 20px;
    }
    .n-ar-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }
    .n-ar-carousel.owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    .n-ar-carousel.owl-carousel .owl-nav button.owl-next, 
    .n-ar-carousel.owl-carousel .owl-nav button.owl-prev {
        width: 16px;
        height: 31px;
    }
    .home-section-sticky-slider-dots {
        left: 0;
    }
    .careers-page-sticky-slider .home-section-sticky-slider-dots {
        right: 0;
    }
} /* END of 1360px */

@media only screen and (max-width: 1260px) {
    .entuity-management-section-left {
        padding-right: 4%;
    }

    .home-solutions-owl .owl-nav {
        right: 25px;
    }
    .news-press-release-white {
        padding: 80px 0 60px 40px;
        min-width: 316px;
    }

    .eosl-page-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    /* .tmp-world-map {
        padding-bottom: 56%;
        height: auto;
    } */

} /* END of 1260px */

@media only screen and (max-width: 1240px) {
    .header-nav > ul > li {
        margin-right: 20px;
    }
    .home-intro-owl-custom-dots {
        left: 99px;
        padding: 34px 0 34px 60px;
    }
    .home-solutions-owl-hold {
        width: calc(100% + 25px);
    }
    .resources-page-content {
        padding-left: 0;
    }
    .resources-page-results-title {
        padding-right: 0;
    }
    .resources-detail-gated-form-hold-box {
        padding-left: 0;
    }
    .offices-list ul li {
        padding: 50px 30px 80px;
    }
    .offices-list-arrow {
        left: 30px;
    }
    .entuity-achieve-section-text {
        padding-top: 76px;
    }
    .support-tiers-table table tbody tr td:first-child {
        min-width: 358px;
    }
    .page-template-template-company .regional-owl-carousel-hold,
    .page-template-template-regional .regional-owl-carousel-hold {
        width: 120%;
    }
    .toop-section-after-intro-left {
        padding-right: 4%;
    }
} /* END of 1240px */

@media only screen and (max-width: 1230px) {
    .n-home-notification {
        margin-bottom: 60px;
        margin-top: -40px;
    }
    .cta-box {
        padding: 100px 0;
    }
    .cta-box-title {
        font-size: 48px;
    }
    .n-hs-right button {
        height: 60px;
    }
    .n-hs-right input, 
    .n-hs-right input:focus {
        height: 60px;
        padding: 2px 32px;
        padding-right: 80px;
        font-size: 16px;
    }
    .n-resources-tabs-button {
        margin-top: 60px;
    }
    .n-resources {
        margin-bottom: 100px;
    }
    .n-resources-tabs-list ul li {
        width: calc(33.333% - 14px);
        min-width: calc(33.333% - 14px);
        margin-right: 21px;
    }
    .n-resource-type {
        top: 30px;
        padding: 0 30px;
    }
    .n-resource-title {
        bottom: 30px;
        padding: 0 30px;
        font-size: 28px;
    }
    .n-sp-right {
        width: calc(100% - 220px);
    }
    .n-sp-left {
        width: 220px;
    }
    .n-sp-content-left {
        width: 54%;
        padding: 40px 30px 30px;
    }
    .n-sp {
        padding: 100px 0;
        margin-bottom: 100px;
    }
    .n-approach {
        margin-bottom: 100px;
    }
    .n-approach-list ul li:after {
        left: calc(100% + 0.0266 * (100vw - 50px));
        width: 54px;
    }
    .n-optimization-content {
        padding: 30px 30px;
    }
    .n-optimization-list > ul > li {
        width: calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
        margin-right: 30px;
    }
    .n-optimization {
        padding: 100px 0;
    }
    .n-ar-section {
        margin-bottom: 100px;
    }
    .n-ar-list ul li img {
        max-width: 160px;
        max-height: 80px;
    }
    .n-ar-carousel-item {
        width: calc(100vw - 50px - 40px)
    }
    .n-ar-carousel-left {
        padding: 60px 40px;
    }
    .n-info-section {
        margin-bottom: 100px;
    }
    .n-info-acc-item.active {
        padding: 0px 0 20px;
    }
    .n-info-right {
        padding-left: 60px;
    }
    .n-hs-left {
        padding-right: 4%;
    }
    .n-home-search-hold {
        padding: 48px 48px;
    }
    .n-home-search {
        margin-bottom: 100px;
    }
    .n-home-featured-article {
        margin-bottom: 100px;
    }
    .n-hfa-right {
        padding-right: 4%;
    }
    .n-hfa-left {
        padding-right: 2%;
    }
    .n-hfa-text {
        margin-bottom: 25px;
    }
    .n-home-about {
        margin-bottom: 100px;
    }
    .n-intro-bellow {
        margin-bottom: 100px;
    }
    .n-home-about-left {
        padding-right: 8%;
    }
    .n-intro-below-list {
        margin-top: -200px;
    }
    .n-ibl-logo {
        height: 80px;
    }
    .n-ibl-content {
        padding: 20px 20px;
    }
    .n-intro-below-list ul li {
        width: calc(20% - 16px);
        min-width: calc(20% - 16px);
        margin-right: 20px;
    }
    .n-home-intro {
        padding: 180px 0 300px;
    }


    .item-for-pc-count {
        display: none;
    }
    .home-world-right {
        min-height: 395px;
        padding: 50px 80px;
        margin-left: -144px;
    }
    .home-world-hold,
    .home-world-hold::after {
        width: 595px;
        height: 595px;
        margin-left: -119px;
    }
    .home-world-video  {
        min-width: 595px;
        min-height: 595px;
    }
    .home-world-video video {
        left: -111px;
    }
    .home-world-circle-blue {
        width: 562px;
        height: 562px;
        top: -119px;
        left: -236px;
    }
    .medium-simple-intro .large-simple-intro-box {
        width: calc(100% + 80px);
    }
    .company-our-mission-image-hold,
    .company-our-mission-image-hold::after,
    .company-our-mission-image {
        width: 424px;
        height: 425px;
    }
    .company-our-mission-right {
        padding: 40px 9% 0 0;
    }
    .page-template-template-company .regional-owl-carousel-hold,
    .page-template-template-regional .regional-owl-carousel-hold {
        width: 113%;
    }
    .featured-case-studies-section {
        padding: 120px 0;
    }
    .featured-resources-section {
        padding: 120px 0;
    }

} /* END of 1230px */

@media only screen and (max-width: 1199px) {
    .pricing-licensing-section {
        margin-bottom: 120px;
    }
    .intuity-v2-blog-list ul {
        width: calc(100% + 30px);
    }
    .intuity-v2-blog-list ul li {
        width: calc(33.333% - 30px);
        min-width: calc(33.333% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .intuity-v2-blog-list-button {
        bottom: 34px;
    }
    .intuity-v2-blog-list ul li a {
        padding: 40px 30px 80px;
    }
    .intuity-v2-schedule-section {
        margin-bottom: 120px;
    }
    .intuity-v2-schedule-text p {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .intuity-v2-schedule-right {
        padding-left: 6%;
    }
    .techtalk-logo {
        margin-bottom: 28px;
    }
    .entuity-management-section {
        margin-bottom: 120px;
    }
    .entuity-management-section-left {
        padding-right: 1%;
    }
    .entuity-management-section-right {
        padding: 70px 0 70px 40px;
    }
    .fo-right .multi-buttons {
        margin-top: 50px;
    }
    .fo-section {
        margin-bottom: 120px;
    }
    .fo-section .multi-buttons ul {
        display: block;
    }
    .fo-section .multi-buttons ul li {
        margin-bottom: 10px;
    }
    .fo-section .multi-buttons ul li:last-child {
        margin-bottom: 0px;
    }
    .fo-left {
        padding-right: 2%;
    }
    .fo-right {
        padding-left: 3%;
    }
    .demo-videos-section {
        margin-bottom: 120px;
    }
    .dv-left .section-text {
        margin-bottom: 50px;
    }
    .dv-right {
        padding: 50px 0 50px 50px;
    }
    .dv-left {
        padding-right: 4%;
    }
    .vtb-right {
        padding-left: 4%;
    }
    .vtb-text p {
        font-size: 18px;
    }
    .visualization-hold {
        padding: 60px 50px 45px;
    }
    .quick-links-list ul li {
        margin: 0 20px 20px;
    }
    .quick-links-list {
        padding: 0;
    }
    .ii-v2-bottom-image {
        margin-top: -80px;
    }
    .text-20 {
        font-size: 18px;
    }
    .ii-v2-bottom-right {
        padding-left: 2%;
    }
    .ii-v2-bottom-left .text-20:not(:last-child) {
        margin-bottom: 30px;
    }
    .intro-intuity-v2-bottom .multi-buttons ul {
        display: block;
    }
    .intro-intuity-v2-bottom .multi-buttons ul li {
        margin-bottom: 10px;
    }
    .intro-intuity-v2-bottom .multi-buttons ul li:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1140px) {
    .header-right ul li {
        margin-left: 15px;
    }
    .footer-right {
        padding-left: 7%;
    }
    .footer-left {
        padding-right: 0;
    }
    #services-desk-submenu {
        min-width: 840px;
    }
    .text-anchors ul li {
        margin-right: 30px;
    }
    .text-anchors ul li a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .header-nav > ul > li > a {
        font-size: 12px;
    }
    #solutions-desk-submenu.header-submenu {
        left: 115%;
    }
    .intro-subscribe  {
        display: none;
    }
    .reveal.reveal-company {
        top: 0 !important;
        height: 100%;
        padding: 0;
        max-width: 100%;
    }
    .reveal.reveal-company .reveal-company-box {
        border-radius: 0;
    }
    .reveal.reveal-company .close-button {
        right: auto;
        left: 20px;
        top: 20px;
    }
    .tpm-overview-box {
        padding: 50px 25px 74px;
    }
    .tpm-overview-list ul li .resources-page-results-arrow {
        left: 25px;
    }
    .orange-intro .large-simple-intro-box::after {
        right: auto;
        left: 0;
    }

} /* END of 1140px */

@media only screen and (min-width: 1024px) {
    
    .mobile-header {
        display: none !important;
    }

} /* END of 1024px */

@media only screen and (max-width: 1023px) {
    .intuity-v2-blog-list ul li {
        width: calc(50% - 30px);
        min-width: calc(50% - 30px);
    }
    .intuity-v2-schedule-right {
        padding-left: 0;
        width: 100%;
    }
    .intuity-v2-schedule-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .lp-thirds ul li p {
        font-size: 15px;
    }
    .lp-thirds ul li {
        padding: 30px 20px;
    }
    .lp-thirds ul li h4 {
        font-size: 20px;
    }
    .pl-half .yellow-circle-bg {
        left: 0px;
    }
    .pl-half .title-40 span {
        font-size: 20px;
    }
    .pl-half > ul > li {
        padding: 30px 30px;
    }
    .uc-right {
        width: 100%;
    }
    .uc-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .fo-right {
        padding-left: 0;
        width: 100%;
    }
    .fo-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .dv-right:before {
        width: 100vw;
    }
    .dv-right {
        width: 100%;
    }
    .dv-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .vtb-image {
        max-width: 400px;
    }
    .vtb-right {
        padding-left: 0;
        width: 100%;
    }
    .vtb-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .vtb-text p {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .title-40 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .visualization-tabs .tabs-title>a {
        min-width: 120px;
    }
    .visualization-hold {
        padding: 0px 0px 0px;
        box-shadow: none;
    }
    .quick-links-list {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .quick-links-list ul li {
        margin: 0 10px 10px;
    }
    .ii-v2-bottom-left {
        width: 100%;
        order: 2;
    }
    .ii-v2-bottom-right {
        padding-left: 10%;
        padding-right: 10%;
        width: 100%;
        margin-bottom: 40px;
    }
    .n-hfa-right .ribbon {
        font-size: 12px;
    }
    .n-hfa-title {
        padding-right: 30px;
    }
    .n-notification-slider {
        margin-top: -42px;
        margin-bottom: 10px;
    }
    .n-top-notification {
        margin-top: -42px;
        margin-bottom: 10px;
    }
    .n-home-notification span {
        width: 165px;
    }
    .n-home-notification > a {
        top: auto;
        transform: translateY(0%);
        right: auto;
        left: 200px;
        bottom: 23px;
    }
    .n-home-notification {
        padding: 23px 25px 85px 200px;
        margin-bottom: 50px;
        margin-top: -60px;
    }
    .header-right ul li.header-right-search {
        margin-top: 8px;
    }
    .header-right-talk .btn-blue, 
    .header-right-talk .btn-blue:focus, 
    .header-right-talk .btn-blue:active {
        padding: 10px 21px 10px;
    }
    .n-optimization-features ul li {
        margin-bottom: 10px;
    }
    .n-info-image {
        padding-bottom: 60%;
    }
    .n-sp-content-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .n-sp-content-title {
        font-size: 28px;
    }
    .n-sp-content-image {
        position: static;
        left: auto;
        right: auto;
        width: 100%;
        top: auto;
        bottom: auto;
        height: auto;
        padding-bottom: 50%;
    }
    .n-sp-content-right {
        width: 100%;
    }
    .n-sp-content-left {
        width: 100%;
        padding: 40px 30px;
        order: 2;
    }
    .n-sp-content.active {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .n-resources-tabs-button {
        margin-top: 40px;
    }
    .n-resources-tabs .tabs-title>a {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .n-resources-tabs-top {
        margin-bottom: 40px;
    }
    .n-resources-tabs .tabs-title {
        margin-right: 30px;
    }
    .n-resource-title {
        font-size: 24px;
    }
    .n-resources-tabs-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .n-resources-tabs-list ul li:last-child {
        margin-bottom: 0px;
    }
    .n-resources-tabs-list ul {
        display: block;
    }
    .n-resources-tabs-list ul li a {
        height: 220px;
    }
    .n-approach {
        margin-bottom: 40px;
    }
    .n-approach-list ul li:after {
        left: calc(100% + 0.05 * (100vw - 100px));
        width: 92px;
    }
    .n-approach-list ul li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 80px;
    }
    .n-approach-list ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .n-approach-list ul li:nth-child(2n):after {
        display: none;
    }
    .n-optimization-title {
        font-size: 20px;
    }
    .n-optimization-content {
        padding: 25px 20px;
    }
    .n-optimization-list > ul > li {
        width: calc(33.333% - 14px);
        min-width: calc(33.333% - 14px);
        margin-right: 21px;
    }
    .n-ar-list ul li img {
        max-width: 120px;
        max-height: 60px;
    }
    .n-ar-carousel .owl-stage-outer {
        margin-bottom: 60px;
    }
    .n-section-title {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .n-ar-carousel-info {
        padding-right: 115px;
    }
    .n-ar-carousel-info img {
        max-width: 100px;
        max-height: 60px;
    }
    .n-ar-carousel-info p {
        font-size: 14px;
    }
    .n-ar-carousel-info h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .n-ar-carousel-left {
        padding: 40px 25px;
    }    
    .n-ar-carousel-text {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .n-ar-carousel-item {
        width: calc(100vw - 100px);
    }
    .n-ar-carousel-hold {
        padding: 0 0px;
    }
    .n-info-left-circle {
        height: 562px;
        width: 562px;
    }
    .n-home-featured-article-circle {
        width: 562px;
        height: 562px;
    }
    .n-info-right {
        padding-left: 0;
    }
    .n-info-image-hold {
        width: 100%;
        margin-bottom: 30px;
    }
    .n-home-search-hold {
        padding: 48px 30px;
    }
    .n-hs-right {
        padding-left: 0;
    }
    .n-hs-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .n-home-search-hold {
        display: block;
    }
    .n-hfa-text {
        font-size: 16px;
        max-height: 75px;
    }
    .n-hfa-title {
        font-size: 24px;
    }
    .n-home-about-left {
        font-size: 30px;
        padding-right: 4%;
    }
    .n-home-about-right {
        font-size: 18px;
    }
    .n-home-intro {
        padding: 180px 0 200px;
    }
    .n-intro-below-list {
        margin-top: -80px;
    }
    .n-intro-below-list ul li {
        width: calc(33.333% - 14px);
        min-width: calc(20% - 14px);
        margin-right: 21px;
        margin-bottom: 21px;
    }
    .n-intro-below-list ul li:nth-child(3n) {
        margin-right: 0px;
    }
    .n-intro-below-list ul li:last-child {
        margin-right: 0px;
    }
    .n-intro-below-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .n-home-intro-text p {
        font-size: 20px;
    }
    .n-home-intro-text h1 {
        font-size: 48px;
    }
    .inner-page-small .entry h1 {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -0.82894737px;
    }
    .single .entry h1 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.6631579px;
    } 
    .header-right {
        width: 66.66667%;
    }
    .text-anchors ul li {
        margin-right: 15px;
    }
    .text-anchors {
        padding-left: 0;
        padding-top: 30px;
    }
    .wpgmza_map {
        margin-bottom: 100px;
    }
    .wpgmza-store-locator {
        padding: 0 50px;
    }
    .section-title:not(.section-title-lg) {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.66px;
    }
    
    .header-nav,
    .header-nav-small {
        display: none;
    }
	.hamburger {
	    display: inline-block;
    }
    .header-right {
        padding-top: 2px;
    }
    header {
        padding-top: 42px;
        padding-bottom: 10px;
    }
    header.scrolled {
        padding-top: 10px;
    }
    /* header.has-l-news {
        padding-top: 0 !important;
    } */
    /* footer {
        padding: 255px 0 0;
    } */
    footer .row {
        padding: 0 50px;
    }
    .footer-circle {
        /* background: url(../img/icon-circle-dots-blue-tablet.svg) no-repeat center center; */
        width: 562px;
        height: 562px;
        top: -537px;
        left: -281px;
    }
    .footer-contact {
        margin-bottom: 0;
    }
    .footer-left {
        margin-bottom: 60px;
        padding: 0;
    }
    .footer-subscribe-input {
        max-width: 325px;
        width: 100%;
    }
    .n-footer-copyrights {
        margin-bottom: 25px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-top-left {
        padding-right: 15px;
    }
    .footer-top-right {
        padding-left: 15px;
    }
    .cta-box {
        min-height: 351px;
    }
    .cta-box-title {
        font-size: 40px;
        letter-spacing: -0.4px;
    }
    .cta-content-1 {
        padding: 0 6%;
    }
    .home-intro-owl-custom-dots {
        display: none;
    }
    .home-intro-owl-tablet {
        display: block;
    }
    .home-intro-box {
        width: calc(100% + 135px);
        border-top-right-radius: 410px;
        border-bottom-right-radius: 410px;
        min-height: 1px;
    }
    .home-intro-box::after {
        border-top-right-radius: 410px;
        border-bottom-right-radius: 410px;
        right: -29px;
    }
    .home-intro-owl .item {
        min-height: 1px;
        border-top-right-radius: 410px;
        border-bottom-right-radius: 410px;
        padding: 147px 0 135px;
    }
    .home-intro-owl-textbox {
        max-width: 466px;
    }
    .home-intro-owl-text h1 {
        font-size: 65px;
        letter-spacing: -1.2px;
        line-height: 1.15;
        margin-bottom: 35px;
    }
    .home-intro-owl .item img {
        -o-object-position: right;
        object-position: right;
    }
    .home-intro-owl .owl-stage-outer {
        overflow: visible;
        overflow-x: hi;
    }
    .home-intro-owl-custom-dots-title {
        color: #009fdf;
    }
    .home-intro-owl-custom-dots-text span {
        -webkit-box-shadow: inset 0 -6px rgba(255,214,0,0.8);
        box-shadow: inset 0 -6px rgba(255,214,0,0.8);
    }
    .home-intro-owl .owl-dots {
        position: absolute;
        bottom: -33px;
        left: 191px;
    }
    .home-intro-owl .owl-dot {
        display: inline-block;
        opacity: 0.2;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #112c51 !important;
        margin-right: 10px;
    }
    .home-intro-owl .owl-dot.active {
        opacity: 1;
    }
    .home-intro-box::before {
        width: 50px;
        left: -50px;
        z-index: 5;
    }
    .home-intro {
        margin-bottom: 131px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .custom-tab-navigation ul li {
        margin-right: 60px;
    }
    .custom-tab-content-left {
        padding: 0 10% 0 0;
    }
    .home-solutions {
        margin-bottom: 94px;
    }
    .home-solutions .row {
        padding: 0 50px;
    }
    .home-solutions-owl-hold {
        width: calc(100% + 20px);
    }
    .home-solutions-owl .owl-stage-outer {
        width: calc(100% + 50px);
        padding: 20px 0 30px 15px;
    }
    .home-solutions-owl .owl-nav {
        right: 6px;
    }
    /* .home-resources-list {
        display: none;
    } */
    .home-resources-list-slider {
        display: block;
    }
    .home-resources .custom-tab-navigation {
        margin-bottom: 40px;
    }
    .home-resources {
        padding: 80px 0 82px;
    }
    .home-section-3 {
        padding: 80px 0 0;
    }
    .home-section-3-text {
        margin-bottom: 30px;
    }
    .home-section-3-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: -0.66px;
        margin-bottom: 30px;
    }
    .home-section-3-dots {
        margin-bottom: 147px;
    }
    .home-section-3-circle-dots {
        width: 562px;
        height: 562px;;
    }
    .home-section-3-circle-top {
        top: -281px;
        left: -281px;
    }
    .home-unique-services-top {
        margin-bottom: 140px;
    }
    .home-unique-services-left {
        padding: 80px 0 79px;
        position: relative;
    }
    .home-unique-services-list {
        padding: 81px 0 0;
    }
    .home-unique-services-list ul li {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    .home-unique-services-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .home-unique-services-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .home-unique-services-list ul li a {
        min-height: 89px;
        padding: 10px 110px 10px 20px
    }
    .home-unique-services-list ul li a::before,
    .home-unique-services-list ul li a::after {
        left: calc(100% - 85px);
    }
    .home-unique-services-left::before {
        min-height: 398px;
    }
    .home-unique-services-left::after {
        min-height: 398px;
    }
    .home-unique-services-mid-text {
        padding: 0 10%
    }
    .home-unique-services-mid .section-title {
        margin-bottom: 79px;
    }
    .home-world-right-text {
        font-size: 16px;
        line-height: 26px;
    }
    .home-testimonials {
        margin-top: 62px;
    }
    .home-testimonials-slider {
        padding: 80px 233px 94px 25px;
    }
    .home-testimonial-owl-title {
        margin-bottom: 43px;
        font-size: 24px;
        line-height: 32px;
        padding-right: 25%;
    }
    .home-testimonials-slider-side-image-box {
        width: 371px;
        height: 372px;
    }
    .home-testimonials-slider-side-image {
        right: -181px;
    }
    .home-testimonial-owl-person {
        padding: 0;
    }
    .home-testimonial-owl-icon {
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 33px;
    }
    .large-simple-intro-box {
        min-height: 1px;
        width: calc(100% + 135px);
        border-top-right-radius: 410px;
        border-bottom-right-radius: 410px;
        padding: 147px 0 135px;
        margin-top: 0;
    }
    .large-simple-intro-bg img {
        border-top-right-radius: 410px;
        border-bottom-right-radius: 410px;
    }
    .simple-intro-title {
        font-size: 65px;
        letter-spacing: -1.2px;
        line-height: 1.15;
        margin-bottom: 35px;
    }
    .row {
        padding: 0 50px;
    }
    .footer-right {
        padding: 0;
    }
    .terms-conditions-content-top-list {
        padding-left: 0;
    }
    .terms-conditions-content-top-list span {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .terms-conditions-content {
        margin-bottom: 150px;
    }
    .entry h1 {
        font-size: 65px;
        line-height: 80px;
        letter-spacing: -1.1973684px;
    }
    .entry h2 {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -0.82894737px;
    }
    .entry h3 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.6631579px;
    }
    .entry h4 {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0;
    }
    .medium-simple-intro .large-simple-intro-box {
        width: calc(100% + 150px);
        margin-left: -50px;
        padding: 147px 0 80px 50px;
        min-height: 1px;
    }
    .medium-simple-intro .large-simple-intro-box::before {
        right: 100%
    }
    .medium-simple-intro .large-simple-intro-box-border {
        width: 102%;
    }
    .eosl-page-list-item-box {
        padding: 36px 20px 80px;
    }
    .eosl-page-list-item-all {
        left: 20px;
    }
    .large-simple-intro.medium-simple-intro {
        margin-bottom: 100px;
    }
    .eosl-page-list-item {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .yellow-circle-bg {
        width: 562px;
        height: 562px;
    }
    .yellow-circle-top .yellow-circle-bg {
        right: -284px;
        top: -305px;
        z-index: -1;
    }
    .blue-circle-image {
        width: 562px;
        height: 562px;
    }
    .never-miss-annoucements-side-image {
        right: -180px;
    }
    .never-miss-annoucements-box {
        padding: 91px 236px 100px 0;
        position: relative;
    }
    .never-miss-annoucements {
        margin-bottom: 100px;
    }
    .eosl-page-hardware-list ul li {
        width: 100%;
        margin-right: 0;
        position: relative;
        margin-bottom: 60px;
        margin-right: 0;
    }
    .never-miss-annoucements .yellow-circle-bg {
        top: -225px;
        right: -287px;
    }
    .eosl-category-page-top {
        margin-bottom: 100px;
    }
    .eosl-detail-table {
        margin-bottom: 100px;
    }
    .eosl-detail-top-list-life {
        margin-bottom: 60px;
    }
    .eosl-detail-top {
        margin-bottom: 100px;
    }
    .eosl-detail-top-list-left {
        padding: 0;
    }
    .blog-archive-featured-image {
        width: 100%;
        position: relative;
        float: left;
        padding-bottom: 60%;
    }
    .blog-archive-featured-box {
        padding: 40px;
    }
    .blog-archive-featured {
        margin-bottom: 100px;
    }
    .blog-archive-links {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .blog-archive-links-list {
        padding-right: 20px;
    }
    .blog-archive-blogs-title {
        font-size: 20px;
        line-height: 23px;
    }
    .blog-archive-blogs-box {
        padding: 0 25px 30px;
    }
    .pagination {
        margin-bottom: 100px;
    }
    .blog-author-section {
        margin-bottom: 80px;
        padding-top: 0;
    }
    .blog-author-bottom {
        margin-bottom: 100px;
    }
    .blog-detail-author-top {
        margin-bottom: 28px;
    }
    .filter-checkbox label {
        font-size: 14px;
        line-height: 22px;
    }
    .filter-checkbox input + label::before {
        top: 3px;
    }
    .resources-page-section .search-results-page-content-left {
        position: relative;
        width: 100%;
        float: left;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .resources-page-section .search-results-page-content {
        padding-left: 0;
    }
    .resources-page-section .search-results-page-filter ul li {
        display: inline-block;
        margin-right: 20px;
    }
    .resources-page-section .search-results-page-filter {
        margin-bottom: 15px;
    }
    .resources-page-section .search-results-page-filter-title {
        margin-bottom: 20px;
    }
    .resources-page-results ul li a {
        padding: 40px 25px 64px 25px;
    }
    .resources-page-results-arrow {
        left: 25px;
        bottom: 20px;
    }
    .resources-page-results ul li {
        min-height: 218px;
    }
    .resources-page-results-title {
        font-size: 20px;
        line-height: 29px;
    }
    .resources-detail-gated-form-hold-box {
        padding-left: 0;
    }
    .resources-detail {
        margin-bottom: 100px;
    }
    .offices-list ul li {
        padding: 50px 30px 80px;
        width: 49.2%;
        margin-bottom: 40px;
    }
    .offices-list ul li:nth-child(3n) {
        margin-right: 1.6%;
    }
    .offices-list ul li:nth-child(3n + 1) {
        clear: none;
    } 
    .offices-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .offices-list ul li:nth-child(2n + 1) {
        clear: both;
    } 
    .back-to-top {
        margin-top: -30px;
        margin-bottom: 40px;
    }
    .custom-tab-events > ul > li {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .custom-tab-navigation-events.custom-tab-navigation ul li {
        margin-right: 40px;
    }
    .custom-tab-events > ul > li > a,
    .custom-tab-events > ul > li > span {
        min-height: 1px;
    }
    .custom-tab-content-events-link {
        bottom: 30px;
    }
    .news-archive-news-tille {
        font-size: 20px;
        line-height: 23px;
    }
    .news-archive-page-section .blog-archive-links-list ul li {
        display: inline-block;
        margin: 0 20px 10px 0;
    }
    .news-press-release-blue {
        margin-bottom: 40px;
    }
    .news-press-release-media {
        margin-bottom: 100px;
    }
    .reques-demo-page-section-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .reques-demo-page-section-right {
        margin-bottom: 100px;
        padding-left: 0;
    }
    .reques-demo-page-section-form {
        padding: 40px 30px;
        margin-top: 0;
    }
    .home-section-4-box-item-image-hold {
        width: 367px;
        height: 369px;
        right: -100px;
    }
    .home-section-4-box-item-image {
        width: 367px;
        height: 369px;
    }
    .home-sticky-slider-section .row::before {
        right: 119px;
        top: -50px;
        height: calc(100% + 157px);
        background: #fff url(../png/icon-yellow-circle-half.png) no-repeat bottom right -150px;
    }
    .home-section-4-box-item-image-hold::after {
        transform: translateY(10px);
    }
    .home-section-sticky-slider-dots ul li {
        width: 8px;
        height: 8px;
        margin-bottom: 10px;
    }
    .home-section-sticky-slider-dots {
        left: -30px;
    }
    .home-section-4-box-text {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .home-section-5 {
        padding: 160px 0 85px;
    }
    .home-section-5-text {
        font-size: 16px;
        line-height: 26px;
    }
    .mobile-header-nav {
        padding: 0 50px
    }
    .home-unique-services-circle-hold {
        display: none;
    }
    .company-leadership-list ul li {
        float: left;
        width: 49.2%;
        margin-right: 1.6%;
        margin-bottom: 40px;
    }
    .company-leadership-list ul li:nth-child(4n) {
        margin-right: 1.6%;
    }
    .company-leadership-list ul li:nth-child(4n + 1) {
        clear: none;
    }
    .company-leadership-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .company-leadership-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .company-leadership-section {
        margin-bottom: 40px;
    }
    .reveal-company-top-image img {
        max-width: 220px;
        max-height: 220px;
    }
    .reveal-company-top {
        padding-left: 260px;
    }
    .reveal-company-top-title {
        font-size: 30px;
    }
    .reveal-company-top-text {
        font-size: 14px;
    }
    .regional-section-1-list ul li {
        width: 48%;
    }
    .regional-section-1-list ul li:nth-child(4n) {
        margin-right: 4%;
    }
    .regional-section-1-list ul li:nth-child(4n + 1) {
        clear: none;
    }
    .regional-section-1-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .regional-section-1-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .regional-section-1 {
        margin-bottom: 80px;
    }
    .regional-section-2 .blue-circle-image {
        bottom: -280px;
        left: -279px;
    }
    .regional-section-2 {
        padding: 80px 0;
    }
    .regional-section-3-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .regional-section-3-top {
        margin-bottom: 70px;
    }
    .regional-section-3-blue::after {
        left: 35px;
    }
    .regional-section-3-blue::before {
        left: 35px;
    }
    .regional-section-3 {
        padding: 100px 0 0;
    }
    .regional-section-3-blue {
        margin-bottom: 100px;
    }
    .regional-section-3-bottom-list {
        padding: 0;
    }
    .regional-section-3-bottom-road {
        margin-bottom: 40px;
    }
    .regional-section-3-bottom {
        margin-bottom: 100px;
        padding: 80px 8.1% 60px
    }
    .large-simple-intro.medium-simple-intro .row .row {
        padding: 0;
    }
    .large-simple-intro.medium-simple-intro .large-simple-intro-text {
        width: calc(100% - 100px);
    }
    .company-social-overview {
        margin-bottom: 100px;
    }
    .company-learn-more ul li {
        width: 49.2%;
    }
    .company-learn-more ul li:nth-child(4n) {
        margin-right: 1.6%;
    }
    .company-learn-more ul li:nth-child(4n + 1) {
        clear: none;
    }
    .company-learn-more ul li:nth-child(2n) {
        margin-right: 0;
    }
    .company-learn-more ul li:nth-child(2n + 1) {
        clear: both;
    }
    .company-learn-more {
        margin-bottom: 80px;
    }
    .company-unique-services .home-unique-services-list {
        padding-top: 80px;
    }
    .company-technologies-section {
        padding: 100px 0 60px;
    }
    .company-technologies-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .company-technologies-list ul li {
        width: 26.66%;
        margin-bottom: 40px;
    }
    .company-technologies-list ul li:nth-child(4n) {
        margin-right: 10%;
    }
    .company-technologies-list ul li:nth-child(4n + 1) {
        clear: both;
    }
    .company-technologies-list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .company-technologies-list ul li:nth-child(3n + 1) {
        clear: both;
    }
    .company-leadersdhip-section {
        padding: 100px 0 100px;
    }
    .company-leadersdhip-section-top {
        margin-bottom: 70px;
    }
    .company-leadersdhip-section-btn {
        text-align: left;
        padding: 0;
    }
    .company-our-mission-right {
        padding: 40px 0 0;
    }
    .company-our-mission-top {
        margin-bottom: 60px;
    }
    .regional-section-2.company-awards-section {
        padding-top: 160px;
    }
    .home-unique-services.company-unique-services {
        margin-bottom: 80px;
    }
    .knowledge-center-section-2 .home-testimonials-slider-side-image {
        right: auto;
        left: -64px;
        transform: none;
        top: auto;
        bottom: calc(100% - 120px);
    }
    .knowledge-center-section-2 .home-testimonials-slider {
        padding: 150px 40px 100px 0;
    }
    .knowledge-center-section-2 .home-testimonials-slider-side-image-box {
        width: 335px;
        height: 334px;
    }
    .home-testimonials.knowledge-center-section-2 {
        margin: 0 0 100px;
        padding-top: 140px;
    }
    .knowledge-center-section-3 {
        margin-bottom: 100px;
    }
    .knowledge-center-section-1-list ul li a,
    .knowledge-center-section-1-list ul li > span {
        padding: 40px 35px 100px;
    }
    .knowledge-center-section-1-list .home-solutions-owl-arrow {
        left: 35px;
    }
    .partnership-about-section .company-our-mission-left {
        padding: 0;
        text-align: left;
    }
    .partnership-about-section .company-our-mission-right {
        padding: 60px 0 0;
    }
    .partnership-about-section {
        margin-bottom: 0;
    }
    .partnership-about-section .company-our-mission-right {
        padding-bottom: 0;
    }
    .partnership-program-overview-form {
        padding-right: 0;
    }
    .partnership-program-overview-section {
        padding: 100px 0 100px;
    }
    .partnership-program-overview-textbox {
        padding-top: 0;
        margin-bottom: 60px;
    }
    .partnership-program-bottom {
        padding: 100px 0 0;
    }
    .partnership-program-bottom-logos {
        margin-bottom: 100px;
    }
    .careers-job-postings-content {
        width: calc(100% - 215px);
    }
    .careers-job-postings-item-list ul li {
        font-size: 14px;
    }
    .careers-job-postings .search-results-page-filter ul li {
        display: inline-block;
        margin-right: 20px;
    }
    .careers-job-postings .search-results-page-filter {
        margin-bottom: 15px;
    }
    .careers-job-postings .search-results-page-content-left {
        margin-bottom: 20px;
    }
    .careers-job-postings-item-list ul li a span {
        display: none;
    }
    .cjp-item-list-location {
        padding-right: 0;
        text-align: right;
    }
    .careers-job-postings-section-title {
        font-size: 45px;
        line-height: 1.11;
        letter-spacing: -0.82894737px;
    }
    .cjp-detail-top-btn {
        position: relative;
        right: 0;
        top: 0;
        float: left;
        width: 100%;
        padding-top: 20px;
    }
    .cjp-detail-back {
        margin-bottom: 60px;
    }
    .careers-job-postings-detail-section {
        margin-bottom: 60px;
    }
    .careers-page-paths-list.home-resources-list ul li {
        width: 100%;
        margin-right: 0;
        min-height: 1px;
    }
    .careers-page-benefits .home-section-5-circle-bottom {
        right: -286px;
        bottom: -350px;
    }
    .careers-page-benefits-list ul li {
        width: 43%;
        margin-bottom: 40px;
    }
    .careers-page-benefits-list ul li:nth-child(3n) {
        margin-right: 14%;
    }
    .careers-page-benefits-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .careers-page-paths {
        padding: 100px 0 80px;
    }
    .careers-page-sticky-slider .home-section-4-box-item-image-hold {
        left: -100px;
    }
    .careers-page-sticky-slider .home-section-sticky-slider-dots {
        right: -30px;
    }
    .careers-detail-hire .blue-circle-image,
    .blue-circle-image-hold.bcih-bottom-left .blue-circle-image {
        bottom: -280px;
        left: -279px;
    }
    .blue-circle-image-hold.bcih-top-left .blue-circle-image {
        top: -280px;
        left: -279px;
    }
    .blue-circle-image-hold.bcih-top-right .blue-circle-image {
        top: -280px;
        right: -279px;
    }
    .careers-detail-hire {
        padding: 160px 0 100px;
        position: relative;
        margin-bottom: 100px;
    }
    .careers-detail-intern-right {
        padding: 60px 0 0 0;
    }
    .careers-detail-intern-right ul li {
        width: 33.333%;
    }
    .careers-detail-top .company-our-mission-right {
        padding: 0;
        margin-bottom: 60px;
    }
    .company-our-mission-top.careers-detail-top {
        margin-bottom: 0;
    }
    .partnership-about-section.careers-detail-top-section .company-our-mission-left {
       margin-bottom: -60px;
    }
    .partner-portal-page .reques-demo-page-section-form {
        margin-top: 0;
    }
    .vertical-overview-section {
        padding: 0 0 100px;
    }
    .vertical-numbers-list ul li {
        float: left;
        width: 50%;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.19);
        padding: 0 8%;
        margin-bottom: 60px;
    }
    .vertical-numbers-list ul li:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.19);
    }
    .vertical-numbers-list ul li:nth-child(2n),
    .vertical-numbers-list ul li:last-child {
        border: none;
    }
    .vertical-customers-section {
        padding: 100px 0 100px;
    }
    .vertical-customers-list {
        padding-top: 40px;
        margin-bottom: 70px;
    }
    .vertical-customers-list ul li {
        width: 50%;
    }
    .vertical-customers-list ul li:nth-child(4n + 1){
        padding-left: 30px;
    }
    .vertical-customers-list ul li:nth-child(4n){
        border-right: 1px solid rgba(17, 44, 81, 0.19);
    }
    .vertical-customers-list ul li:nth-child(2n + 1){
        padding-left: 0;
    }
    .vertical-customers-list ul li:nth-child(2n){
        border: none;
    }
    .vertical-covered-section {
        padding: 100px 0 89px;
    }
    .vertical-customers-services-hold {
        padding-top: 94px;
    }
    .vertical-customers-services-left {
        margin-bottom: 40px;
    }
    .vertical-customers-section.vertical-energy-customers-section {
        padding-top: 20px;
    }
    .vertical-numbers-section {
        padding: 100px 0 40px;
    }
    .vertical-industry-section {
        padding: 100px 0;
    }
    .tpm-overview-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tpm-overview-list ul li {
        width: 49.15%;
        min-height: 1px;
    }
    .tpm-overview-list ul li:nth-child(3n) {
        margin-right: 1.7%;
    }
    .tpm-overview-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .tpm-overview-list-section {
        margin-bottom: 100px;
    }
    .tpm-testimonials {
        margin-bottom: 100px;
    }
    .vertical-numbers-section.tpm-numbers-section {
        padding-top: 200px;
    }
    .tmp-world-map {
        margin-bottom: 100px;
    }
    .tpm-data-support-list > ul > li {
        width: 46%;
    }
    .tpm-data-support-list > ul > li:nth-child(3n) {
        margin-right: 8%;
    }
    .cards-list.tpm-data-support-list > ul > li:nth-child(3n) {
        margin-right: 2%;
    }
    .tpm-data-support-list > ul > li:nth-child(2n) {
        margin-right: 0;
    }

    .cards-list.tpm-data-support-list > ul > li img {
        max-width: 70px;
    }

    .cards-list.tpm-data-support-list > ul > li {
        padding: 30px 40px 30px 120px;
    }

    .tpm-data-support {
        padding: 100px 0 100px;
    }
    .tpm-maitainence-textside {
        padding: 80px 0 0 0;
        margin-bottom: 60px;
    }
    .tpm-maitainence-img-hold {
        padding: 25px;
    }
    .tpm-maitainence-img-hold::before {
       top: 0;
       width: 100%;
    }
    .tpm-maitainence {
        margin-bottom: 100px;
    }
    .tpm-hardware-section {
        margin-bottom: 70px;
    }
    .tpm-hardware-left {
        padding: 0;
        margin-bottom: 30px;
    }
    .tpm-hardware-right {
        padding: 0;
    }
    .circle-text-section-img {
        width: 567px;
        height: 569px;
    }
    .circle-text-section-main {
        padding: 0;
    }
    .circle-text-section {
        margin-bottom: 100px;
    }
    .tmp-world-map.supp-maintenance-world-map {
        margin-bottom: 100px;
    }
    .section-title-sm {
        font-size: 26px;
    }
    .supp-maintenance-overview-section {
        padding: 0 0 40px;
    }
    .supp-maintenance-overview-top {
        margin-bottom: 60px;
    }
    .supp-maintenance-overview-bottom-left {
        padding: 0;
        margin-bottom: 40px;
    }
    .entuity-overview-section-left {
        padding: 0;
        margin-bottom: 40px;
    }
    .entuity-overview-section-img {
        padding-bottom: 73%;
        width: 100%;
    }
    .entuity-overview-section-right {
        padding: 0;
    }
    .entuity-overview-section {
        margin-bottom: 100px;
    }
    .entuity-features-list ul li a {
        padding: 20px 30px 38px;
    }
    .entuity-features-list-icon {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }
    .entuity-data-support {
        margin-bottom: 100px;
    }
    .entuity-management-section-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .entuity-management-section-right {
        padding: 60px 30px;
        text-align: center;
    }
    .entuity-management-section-right::after {
        width: 100%;
        right: 0;
    }
    .entuity-management-section {
        margin-bottom: 100px;
    }
    .entuity-numbers-section {
        padding:  0 0 40px;
    }
    .entuity-achieve-section {
        margin-bottom: 100px;
    }
    .entuity-achieve-box::before {
        width: 100%;
        height: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
    }
    .entuity-achieve-section-text {
        padding-top: 0;
        margin-bottom: 40px;
    }
    .entuity-achieve-box {
        padding: 60px 40px;
    }
    .entuity-achieve-section-image {
        text-align: center;
        padding: 83px 68px 99px;
    }
    .entuity-achieve-section-image::after {
        width: 100%;
    }
    .entuity-detail-overview-section .entuity-overview-section-left {
        padding: 0;
    }
    .entuity-achieve-box-reverse.entuity-achieve-box::before {
        left: 0;
        right: 0;
    }
    .entuity-achieve-box-reverse .entuity-achieve-section-image {
        padding: 83px 68px 99px;
    }
    .entuity-achieve-box-reverse .entuity-achieve-section-text {
        padding: 0;
    }
    .entuity-detail-image-text-section {
        margin-bottom: 100px;
    }
    .monitor-overview {
        margin-bottom: 100px;
    }
    .monitor-key-features {
        padding-bottom: 60px;
    }
    .monitor-key-features-list ul li {
        margin-bottom: 40px;
        padding: 0;
    }
    .monitor-key-features-list-icon {
        position: relative;
        margin-bottom: 20px;
    }
    .monitor-supported-section {
        padding: 100px 0;
    }
    .monitor-image-text-section.entuity-detail-image-text-section .tpm-maitainence-textside {
        padding-top: 0;
    }
    .careers-page-paths-orange.vertical-featured-case-section {
        padding-top: 100px;
    }
    .discover-overview-section .entuity-overview-section-left {
        padding-top: 0;
    }
    .home-sticky-slider-section.discover-sticky-slider-section {
        margin-bottom: 100px;
    }
    .infographic-section {
        padding: 0;
    }
    .infographic-box {
        margin-bottom: 100px;
    }
    .support-tiers-section {
        margin-bottom: 100px;
    }
    .support-tiers-table table tbody tr td:first-child {
        min-width: 158px;
    }
    .support-tiers-table table tr th {
        font-size: 10px;
        padding: 0 10px 20px 0;
    }
    .support-tiers-table table tr th strong {
        font-size: 22px;
    }
    .support-tiers-table table tr td {
        font-size: 12px;
        padding: 10px 15px;
    }
    .campaing-lp-overview-two-text-box {
        padding-top: 0;
        margin-bottom: 60px;
    }
    .campaing-lp-overview-two {
        margin-bottom: 100px;
    }
    .campaing-lp-overview {
        margin-bottom: 0;
    }
    .campaing-lp-list-section .home-resources-list ul li {
       width: 100%;
       margin-right: 0;
       min-height: 1px;
    }
    .campaing-lp-list-section {
        margin-bottom: 80px;
    }
    .campaing-lp-blue-section {
        padding: 100px 0;
        margin-bottom: 100px;
    }
    .campaing-lp-testimonial {
        margin-bottom: 100px;
    }
    .campaing-lp-testimonial .home-testimonials-slider{
        padding-top: 80px;
        padding-bottom: 94px;
    }
    .page-template-template-careers .careers-page-values {
        padding-bottom: 100px;
    }
    .page-template-template-careers .careers-page-benefits {
        padding-top: 100px;
    }
    .home .home-section-5 {
        padding-top: 100px;
    }
    .home .home-section-3-dots {
        margin-bottom: 100px;
    }
    .page-template-template-regional .regional-section-2 {
        margin-bottom:100px;
    }
    .contact-us-page-left .section-text {
        margin-bottom: 40px;
    }
    .contact-us-links {
        margin-bottom: 20px;
    }
    .contact-us-bottom .section-title {
        margin-bottom: 40px;
    }
    .contact-us-bottom {
        margin-bottom: 80px;
    }
    .contact-us-phones-list ul li {
        width: 47.5%;
    }
    .contact-us-phones-list ul li:nth-child(3n) {
        margin-right: 5%;
    }
    .contact-us-phones-list ul li:nth-child(3n + 1) {
        clear: none;
    }
    .contact-us-phones-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .contact-us-phones-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .contact-us-phones-list ul li:nth-child(n + 3) {
        border-top: none;
    }
    .footer-subscribe-input input,
    .footer-subscribe-input input:focus,
    .footer-subscribe-input input:active {
        width: 100% !important;
    }
    .home-world-right {
        padding: 50px 40px;
    }
    .home-resources-list ul li {
        width: 100%;
        margin-right: 0;
        min-height: 1px;
    }
    .purchase-order-section {
        margin-bottom: 80px;
    }
    .header-latest-news-text a,
    .header-latest-news-text-new span {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header-latest-news-text a strong,
    .header-latest-news-text-new span strong {
        padding-top: 3px;
    }
    .header-latest-news-text {
        padding: 0;
    }
    .blog-archive-links-list {
        padding-right: 0;
    }
    .search-results-page-section.resources-page-section {
        margin-bottom: 100px;
    }
    .search-results-page-content-left-sticky.sticky {
        position: static !important;
        top: 0 !important;
        float: left;
        width: 100%;
    }

    .toop-intro-img {
        right: 30px;
    }
    .toop-intro-slider .item {
        padding: 150px 0 144px;
    }
    .toop-intro-owl .owl-dots {
        bottom: 136px;
    }
    .new-slider-intro-box .home-section-3-circle-bottom {
        bottom: -210px;
        right: -90px;
    }

    .toop-section-after-intro-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .toop-intro {
        margin-bottom: 100px;
    }
    .toop-section-after-intro {
        margin-bottom: 80px;
    }
    .toop-form-section {
        padding: 100px 0;
    }
    .toop-form-section-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .toop-form-section-form-hold {
        padding-left: 0;
    }
    .section-text-20 {
        font-size: 18px;
    }
    .toop-intro-slider .section-text {
        margin-bottom: 40px;
    }
} /* END of 1023px */       

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

    .home-solutions-owl .item a {
        width: 314px;
    }
    .home-testimonial-owl-title {
        padding-right: 0;
    }
    .home-unique-services-list ul li a {
        font-size: 20px;
    }
    .cjp-detail-top {
        padding: 0 0 49px 0;
    }
    .page-template-template-company .regional-owl-carousel-hold,
    .page-template-template-regional .regional-owl-carousel-hold {
        width: 140%;
    }

} /* END of 730px */

@media screen and (max-width:639px) {
    .ft-table table tbody tr td:first-child {
        width: 35%;
    }
    .ft-table thead th {
        padding: 6px 0 12px;
        font-size: 12px;
        padding-right: 15px;
    }
    .ft-table thead th span {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .ft-table table tr td {
        font-size: 12px;
        padding: 10px 12px;
    }
    .ft-table {
        overflow: auto;
        margin-left: -25px;
        width: calc(100% + 50px);
    }
    .ft-table table {
        min-width: 500px;
    }
    .lp-thirds ul {
        width: 100%;
    }
    .intuity-v2-schedule-text p {
        font-size: 16px;
    }
    .intuity-v2-blog-section {
        margin-bottom: 70px;
    }
    .intuity-v2-blog-list-button {
        bottom: 25px;
    }
    .intuity-v2-blog-list ul li a {
        padding: 30px 25px 70px;
    }
    .intuity-v2-blog-list-text {
        font-size: 16px;
        letter-spacing: .5px;
        max-height: 50px;
    }
    .intuity-v2-blog-list ul {
        width: 100%;
    }
    .intuity-v2-blog-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .intuity-v2-blog-section .section-title {
        margin-bottom: 40px;
    }
    .intuity-v2-schedule-section {
        margin-bottom: 70px;
        padding: 80px 0;
    }
    .pricing-licensing-section {
        margin-bottom: 70px;
    }
    .lp-acc-hold {
        padding: 20px 25px 50px;
    }
    .lp-thirds ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .pl-type-hold {
        margin-bottom: 50px;
    }
    .pl-half {
        margin-bottom: 40px;
    }
    .pl-half > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        padding: 30px 25px;
    }
    .pricing-licensing-section .section-top {
        margin-bottom: 40px;
    }
    .ft-section {
        margin-bottom: 70px;
    }
    .uc-section {
        margin-bottom: 70px;
    }
    .uc-right-content {
        padding: 25px 25px 50px;
    }
    .uc-section {
        padding: 80px 0;
    }
    .fo-section {
        margin-bottom: 70px;
    }
    .fo-section .multi-buttons ul {
        text-align: left;
    }
    .demo-videos-section {
        margin-bottom: 70px;
    }
    .dv-left .section-text {
        margin-bottom: 30px;
    }
    .dv-right-item-video {
        margin-bottom: 30px;
    }
    .dv-right-item-title {
        font-size: 20px;
    }
    .dv-right {
        padding: 30px 0 30px 30px;
    }
    .visualization-section {
        margin-bottom: 70px;
    }
    .vtb-text p {
        margin-bottom: 16px;
    }
    .title-40 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .visualization-tabs .tabs {
        margin-bottom: 24px;
    }
    .visualization-tabs .tabs-title>a {
        line-height: 24px;
        padding: 6px 20px;
    }
    .quick-links-section {
        margin-bottom: 50px;
    }
    .quick-links-list ul li a:before {
        padding: 2px;
    }
    .quick-links-list ul li a {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.5px;
        padding-left: 12px;
    }
    .ii-v2-bottom-right {
        padding-left: 0;
        padding-right: 0;
    }
    .text-20 {
        font-size: 16px;
    }
    .n-hfa-title {
        padding-right: 0;
    }
    .n-home-featured-article-hold a {
        position: relative;
        overflow: hidden;
    }
    .n-hfa-right {
        position: static;
        overflow: visible;
    }
    .nn-carousel-item a {
        margin-left: 10px;
    }
    .nn-carousel-item strong {
        margin-right: 10px;
    }
    .nn-carousel.owl-carousel .owl-nav button.owl-prev {
        right: -20px;
    }
    .nn-carousel.owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
    .n-notification-slider-hold {
        padding-right: 40px;
    }
    .nn-carousel-item {
        font-size: 13px;
    }
    .n-notification-slider {
        margin-top: -18px;
    }
    .n-home-notification h3 {
        font-size: 15px;
    }
    .n-top-notification {
        margin-top: -18px;
    }
    .home-notification-shine-hold:before {
        width: 50px;
        transform: skew(-30deg) translate(-200%);
    }
    
    @-webkit-keyframes shine{
        0% {
            transform: skew(-30deg) translate(-200%);
            left: 0;
            width: 50px;
        }
        
        15% {
            width: 50px;
        }
        30% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            width: 50px;
        }
        100% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            opacity: 0;
            width: 50px;
        }
    }
    @-moz-keyframes shine{
        0% {
            transform: skew(-30deg) translate(-200%);
            left: 0;
            width: 50px;
        }
        
        15% {
            width: 50px;
        }
        30% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            width: 50px;
        }
        100% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            opacity: 0;
            width: 50px;
        }
    }
    @keyframes shine{
        0% {
            transform: skew(-30deg) translate(-200%);
            left: 0;
            width: 50px;
        }
        
        15% {
            width: 50px;
        }
        30% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            width: 50px;
        }
        100% {
            transform: skew(-10deg) translate(100%);
            left: 100%;
            opacity: 0;
            width: 50px;
        }
    }

    .n-home-notification span {
        display: none;
    }
    .n-home-notification {
        padding: 23px 25px 85px;
        margin-bottom: 40px;
        margin-top: -40px;
    }
    .n-home-notification > a {
        left: 25px;
    }
    .footer-subscribe label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    footer {
        padding: 60px 0;
    }
    .footer-text {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-top-right {
        padding-left: 0;
    }
    .footer-top-left {
        padding-right: 0;
    }
    .n-sp-left ul li:last-child {
        min-width: 225px;
        width: 225px;
        padding-right: 25px;
    }
    .n-sp-left ul li a {
        height: 70px;
    }
    .n-sp-left ul li {
        min-width: 200px;
        width: 200px;
        margin-right: 10px;
    }
    .n-sp-left {
        margin-left: -25px;
        padding-left: 25px;
        width: calc(100% + 50px);
        overflow: auto;
    }
    .n-sp-left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .n-sp-content-features ul {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    .n-sp-content-features ul li {
        margin: 0 3px 6px;
    }
    .n-sp-content-features ul li a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .n-sp-content-title {
        font-size: 24px;
    }
    .n-sp-content-left {
        padding: 30px 25px;
    }
    .n-sp-left ul li:after {
       display: none;
    }
    .n-sp-right {
        width: 100%;
        padding: 0;
    }
    .n-sp-hold {
        display: block;
    }
    .n-resources .n-section-title {
        margin-bottom: 50px;
    }
    .n-resources {
        margin-bottom: 80px;
    }
    .n-resource-title {
        font-size: 20px;
        padding: 0 25px;
    }
    .n-resource-type {
        padding: 0px 25px;
    }
    .n-resources-tabs .tabs-title>a {
        letter-spacing: 1px;
        padding: 0 5px 10px;
        text-align: center;
        min-height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .n-resources-tabs .tabs-title {
        margin-right: 20px;
    }
    .n-sp {
        padding: 80px 0;
        margin-bottom: 80px;
    }
    .n-approach .n-section-title {
        margin-bottom: 80px;
    }
    .n-approach {
        margin-bottom: 80px;
    }
    .n-approach-list ul li:after {
        display: none;
    }
    .n-approach-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 70px;
    }
    .n-approach-list ul li:last-child {
        margin-bottom: 0px;
    }
    .n-optimization-list > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .n-optimization-list > ul > li:last-child {
        margin-bottom: 0px;
    }
    .n-optimization-list > ul {
        display: block;
    }
    .n-section-title {
        font-size: 26px;
        margin-bottom: 45px;
    }
    .n-optimization {
        padding: 80px 0;
    }
    .n-ar-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .n-ar-list ul li {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
        text-align: center;
    }
    .n-ar-list ul li img {
        /* max-width: 100px;
        max-height: 50px; */
    }
    .n-ar-section {
        margin-bottom: 80px;
    }
    .n-ar-carousel-info img {
        max-height: 30px;
        right: auto;
        left: 0;
    }
    .n-ar-carousel-info {
        padding-right: 0;
        padding-bottom: 45px;
    }
    .n-ar-carousel.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .n-ar-carousel.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .n-ar-carousel-right img {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 10px;
    }
    .n-ar-carousel-image {
        min-height: 1px;
        width: 100%;
        padding-bottom: 60%;
    }
    .n-ar-carousel-right {
        width: 100%;
    }
    .n-ar-carousel-left {
        width: 100%;
        padding: 30px 25px;
        order: 2;
    }
    .n-ar-carousel-item {
        width: calc(100vw - 50px);
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .n-info-section {
        margin-bottom: 80px;
    }
    .n-info-acc-text {
        padding: 0 25px;
    }
    .n-info-acc-title:after {
        right: 22px;
        padding: 5px;
    }
    .n-info-acc-title {
        padding: 20px 50px 20px 25px;
        font-size: 20px;
    }
    .n-hs-right input, 
    .n-hs-right input:focus {
        padding: 2px 20px;
        padding-right: 50px;
        font-size: 12px;
    }
    .n-hs-right button {
        width: 60px;
    }
    .n-home-search {
        margin-bottom: 80px;
    }
    .n-home-search-hold {
        padding: 40px 25px;
    }
    .n-home-featured-article {
        margin-bottom: 80px;
    }
    .n-hfa-title {
        font-size: 22px;
    }
    .n-hfa-right {
        padding: 30px 25px;
    }
    .n-hfa-content {
        padding: 0;
    }
    .n-hfa-image img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
    .n-hfa-left {
        padding-right: 0;
    }
    .n-home-featured-article-hold a {
        display: block;
        float: left;
        width: 100%;
    }
    .n-home-about {
        margin-bottom: 80px;
    }
    .n-intro-bellow {
        margin-bottom: 80px;
    }
    .n-home-about-right {
        font-size: 16px;
    }
    .n-home-about-left span br {
        display: none;
    }
    .n-home-about-left {
        font-size: 28px;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .n-home-about .row {
        display: block;
    }
    .n-ibl-content {
        padding: 20px 25px;
    }
    .n-intro-below-list {
        margin-top: -60px;
    }
    .n-ibl-logo {
        height: 60px;
    }
    .n-intro-below-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .n-intro-below-list ul li:last-child {
        margin-bottom: 0px;
    }
    .n-home-intro-text p {
        font-size: 18px;
    }
    .n-home-intro-text h1 {
        font-size: 32px;
    }
    .n-home-intro {
        padding: 130px 0 150px;
    }
    .resources-page-results.resources-featured .resources-page-results-cat {
        font-size: 14px;
    }
    .resources-page-results.resources-featured .resources-page-results-title {
        font-size: 25px;
        padding-right: 0;
    }
    .inner-page-small .entry h1 {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: -0.7736842px;
    }
    .single .entry h1 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.58947366px;
    } 
    .header-right {
        width: 41.66667%;
    }
    .featured-custom-section .section-title {
        margin-bottom: 27px;
    }
    .featured-resources-section {
        padding: 80px 0;
    }
    .featured-case-studies-section {
        padding: 80px 0;
    }
    .anchors-text-section {
        margin-bottom: 70px;
    }
    .text-anchors-section {
        margin-bottom: 60px;
    }
    .text-anchors ul li a {
        font-size: 13px;
        line-height: 20px;
        text-transform: capitalize;
        letter-spacing: 0;
    }
    .text-anchors ul li {
        margin-right: 12px;
        margin-bottom: 0px;
    }
    .wpgmza-form-field {
        margin-bottom: 30px;
    }
    .wpgmza-form-field {
        margin-bottom: 30px;
    }
    .wpgmza-store-locator {
        padding: 0 25px;
        margin-bottom: 40px;
    }
    .mobile-header-nav {
        padding: 0 25px
    }
    .row {
        padding: 0 25px;
    }
    header {
        padding-top: 18px;
    }
    .header-logo {
        padding-top: 3px;
    }
    .header-logo img {
        max-width: 140px;
    }
    .header-right-talk,
    .header-right-search {
        display: none;
    }
    .header-right {
        padding-top: 0;
    }

    .btn-yellow,
    .btn-yellow:focus,
    .btn-yellow:active {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.85px;
        padding: 15px 20px;
    }
    .btn-yellow.btn-yellow-slim,
    .btn-yellow.btn-yellow-slim:focus,
    .btn-yellow.btn-yellow-slim:active {
        padding: 10px 20px;
    }
    .blue-circle-image {
        width: 322px;
        height: 322px;
    }

    footer {
        /* padding: 60px 0 0; */
    }
    footer .row {
        padding: 0 25px;
    }
    .footer-circle {
        /* background: url(../img/icon-circle-dots-blue-mobile.svg) no-repeat center center; */
        width: 322px;
        height: 322px;
        top: -159px;
        left: -166px;
    }
    .footer-left {
        padding: 0;
    }
    .footer-logo,
    .footer-contact,
    .footer-subscribe {
        text-align: center;
    }
    .footer-subscribe-input {
        max-width: 269px;
    }
    .footer-logo,
    .footer-contact,
    .footer-subscribe {
        margin-bottom: 30px;
    }
    .footer-socials {
        margin-bottom: 60px;
    }
    .footer-socials ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .copyright-items ul li {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-socials {
        margin-bottom: 0;
    }
    .cta {
        margin-bottom: 0;
    }
    .cta > .row {
        max-width: 100%;
        padding: 0;
    }
    .cta-box-title {
        font-size: 32px;
        letter-spacing: -0.3px;
    }
    .cta-box {
        min-height: 1px;
        border-radius: 0;
        padding: 60px 25px;
        border-top: solid 3px #112c51;
        border-bottom: solid 3px #112c51;
    }
    .cta-box::after {
        display: none;
    }
    .cta-box img {
        border-radius: 0;
    }
    .cta-box-text {
        font-size: 16px;
    }
    .cta-box-btn {
        margin-top: 30px;
    }
    .cta-content-1 {
        padding: 0;
    }
    .cta-content-1 .nopadleft {
        padding: 0;
    }
    .home-intro-box {
        width: calc(100% + 50px);
        margin-left: -25px;
        border-radius: 0 !important;
    }
    .home-intro-owl-tablet {
        display: none;
    }
    .home-intro-owl .item {
        border-radius: 0 !important;
        padding: 90px 25px;
        
    }
    .home-intro-owl .item img {
        border-radius: 0 !important;
        -o-object-position: center;
        object-position: center;
    }
    .home-intro-owl .item::before,
    .home-intro-box::before,
    .intro-scroll-down,
    .home-intro-box::after {
        display: none;
    }
    .home-intro-owl .owl-dots {
        position: absolute;
        bottom: 21px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-intro-owl .owl-dot {
        background: #fff !important;
    }
    .home-intro-owl-text h1 {
        font-size: 42px;
        letter-spacing: -0.77px;
        line-height: 1.15;
        margin-bottom: 30px;
    }
    .home-intro-owl-text p {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 30px;
    }
    .section-title-lg {
        font-size: 18px;
    }
    .home-intro-owl .owl-stage-outer {
        overflow: hidden;
        border-radius: 0 !important;
    }
    .home-intro {
        margin-bottom: 61px;
    }
    .section-title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.59px;
        margin-bottom: 27px;
    }
    .home-solutions {
        margin-bottom: 74px;
    }
    .home-solutions .row {
        padding: 0 25px;
    }
    .custom-tab-navigation {
        margin-bottom: 35px;
    }
    .custom-tab-content-left .section-title {
        margin-bottom: 15px;
    }
    .custom-tab-content-left {
        padding: 0;
        margin-bottom: 40px;
    }
    .home-solutions-owl-hold {
        width: 100%;
    }
    .home-solutions-owl .owl-stage-outer {
        width: calc(100% + 30px);
        padding: 20px 15px 30px 15px;
    }
    .home-solutions-owl .item a {
        width: 100%;
        min-height: 391px;
        padding: 30px 30px 65px;
    }
    .home-solutions-owl-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 37px;
    }
    .home-solutions-owl-arrow {
        left: 30px;
        bottom: 30px;
    }
    .home-resources {
        padding: 60px 0 62px;
    }
    .home-resources .custom-tab-navigation {
        margin-bottom: 20px;
    }
    .home-resources-list-slider {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .home-resources-list-owl .item a {
        padding: 30px 30px 70px;
        min-height: 308px;
    }
    .home-section-3 {
        padding: 60px 0 0;
    }
    .home-section-3-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .home-section-3-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.59px;
        margin-bottom: 30px;
    }
    .home-section-3-title span {
        -webkit-box-shadow: inset 0 -11px rgba(255,214,0,0.8);
        box-shadow: inset 0 -11px rgba(255,214,0,0.8);
    }
    .home-section-3-dots {
        margin-bottom: 30px;
    }
    .home-section-3-circle-dots {
        width: 322px;
        height: 322px;
    }
    .home-section-3-circle-top {
        top: -161px;
        left: -161px;
    }
    .home-unique-services-left {
        padding: 60px 0 60px;
    }
    .home-unique-services-text {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
    .home-unique-services-left::before,
    .home-unique-services-left::after {
        width: 1400px;
        min-height: 428px;
        right: -85px;
    }
    .home-unique-services-list {
        padding: 60px 0 0;
    }
    .home-unique-services-list ul li {
        width: 100%;
        margin-right: 0;
    }
    .home-unique-services-list ul li a {
        min-height: 64px;
        font-size: 20px;
        line-height: 23px;
        padding: 10px 80px 10px 30px;
    }
    .home-unique-services-list ul li a::before, 
    .home-unique-services-list ul li a::after {
        left: calc(100% - 78px);
    }
    .home-unique-services-top {
        margin-bottom: 60px;
    }
    .home-unique-services-mid-text {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
    .section-title:not(.section-title-lg) {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.59px;
    }
    .home-unique-services-mid .section-title {
        margin-bottom: 60px;
    }

    .home-world-section {
        display: block;
    }
    .home-world-right {
        min-height:1px;
        padding: 59px 0 60px;
        margin-left: 0;
        margin-top: -41px;
    }
    .home-world-right::after {
        width: calc(100% + 50px);
        right: 25px;
        left: -25px;
        border-radius: 0;
    }
    .home-world-hold {
        width: 334px;
        height: 334px;
        margin-left: -64px;
    }
    .home-world-hold::after {
        width: 334px;
        height: 334px;
        margin-left: -64px;
        transform: translateX(6px);
    }
    .home-world-video  {
        min-width: 334px;
        min-height: 334px;
    }
    .home-world-video video {
        left: 0;
        width: 322px;;
        height: 322px;;
    }
    .home-world-circle-blue {
        width: 322px;
        height: 322px;
        top: -117px;
        left: -96px;
    }
    .home-world-text {
        padding: 50px 63px 50px;
    }
    .home-world-text {
        font-size: 28px !important;
    }
    .home-testimonials {
        margin-top: 0;
        padding-top: 295px;
    }
    .home-testimonials-slider-side-image {
       right: auto;
       left: -64px;
       transform: none;
       top: auto;
       bottom: calc(100% - 40px);
    }
    .home-testimonials-slider-side-image-box {
        width: 335px;
        height: 334px;
    }
    .home-testimonials-slider {
        padding: 100px 0 74px;
    }
    .home-testimonials-slider::before {
        border-radius: 0;
        width: calc(100% + 50px);
        position: absolute;
        right: -25px;
        left: -25px;
    }
    .home-testimonial-owl-person-left {
        padding: 0;
    }
    .home-testimonial-owl-photo {
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        margin-bottom: 10px;
    }
    .home-testimonial-owl {
        margin-bottom: 30px;
    }
    .home-testimonial-owl .owl-nav {
        bottom: -48px;
    }
    .large-simple-intro-box {
        width: calc(100% + 50px);
        border-radius: 0;
        padding: 90px 25px;
        border-top: solid 3px #112c51;
        border-bottom: solid 3px #112c51;
        right: -25px;
        left: -25px;
    }
    .large-simple-intro-box-border {
        display: none;
    }
    .large-simple-intro-bg img {
        border-radius: 0;
    }
    .simple-intro-title {
        font-size: 42px;
        letter-spacing: -0.77px;
        line-height: 1.15;
        margin-bottom: 30px;
    }
    .simple-intro-text {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 30px;
    }
    .large-simple-intro {
        margin-bottom: 60px;
    }
    .terms-conditions-content {
        margin-bottom: 80px;
    }
    .entry h1,
    .entry h2 {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: -0.7736842px;
    }
    .entry h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.58947366px;
    }
    .entry h4 {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0;
    }
    .medium-simple-intro .large-simple-intro-box {
        margin-left: 0;
        padding: 90px 25px 60px;
        min-height: 1px;
        width: calc(100% + 50px);
    }
    .intro-search {
        padding-right: 0;
    }
    .eosl-page-list-item-title img {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        max-width: 151px;
        max-height: 40px;
        display: block;
        margin-bottom: 10px;
    }
    .eosl-page-list-item-title {
        padding: 0;
    }
    .eosl-page-list-item-list ul li a span {
        position: relative;
        font-size: 12px;
        display: block;
    }
    .eosl-page-list-item-list ul li a {
        padding-right: 0;
    }
    .cta {
        z-index: -1;
    }
    .eosl-page-section-1 {
        margin-bottom: 30px;
    }
    .large-simple-intro.medium-simple-intro {
        margin-bottom: 60px;
    }
    .never-miss-annoucements-box {
        padding: 100px 0px 74px;
    }
    .never-miss-annoucements {
        margin-bottom: 60px;
        padding-top: 300px;
    }
    .never-miss-annoucements-side-image {
        right: auto;
        left: -64px;
        transform: none;
        top: auto;
        bottom: calc(100% - 40px);
    }
    .never-miss-annoucements-side-image-box {
        width: 335px;
        height: 335px;
    }
    .never-miss-annoucements-box::before {
        border-radius: 0;
        width: calc(100% + 50px);
        position: absolute;
        right: -25px;
        left: -25px;
    }
    .never-miss-annoucements-title {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.3px;
    }
    .never-miss-annoucements-text {
        font-size: 16px;
        line-height: 26px;
    }
    .eosl-page-hardware .section-text-large {
        margin-bottom: 20px;
    }
    .eosl-page-hardware .section-text {
        margin-bottom: 60px;
    }
    .eosl-page-hardware-list ul li {
        padding-left: 50px;
    }
    .eosl-page-hardware-list ul li span {
        font-size: 62px;
        line-height: 45px;
    }
    .inner-page-small {
        padding-top: 150px !important;
    }
    .small-intro {
        position: relative;
    }
    .small-intro.has-l-news-intro .row {
        min-height: 145px;
    }
    .small-intro .row {
        min-height: 72px;
    }
    .small-intro .row::before {
        margin: 0;
    }

    .eosl-search-results table tr td:nth-child(3) {
        display: none;
    }
    .eosl-search-results table tr th:nth-child(2),
    .eosl-search-results table tr td:nth-child(2) {
        padding-right: 0;
        min-width: 82px;
    }
    .eosl-search-results table th {
        padding: 0 10px 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .eosl-search-results table tbody td {
        font-size: 14px;
        padding: 5px 10px 5px 0;
        font-size: 12px;
        line-height: 22px;
    }
    .eosl-search-results table tbody td:first-child a {
        padding: 5px 10px 5px 0;
    }
    .eosl-category-table {
        margin-bottom: 0;
    }
    .eosl-category-page-top {
        margin-bottom: 60px;
    }
    .eosl-category-page-table {
        margin-bottom: 0;
    }
    .eosl-detail-table {
        margin-bottom: 60px;
    }
    .eosl-detail-top-item {
        margin-bottom: 20px;
    }
    .eosl-detail-top-item {
        padding:0;
    }
    .eosl-detail-top-title {
        margin-bottom: 10px;
    }
    .eosl-detail-top {
        margin-bottom: 60px;
    }
    .eosl-detail-top-list-box {
        padding: 30px 30px;
    }
    .small-intro .row::before {
        right: 0;
        border-radius: 0;
    }
    .inner-page-small {
        padding-top: 60px !important;
    }
    .small-intro .row::after {
       display: none;
    }
    .large-simple-intro.medium-simple-intro {
        margin-bottom: 60px;
    }
    .blog-archive-featured-box {
        padding: 20px 20px 30px;
    }
    .blog-archive-featured-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .blog-archive-featured-box .section-text {
        font-size: 14px;
        line-height: 1.625;
        margin-bottom: 20px;
    }
    .blog-archive-featured {
        margin-bottom: 60px;
    }
    .blog-archive-links-box {
        border-radius: 0;
        padding: 40px 25px 4px;
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .blog-archive-blogs ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .blog-archive-blogs {
        margin-bottom: 20px;
    }
    .blog-archive-blogs-text {
        font-size: 14px;
        margin-bottom: 20px;
        min-height: 1px;
    }
    .blog-archive-blogs-image {
        margin-bottom: 20px;
    }
    .pagination {
        margin-bottom: 60px;
    }
    .blog-search-results-image {
        position: relative; 
        top: 0; bottom: 0; left: 0;
        width: 100%;
        padding-bottom: 58%;
    }
    .blog-search-results .blog-archive-featured-box {
        padding: 20px 20px 30px;
    }
    .blog-search-results-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .blog-author-section-item {
        padding-left: 0;
    }
    .blog-author-section-item-image {
        width: 120px;
        height: 120px;
        position: relative;
        margin-bottom: 20px;
    }
    .blog-author-section-item-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .blog-author-section {
        margin-bottom: 60px;
        padding-top: 0;
    }
    .blog-detail-page-entry {
        margin-bottom: 40px;
    }
    .blog-author-bottom {
        padding: 40px 25px;
        margin-bottom: 60px;
    }
    .blog-author-bottom-box {
        padding: 0;
    }
    .blog-author-bottom-box .blog-author-section-item-image {
        right: 0;
        top: 0;
        transform: none;
    }
    .blog-author-bottom-box .blog-author-section-item-title {
        margin-bottom: 10px;
    }
    .blog-detail-author-top {
        margin-bottom: 18px;
    }
    .search-page-section {
        padding-top: 20px;
        margin-bottom: 100px;
    }
    .search-page-search input,
    .search-page-search input:focus,
    .search-page-search input:active {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        height: 46px;
    }
    .search-results-page-section {
        margin-bottom: 60px;
    }
    .search-results-page-content-left {
        position: relative;
        width: 100%;
        float: left;
        padding-right: 0;
    }
    .search-results-page-section .search-page-search {
        margin-bottom: 60px;
    }
    .search-results-page-filter-title {
        margin-bottom: 20px;
    }
    .search-results-page-results-item-link {
        top: auto;
        bottom: 10px;
    }
    .search-results-page-results-item .section-text {
        color: #112c51;
        font-size: 14px;
        line-height: 22px;
        padding-top: 15px;
    }
    .search-results-page-results-item-title {
        padding-right:0;
    }
    .search-results-page-results-item-cat {
        padding-right:0;
    }
    .search-results-page-results-item {
        padding-bottom: 0;
    }
    .search-results-page-results-item a {
       padding-bottom: 36px;
    }
    .search-results-page-section {
        margin-bottom: 0;
    }
    .search-results-page-results {
        margin-bottom: 40px;
    }
    .resources-page-results ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        min-height: 1px;
    }
    .resources-detail {
        margin-bottom: 60px;
    }
    .resources-detail-gated-formbox {
        padding: 40px 25px;
    }
    .resources-detail-gated-formbox-title {
        font-size: 20px;
        line-height: 29px;
    }
    .offices-list ul li {
        padding: 40px 25px 80px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;
        min-height: 1px;
    }
    .offices-list-arrow {
        left: 25px;
        bottom: 20px;
    }
    .offices-nav {
        margin-bottom: 60px;
    }
    .offices-list-title {
        font-size: 20px;
        line-height: 29px;
    }
    .offices-list-numbers a {
        font-size: 14px;
    }
    .back-to-top {
        margin-bottom: 0;
    }
    .custom-tab-events > ul > li {
        margin-bottom: 20px;
    }
    .custom-tab-events > ul > li > a,
    .custom-tab-events > ul > li > span {
        padding: 30px 25px 80px;
    }
    .custom-tab-content-events-link {
        left: 25px;
        bottom: 20px;
    }
    .custom-tab-events > ul > li .section-text {
        font-size: 14px;
        line-height: 22px;
    }
    .custom-tab-content-events-date {
        margin-bottom: 0;
    }
    .events-page {
        margin-bottom: 40px;
    }
    .custom-tab-content-events-date ul li span {
        font-size: 14px;
        line-height: 22px;
    }
    .custom-tab-content-events-date ul li {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .custom-tab-events > ul > li .blog-author-section-item-title {
        margin-bottom: 26px;
    }
    .news-archive-news ul li a {
        padding: 29px 30px 74px;
    }
    .news-archive-news-left {
        position: relative;
        top: 0; left: 0;
    }
    .news-archive-news-arrow {
        left: 30px;
        bottom: 30px;
    }
    .news-archive-news ul li .section-text {
        font-size: 14px;
        line-height: 22px;
    }
    .news-archive-news ul li {
        margin-bottom: 20px;
    }
    .news-press-release-white {
        padding: 40px 0 20px 20px;
        min-width: 1px;
    }
    .news-press-release-blue-box {
        padding: 41px 0;
        margin-bottom: 60px;
    }
    .news-press-release-media-btn {
        float: left;
        width: 100%;
        position: relative;
        padding-top: 40px;
    }
    .news-press-release-media-box {
        padding-right: 0;
    }
    .news-press-release-media {
        margin-bottom: 60px;
    }
    .reques-demo-page-section-subtitle {
        font-size: 20px;
        line-height: 29px;
    }
    .reques-demo-page-section-form {
        padding: 40px 25px;
    }
    .page-form-title {
        font-size: 20px;
        line-height: 29px;
    }
    .reques-demo-page-section-right {
        margin-bottom: 60px;
    }
    .home-section-5 {
        padding: 60px 0;
    }
    .home-section-3 {
        padding: 60px 0 295px;
    }
    .home-section-3-dots {
        margin-bottom: 0;
    }
    .reveal.reveal-company .reveal-company-box {
        padding: 90px 20px 40px;
    }
    .reveal-company-top {
        padding-left: 0;
    }
    .reveal-company-top-image {
        position: relative;
       margin-bottom: 20px;
    }
    .reveal-company-top-image img {
        max-width: 160px;
        max-height: 160px;
    }
    .reveal-company-top-text {
        margin-bottom: 20px;
    }
    .reveal-company-bottom.entry p {
        font-size: 14px;
        line-height: 1.625;
    }
    .company-leadership-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .company-leadership-list-texbox {
        padding: 30px 20px 60px;
        min-height: 1px;
    }
    .company-leadership-list-link {
        left: 20px;
    }
    .regional-section-1-list ul li {
        width: 100%;
        margin-right: 0;
    }
    .regional-section-1-list-title {
        font-size: 55px;
    }
    .regional-section-1-list {
        padding-top: 40px;
    }
    .regional-section-1 {
        margin-bottom: 40px;
    }
    .regional-section-2 .blue-circle-image {
        bottom: -160px;
        left: -160px;
    }
    .regional-owl-carousel-hold {
        width: 100%;
    }
    .regional-owl-carousel .item {
        width: 100%;
    }
    .regional-section-3-blue::after {
        left: -25px;
        border-radius: 0;
    }
    .regional-section-3-blue::before {
        left: -25px;
        border-radius: 0;
    }
    .regional-section-3-blue {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    .regional-section-3-top {
        margin-bottom: 30px;
    }
    .regional-section-3 {
        padding: 80px 0 0;
    }
    .regional-section-3-bottom {
        padding: 40px 8.1% 20px;
        margin-bottom: 80x;
    }
    .regional-section-3-bottom {
        margin-bottom: 80px;
    }
    .regional-owl-carousel .item {
        padding: 25px 25px 25px;
    }
    .large-simple-intro.medium-simple-intro .large-simple-intro-text {
        width: 100%;
    }
    .company-social-overview {
        margin-bottom: 60px;
    }
    .company-sticky-slider-section-mobile.home-sticky-slider-mobile {
        margin-top: 0;
        background: -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
        background: linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    }
    .company-sticky-slider-section-mobile {
        padding-bottom: 60px;
    }
    .company-sticky-slider-section-mobile .section-text {
        font-size: 14px;
    }
    .company-learn-more ul li {
        width: 100%;
        margin-right: 0;
        min-height: 1px;
    }
    .company-learn-more {
        margin-bottom: 40px;
    }
    .company-learn-more ul li a {
        padding: 40px 30px 70px;
    }
    .company-unique-services .home-unique-services-list {
        padding-top: 60px;
    }
    .company-technologies-section {
        padding: 60px 0 30px;
    }
    .company-technologies-list ul li {
        width: 45%;
        margin-bottom: 30px;
    }
    .company-technologies-list ul li:nth-child(3n) {
        margin-right: 10%;
    }
    .company-technologies-list ul li:nth-child(3n + 1) {
        clear: both;
    }
    .company-technologies-list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .company-technologies-list ul li:nth-child(2n + 1) {
        clear: both;
    }
    .company-technologies-list-title {
        font-size: 34px;
    }
    .company-technologies-list-test {
        font-size: 14px;
        padding: 0;
    }
    .company-technologies-list {
        padding-top: 41px;
    }
    .company-our-mission-image-hold,
    .company-our-mission-image-hold::after, 
    .company-our-mission-image {
        width: 335px;
        height: 334px;
    }
    .company-our-mission-image-hold {
        left: -64px;
    }
    .company-our-mission-values {
        padding: 60px 20px;
    }
    .regional-section-2.company-awards-section {
        padding-top: 110px;
    }
    .home-testimonials.knowledge-center-section-2 {
        margin: 0 0 60px;
        padding-top: 200px;
    }
    .knowledge-center-section-2 .home-testimonials-slider {
        padding: 150px 0 60px 0;
    }
    .knowledge-center-section-3 {
        margin-bottom: 60px;
    }
    .knowledge-center-section-1-list ul li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        min-height: 1px;
    }
    .knowledge-center-section-1-list ul li a,
    .knowledge-center-section-1-list ul li > span {
        padding: 40px 25px 80px;
    }
    .knowledge-center-section-1 {
        margin-bottom: 80px;
    }
    .knowledge-center-section-1-list .home-solutions-owl-arrow {
        left: 25px;
    }
    .knowledge-center-section-3 .section-text {
        font-size: 16px;
    }
    .knowledge-center-section-2-text {
        font-size: 16px;
        line-height: 1.625;
    }
    .partnership-intro-btn ul li {
        margin-bottom: 20px;
    }
    .partnership-about-section .company-our-mission-image-hold {
        left: 0;
    }
    .partnership-about-section .company-our-mission-right {
        padding: 40px 0 0;
    }
    .partnership-program-overview-section {
        padding: 60px 0 60px;
    }
    .partnership-program-overview-textbox .section-text {
        font-size: 16px;
        margin-bottom: 26px;
    }
    .partnership-program-overview-list ul {
        margin-left: 10px;
    }
    .partnership-program-overview-form-hold {
        padding: 40px 20px;
    }
    .partnership-program-bottom {
        padding: 60px 0 0;
    }
    .partnership-program-bottom .section-text {
        padding: 0;
    }
    .partnership-program-bottom-logos {
        padding-top: 40px;
        margin-bottom: 60px;
    }
    .partnership-program-bottom-form-hold {
        margin-top: 40px;
    }
    .partnership-program-owl .item {
        width: 148px;
        height: 109px;
        padding: 10px;
    }
    .partnership-program-owl .item img {
        max-width: 128px;
        max-height: 89px;
    }
    .partnership-program-bottom-form-hold {
        padding: 40px 25px;
    }
    .careers-job-postings-content {
        width: 100%;
    }
    .cjp-item-list-location {
        float: left;
        width: 40%;
        padding-right: 0;
    }
    .careers-job-postings-item-list ul li {
        font-size: 12px;
    }
    .careers-job-postings-item-list ul li a {
        padding: 10px 0 10px 0;
    }
    .careers-job-postings-item {
        margin-bottom: 30px;
    }
    .careers-job-postings {
        margin-bottom: 30px;
    }
    .careers-job-postings-section-title {
        font-size: 42px;
        line-height: 1.19;
        letter-spacing: -0.7736842px;
    }
    .cjp-detail-top {
        padding: 0 0 30px 0;
        margin-bottom: 30px
    }
    .cjp-detail-apply-btns {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .careers-page-paths-list.home-resources-list ul li a {
        padding: 50px 30px 70px;
    }
    .careers-page-benefits .home-section-5-circle-bottom {
        right: -164px;
        bottom: -230px;
    }
    .careers-page-benefits-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
        padding-left: 69px;
    }
    .careers-page-benefits-icon img {
        width: 49px;
        height: 49px;
        position: absolute;
        top: 9px;
        left: 0;
    }
    .careers-page-benefits-list {
        padding-top: 30px;
    }
    .careers-page-benefits {
        padding: 60px 0 40px;
    }
    .careers-page-paths {
        padding: 60px 0 40px;
    }
    .careers-page-values-box {
        padding: 0 25px 28px;
    }
    .careers-page-sticky-slider-mobile.home-sticky-slider-mobile {
        margin-bottom: 60px;
        margin-top: 0;
        z-index: 5;
        position: relative;
    }
    .careers-detail-hire .blue-circle-image,
    .blue-circle-image-hold.bcih-bottom-left .blue-circle-image {
        bottom: -160px;
        left: -160px;
    }
    .blue-circle-image-hold.bcih-top-left .blue-circle-image {
        top: -160px;
        left: -160px;
    }
    .blue-circle-image-hold.bcih-top-right .blue-circle-image {
        top: -160px;
        right: -160px;
    }
    .careers-detail-hire {
        padding: 120px 0 60px;
        position: relative;
        margin-bottom: 60px;
    }
    .careers-detail-intern-right ul li {
        width: 50%;
    }
    .careers-detail-intern {
        margin-bottom: 0;
    }
    .vertical-overview-section {
        padding: 0 0 60px;
    }
    .vertical-numbers-list ul li {
        width: 100%;
        border-right: none !important;
        padding: 0;
        margin-bottom: 40px;
    }
    .vertical-numbers-section {
        padding: 60px 0 20px;
    }
    .vertical-numbers-list {
        padding-top: 46px;
    }
    .vertical-numbers-list-text {
        color: #fff;
        font-size: 18px;
    }
    .vertical-customers-supported-owl {
        padding: 0;
    }
    .vertical-customers-supported-owl .owl-nav button {
        position: relative;
        top: 0; transform: translateY(0);
    }
    .vertical-customers-supported-owl .owl-nav {
        float: left;
        width: 100%;
        padding-top: 30px;
    }
    .vertical-customers-supported-owl .owl-nav button.owl-prev {
      float: left;
    }
    .vertical-customers-supported-owl .owl-nav button.owl-next {
       float: right;
    }
    .vertical-customers-section {
        padding: 60px 0 60px;
    }
    .vertical-customers-list {
        margin-bottom: 40px;
    }
    .vertical-customers-list ul li {
        width: 100%;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid rgba(17, 44, 81, 0.19) !important;;
    }
    .vertical-customers-list ul li:last-child {
        border: none !important;
    }
    .vertical-covered-section {
        padding: 60px 0 49px;
        background: #080B0A;
    }
    .vertical-covered-section-bg img {
        background-size: contain !important;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
    }
    .vertical-customers-services-right ul li a {
        padding: 40px 30px 80px;
    }
    .vertical-customers-services-right ul li a span {
        left: 30px;
    }
    .vertical-customers-services-hold {
        padding-top: 60px;
    }
    .vertical-customers-section.vertical-energy-customers-section {
        padding-top: 0;
    }
    .vertical-industry-section {
        padding: 60px 0;
    }
    .tpm-overview-section {
        margin-bottom: 60px;
    }
    .tpm-overview-list {
        margin-bottom: 60px;
    }
    .tpm-overview-list-section {
        margin-bottom: 40px;
    }
    .tpm-overview-list ul li {
        width: 100%;
        margin-right: 0%;
        min-height: 1px;
    }
    .tpm-testimonials {
        margin-bottom: 40px;
    }
    .vertical-numbers-section.tpm-numbers-section {
        padding-top: 60px;
    }
    .tmp-world-map {
        margin-bottom: 20px;
    }
    .tpm-data-support-list > ul > li {
        width: 100%;
        margin: 0 0 20px;
    }
    .cards-list.tpm-data-support-list > ul > li {
        width: 100%;
        margin: 0 0 20px;
    }
    .cards-list.tpm-data-support-list > ul > li img {
        left: 24px;
    }

    .tpm-data-support {
        padding: 60px 0 40px;
    }
    .tpm-data-support-list {
        margin-top: 60px;
    }
    .tpm-maitainence-img-hold {
        padding: 20px;
    }
    .tpm-maitainence {
        margin-bottom: 60px;
    }
    .faq-accordion .accordion-title {
        padding: 20px 30px 20px 0;
    }
    .faq-accordion .accordion-item {
        padding-bottom: 0;
    }
    .faq-accordion .accordion-title::before {
        top: 50%; transform: translateY(-50%);
        margin: 0;
    }
    .faq-accordion .accordion-content {
        color: #676866;
        padding: 0 0 20px;
    }
    .faq-accordion .accordion-content.entry p {
        font-size: 14px;
    }
    .tpm-hardware-section {
        margin-bottom: 60px;
    }
    .tpm-hardware-right ul li {
        padding-bottom: 18px;
        margin-bottom: 22px;
        display: block;
        float: left;
        width: 100%;
    }
    .tpm-hardware-right-number {
        font-size: 65px;
        margin-bottom: 10px;
    }
    .tpm-hardware-right-text {
        text-align: left;
        float: left;
        max-width: 100%;
        width: 100%;
    }
    .circle-text-section {
        margin-bottom: 60px;
    }
    .circle-text-section-textbox {
        position: relative;
        padding: 220px 0 60px;
    }
    .circle-text-section-textbox::before {
        left: -30px;
    }
    .circle-text-section-img-hold {
        position: absolute;
        top: 0;
        transform: translateY(-200px);
        z-index: 1;
    }
    .circle-text-section-img {
        width: 367px;
        height: 369px;
    }
    .circle-text-section {
        padding-top: 234px;
    }
    .circle-text-section .blue-circle-image-hold.bcih-top-left {
        top: 82px;
    }
    .tmp-world-map.supp-maintenance-world-map {
        margin-bottom: 40px;
    }
    .section-title-sm {
        font-size: 20px;
    }
    .supp-maintenance-overview-bottom-right ul li {
        width: 50%;
    }
    .supp-maintenance-overview-bottom-right ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tpm-data-support.supp-maintenance-data-support {
        padding-bottom: 60px;
    }
    .entuity-overview-section-left {
        margin-bottom: 20px;
    }
    .entuity-overview-section-img {
        padding-bottom: 73%;
    }
    .entuity-overview-section {
        margin-bottom: 60px;
    }
    .entuity-features-list ul li {
        width: 100%;
        margin-right: 0;
        min-height: 1px;
    }
    .entuity-features-list ul li a {
        padding: 20px 20px 30px;
    }
    .entuity-data-support {
        margin-bottom: 60px;
    }
    .entuity-management-section {
        margin-bottom: 60px;
    }
    .entuity-management-section-right {
        padding: 20px 10px;
    }
    .entuity-numbers-section {
        padding: 0;
    }
    .entuity-achieve-section {
        margin-bottom: 60px;
    }
    .entuity-achieve-box::before {
        width: calc(100% + 50px);
        left: -25px;
        border-radius: 0;
    }
    .entuity-achieve-box {
        padding: 60px 0;
    }
    .entuity-achieve-section-image {
        padding: 20px 10px;
    }
    .entuity-achieve-box-reverse.entuity-achieve-box::before {
        left: -25px;
        right: 0;
    }
    .entuity-achieve-box-reverse .entuity-achieve-section-image {
        padding: 20px 10px;
    }
    .entuity-detail-image-text-section {
        margin-bottom: 60px;
    }
    .entuity-detail-image-text-section .tpm-maitainence-textside {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .entuity-detail-image-text-section.no-margin-bottom .tpm-maitainence-textside {
        margin-bottom: 20px;
    }
    .monitor-overview {
        margin-bottom: 60px;
    }
    .monitor-key-features {
        padding-bottom: 30px;
    }
    .monitor-key-features-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .monitor-key-features-list-icon img {
        max-width: 64px;
    }
    .monitor-supported-slider .owl-stage-outer {
        width: calc(100% + 40px);
    }
    .monitor-supported-section .section-text {
        margin-bottom: 40px;
    }
    .monitor-supported-section {
        padding: 60px 0;
    }
    .careers-page-paths-orange.vertical-featured-case-section {
        padding-top: 60px;
    }
    .home-sticky-slider-section.discover-sticky-slider-section {
        margin-bottom: 60px;
    }
    .home-sticky-slider-mobile.discover-sticky-slider-mobile {
        margin-top: 0;
    }
    .infographic-section::before {
        bottom: -160px;
    }
    .infographic-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .support-tiers-section {
        margin-bottom: 60px;
    }
    .support-tiers-table table tbody tr td:first-child {
        min-width: 100px;
        font-size: 10px;
        padding: 8px 8px;
    }
    .campaing-lp-overview-two {
        margin-bottom: 60px;
    }
    .campaing-lp-overview-two-text-box {
        margin-bottom: 30px;
    }
    .campaing-lp-list-section .home-resources-list ul li a {
        padding: 40px 30px 70px;
    }
    .campaing-lp-list-section {
        margin-bottom: 40px;
    }
    .campaing-lp-blue-section {
        padding: 60px 0;
        margin-bottom: 0;
    }
    .campaing-lp-testimonial {
        margin-bottom: 60px;
    }
    .campaing-lp-testimonial .home-testimonials-slider{
        padding-top: 100px;
        padding-bottom: 74px;
    }
    .page-template-template-company .regional-owl-carousel-hold {
        width: 100%;
    }
    .page-template-template-careers .careers-page-values {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .page-template-template-careers .careers-page-benefits {
        padding-top: 80px;
    }
    .home .home-section-5 {
        padding-top: 80px;
    }
    .home .home-section-3-dots {
        margin-bottom: 80px;
    }
    .copyright-items ul:last-child li:last-child {
        margin-bottom: 0;
    }
    .orange-intro .large-simple-intro-box::after {
        border: none;
    }
    .home-section-4-box-text.entry * {
        font-size: 18px;
    }
    .home-section-4-box-text.entry ul li {
        margin-bottom: 10px;
    }
    .home-section-4-box-text.entry ul li::before {
        top: 10px;
    }
    .page-template-template-tpm .home-sticky-slider-mobile .blue-circle-image-hold.bcih-top-right .blue-circle-image {
        top: -140px;
    }
    .infographic-box {
        padding: 60px 30px;
    }
    .page-template-template-regional .regional-section-2 {
        margin-bottom: 60px;
    }
    .contact-us-page-left .section-text {
        margin-bottom: 20px;
    }
    .contact-us-links ul li a {
        display: block;
        position: relative;
        padding: 30px 30px 80px 30px;
    }
    .contact-us-links ul li a .home-solutions-owl-arrow {
        left: 30px;
        bottom: 41px;
        top: auto;
        right: auto;
    }
    .contact-us-links {
        margin-bottom: 0;
    }
    .contact-us-phones-list ul li {
        padding: 10px 0;
        font-size: 14px;
    }
    .contact-us-phones-list-title {
        width: 100%;
        /* margin-bottom: 5px; */
    }
    .contact-us-phones-list-phone {
        width: 100%;
        float: left;
    }
    .contact-us-bottom {
        margin-bottom: 60px;
    }
    .purchase-order-section .simple-intro-title {
        margin-bottom: 40px;
    }
    .home-resources-list ul li a {
        padding: 40px 30px 70px;
    }
    .purchase-order-section {
        margin-bottom: 40px;
    }
    .purchase-order-list ul li {
        padding: 40px 30px;
        min-height: 1px;
    }
    .pagination ul {
        width: 100%;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination a, .pagination button, .pagination .current {
        width: 26px;
        height: 26px;
    }
    .pagination li {
        font-size: 12px;
        line-height: 26px;
        margin-right: 4px;
    }
    .pagination li:last-child {
        margin-right: 0;
    }
    .page-template-template-careers_detail .careers-detail-intern-right {
        padding-top: 0;
    }
    .page-template-template-careers_detail .partnership-about-section .company-our-mission-right {
        padding-top: 0;
    }
    .page-template-template-careers .careers-page-benefits-list ul li {
        padding-left: 0;
    }
    .page-template-template-careers .careers-page-benefits-icon {
        margin-bottom: 15px;
    }
    .page-template-template-careers .careers-page-benefits-icon img {
        position: relative;
        top: 0;
    }
    .page-template-template-careers .careers-page-benefits-list ul li {
        margin-bottom: 30px;
    }
    .fancy-video-play-trigger, 
    .fancy-video-play-trigger:focus, 
    .fancy-video-play-trigger:active {
        width: 52px;
        height: 52px;
        top: 36px;
        background-size: 40%;
    }
    .page-template-template-tpm .tpm-testimonials {
        margin-bottom: 0;
    }
    .tpm-data-support-list {
        margin-top: 20px;
    }
    .page-template-template-tpm .circle-text-section {
        margin-bottom: 0;
    }
    .page-template-template-support_maintenance .circle-text-section {
        margin-bottom: 0;
    }
    .cta-content.cta-content-1 {
        text-align: center;
    }
    .home .home-section-3-dots {
        margin-bottom: 20px;
    }
    .header-latest-news-text {
        padding: 0;
    }
    .header-latest-news-text a,
    .header-latest-news-text-new span {
        display: block;
    }
    .header-ln-close-hold {
        right: 25px;
    }
    .header-latest-news-text a strong,
    .header-latest-news-text-new span strong {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 9px;
        padding: 0 20px 0 0;
    }
    .header-latest-news-text a p,
    .header-latest-news-text-new span p {
        font-size: 12px;
    }
    .blog-archive-list-section .blog-archive-links-box .blog-archive-links-list strong {
        margin-bottom: 20px;
    }
    .blog-mobile-categories {
        height: 38px !important;
        padding: 6px 20px 6px 0;;
        border: none;
        border-bottom: 1px solid #cacaca;
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: 0.86px;
        background-color: transparent;
        background-size: 8px 5px;
        background-position: right -20px center;
    }
    .blog-mobile-categories option {
        padding-left: 0 !important;
        color: #112c51;
    }
    .search-results-page-section.resources-page-section {
        margin-bottom: 60px;
    }
    .search-results-page-content {
        min-height: 1px;
    }
    .page-template-template-entuity_detail .large-simple-intro-box::after,
    .page-template-template-entuity .large-simple-intro-box::after {
        border-bottom: none;
    }
    .single-form-block {
        margin-bottom: 40px;
    }
    .entry + .single-form-block {
        margin-top: -20px;
    }
    .home-unique-services #our-services {
        top: -80px;
    }
    .page-template-template-job_openings .terms-conditions-content .row {
        padding: 0;
    }
    .gn-text-hold {
        padding-right: 0;
    }
    #gn-custom-dots {
        position: relative;
        top: 0%;
        transform: none;
        padding-top: 10px;
    }
    #gn-custom-dots .owl-dot {
        margin-left: 0;
        margin-right: 6px;
    }
    .contact-us-bottom-toll {
        top: -100px;
    }

    .toop-form-section {
        padding: 60px 0;
    }
    .toop-section-video-hold {
        padding-bottom: 60%;
    }
    .toop-section-after-intro {
        margin-bottom: 40px;
    }
    .toop-section-after-intro .partnership-program-overview-list ul li {
        font-size: 18px;
    }
    .toop-intro {
        margin-bottom: 60px;
    }
    .new-slider-intro-box::before {
        border-radius: 0;
    }
    .toop-intro-slider .item {
        border-radius: 0;
        padding: 94px 25px 275px;
    }
    .toop-intro-owl-textbox {
        max-width: 100%;
    }
    .section-title.section-title-65 {
        font-size: 45px !important;
        letter-spacing: -0.77px !important;
    }
    .new-slider-intro-box {
        width: 100%;
        border-radius: 0;
    }
    .new-slider-intro-box::before {
        border-radius: 0;
        border: none;
        border-bottom: solid 3px #112c51;
        width: calc(100% + 50px);
        right: -25px;
    }
    .toop-intro-img img {
        max-width: 286px;
        max-height: 300px;
    }
    .toop-intro-slider {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .toop-intro-owl .owl-dots {
        left: 25px;
        bottom: 265px;
    }
    .toop-intro-img {
        right: -25px;
    }
    .new-slider-intro-box .home-section-3-circle-bottom {
        bottom: -300px;
        right: -280px;
    }
} /* END of 639px */

/* Homepage update start*/
.home .ribbon::before,
.home .ribbon::after,
.home .n-hfa-right .ribbon,
.home .n-home-search-hold {
    background: #112c51;
}
.home-testimonials-slider.orange-tpm .home-testimonial-owl-title,
.home-testimonials-slider.orange-tpm .home-testimonial-owl-name,
.tpm-data-support.orange-tpm .section-title.section-title-white,
.monitor-key-features.tpm-data-support .section-title.section-title-white,
.monitor-key-features.tpm-data-support .monitor-key-features-title,
.monitor-key-features.tpm-data-support .monitor-key-features-text,
.monitor-parkview .entuity-achieve-box *,
.monitor-parkview .entuity-achieve-box .dark-blue-tick-list ul li {
    color: #fff !important;
}

.page-template-template-entuity .home-testimonials-slider::before,
.page-template-template-entuity .entuity-achieve-box::before,
.page-template-template-entuity .tpm-data-support {
    background: rgb(92,92,92);
    background: -moz-linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 68%);
    background: -webkit-linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 68%);
    background: linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4C4C59",endColorstr="#72757E",GradientType=1);
}
.page-template-template-entuity_detail .large-simple-intro-box::before, 
.page-template-template-entuity .large-simple-intro-box::before {
    background: #4C4C59;
}
.page-template-template-entuity_detail .large-simple-intro-box::after, 
.page-template-template-entuity .large-simple-intro-box::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(22%, rgba(76, 76, 89, 1)), to(rgba(114, 117, 126, 0)));
    background: -o-linear-gradient(left, rgba(76, 76, 89, 1) 22%, rgba(114, 117, 126, 0) 100%);
    background: linear-gradient(90deg, rgba(76, 76, 89, 1) 22%, rgba(114, 117, 126, 0) 100%);
}
.page-template-template-entuity_detail .entuity-achieve-box::before {
    background: rgb(92,92,92);
    background: -moz-linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 64%);
    background: -webkit-linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 64%);
    background: linear-gradient(225deg, rgba(76, 76, 89, 1) 0%, rgba(114, 117, 126, 1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4C4C59",endColorstr="#72757E",GradientType=1);
}
header:not(.scrolled) .header-nav-small ul li a {
    opacity: 1;
}
header:not(.scrolled) .header-nav-small > ul > li > a:hover {
    text-shadow: 1px 0 0px #fff;
}
.page-template-template-entuity .medium-simple-intro .large-simple-intro-box::after,
.page-template-template-entuity_detail .medium-simple-intro .large-simple-intro-box::after {
    width: 80%;
    left: 0;
    right: auto;
}


h2 {
    line-height: 1.5 !important;
}
/* Homepage update end*/


/* Phil Mann additions start: */
.taxonomy-title {
	color: #112c51;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: 15px;
}

.btn-view-all-family,
.btn-view-all-family:focus,
.btn-view-all-family:active {
	font-size: 18px;
	font-weight:600!important;
	text-decoration:none!important;
	text-transform: uppercase;
	line-height: 48px;
	position: relative;
	padding: 0px 0px 0 76px;
	margin: 15px 0px 0 0px;
}

.btn-view-all-family::before,
.btn-view-all-family::after {
	content: '';
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	transition: 0.2s ease-in-out;
	width: 46px;
}

.btn-view-all-family::before {
    background: url(../svg/icon-arrow.svg) no-repeat center center;
}
.btn-view-all-family::after {
    background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
    opacity: 0;
}
.btn-view-all-family:hover {
    color: #2199e8!important;
}
.btn-view-all-family:hover::before {
    opacity: 0;
}
.btn-view-all-family:hover::after {
    opacity: 1;
    width: 55px;
}

.breadcrumbs {
	color: #112c51;
	font-size: 14px;
	margin-top: -75px;
    margin-bottom: 75px;
}

li > a#entuity-documentation, li > a#entuity-tech-talks, li > a#entuity-training {
    display: inline-block;
	text-align:center;
	padding: 6px 26px;
	border-radius:10px;
	font-weight: 700;
}

#entuity-documentation {
	background-color: #1585cf;
	color: #ffffff;
}

#entuity-training {
	background-color: #2CBBA1;
	color: #ffffff;
}

#entuity-tech-talks {
	background-color: #ffd600;
	color: #112c51;
}

@media screen and (max-width: 639px){
.breadcrumbs {
	color: #112c51;
	font-size: 14px;
	margin-top: -40px;
}

}
/* Phil additions end */

.faq-accordion.faq-accordion-orange .accordion-title::before {
    color: #F89B1C;
}
.faq-accordion.faq-accordion-orange .accordion-title {
    color: #112c51 !important;
    text-decoration: none !important;
}


.gartner-section-block {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 130px;
    position: relative;
}
/* .gartner-section-block:before {
    content: '';
    width: 236px; height: 236px;
    background: url(../img/img-garnet-section-dots.svg) no-repeat center center;
    position: absolute;
    top: 0; right: 0;
} */
.gartner-section-block-left {
    min-height: 1px;
}
.gartner-section-block-right {
    position: relative;
    padding: 80px 0 87px 155px;
}
.gartner-section-block-right::after {
    content: '';
    background: -o-linear-gradient(63.89deg, #0291CE -4.09%, #0D4B77 50.58%, #112C51 95.1%);
    background: linear-gradient(26.11deg, #0291CE -4.09%, #0D4B77 50.58%, #112C51 95.1%);
    border-radius: 18px 0px 0px 18px;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 100vw;
    z-index: -1;
}
.link-simple-angle.link-simple-angle-white,
.link-simple-angle.link-simple-angle-white:focus,
.link-simple-angle.link-simple-angle-white:active {
    color: #fff;
}
.link-simple-angle.link-simple-angle-white:hover {
    color: #fff;
    opacity: 0.7;
}
.link-simple-angle.link-simple-angle-white::before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.link-simple-angle.link-simple-angle-white:hover:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.gartner-section-block-owl .owl-nav {
    position: absolute;
    right: 0;
    bottom: -67px;
}
.gartner-section-block-owl .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #ffd600 !important;
    margin-left: 13px;
    transition: 0.2s;
}
.gartner-section-block-owl .owl-nav button.owl-prev {
    background: url(../svg/icon-owl-prev-yellow.svg) no-repeat center center;
}
.gartner-section-block-owl .owl-nav button.owl-next {
    background: url(../svg/icon-owl-next-yellow.svg) no-repeat center center;
}
.gartner-section-block-owl .owl-nav button.disabled {
    opacity: 0.34;
}
.gartner-section-block-owl .owl-nav button span {
    display: none;
}
.gartner-section-block-owl .owl-nav button:hover {
    opacity: 0.7;
}
.gartner-section-block-owl {
    margin-bottom: 51px;
}
.gartner-section-block-owl-item {
    font-family: 'Raleway', sans-serif !important;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.25);
    margin-bottom: 16px;
    position: relative;
    padding-right: 100px;
}
.gartner-section-block-owl-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.gartner-section-block-owl-date {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 13px;
}
.gartner-section-block-owl-date ul li {
    float: left;
    width: 24px; height: 24px;
    margin-right: 16px;
    background-size: contain !important;
}
.gartner-section-block-owl-date ul li.gsbod-star-full {
    background: url(../png/icon-star-full.png) no-repeat center center;
}
.gartner-section-block-owl-date ul li.gsbod-star-empty {
    background: url(../png/icon-star-empty.png) no-repeat center center;
}
.gartner-section-block-owl-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.gartner-section-block-owl-link {
    position: absolute;
    bottom: 20px;
    right: 0;
}

[id^="gartner-pi-widget"] {
    background-color: #fff !important;
    border: 1px solid #DFE3E4 !important;
    width: calc(100% + 65px) !important;
    padding: 32px 42px !important;
}
.gartner-pi-gradient {
    display: none !important;
}
.gartner-pi-reviews {
    display: none !important;
}
[id^="gartner-pi-widget"] .gartner-pi-card .gartner-pi-as-of-date {
    transform: none !important;
}
[id^="gartner-pi-widget"] .gartner-pi-logo {
    background-position: left !important;
    margin-bottom: 20px !important;
}
[id^="gartner-pi-widget"] h1.gartner-pi-h1 {
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}
[id^="gartner-pi-widget"] h2.gartner-pi-h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    max-width: 50%;
}
[id^="gartner-pi-widget"] .gartner-pi-link {
    padding: 0 !important;
}
[id^="gartner-pi-widget"][data-size="large"] .gartner-pi-card .gartner-pi-as-of-date {
    padding-top: 20px !important;
}
[id^="gartner-pi-widget"] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignLeft .gartner-pi-overall-rating {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width:1023px) {
    [id^="gartner-pi-widget"] {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .gartner-section-block-right {
        position: relative;
        padding: 80px 40px;
    }
    .gartner-section-block-right::after {
        width: 100%;
        border-radius: 18px;
    }
}

@media screen and (max-width:639px) {
    .gartner-section-block {
        margin-bottom: 60px;
    }
    .gartner-section-block-owl-item {
        padding-right: 0;
    }
    .gartner-section-block-right {
        padding: 60px 30px;
    }
    .gartner-section-block-owl-link {
        position: relative;
        bottom: 0;
        right: 0;
        padding-top: 20px;
    }
    .gartner-section-block-owl-text {
        font-size: 16px;
    }
    .gartner-section-block-owl-date ul li {
       width: 12px;
       height: 12px;
    }
    .gartner-section-block-owl-date {
        font-size: 12px;
    }
    [id^="gartner-pi-widget"] {
        padding: 30px 25px !important;
    }
    [id^="gartner-pi-widget"] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignLeft {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    [id^="gartner-pi-widget"] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignRight {
        width: 100% !important;
    }
    [id^="gartner-pi-widget"] h2.gartner-pi-h2 {
        max-width: 100%;
    }
}







/* home optimization list updates */

.n-optimization-list.n-optimization-list-v2 > ul > li {
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    margin-right: 20px;
}

.n-optimization-list.n-optimization-list-v2 > ul > li:nth-child(3n) {
    margin-right: 20px;
}
.n-optimization-list.n-optimization-list-v2 > ul > li:nth-child(4n) {
    margin-right: 0px;
}
.n-optimization-list.n-optimization-list-v2 .n-optimization-content {
    padding-left: 20px;
    padding-right: 20px;
}

.home .n-optimization .section-top {
    margin-bottom: 80px;
}
.home .n-optimization .section-top .n-section-title {
    margin-bottom: 20px;
}
.home .n-optimization .section-top .n-section-title:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .n-optimization-list.n-optimization-list-v2 > ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .n-optimization-list.n-optimization-list-v2 > ul > li {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .n-optimization-list.n-optimization-list-v2 > ul > li:nth-child(2n) {
        margin-right: 0px;
    }
    .home .n-optimization .section-top {
        margin-bottom: 60px;
    }
}
@media (max-width: 639px) {
    .home .n-optimization .section-top {
        margin-bottom: 50px;
    }
    .n-optimization-list.n-optimization-list-v2 > ul > li {
        width: 100%;
        min-width: 100%;
    }
    .n-optimization-list.n-optimization-list-v2 > ul > li:nth-child(3n) {
        margin-right: 0px;
    }
    .n-optimization-list.n-optimization-list-v2 > ul > li:last-child {
        margin-bottom: 0;
    }
}

.jap-maintenance-process {
margin-top: 30px;
}

.jap-maintenance-process > ul{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 1500px;
}

.jap-maintenance-process > ul > li {
    float: left;
    width: 17%;
    margin-bottom: 40px;
	margin-right: 8%;
}

.jap-maintenance-process > ul > li:nth-child(3n) {
    margin-right: 8%;
}

.jap-maintenance-process-sublist ul {
    margin: 0 0 0;
}	
	
.jap-maintenance-process-sublist ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
}

@media screen and (max-width: 1600px){
.jap-maintenance-process > ul {
   width: auto;
  }
.jap-maintenance-process > ul > li {
   margin-left: 17%;
  }
.jap-maintenance-process-sublist {
	width:350px;
  }
}

@media screen and (max-width: 1100px){
.jap-maintenance-process > ul {
   display: block;
  }
.jap-maintenance-process > ul > li {
   float: inherit;
   margin-left: 0%;
   width: 90%;
  }
.jap-maintenance-process-sublist ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
  }
.jap-maintenance-process-sublist {
	width: 100%;	
  }
}

/* template ParkView Managed Services™ start */
.entuity-overview-section-left-2 {
    padding: 0 0 0 8.5%;
}
.entuity-overview-section-left-2 > :last-child {
    margin-bottom: 0;
}

.orange-tpms .btn-blue,
.orange-tpms .btn-blue:focus,
.orange-tpms .btn-blue:active {
    background: #112C51;
}
.orange-tpms .btn-blue:hover {
    background: #0096d1;
}
.orange-tpms .section-title {
    color: #112c51;
}

.tpms-accordion-left {
    padding-right: 7%;
}
.tpms-accordion-right .faq-accordion-orange {
    padding: 28px 40px 60px;
    background: #fff;
    border-radius: 20px;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-title {
    padding-top: 16px;
    padding-bottom: 16px;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-title::before {
    content: '';
    margin: 0;
    width: 16px; height: 2px;
    background: #F89B1C;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-title::after {
    content: '';
    margin: 0;
    width: 2px; height: 16px;
    background: #F89B1C;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 7px;
    transition: 0.2s ease-in-out;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item {
    padding: 16px 0;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item.is-active .accordion-title::after {
    opacity: 0;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item:first-child {
    border-top: none;
}
.faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item {
    border-bottom: solid 1px #112C51;
}
.faq-accordion-orange-updated-list + div {
    padding-left: 24px;
}
.faq-accordion-orange-updated-list ul {
    margin: 0;
}
.faq-accordion-orange-updated-list li {
    color: #314867;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
}
.faq-accordion-orange-updated-list li::before {
    content: '';
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #314867;
    position: absolute;
    top: 10px; left: 10px;
}
.tpm-data-support-tpms-mask-1 {
    width: 100%;
    position: absolute;
    right: 0; bottom: 0; left: 0;
    padding-bottom: 34%;
    background: url(../png/tpms-mask-1.png) no-repeat center top;
    background-size: cover;
}

.tpms-hwd-section {
    padding: 180px 0 62px;
}
.tpms-hwd-section-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

   width: calc(100% + 20px);
}
.tpms-hwd-section-list-top {
    margin-top: 10px;
}
.tpms-hwd-section-list-item {
    /* -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; */
    width: calc(25% - 20px);
    margin: 0 20px 16px 0;
}
.tpms-hwd-section-list-top .tpms-hwd-section-list-item {
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    padding: 18px 28px;
}
.tpms-hwd-section-list-item-icon {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: 74px;
    padding: 0 0 10px;
	max-width: 3.5rem;
}
.tpms-hwd-section-list-item-title {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: calc(100% - 74px);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
}
.tpms-hwd-section-list-mid .tpms-hwd-section-list-item {
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    padding: 34px 28px;
}
.tpms-hwd-section-list-item-text ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 24px;
    position: relative;
}
.tpms-hwd-section-list-item-text ul li::before {
    content: '';
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #314867;
    position: absolute;
    top: 10px; left: 10px;
}
.tpms-hwd-section-list-bot {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    padding: 24px;
}
.tpms-hwd-section-list-mobile {
    margin-bottom: 20px;
}
.tpms-hwd-section-list-mobile:first-child .tpms-hwd-section-list-mobile-top {
    border-radius: 20px 20px 0px 0px;
}
.tpms-hwd-section-list-mobile-top {
    background: #0D4B77;
    padding: 18px 28px;
}
.tpms-hwd-section-list-mobile-bottom {
    background: #0291CE;
    padding: 34px 28px;
}

.tpms-ce-section {
    padding: 62px 0 180px;
}
.tpms-ce-section-imgs {
    margin-top: 10px;
}

.tpms-mso-section {
    padding: 113px 0 130px;
    background: -o-linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    position: relative;
}
.tpms-mso-section-bg {
    position: absolute;
    bottom: 0; left: 0;
    z-index: 0;
}
.tpms-mso-section .row {
    position: relative;
    z-index: 1;
}
.tpms-mso-section-top {
    margin-bottom: 80px;
}
.tpms-mso-section-top .section-title,
.tpms-mso-section-top .text-20-500-160 {
    margin-bottom: 16px;
}
.tpms-mso-section-top-btn {
    margin-top: 8px;
}
.tpms-mso-section-logos {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tpms-mso-section-logos-left {
    padding-right: 6px;
}
.tpms-mso-section-logos-left .tpms-mso-section-logos-box {
    height: calc(100% - 20px);
}
.tpms-mso-section-logos-box {
    background: #fff;
    padding: 20px 34px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.tpms-mso-section-logos-title {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #112C51;
    color: #112C51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 17px;
}
.tpms-mso-section-logos-items {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tpms-mso-section-logos-items img {
    max-height: 96px;
}
.tpms-mso-section-logos-items > div {
    padding: 20px 10px;
    text-align: center;
}
.tpms-mso-section-logos-1-row > div {
    width: 100%;
}
.tpms-mso-section-logos-2-row > div {
    width: 50%;
}
.tpms-mso-section-logos-3-row > div {
    width: 33.333%;
}
.tpms-mso-section-logos-right {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding-left: 14px;
}
.tpms-mso-section-logos-right-hold {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 20px);
}
.tpms-mso-section-logos-right-hold .tpms-mso-section-logos-box {
    min-width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.tpms-sotfyn-section {
    padding: 120px 0;
}
.tpms-sotfyn-section-table {
    padding-top: 10px;
    overflow: auto;
}
.tpms-sotfyn-section-table-header-title {
    width: 166px;
    min-width: 166px;
    color: #112C51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 12px;
    margin-bottom: 12px;
}
.tpms-sotfyn-section-table-header-title:last-child {
    padding-right: 0;
}
.tpms-sotfyn-section-table-content {
    border-left: 1px solid #D8D8D8;
}
.tpms-sotfyn-section-table-content-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tpms-sotfyn-section-table-content-title {
    color: #112C51;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 24px;
    width: 100%;
    min-width: 166px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.tpms-sotfyn-section-table-content-option {
    width: 166px;
    min-width: 166px;
    padding: 20px 24px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.tpms-sotfyn-section-table-content-option span {
    display: inline-block;
    width: 15px; height: 15px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #F89B1C;
}
.tpms-sotfyn-section-table-content-option.tpms-sotfyn-section-table-content-option-empty span {
    background: transparent;
    border: 1px solid #D8D8D8;
}
.tpms-sotfyn-section-table-content .tpms-sotfyn-section-table-content-item:first-child .tpms-sotfyn-section-table-content-title,
.tpms-sotfyn-section-table-content .tpms-sotfyn-section-table-content-item:first-child .tpms-sotfyn-section-table-content-option {
    border-top: 1px solid #D8D8D8;
}
.tpms-sotfyn-section-table-header .tpms-sotfyn-section-table-content-title {
    border: none !important;
}

.home-testimonials.tpm-testimonials.tpms-testimonials {
    margin-top: 0;
}

.tpms-demo-section {
    background: -o-linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    position: relative;
    padding: 130px 0;
}
.tpm-data-support-tpms-mask-2 {
    width: 100%;
    position: absolute;
    right: 0; top: 0; left: 0;
    padding-bottom: 34%;
    background: url(../png/tpms-mask-2.png) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
}
.tpms-demo-section .row {
    position: relative;
    z-index: 2;
}
.tpms-demo-section .reques-demo-page-section-form {
    margin: 0;
}
.tpms-demo-section-box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tpms-demo-section-left {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding-right: 14%;
}
.tpms-demo-section-left .section-title{
    margin-bottom: 24px;
}
.tpms-demo-section-left .entry > :last-child {
    margin-bottom: 0;
}
.tpms-resources-section {
    padding: 120px 0;
}

@media screen and (max-width:1240px) {
    .tpms-sotfyn-section-table-header-title {
        font-size: 20px;
    }
} /* END of 1240px */ 

@media screen and (max-width:1023px) {
    .entuity-overview-section-left-2 {
        padding: 0;
    }
    .entuity-overview-section-right + .entuity-overview-section-left-2 {
        margin-top: 40px;
    }
    .tpms-accordion-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .tpms-hwd-section {
        padding: 100px 0 50px;
    }
    .tpms-ce-section {
        padding: 50px 0 100px;
    }
    .tpms-mso-section {
        padding: 100px 0;
    }
    .tpms-mso-section-logos-left {
        padding-right: 0;
    }
    .tpms-mso-section-logos-1-row > div,
    .tpms-mso-section-logos-2-row > div,
    .tpms-mso-section-logos-3-row > div {
        width: 33.333%;
    }
    .tpms-mso-section-logos-right-hold {
        width: 100%;
    }
    .tpms-mso-section-logos-right-hold .tpms-mso-section-logos-box {
        min-width: 100%;
        margin: 0 0 20px 0;
    }
    .tpms-mso-section-logos-right {
        padding-left: 0;
    }
    .tpms-mso-section-logos-left .tpms-mso-section-logos-box {
        height: auto;
    }
    .tpms-mso-section-logos-box {
        padding: 20px 24px;
    }
    .tpms-sotfyn-section {
        padding: 100px 0;
    }
    .tpms-sotfyn-section-table-header-title {
        font-size: 14px;
        width: 100px;
        min-width: 100px;
    }
    .tpms-sotfyn-section-table-content-option {
        width: 100px;
        min-width: 100px;
        padding: 10px 10px;
    }
    .tpms-sotfyn-section-table-content-title {
        min-width: 150px;
        padding: 10px 10px;
    }
    .tpms-demo-section-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .tpms-demo-section {
        padding: 100px 0;
    }
    .tpms-resources-section {
        padding: 100px 0;
    }
} /* END of 1023px */   

@media screen and (max-width:639px) {
    .tpms-accordion-right .faq-accordion-orange {
        padding: 28px 25px 60px;
        background: #fff;
        border-radius: 20px;
    }
    .faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item {
        padding: 8px 0;
    }
    .tpms-hwd-section {
        padding: 60px 0 30px;
    }
    .tpms-ce-section {
        padding: 30px 0 60px;
    }
    .tpms-hwd-section-list-bot {
        font-size: 20px;
    }
    .tpms-hwd-section-list-item-text ul li {
        font-size: 18px;
    }
    .tpms-hwd-section-list-item-title {
        font-size: 20px;
    }
    .tpms-mso-section {
        padding: 60px 0;
    }
    .tpms-mso-section-logos-1-row > div,
    .tpms-mso-section-logos-2-row > div,
    .tpms-mso-section-logos-3-row > div {
        width: 50%;
    }
    .tpms-mso-section-logos-items img {
        max-height: 56px;
    }
    .tpms-mso-section-logos-title {
        font-size: 20px;
    }
    .tpms-sotfyn-section {
        padding: 60px 0;
    }
    .tpms-demo-section {
        padding: 60px 0;
    }
    .tpms-resources-section {
        padding: 60px 0;
    }
} /* END of 639px */   

/* template ParkView Managed Services™ end */

/* template ParkView Managed Services™ update start */
.tpm-section-optimize {
    margin-bottom: 120px;
}
.tpm-section-optimize-box {
    padding: 70px 88px 54px;
    border-radius: 24px;
    background: -o-linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.tpm-section-optimize-box > div:last-child {
    margin-bottom: 0;
}
.tpm-section-optimize-box .section-title {
    margin-bottom: 75px;
}
.tpm-section-optimize-box-mid {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 64px;
}
.tpm-section-optimize-box-mid-left {
    padding-right: 10%;
}
.tpm-section-optimize-box-mid-left ul li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 55px;
}
.tpm-section-optimize-box-mid-left ul li:last-child {
    margin-bottom: 0;
}
.tpm-section-optimize-box-mid-left-img {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 96px; height: 96px;
    min-width: 96px; min-height: 96px;
    border-radius: 50%;
    background: #fff;
    margin-right: 32px;
}
.tpm-section-optimize-box-mid-left-img img {
    max-width: 90%;
    max-height: 61px;
}
.text-20-700-blue {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}
.text-16-600-lblue {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.tpm-section-optimize-box-bottom {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.83);
    padding: 28px;
}
.tpm-section-optimize-box-bottom ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: -20px;
}
.tpm-section-optimize-box-bottom ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.tpm-section-optimize-box-bottom-img {
    height: 86px;
    margin-bottom: 2px;
   
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tpm-section-optimize-box-bottom-img img {
    max-height: 100%;
}
.text-16-700-blue-uppercase {
    color: #112C51;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.tpm-section-optimize-table {
    margin-bottom: 120px;
    overflow: hidden;
}
.tpm-section-optimize-table-list-{
    overflow: hidden;
}
.tpm-section-optimize-table-list-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 32px);

    margin-bottom: 32px;
    position: relative;
    padding-left: 166px;
}
.tpm-section-optimize-table-list-item:first-child {
    margin-bottom: 44px;
}
.tpm-section-optimize-table-list-item:last-child {
    margin-bottom: 0;
}
.tpm-section-optimize-table-list-item-item {
    float: left;
    width: calc(33.333% - 32px);
    margin: 0 32px 0 0;
}
.tpm-section-optimize-table-list-item-item {
    position: relative;
}
.tpm-section-optimize-table-list-item-first .tpm-section-optimize-table-list-item-item::after {
    content: '';
    width: 23px; height: 25px;
    background: url(../svg/icon-plus-orange-23-25.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; right: -28px;
    transform: translateY(-50%);
}
.tpm-section-optimize-table-list-item-first .tpm-section-optimize-table-list-item-item:last-child:after {
    display: none;
}
.tpm-section-optimize-table-list-item-box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.tpm-section-optimize-table-list-item .tpm-section-optimize-table-list-item-box-title {
    width: 103px;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}
.tpm-section-optimize-table-list-item-top-img {
    margin-bottom: 2px;
}
.tpm-section-optimize-table-list-item-top-img span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 94px;
    height: 94px;
    border-radius: 50%;
}
.tpm-section-optimize-table-list-item-top-img span img {
    max-height: 66px;
    max-width: 90%;
}
.tpm-section-optimize-table-list-item-item:nth-child(1) .tpm-section-optimize-table-list-item-top-img span,
.tpm-section-optimize-table-list-item-item:nth-child(1) .tpm-section-optimize-table-list-item-box {
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.tpm-section-optimize-table-list-item-item:nth-child(2) .tpm-section-optimize-table-list-item-top-img span,
.tpm-section-optimize-table-list-item-item:nth-child(2) .tpm-section-optimize-table-list-item-box {
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.tpm-section-optimize-table-list-item-item:nth-child(3) .tpm-section-optimize-table-list-item-top-img span,
.tpm-section-optimize-table-list-item-item:nth-child(3) .tpm-section-optimize-table-list-item-box {
    background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
}
.tpm-section-optimize-table-list-item-top-title {
    color: #112C51;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.tpm-section-optimize-table-list-item-top-subtitle {
    color: #555B63;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.tpm-section-optimize-table-list-item-top-subtext {
    color: #555B63;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.tpm-section-optimize-table-list-item-boxes {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tpm-section-optimize-table-list-item-box {
    border-radius: 8px;
    padding: 32px 24px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.tpm-section-optimize-table-list-item-box strong {
    font-weight: 700;
}
.tpm-section-optimize-table-list-item-box ul li {
    position: relative;
    padding-left: 22px;
}
.tpm-section-optimize-table-list-item-box ul li::before {
    content: '';
    width: 3px; height: 3px;
    background: #314867;
    border-radius: 50%;
    position: absolute;
    top: 12px; left: 8px;
}
.tpm-section-optimize-table-list-item-box ul ul {
    margin: 0;
}

.tpms-mso-section + .home-testimonials.tpm-testimonials.tpms-testimonials {
    margin-top: 150px;
}
.tpms-mso-section.orange-tpm.orange-tpms + .tpms-demo-section {
    margin-top: 120px;
}

.tpms-mso-section-logos-v2 {}
.tpms-mso-section-logos-v2-item {
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.tpms-mso-section-logos-v2-item:last-child {
    margin-bottom: 0;
}
.tpms-mso-section-logos-title.tpms-mso-section-logos-title-noline {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.tpms-mso-section-logos-v2-item-blocks {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.tpms-mso-section-logos-v2-item-block {
    float: left;
    width: calc(50% - 24px);
    margin: 0 24px 24px 0;
    border-radius: 20px;
    background: rgba(200, 200, 200, 0.18);
    padding: 21px 24px 16px;
}
.tpms-mso-section-logos-v2-item-block-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: -30px;
}
.tpms-mso-section-logos-v2-item-block-list > div {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}
.tpms-mso-section-logos-v2-item-block-list.tpms-mso-section-logos-v2-item-block-list-tworow > div {
    width: 50%;
}
.tpms-mso-section-logos-v2-item-block-list > div img {
    max-width: 100%;
}

.tpms-mso-section-logos-v2-item-block-list-three {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tpms-mso-section-logos-v2-item-block-list-three > div {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}


@media only screen and (max-width: 1280px) {
    .tpm-section-optimize-box {
        padding: 70px 40px 54px;
    }
    .header-submenu-title {
        font-size: 18px;
        padding-top: 10px;
        white-space: normal;
    }
    .header-nav > ul > li ul > li > a {
        font-size: 14px;
    }
    .header-nav > ul > li ul > li {
        margin-bottom: 10px;
    }
    .header-submenu-is-label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .tpm-section-optimize-box {
        padding: 70px 40px 54px;
    }
    .tpm-section-optimize-box-mid-left {
        padding-right: 0;
        margin-bottom: 64px;
    }
    .tpm-section-optimize-box-bottom ul li {
        width: 33.333%;
    }
    .tpm-section-optimize-box-mid-right {
        text-align: center;
    }
    .tpm-section-optimize {
        margin-bottom: 100px;
    }
    .tpm-section-optimize-table {
        margin-bottom: 100px;
    }
    .tpm-section-optimize-table-list-item {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }
    .tpm-section-optimize-table-list-item-item {
        width: 100%;
        margin: 0 0 56px 0;
    }
    .tpm-section-optimize-table-list-item-item:last-child {
        margin-bottom: 0;
    }
    .tpm-section-optimize-table-list-item .tpm-section-optimize-table-list-item-box-title {
        position: relative;
        top: 0; transform: none;
        width: 100%;
        margin-bottom: 24px;
    }
    .tpm-section-optimize-table-list-item-item-top {
        margin-bottom: 32px;
    }
    .tpm-section-optimize-table-list-item-item-rest .tpm-section-optimize-table-list-item-box {
        margin-bottom: 24px;
    }
    .tpm-section-optimize-table-list-item-item-rest .tpm-section-optimize-table-list-item-box:last-child {
        margin-bottom: 0;
    }
    .tpm-section-optimize-table-list-item-first .tpm-section-optimize-table-list-item-item::after {
        display: none;
    }
    .tpm-section-optimize-table-list-item:first-child {
        margin-bottom: 0;
    }
    .tpms-mso-section.orange-tpm.orange-tpms + .tpms-demo-section {
        margin-top: 100px;
    }
    .tpms-mso-section + .home-testimonials.tpm-testimonials.tpms-testimonials {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 639px) {
    .tpm-section-optimize-box {
        padding: 60px 25px;
        border-radius: 0;
    }
    .tpm-section-optimize .row {
        padding: 0;
    }
    .tpm-section-optimize-box .section-title {
        margin-bottom: 40px;
    }
    .tpm-section-optimize-box-mid-left ul li {
        display: block;
        text-align: center;
        margin-bottom: 27px;
    }
    .tpm-section-optimize-box-mid-left-img {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        margin-right: 0;
        margin-bottom: 16px;
    }
    .tpm-section-optimize-box-mid-left-img img {
        max-height: 51px;
    }
    .tpm-section-optimize-box-mid-left {
        margin-bottom: 40px;
    }
    .tpm-section-optimize-box-mid {
        margin-bottom: 40px;
    }
    .tpm-section-optimize-box-bottom {
        padding: 20px 10px;
    }
    .tpm-section-optimize-box-bottom ul li {
        width: 50%;
    }
    .tpm-section-optimize-box-bottom ul li .text-16-700-blue-uppercase {
        font-size: 14px;
    }
    .tpm-section-optimize-box-bottom-img {
        height: 52px;
        margin-bottom: 8px;
    }
    .tpm-section-optimize {
        margin-bottom: 60px;
    }
    .tpm-section-optimize-table {
        margin-bottom: 60px;
    }
    .tpms-mso-section.orange-tpm.orange-tpms + .tpms-demo-section {
        margin-top: 60px;
    }
    .tpms-mso-section-logos-v2-item-blocks {
        width: 100%;
    }
    .tpms-mso-section-logos-v2-item-block {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .tpms-mso-section-logos-v2-item-block-list {
        margin-bottom: 0;
    }
    .tpms-mso-section-logos-v2-item-block-list-three > div {
        width: 50%;
    }
    .tpms-mso-section-top {
        margin-bottom: 60px;
    }
    .tpms-mso-section + .home-testimonials.tpm-testimonials.tpms-testimonials {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
/* template ParkView Managed Services™ update end */

/* css below changes the form text area size when the form is clicked - interacts with js */
    .adjust-mkto-form-height {
        height: 20em !important; 
    }

/* css below is necessary to add a third hierarchical tier to the top nav - we used it for UN SDG that sits underneath Sustainability */
#menu-item-4597 {
margin-top: 26px;
}

#menu-item-19711 {
margin: -18px;
}

.header-nav-small ul li ul {
box-shadow: none;
}

/* css below for the campaign promo on the homepage */
.campaign-homepage {
margin-top: 100px;
}

.campaign-homepage img {
width: 90%;
max-height: 150px;
display: block;
margin: auto;
}

/* css below for the vmware support page */
.vmware-table {
width: 130%;
margin-left: -14%;
margin-top: 60px;
}
.vmware-table tbody td, .vmware-table tbody th {
border: 1px solid black;
color: #112c51;
padding: 1.4rem .625rem 1.4rem;
}
.vmware-table tbody th {
font-weight: 800;
font-size: 17px;
}
.vmware-table ul {
list-style: disc;
    text-align: left;
    margin-left: 15px;
}
.vmware-table tr td:first-child {
    font-weight: 700;
}
.vmware-table td:nth-child(3) {
    min-width: 300px;
}
.vmware-supported {
text-align: center; 
margin-top: 70px;
}
.vmware-supported p{
    line-height: 2.5;
    font-weight: 600;
}
#vmware-table-link {
color: #009fdf;
}
@media screen and (max-width: 1023px) {
.vmware-table {
margin-left: 0%;
margin-top: 60px;
font-size: 3.1vw;
width: 100%;
}
.vmware-table td:nth-child(3) {
min-width: 0px;
}
}

/* css below for videos on blog page */
.blog-detail-page .iframe-container {
    max-width: 600px;
    position: relative;
    margin: 50px 0;
    height: 300px;
}
.blog-detail-page .iframe-container iframe {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* css below for overarching Liquid Cooling page */
.liquidc-vs-ac {
    background-color: white;
}
.liquidc-achieve-section {
margin-bottom: 190px;
position: relative;
padding-bottom: 50px;
}
.liquidc-achieve-section h2 {
text-align: center;
    padding: 100px 0px 80px;
}
.liquidc-detail-image-text-section {
margin-top: 50px;
    background: #c6eee7;
    padding: 150px 0px;
}
.liquidc-vs-ac h3 {
text-align: center;
}
.liquidc-vs-ac .row {
padding: 150px 0px;
}
.monitor-key-features.tpm-data-support.lc-blue-background, .lc-blue-background {
background: #d5ebf9;
}
.lc-blue-background {
padding: 120px 0px;
}
@media screen and (max-width: 1020px) {
.liquidc-detail-image-text-section {
padding: 50px 0px;
}
}


/*css below for arrow CTA on page */
.arrow-cta {
display: flex;
margin-bottom: 200px;
}
.arrow-cta-left {
width: 60%;
position: relative;
}
.arrow-cta-right {
width: 40%;
}
.cta-button-holder {
    max-width: 40%;
    position: absolute;
    bottom: -10%;
    right: 10%;
}
.arrow-holder {
 width: 50%;
}
.arrow-cta-text p{
color: #112c51;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    line-height: 1.625;
	text-decoration-color: #009fdf;
    text-decoration-thickness: 0.37rem;
} 
@media screen and (max-width: 730px) {
.cta-button-holder .btn-blue {
font-size: 10px;
}
.arrow-cta-text p {
font-size: 17px;
font-weight: 500;
}
.arrow-holder {
margin-left: 30px;
}
.cta-button-holder {
max-width: 50%;
bottom: -40%;
right: 25%;
}
.arrow-cta-right {
width: 60%;
}
}


/*css below for pop-up form using arrow CTA */

.arrow-cta-form {
display: none; 
position: fixed;
    top: 7%;
    left: 30%;
	padding: 15px 30px;
    z-index: 1000;
	    background: white;
    border-radius: 10px;
    border: solid 5px black;
}
.arrow-pop-up-inner {
background: #fbfefe;
    padding: 5px 40px;
	padding-bottom: 5px;
}
.arrow-pop-up-container .mktoForm {
width: 704.984px !important;
    height: 412px;
    min-height: 412px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.arrow-pop-up-container .mktoForm .mktoFormRow  {
margin: 5px 0px;
}
.arrow-pop-up-container .mktoForm .mktoFormCol {
margin-right: 50px;
}

.arrow-pop-up-container .mktoForm .mktoFormRow .mktoHtmlText {
margin-top: -55px;
}

.arrow-pop-up-container h3 {
margin-bottom: 25px;
font-weight: 700;
}

.pop-up-cross {
position: absolute;
    top: 5px;
    right: 8px;
	cursor: pointer;
}

.arrow-pop-up-container .mktoForm .mktoLabel {
color: #0f325d;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.arrow-pop-up-container .mktoForm .mktoButtonRow {
    position: relative;
    bottom: 11px;
}
@media screen and (min-width: 1500px) {
.arrow-pop-up-container .mktoForm {
overflow-y: hidden;
}
}
@media screen and (max-width: 1150px) {
.arrow-cta-form {
width: 70%;
left: 15%;
padding: 10px;
padding-bottom: 40px;
}
.arrow-pop-up-container .mktoForm {
width: 100%!important;
}
.arrow-pop-up-container .mktoForm .mktoFormCol {
    margin-right: 0px;
    width: 100%;
}
.arrow-pop-up-container .mktoForm .mktoFormRow {
margin: 0px;
}
.arrow-pop-up-container .mktoForm input[type=text] {
width: 35%!important;
}
.arrow-pop-up-inner {
padding: 5px 10px;
}
.arrow-pop-up-container .mktoForm .mktoFieldWrap {
width: 100%;
}
.arrow-pop-up-container .mktoForm #LblCountry, .arrow-pop-up-container .mktoForm #Country {
position: absolute;
top: 285px;
}
.arrow-pop-up-container .mktoForm #LblLastName, .arrow-pop-up-container .mktoForm #LastName {
position: absolute;
top: -25px;
}
.arrow-pop-up-container .mktoForm #Country, .arrow-pop-up-container .mktoForm #LastName, .arrow-pop-up-container .mktoForm #Company, .arrow-pop-up-container .mktoForm #Email, .arrow-pop-up-container .mktoForm #PostalCode {
left: 110px;
z-index: 100;
}
.arrow-pop-up-container .mktoForm #LblPostalCode, .arrow-pop-up-container .mktoForm #PostalCode {
position: absolute;
top: 150px;
}
.arrow-pop-up-container .mktoForm #LblCompany, .arrow-pop-up-container .mktoForm #Company {
position: absolute;
top: -45px;
}
.arrow-pop-up-container .mktoForm #LblEmail, .arrow-pop-up-container .mktoForm #Email {
position: absolute;
top: -95px;
}
.arrow-pop-up-container .mktoForm #LblNeeds, .arrow-pop-up-container .mktoForm #Needs {
margin-top: 55px;
margin-bottom: 20px;
}
.arrow-pop-up-container .mktoForm #Needs {
width: 60%!important;
}
.arrow-pop-up-container .mktoForm .mktoFormRow .mktoHtmlText {
width: 100%!important;
}
}

@media screen and (max-width: 490px) {
.arrow-pop-up-container .mktoForm #Country, .arrow-pop-up-container .mktoForm #LastName, .arrow-pop-up-container .mktoForm #Company, .arrow-pop-up-container .mktoForm #Email, .arrow-pop-up-container .mktoForm #PostalCode {
left: 0px;
}

.arrow-pop-up-container .mktoForm #LblEmail, .arrow-pop-up-container .mktoForm #Email, .arrow-pop-up-container .mktoForm #LblCompany, .arrow-pop-up-container .mktoForm #Company, .arrow-pop-up-container .mktoForm #LblPostalCode, .arrow-pop-up-container .mktoForm #PostalCode, .arrow-pop-up-container .mktoForm #LblLastName, .arrow-pop-up-container .mktoForm #LastName, .arrow-pop-up-container .mktoForm #LblCountry, .arrow-pop-up-container .mktoForm #Country, .arrow-pop-up-container .mktoForm #LblPhone, .arrow-pop-up-container .mktoForm #Phone {
position: relative;   
}

.arrow-pop-up-container .mktoForm #LblCompany, .arrow-pop-up-container .mktoForm #Company {
top: -125px;
}

.arrow-pop-up-container .mktoForm #LblEmail, .arrow-pop-up-container .mktoForm #Email {
top: -185px;
}
.arrow-pop-up-container .mktoForm #Needs {
margin-top: 0px;
}
.arrow-pop-up-container .mktoForm #LblLastName, .arrow-pop-up-container .mktoForm #LastName {
top: -65px;
}
.arrow-pop-up-container .mktoForm #LblPhone, .arrow-pop-up-container .mktoForm #Phone {
top: -55px;
}
.arrow-pop-up-container .mktoForm #Country, .arrow-pop-up-container .mktoForm #LblCountry {
top: 335px;
}
.arrow-pop-up-container .mktoForm #LblPostalCode, .arrow-pop-up-container .mktoForm #PostalCode {
top: 140px;
}
.arrow-pop-up-container .mktoForm #LblNeeds {
margin-top: 20px;
margin-bottom: 0px;
}
.arrow-pop-up-container .mktoForm textarea.mktoField {
font-size: 12.5px;
}
.arrow-pop-up-container .mktoForm input[type=text] {
width: 100%!important;
}
.arrow-pop-up-container .mktoForm #Needs {
width: 100%!important;	
height: 130px!important;
}
}


/* css below for 'cookie settings' button in footer */
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
color: #97ccef!important;
border: none!important;
padding-left: 0px!important;
opacity: 0.6!important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
background: none!important;
opacity: 0.9!important;
}



/* css below for HCI and Technical Support */
.tick-bullets {
position: relative;
margin-top: 120px;
background: #f1f1f1;
width: 120%;
    margin-left: -10%;
    padding: 50px;
border-radius: 40px;
}
.tick-bullets p {
font-size: 1.3rem;
}
.tick-bullets::before {
content: "";
    display: block;
    height: 20%;
    right: 0;
    top: -33px;
    position: absolute;
    width: 60%;
    z-index: -1;
    background: linear-gradient(to right, #ffffff, #dafaf9);
}
.tick-bullets::after {
content: "";
    display: block;
    height: 5rem;
    left: 0;
    position: absolute;
    width: 60%;
    z-index: -1;
    background: linear-gradient(to left, #ffffff, #dafaf9);
}
.tick-bullets ul {
padding-left: 40px;
}
.tick-bullets ul li:before {
background: none; 
}
.tick-bullets ul li {
background-image: url('../webp/tick-cyan.webp'); 
background-size: 27px 20px; 
background-repeat: no-repeat;
 background-position: 0 50%; 
padding-left: 40px;
}
.tick-bullets ul li:hover {
font-size: 1.05rem;
}
.blue-background {
background: linear-gradient(41deg, #112C51, #0D4B77, #0291CE);
margin-bottom: 150px;
}
.sub-list-bullets {
margin-left: 10px;
margin-top: 5px;
}
.regional-owl-carousel .item ul li ul .sub-list-bullets::before {
content: '-';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
}



.header-submenu-item-featured ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    gap: 20px;
}
.header-submenu-item-featured ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);

    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.header-submenu-item-featured a {
    display: block;
    white-space: normal !important;
    position: relative;
}
.header-submenu-item-featured a:hover {
    text-shadow: none !important;
}
.header-submenu-item-featured-img {
    padding-bottom: 54%;
}
.header-submenu-item-featured-box {
    padding: 39px 48px 80px;
    position: relative;
    min-height: 259px;
}
.header-submenu-item-featured a:hover .home-solutions-owl-arrow::before {
    opacity: 0;
}
.header-submenu-item-featured a:hover .home-solutions-owl-arrow::after {
    opacity: 1;
    width: 55px;
}
#entuity-documentation:hover,
#entuity-training:hover {
    text-shadow: 1px 0 0px #fff;
}
.header-submenu-full {
    width: 110% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
}
.header-submenu-full .header-submenu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 
}
.has-l-news .mobile-header {
    height: calc(94% - 40px);
}

@media only screen and (min-width: 1024px) and (max-height: 850px) {
    .header-nav > ul > li ul > li {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-height: 779px) {
    .header-submenu-title {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .header-submenu-is-label {
        font-size: 14px;
    }
    .header-nav > ul > li ul > li {
        margin-bottom: 5px;
    }
    .header-submenu {
        padding: 20px 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-height: 639px) {
    /* .header-submenu-title {
        font-size: 14px;
        padding-top: 0;
    }
    .header-submenu-is-label {
        font-size: 14px;
    } */
    .header-submenu {
        padding: 15px 20px;
    }
    .header-nav > ul > li ul > li {
        line-height: 1.1;
    }
    /* .header-nav > ul > li ul > li > a {
        font-size: 14px;
    } */
}


.object-fit {
    position: relative;
}
.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
   object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fit > iframe {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
.btn-blue.btn-blue-dark,
.btn-blue.btn-blue-dark:focus,
.btn-blue.btn-blue-dark:active {
    background: #112C51;
}
.btn-blue.btn-blue-dark:hover {
    background: #0096d1;
}

/* Homepage v4 start */
  /*  #onetrust-consent-sdk {
        display: none !important;
    }
    */
    .hp-v4-intro {
        padding: 262px 0 177px;
        position: relative;
        background: #112C51;
    }
    .hp-v4-intro-bg {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        overflow: hidden;
        z-index: 1;
    }
    .hp-v4-intro-bg iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 425vw;
        height: 140vh;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    .hp-v4-intro-bg::after {
        content: '';
        width: 100%; height: 100%;
        background: #112C51;
        opacity: 0.75;
        position: absolute;
        top: 0; left: 0;
        z-index: 2;
    }
    .hp-v4-intro .row {
        position: relative;
        z-index: 5;
    }
    .hp-v4-intro .row > :last-child {
        margin-bottom: 0;
    }
    .hp-v4-intro-title {
        font-size: 72px;
        font-weight: 700;
        line-height: 1.11;
        letter-spacing: -1.382px;
        letter-spacing: -0.0192em;
        padding-bottom: 32px;
        margin-bottom: 32px;
        position: relative;
        color: #fff;
    }
    .hp-v4-intro-title::after {
        content: '';
        width: 100%;
        max-width: 190px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0; left: 50%;
        transform: translateX(-50%);
    }
    .hp-v4-intro .simple-intro-text p {
        max-width: 820px;
        margin: 0 auto;
    }

    .hp-v4-section {
        padding: 140px 0;
        position: relative;
        overflow: hidden;
    }
    .hp-v4-section .text-20 {
        color: #061733;
    }
    .hp-v4-section h2 {
        line-height: inherit !important;
    }
    .pt-large {
        padding-top: 180px !important;
    }
    .pb-large {
        padding-bottom: 180px !important;
    }
    .pt-0 {
        padding-top: 0 !important;
    }
    .pb-0 {
        padding-bottom: 0 !important;
    }

    .hp-v4-tabs-section::after {
        content: '';
        width: 371px; height: 369px;
        background: url(../png/orn-hp-v4-tabs%402.png) no-repeat center center / contain;
        position: absolute;
        top: 0; right: 0;
        z-index: -1;
    }
    .hp-v4-tabs-section-top {
        margin-bottom: 40px;
    }
    .hp-v4-tabs-section-top .section-title {
        margin-bottom: 24px;
    }
    .hp-v4-tabs-section-top .text-20 {
        margin-bottom: 16px;
    }
    .hp-v4-tabs-section-top .text-20 p {
        max-width: 714px;
    }
    .hp-v4-tabs-section-top > :last-child {
        margin-bottom: 0;
    }
    .hp-v4-tabs-navhold {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        padding-right: 54px;
    }
    .hp-v4-tabs .tabs {
        background: none;
        border: none;
    }
    .hp-v4-tabs .tabs-title {
        float: none;
        display: block;
        margin-bottom: 48px;
    }
    .hp-v4-tabs .tabs-title:last-child {
        margin-bottom: 0;
    }
    .hp-v4-tabs .tabs-title a {
        display: inline-block;
        background: none !important;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.884px;
        color: rgba(17, 44, 81, 0.70);
        transition: 0.2s ease-in-out;
        position: relative;
        padding-right: 62px;
    }
    .hp-v4-tabs .tabs-title a::before {
        content: '';
        height: 14px;
        position: absolute;
        top: 50%; transform: translateY(-50%);
        right: 0;
        transition: 0.2s ease-in-out;
        width: 46px;
        opacity: 0;
        transition: 0.2s ease-in-out;
        background: url(../svg/icon-arrow.svg) no-repeat center center;
    }
    .hp-v4-tabs .tabs-title a:hover,
    .hp-v4-tabs .tabs-title.is-active a {
        color: #112C51;
    }
    .hp-v4-tabs .tabs-title.is-active a::before {
        opacity: 1;
    }
    .hp-v4-tabs .tabs-content {
        background: none !important;
        border: none !important;
    }
    .hp-v4-tabs {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		margin-bottom: 80px;
    }
    .hp-v4-tabs-contenthold {
        padding-left: 8px;
    }
    .hp-v4-tabs-content-item {
        border-radius: 18px;
        background: #FFF;
        -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.20);
        overflow: hidden;
    }
    .hp-v4-tabs-content-item-img {
        padding-bottom: 48.1%;
    }
    .hp-v4-tabs-content-item-textbox {
        padding: 40px 40px 96px;
        position: relative;
    }
    .hp-v4-tabs-content-item-link {
        position: absolute;
        bottom: 40px; left: 40px; right: 40px;
    }

    .hp-v4-stats-section::after {
        content: '';
        width: 510px; height: 586px;
        background: url(../png/orn-hp-v4-stats-section%402.png) no-repeat center center / contain;
        position: absolute;
        bottom: 0; left: 0;
        z-index: -1;
    }
    .hp-v4-stats-imghold {
        padding-right: 40px;
    }
    .hp-v4-stats-img {
        padding-bottom: 94.9%;
        border-radius: 18px;
        overflow: hidden;
    }
    .hp-v4-stats-texthold {
        padding-left: 10px;
    }
    .hp-v4-stats-texthold .section-title {
        margin-bottom: 32px;
    }
    .hp-v4-stats-list {
        margin-top: 64px;
    }
    .hp-v4-stats-list ul {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 20px;
    }
    .hp-v4-stats-list ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
        flex: 1 1 calc(33.33% - 20px);
    }
    .hp-v4-stats-list-title-title {
        color: #112c51;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 0.86px;
    }
    .hp-v4-stats-list-img {
        margin-bottom: 20px;
        height: 84px;
    }
    .hp-v4-stats-list-img img {
        max-height: 84px;
    }
    .hp-v4-stats-list-title {
        color: #0391CE;
        font-size: 56px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 6px;
        letter-spacing: 0.86px;
    }
    .hp-v4-stats-list-text {
        color: #061733;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
    }
    .hp-v4-stats-list-text a {
        color: #061733;
        text-decoration: underline;
        transition: 0.2s ease-in-out;
    }
    .hp-v4-stats-list-text a:hover {
        color: #009fdf;
    }
    .hp-v4-featured-hold {
        margin-top: 130px;
        padding: 0 8.5%;
    }
    .hp-v4-featured-owl {
        border-radius: 18px;
        background: #EAF5FC;
        padding: 28px 40px;
    }
    .hp-v4-featured-owl .item a {
        display: block;
        position: relative;
        padding-bottom: 47px;
        padding-right: 5%;
    }
    .hp-v4-featured-owl .item a::before,
    .hp-v4-featured-owl .item a::after {
        content: '';
        height: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.2s ease-in-out;
        width: 46px;
    }
    .hp-v4-featured-owl .item a::before {
        background: url(../svg/icon-arrow.svg) no-repeat center center;
    }
    .hp-v4-featured-owl .item a::after {
        background: url(../svg/icon-arrow-hovered.svg) no-repeat center center;
        opacity: 0;
    }
    .hp-v4-featured-owl .item a:hover::before {
        opacity: 0;
    }
    .hp-v4-featured-owl .item a:hover::after {
        opacity: 1;
        width: 55px;
    }
    .hp-v4-featured-owl-label {
        color: #061733;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.8px;
        margin-top: 60px;
    }
    .hp-v4-featured-owl-title {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.48px;
    }
    .hp-v4-featured-owl .owl-dots {
        position: absolute;
        top: 20px; right: 40px;
        
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        gap: 6px;
    }
    .hp-v4-featured-owl .owl-dots .owl-dot {
        display: inline-block;
        width: 8px; height: 8px;
        border-radius: 50%;
        background: #112C51;
        opacity: 0.5;
        transition: 0.2s ease-in-out;
    }
    .hp-v4-featured-owl .owl-dots .owl-dot.active {
        opacity: 1;
    }

    .hp-v4-3features-section {
        background: -o-linear-gradient(58deg, #112C51 34.55%, #0D4B77 61.66%, #0291CE 94.95%);
        background: linear-gradient(32deg, #112C51 34.55%, #0D4B77 61.66%, #0291CE 94.95%);
    }
    .hp-v4-3features-section-top {
        margin-bottom: 64px;
    }
    .hp-v4-3features-section-top > :last-child {
        margin-bottom: 0;
    }
    .hp-v4-3features-section-top .section-title {
        margin-bottom: 24px;
    }
    .hp-v4-3features-section-list {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 40px;
    }
    .hp-v4-3features-section-list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 40px);
        flex: 1 1 calc(33.33% - 40px);

        border-radius: 18px;
        background: #0A2849;
    }
    .hp-v4-3features-section-list-item-top {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;

        padding: 32px 40px;
        min-height: 128px;
        border-bottom: 1px solid #FFD600;

        color: #fff;
        font-size: 32px;
        font-weight: 500;
        line-height: 0.91;
    }
    .hp-v4-3features-section-list-item-top img {
        max-height: 68px;
        margin-right: 24px;
    }
    .hp-v4-3features-section-list-item-text {
        padding: 30px 36px;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.45;
    }
    .hp-v4-3features-section-list-item-text p:not(:last-child) {
        padding-bottom: 24px;
        border-bottom: 1px solid #fff;
        margin-bottom: 14px;
    }

    .hp-v4-testimonials-section {
        background: #112C51;
    }
    .hp-v4-testimonials-section::after {
        content: '';
        width: 1115px; height: 730px;
        background: url(../png/orn-hp-v4-testimonials%402.png)  no-repeat center center / contain;
        position: absolute;
        bottom: 0; left: 0;
    }
    .hp-v4-testimonials-section .section-title {
        margin-bottom: 56px;
    }
    .hp-v4-testimonials-owl {
        padding-right: 35.48%;
    }
    .hp-v4-testimonials-owl .owl-stage-outer {
        width: 100vw;
    }
    .hp-v4-testimonials-owl .owl-stage {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .hp-v4-testimonials-owl .item {
        background: #061733;
        border-radius: 18px;
        opacity: 0.6;
        transition: 0.2s ease-in-out;
        height: 100%;
    }
    .hp-v4-testimonials-owl .owl-item.active .item {
        opacity: 1;
    }
    .hp-v4-testimonials-owl-imghold {
        padding-left: 27.86%;
        margin-bottom: 70px;
    }
    .hp-v4-testimonials-owl-img {
        border-radius: 1000px 0px 0px 1000px;
        background: #97CBF0;
        padding-bottom: 46.5%;
        overflow: hidden;
    }
    .hp-v4-testimonials-owl-img img {
        width: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .hp-v4-testimonials-owl-textbox {
        padding: 0 48px 48px;
    }
    .hp-v4-testimonials-owl-text {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.884px;
        padding-top: 66px;
        position: relative;
    }
    .hp-v4-testimonials-owl-text::before {
        content: '';
        width: 59px; height: 42px;
        background: url(../png/icon-quote-grad.png) no-repeat center center / contain;
        position: absolute;
        top: 0; left: 0;
    }
    .hp-v4-testimonials-owl-info {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.884px;
        margin-top: 67px;
    }
    .hp-v4-testimonials-owl-info span {
        display: block;
        font-size: 16px;
    }
    .hp-v4-testimonials-owl-info img {
        max-height: 63px;
        margin-left: 40px;
    }
    .hp-v4-testimonials-owl .owl-dots {
        margin-top: 32px;
        gap: 6px;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .hp-v4-testimonials-owl .owl-dot {
        width: 8px; height: 8px;
        border-radius: 32px;
        background: #FFD600 !important;
        transition: 0.4s ease-in-out;
    }
    .hp-v4-testimonials-owl .owl-dot.active {
        width: 30px;
    }

    .hp-v4-about-section-left {
        padding-right: 60px;
    }
    .hp-v4-about-section-left .section-title {
        margin-bottom: 33px;
    }
    .hp-v4-about-section-right {
        padding-left: 12px;
    }
    .hp-v4-about-section-right > div:not(:last-child) {
        margin-bottom: 40px;
    }
    .hp-v4-about-section-logos {
        margin-top: 120px;
    }
    .hp-v4-about-section-logos-owl .owl-stage-outer {
        overflow: visible;
    }
    .hp-v4-about-section-logos-owl .owl-stage {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hp-v4-about-section-logos-owl .item {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hp-v4-about-section-logos-owl .item span {
        margin-right: 80px;
    }
    .hp-v4-about-section-logos-owl .item img {
        max-height: 107px;
    }

    .hp-v4-cta-section.hp-v4-cta-section-blue::after {
        content: '';
        width: 100%; height: 50%;
        background: #F1F8FD;
        position: absolute;
        bottom: 0; left: 0;
    }
    .hp-v4-cta-box {
        border-radius: 18px;
        overflow: hidden;
        background: #112C51;
        padding: 72px 16.62%;
        position: relative;
        z-index: 2;
    }
    .hp-v4-cta-box-bg {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        overflow: hidden;
    }
    .hp-v4-cta-box-text {
        position: relative;
        z-index: 2;
    }
    .hp-v4-cta-box-text > div {
        margin-bottom: 33px;
    }
    .hp-v4-cta-box-text > div:last-child {
        margin-bottom: 0;
    }

    .hp-v4-rresources-section {
        background: #F1F8FD;
    }
    .hp-v4-rresources-section .section-title {
        margin-bottom: 56px;
    }
    .hp-v4-rresources-tabs {
        position: relative;
    }
    .hp-v4-rresources-tabs-posts-btn {
        position: absolute;
        top: 0; right: 0;
    }
    .hp-v4-rresources-tabs-posts-btn-mobile {
        margin-top: 40px;
    }
    .hp-v4-rresources-tabs .tabs {
        background: none;
        border: none;

        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        margin-bottom: 32px;
        padding-right: 30%;
    }
    .hp-v4-rresources-tabs .tabs-content {
        background: none;
        border: none;
    }
    .hp-v4-rresources-tabs .tabs-title {
        margin: 0 56px 24px 0;
    }
    .hp-v4-rresources-tabs .tabs-title a {
        display: block;
        padding: 6px 24px;
        border-radius: 100px;
        border: 1px solid transparent;
        transition: 0.2s ease-in-out;
        color: #112C51;
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: none !important;
    }
    .hp-v4-rresources-tabs .tabs-title a:hover,
    .hp-v4-rresources-tabs .tabs-title.is-active a {
        border-color: #112C51;
    }
    .hp-v4-rresources-tabs-posts {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 20px;
    }
    .hp-v4-rresources-tabs-posts a {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -ms-flex-line-pack: justify;
        align-content: space-between;

        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
        flex: 1 1 calc(33.33% - 20px);

        padding: 40px;
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        min-height: 462px;
        background: #112C51;
    }
    .hp-v4-rresources-img {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: 0;
    }
    .hp-v4-rresources-img::after {
        content: '';
        width: 100%; height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-10.23%, rgba(17, 44, 81, 0.00)), color-stop(82.35%, #112C51));
        background: -o-linear-gradient(top, rgba(17, 44, 81, 0.00) -10.23%, #112C51 82.35%);
        background: linear-gradient(180deg, rgba(17, 44, 81, 0.00) -10.23%, #112C51 82.35%);
        position: absolute;
        top: 0; left: 0;
        z-index: 2;
    }
    .hp-v4-rresources-tag {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1.2px;
        margin-bottom: 40px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
    }
    .hp-v4-rresources-textbox {
        position: relative;
        z-index: 2;
    }
    .hp-v4-rresources-title {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.884px;
        margin-bottom: 40px;
    }
    .hp-v4-rresources-tabs-posts a:hover .btn-view-all {
        color: #009FDF;
    }
    .hp-v4-rresources-tabs-posts a:hover .btn-view-all::before {
        opacity: 0;
    }
    .hp-v4-rresources-tabs-posts a:hover .btn-view-all::after {
        opacity: 1;
        width: 55px;
    }

    .btn-view-all.btn-view-all-yellow,
    .btn-view-all.btn-view-all-yellow:focus,
    .btn-view-all.btn-view-all-yellow:active {
        color: #FFD600;
    }
    .btn-view-all.btn-view-all-yellow::before {
        background: url(../svg/icon-arrow-yellow.svg) no-repeat center center;
    }
    .hp-v4-tabs-navhold-trigger {
        display: none !important;
        visibility: hidden;
    }

    @media only screen and (min-width: 1024px) and (max-height: 680px) {
        .hp-v4-intro-bg iframe {
            height: 170vh;
        }
    }
    @media only screen and (max-width: 1023px) {
        .hp-v4-intro {
            padding: 180px 0 140px;
        }
        .hp-v4-intro-title {
            font-size: 65px;
        }
        .hp-v4-section {
            padding: 100px 0;
        }
        .pt-large {
            padding-top: 140px !important;
        }
        .pb-large {
            padding-bottom: 140px !important;
        }
        .hp-v4-tabs-section-top {
            padding-right: 10%;
            margin-bottom: 24px;
        }
        .hp-v4-tabs-navhold {
            padding-right: 0;
            display: block;
            margin-bottom: 24px;
            position: relative;
        }
        .hp-v4-tabs-navhold.is-active .hp-v4-tabs-navhold-trigger {
            border-radius: 16px 16px 0 0 ;
        }
        .hp-v4-tabs .tabs {
            position: absolute;
            top: calc(100% - 2px);
            left: 0;
            right: 0;
            background: #fff;
            border-radius: 0 0 16px 16px;
            border: 1px solid #112C51;
            z-index: 2;
            padding: 8px 56px 8px 24px;
            border-top: none;
            display: none;
        }
        .hp-v4-tabs-navhold-trigger {
            display: block !important;
            color: #112C51;
            font-size: 16px;
            font-weight: 700;
            line-height: 2.06;
            border-radius: 100px;
            border: 1px solid #112C51;
            padding: 8px 56px 8px 24px;
            position: relative;
            cursor: pointer;
            background: #fff;
            visibility: visible;
        }
        .hp-v4-tabs-navhold-trigger::after {
            content: '';
            width: 21px;
            height: 12px;
            background: url(../svg/icon-dropdown-chev-blue.svg) no-repeat center center / contain;
            position: absolute;
            top: 50%;
            right: 26px;
            transform: translateY(-50%);
        }
        .hp-v4-tabs .tabs-title.is-active {
            display: none;
        }
        .hp-v4-tabs .tabs-title {
            margin: 0 0 20px;
        }
        .hp-v4-tabs .tabs-title:last-child {
            margin-bottom: 12px;
        }
        .hp-v4-tabs .tabs-title a {
            font-size: 16px;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            letter-spacing: normal;
            line-height: 2.06;
            color: #112C51;
        }
        .hp-v4-tabs .tabs-title a::before {
            display: none;
        }
        .hp-v4-tabs-contenthold {
            padding-left: 0;
        }
        .hp-v4-stats-imghold {
            padding-right: 0;
            margin-bottom: 24px;
        }
        .hp-v4-featured-hold {
            padding: 0;
        }
        .hp-v4-stats-texthold {
            padding-left: 0;
        }
        .hp-v4-3features-section-list-item {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%;
        }
        .hp-v4-testimonials-owl {
            padding-right: 0;
        }
        .hp-v4-testimonials-owl-text {
            font-size: 24px;
        }
        .hp-v4-about-section-left {
            padding-right: 0;
        }
        .hp-v4-about-section-right {
            padding-left: 0;
            margin-top: 20px;
        }
        .hp-v4-rresources-tabs .tabs {
            margin-bottom: 20px;
            padding-right: 0;
        }
        .hp-v4-rresources-tabs .tabs-title {
            margin: 0 20px 20px 0;
        }
        .hp-v4-rresources-tabs-posts a {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%;
            min-height: 362px;
        }
    }
    @media only screen and (max-width: 639px) {
        .hp-v4-intro {
            padding: 130px 0 80px;
        }
        .hp-v4-intro-title {
            font-size: 42px;
        }
        .hp-v4-section {
            padding: 80px 0;
        }
        .pt-large {
            padding-top: 100px !important;
        }
        .pb-large {
            padding-bottom: 100px !important;
        }
        .hp-v4-tabs-content-item-textbox {
            padding: 20px 20px 96px;
        }
        .hp-v4-tabs-content-item-link {
            bottom: 20px;
            left: 20px;
            right: 20px;
        }
        .hp-v4-tabs-section::after {
            width: 186px;
            height: 184px;
        }
        .hp-v4-stats-list ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%;
        }
        .hp-v4-featured-owl {
            padding: 28px 20px;
        }
        .hp-v4-featured-owl-title {
            font-size: 20px;
        }
        .hp-v4-stats-list {
            margin-top: 40px;
        }
        .hp-v4-stats-section::after {
            width: 255px;
            height: 293px;
        }
        .hp-v4-3features-section-list-item-text {
            padding: 30px 24px;
            font-size: 16px;
        }
        .hp-v4-3features-section-list-item-top {
            padding: 32px 24px;
            font-size: 24px;
            min-height: 1px;
        }
        .hp-v4-3features-section-list-item-top img {
            max-height: 56px;
        }
        .hp-v4-3features-section-top {
            margin-bottom: 40px;
        }
        .hp-v4-testimonials-owl-textbox {
            padding: 0 24px 32px;
        }
        .hp-v4-testimonials-owl-imghold {
            padding-left: 10%;
            margin-bottom: 40px;
        }
        .hp-v4-testimonials-owl-text {
            font-size: 20px;
        }
        .hp-v4-testimonials-owl-info {
            display: block;
            font-size: 16px;
            margin-top: 40px;
        }
        .hp-v4-testimonials-owl-info > div {
            width: 100%;
        }
        .hp-v4-testimonials-owl-info span {
            display: block;
            font-size: 14px;
        }
        .hp-v4-testimonials-owl-info img {
            margin-left: 0;
            margin-top: 20px;
        }
        .hp-v4-testimonials-section .section-title {
            margin-bottom: 40px;
        }
        .hp-v4-testimonials-section::after {
            width: 558px;
            height: 365px;
        }
        .hp-v4-about-section-logos-owl .item img {
            max-width: 160px;
            max-height: 87px;
        }
        .hp-v4-about-section-logos-owl .item span {
            margin-right: 40px;
        }
        .hp-v4-cta-box {
            padding: 40px 10%;
        }
        .hp-v4-rresources-section .section-title {
            margin-bottom: 40px;
        }
        .hp-v4-rresources-tabs .tabs {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            overflow: auto;
            width: calc(100% + 50px);
            margin-left: -25px;
            padding-left: 25px;
        }
        .hp-v4-rresources-tabs .tabs-title a {
            white-space: nowrap;
            padding: 6px 16px;
            font-size: 14px;
        }
        .hp-v4-rresources-tabs .tabs-title {
            margin: 0 10px 10px 0;
        }
        .hp-v4-rresources-tabs-posts a {
            padding: 32px 20px;
        }
        .hp-v4-rresources-title {
            font-size: 24px;
        }
    }
/* Homepage v4 end */

/* Jack additions to v4 Homepage */ 
.item-flex {
display: flex;
}
.homepage-v4-featured-image-container {
position: relative;
width: 100%;
height: 240px;
}
.homepage-v4-featured-image {
width: 320px;
top: 50%;
position: absolute;
margin: 0;
right: 5%;
transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}
.homepage-v4-featured-image img {
border-radius: 10px;
}
.hp-v4-featured-hold .owl-carousel.owl-loaded {
max-height: 350px;
}

@media only screen and (max-width: 1023px) {
.homepage-v4-featured-image-container {
display: none;
}
}
/* Jack additions to v4 Homepage end */ 

/* Value prop CSS */
.value-prop-right-inner {
background: #fff!important;
}
.value-prop-right {
background: #fff!important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)!important;
}
.value-prop-right-inner > *:not(:first-child) {
    display: none;
}

.value-prop-container {
display: flex;
max-width: 1150px;
margin: auto;
margin-bottom: 200px;
clear: both;
}

.value-prop-left {
width: 35%;
}
.value-prop-nav-list {
height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.value-prop-nav-text {
background: #0D4B77;
height: 25%;
border-radius: 10px;
position: relative;
z-index: 1;
list-style: none;
}
.value-prop-nav-text:hover {
cursor: pointer;
}
.value-prop-nav-text p {
color: white;
margin-top: 5%;
margin-left: 5%;
font-weight: 600;
font-size: 1.2rem;
}
.value-prop-right {
margin-left: 100px;
background: #f3f3f3;
width: 100%;
border-radius: 40px; 
}
.value-prop-right-inner {
    margin: 50px;
    padding: 30px;
    background: #fbfafa;
    border-radius: 10px;
}
.value-prop-list li {
margin-bottom: 20px;
font-size: 1.2rem;
font-weight: 500;
}
.value-prop-arrow-holder {
width: 17%;
position: absolute;
    right: 0;
    bottom: 5px;
animation: bounce 1s ease-in-out infinite;
}
@keyframes bounce {
    0% {
        right: 0;
    }
    50% {
        right: 10px; 
    }
    100% {
        right: 0;
    }
}

@media only screen and (max-width: 1000px) {
.value-prop-container {
flex-direction: column-reverse;
width: 90%;
margin-bottom: 100px;
}
.value-prop-right {
margin-left: 0px;
border-radius: 10px;
}
.value-prop-left {
width: 85%;
margin: auto;
}
.value-prop-nav-text {
margin: 20px;
padding: 10px;
}
.value-prop-right-inner {
padding: 20px;
margin: 20px;
}
.value-prop-arrow-holder {
transform: rotate(-90deg);
width: 25px;
right: 10px;
bottom: 20px;
animation: none;
}
.value-prop-list li {
font-size: 1rem;
}
.value-prop-nav-text p {
margin-top: 2%;
}
}

/* End of Value prop CSS */

/* Start of TPM Lifecycle Graphic CSS */
.tpm-support-lifecycle-section {
margin: -100px 0px 100px 0px;
}
.tpm-support-lifecycle-section .entry p {
text-align: center;
}
.tpm-lifecycle-container {
  display: flex;
  width: 1200px;
  margin: auto;
  height: 900px;
  padding-top: 70px;
}
.tpm-lifecycle-left {
  width: 50%;
  height:700px;
}
.circle-container {
  position: relative;
}
.tpm-lifecycle-image-container {
    width: 30%;
    margin-bottom: 30px;
    padding-top: 30px;
}
.tpm-lifecycle-left-inner {
  margin-left: 140px;
  margin-top: 150px;
  position: relative;
  width:50%;
}
.tpm-lifecycle-right {
  width: 50%;
  padding-top: 10px;
}
.tpm-lifecycle-right-inner {
  height: 680px;
  width: 90%;
  margin: auto;
}
.tpm-lifecycle-text-container {  
  width: 20%;
  position: relative;
  margin-left: 85px;
  margin-top: 5px;
  margin-bottom: 60px;
  width: 280px;
}
.tpm-lifecycle-text-container:before{
  content: ""; 
  display: block;
  position: relative;
  border: 1px solid;
  top: 58px;
}
.tpm-lifecycle-text-container:nth-of-type(1):before {
  border-color: #97ccef;
  width: 362px;
  left:-390px;
}
.tpm-lifecycle-text-container:nth-of-type(2):before {
  border-color: #2cbba1;
  width: 160px;
  left: -190px;
}
.tpm-lifecycle-text-container:nth-of-type(3):before {
  border-color: #009fdf;
  width: 156px;
  left: -180px;
}
.tpm-lifecycle-text-container:nth-of-type(4):before {
  border-color: #485bc7;
  width: 362px;
  left: -390px;
}
.tpm-lifecycle-text-container span {
  position: absolute;
  top: 47px;
  border-radius: 100%;
  background: white;
  width:20px;
  height:20px;
  border: 3px solid;
}
.tpm-lifecycle-text-container:nth-of-type(1) span {
  left: -410px;
  border-color: #97ccef;
}
.tpm-lifecycle-text-container:nth-of-type(2) span {
  left: -210px;
  border-color: #2cbba1;
}
.tpm-lifecycle-text-container:nth-of-type(3) span {
  left: -200px;
  border-color: #009fdf;
}
.tpm-lifecycle-text-container:nth-of-type(4) span {
  left: -410px;
  border-color: #485bc7;
}
#tpmCanvas {
    position: absolute;
    top:-235px;
    left:-210px;
    transform: rotate(-18deg);
  margin-top: 50px;
}
.lifecycle-text-header {
  position: relative;
  width: 80%;
  margin-bottom: 8px;
  font-weight: 900;
}
.lifecycle-sub-text {
  position: relative;
  width: 120%;
font-size: 14px;
}
.tpm-lifecycle-text-container:nth-child(1) .lifecycle-text-header h4 {
  color: #97ccef;
}
.tpm-lifecycle-text-container:nth-child(2) .lifecycle-text-header h4 {
  color: #2cbba1;
}
.tpm-lifecycle-text-container:nth-child(3) .lifecycle-text-header h4 {
  color: #009fdf;
}
.tpm-lifecycle-text-container:nth-child(4) .lifecycle-text-header h4 {
  color: #485bc7;
}
.tpm-lifecycle-graphic-header h3 {
    color: #112c51;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.88px;
    margin-bottom: 10px;
    width: 100%;
}
.tpm-lifecycle-graphic-subtext {
    width: 100%;
    font-size: 22px;
}
.tpm-support-lifecycle-section .discover-overview-section:last-of-type .section-text.entry p {
    font-size: 18px;
    font-weight: 700;
}


@media screen and (max-width: 1024px) {
#tpmCanvas {
display: none;
}
.tpm-support-lifecycle-section {
margin-top: 50px;
}
.tpm-lifecycle-container {
display: block;
height: auto;
 width: 100%;
padding-top: 0px;
margin-bottom: 100px;
clear: both;
}
.tpm-lifecycle-graphic-header h3 {
font-size: 22px;
}
.tpm-lifecycle-graphic-subtext {
font-size: 19px;
}
.tpm-lifecycle-left {
width: 90%;
height: auto;
}
.tpm-lifecycle-left-inner {
margin: auto;
width: 90%;
}
.tpm-lifecycle-image-container {
width: 75px;
}
tpm-lifecycle-graphic-header {
margin: 50px 0px 30px;
width: 70%;
}
.tpm-lifecycle-text-container{
margin-left: 7%;
width: 100%;
}
.tpm-lifecycle-text-container span { 
display: none;
}
.tpm-lifecycle-text-container:before{
  top: 60px!important;
  transform: rotate(90deg)!important;
  width: 120px!important;
  left: -100px!important;
}
.tpm-lifecycle-right {
margin-top: 50px; 
width:80%;
margin-bottom: 100px;
}
.tpm-lifecycle-right-inner {
height: auto;
}
.lifecycle-sub-text {
width: 100%;
}
}


/* End of TPM Lifecycle Graphic CSS */

/* CSS to add faq code to bottom of blog (single.php) pages*/

.blog-faq-section {
margin: 100px 16% 200px;
box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
padding-top: 50px;
border-radius: 20px;
}
.blog-faq-section .faq-indent {
margin-left: 2%;
}
.blog-faq-section .faq-accordion .blog-faq-content {
color: #112c51;
padding-top: 15px;
height: 120px;
font-weight: 600;
}
@media screen and (max-width: 1400px) {
.blog-faq-section {
margin: 80px 0px 100px;
}
.blog-faq-section .faq-indent {
font-size: 32px;
}
}
@media screen and (max-width: 1000px) {
.blog-faq-section .faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-item {
border-bottom: none;
}
.blog-faq-section .faq-accordion.faq-accordion-orange.faq-accordion-orange-updated .accordion-title {
clear: both;
}
.blog-faq-section .accordion-content p:last-child {
margin-bottom: 50px;
}
}

/* End of CSS to add faq code to bottom of blog (single.php) pages*/


/* Start of css for updated TPM model pages for 2025 */

.entuity-overview-section-left.model-page-decreased-padding {
padding: 0 4.0% 0 1.0%;
}
.minimal-padding {
padding: 10px 0 10px;
}
.model-margin-top {
margin-top: 150px;
}
.minimal-bottom-margin {
margin-bottom: 10px;
}
.darker-text {
color: #112c51;	
}
.model-page-flex {
display: flex;
flex-direction: column;
}
.model-page-callouts {
background: #eaeaea;
border-radius: 30px;
}
.model-callouts-inner {
padding: 30px;
}
.model-callouts-inner .model-callout-text {
margin-bottom: 10px;
}
.model-callout-title {
margin-top: 15px;
margin-bottom: 15px;
}
.model-callout-flex {
display: flex;
width: 60%; 
height: 300px;
margin-top: 70px; 
position: relative;
align-self: self-end;
}
.model-page-navbar {
display: flex;
margin: auto;
}
.model-arrow-image {
width: 50%;
}
.model-tab-text {
writing-mode: vertical-rl;
text-orientation: mixed;
font-size: 1.5rem;
}
.sla-flex {
clear: both;
display: flex;
padding-top: 50px;
}
.individual-sla-container {
margin: 0% 2.5%;	
padding: 20px;
background: #fff;
border-radius: 5px;
}
.sla-time {
text-align: center;
padding: 30px;
width: 80%;
margin: auto;
background: #bfe5f3;
font-size: 28px;
font-weight: 500;
border: solid 0.5px;
}
.sla-introduction {
margin: 40px 10px 35px;	
}
.sla-introduction p {
font-size: 14px;	
}
.sla-details {
margin: 0px 10px;
}
.sla-details li{
font-weight: 600;
font-size: 0.85rem;
margin: 12px 0px;
list-style-type: disc;
}
.model-page-background {
background: #d5ebf9;
}
.model-benefit-title {
font-weight: 800;
text-decoration: underline;	
margin-bottom: 5px;
}
.owl-carousel.model-benefits-carousel .owl-item img {
margin: auto;	
}
@media only screen and (max-width: 1023px) {
.sla-flex {
display: block;
}
.individual-sla-container {
margin: 40px 20px;
width: 90%;
}
.sla-time {
width: 70%;
font-size: 20px;
}
}
@media only screen and (min-width: 1023px) {
.model-margin-left {
margin-left: 70px;
}
.model-benefits-carousel {
width: 1250px!important;
}
}
/* End of css for updated TPM model pages for 2025 */