/* 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: 5px 0 0;
    transition: 0.2s;
    z-index: 999;
}
header.has-l-news {
    padding-top: 0 !important;
}
.header-nav-small {
    position: relative;
    z-index: 2;
}
.header-nav-small > ul {
    float: right;
    border-radius: 17px;
    background: #fff;
    padding: 7px 30px 0;
    position: relative;
    top: 5px;
    transition: 0.2s ease-in-out;
}
.header-nav-small ul li {
    float: left;
    margin-right: 18px;
    position: relative;
    padding-bottom: 10px;
    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: #112c51;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    position: relative;
    transition: 0.2s;
    z-index: 1;
    white-space: nowrap;
}
.header-nav-small 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;
}
.header-nav-small ul li a:hover {
    color: #112c51;
}
.header-nav-small ul li a:hover::after {
    width: 96%;
}
.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: 10px;
    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: 10px;
    max-height: 36px;
}
.btn-search,
.btn-search:focus,
.btn-search:active {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #d5eaf9 url(../fonts/icon-header-search-blue.svg) no-repeat center center;
    border-radius: 50%;
    transition: 0.2s;
}
.btn-search:hover {
    opacity: 0.7;
}

.header-nav {
    padding-top: 22px;
}
.header-nav > ul > li {
    float: left;
    margin-right: 40px;
    position: relative;
    padding-bottom: 17px;
}
.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: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    cursor: default;
}
.header-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;
}
.header-nav > ul > li:hover > a::after {
    width: 95%;
}
.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: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    transition: 0.2s;
    white-space: nowrap;
    z-index: 1;
}
.header-nav > ul > li 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;
}
.header-nav > ul > li ul > li > a:hover::after {
    width: 97%;
}
.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: 29px 35px 35px 35px;
    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;
}
.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(../fonts/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;
}

#products-desk-submenu {
    min-width: 895px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-submenu-item {
    float: left;
    width: 30.666%;
    margin-right: 4%;
}
.header-submenu-item:last-child {
    margin-right: 0;
}
.header-submenu-title {
    color: #112c51;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 11px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

#solutions-desk-submenu {
    min-width: 720px;
    min-height: 352px;
}
.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 30px;
    display: none;
    position: relative;
    height: calc(100% - 30px);
}
.mobile-header .row {
    height: 100%;
    padding: 0;
}
.mobile-header-nav {
    margin-bottom: 29px;
    padding: 0 25px 0;
    height: calc(100% - 88px);
    overflow-y: auto;
}
.mobile-header-bottom-wrap {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
/* .mobile-header-nav > ul > li {
    margin-bottom: 22px;
} */
.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(../fonts/icon-mobile-nav-arrow.svg) no-repeat center center;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
.mobile-header-bottom {
    padding: 0 25px;
}
.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(../fonts/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.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 {
    background: -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: linear-gradient(32deg, #112C51, #0D4B77, #0291CE);
    padding: 271px 0 0;
    position: relative;
    z-index: -1;
}
footer .row {
    position: relative;
    z-index: 1;
}
.footer-circle {
    width: 802px;
    height: 802px;
    /* background: url(../images/icon-circle-dots-blue.png) no-repeat center center; */
    position: absolute;
    top: -672px;
    left: -477px;
    z-index: -1;
}
.footer-logo {
    margin-bottom: 60px;
}
.footer-contact {
    margin-bottom: 46px;
}
.footer-subscribe {
    margin-bottom: 38px;
}
.footer-subscribe label {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 13px;
}
.footer-subscribe-input {
    display: inline-block;
    max-width: 260px;
    position: relative;
}
.footer-subscribe-input input,
.footer-subscribe-input input:focus,
.footer-subscribe-input input:active {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    height: 36px !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #112c51 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 9px 90px 9px 15px !important;
    width: 228px !important;
}
.footer-subscribe-input input::placeholder {
    color: #112c51;
    opacity: 1;
}
.footer-subscribe-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #112c51;
    opacity: 1;
}
.footer-subscribe-input input::-moz-placeholder { /* Firefox 19+ */
    color: #112c51;
    opacity: 1;
}
.footer-subscribe-input input:-ms-input-placeholder { /* IE 10+ */
    color: #112c51;
    opacity: 1;
}
.footer-subscribe-input input:-moz-placeholder { /* Firefox 18- */
    color: #112c51;
    opacity: 1;
}
.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: 36px !important;
    /* border-radius: 50% !important; */
    border-radius: 32.5px !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-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 ul li {
    float: left;
    margin-right: 16px;
}
.footer-socials ul li:last-child {
    margin-right: 0;
}
.footer-socials ul li a {
    transition: 0.2s;
}
.footer-socials ul li a:hover {
    opacity: 0.7;
}
.footer-facebook {
    display: inline-block;
    width: 10.43px;
    height: 20px;
    background: url(../fonts/icon-footer-facebook.svg) no-repeat center center;
}
.footer-twitter {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../fonts/icon-footer-twitter.svg) no-repeat center center;
}
.footer-linkedin {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../fonts/icon-footer-linkedin.svg) no-repeat center center;
}
.footer-youtube {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../fonts/icon-footer-youtube.svg) no-repeat center center;
}
.footer-apple {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../fonts/icon-footer-apple.svg) no-repeat center center;
}
.footer-google {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../fonts/icon-footer-google.svg) no-repeat center center;
}
.footer-item {
    padding: 0 30px 0 0;
}
.footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  margin-bottom: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-nav {
    margin-bottom: 61px;
}
.footer-nav ul li {
    margin-bottom: 15px;
}
.footer-nav ul li:last-child {
    margin-bottom: 0;
}
.footer-nav ul li a {
  font-size: 14px;
  line-height: 16px;
  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(../fonts/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: -190px;
    z-index: 2;
}
.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: 58px 0;
}
.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;
}
.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: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.cta-box-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.cta-box-btn {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 0;
}
.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 0 20px 0;
    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: 75px;
    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(../images/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(../images/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(../fonts/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(../fonts/icon-arrow.svg) no-repeat center center;
}
.home-solutions-owl-arrow::after {
    background: url(../fonts/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(../fonts/icon-owl-prev-blue.svg) no-repeat center center;
}
.home-solutions-owl .owl-nav button.owl-next {
    background: url(../fonts/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(../fonts/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(../images/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(../fonts/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(../fonts/icon-arrow.svg) no-repeat center center;
}
.home-unique-services-list ul li a::after {
    background: url(../fonts/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(../fonts/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(../fonts/icon-owl-prev-yellow.svg) no-repeat center center;
}
.home-testimonial-owl .owl-nav button.owl-next {
    background: url(../fonts/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: 32.2%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    min-height: 318px;
}
.home-resources-list ul li:nth-child(3n) {
    margin-right: 0;
}
.home-resources-list ul li:nth-child(3n + 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;
}

/* 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, ".") ".";
    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;
}

/* 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(../fonts/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-item {
    padding: 0 10px 0 0;
    margin-bottom: 60px;
}
.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(../fonts/icon-arrow.svg) no-repeat center center;
}
.btn-view-all::after {
    background: url(../fonts/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(../fonts/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(../fonts/icon-pagination-prev.svg) no-repeat center center !important;
    transition: 0.2s;
}
.pagination .next {
    background: url(../fonts/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 table tbody td:nth-child(3) {
    text-align: right;
}
.eosl-search-results tbody tr {
    background: transparent !important;
    border: none;
    border-top: 1px solid #dcdcdc;
}
.eosl-search-results table tr th:nth-child(2),
.eosl-search-results table tr td:nth-child(2) {
    min-width: 130px;
}
.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(../fonts/icon-arrow.svg) no-repeat center center;
}
.btn-arrow-link::after {
    background: url(../fonts/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(../fonts/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;
}
.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(../fonts/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 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%;
}
.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-cat {
    color: #009fdf;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
}
.resources-page-results-title {
    color: #112c51;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 9%;
}
.resources-page-results-arrow {
    position: absolute;
    left: 50px;
    bottom: 40px;
}
.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(../fonts/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(../images/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(../images/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(../fonts/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(../fonts/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(../images/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(../fonts/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(../fonts/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(../fonts/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(../fonts/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(../images/icon-circle-dots-blue.png) no-repeat bottom -403px right, -o-linear-gradient(58deg, #112C51, #0D4B77, #0291CE);
    background: url(../images/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: 85px;
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -1.5657895px;
    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(../images/icon-youtube-play.png) no-repeat center center;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
    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(../fonts/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(../fonts/icon-arrow-back.svg) no-repeat center center;
}
.btn-link-back::after {
    background: url(../fonts/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(../fonts/icon-arrow-back.svg) no-repeat center center;
    left: 0;
}
.vertical-customers-supported-owl .owl-nav button.owl-next {
    background: url(../fonts/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(../fonts/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(../fonts/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;
}
.tpm-data-support-list-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: 11px;
}
.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;
}
.tpm-data-support-list-sublist ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px; left: 0;
}
.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-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(../fonts/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: 77px 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%;
}
.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;
}
.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(248,155,28);
    background: linear-gradient(90deg, rgba(248,155,28,1) 27%, rgba(255,255,255,0) 100%);
    border-bottom: solid 3px #112c51;
}
.orange-intro  .large-simple-intro-box::before {
    background: #F89B1C;
}
.monitor-overview {
    margin-bottom: 150px;
}
.monitor-key-features {
    padding-bottom: 90px;
}
.monitor-key-features.tpm-data-support {
    background: -o-linear-gradient(226deg, #FFD600, #F89B1C);
    background: linear-gradient(224deg, #FFD600, #F89B1C);
}
.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;
}
.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(../fonts/icon-owl-prev-blue.svg) no-repeat center center;
}
.monitor-supported-slider .regional-custom-nav button.regional-custom-nav-next {
    background: url(../fonts/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(../fonts/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(../fonts/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: 78px;
}
.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: -o-linear-gradient(226deg, #FFD600, #F89B1C);
    background: linear-gradient(224deg, #FFD600, #F89B1C);
    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(../images/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(../fonts/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;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-1 > a {
    border: none;
    padding: 5px 20px 0 0;
    margin-bottom: 22px;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-2 > a {
    padding: 0 20px 0 0;
    margin-bottom: 22px;
    border: none;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-3 {
    border-bottom: 1px solid #dcdcdc;
}
.mobile-header-nav > ul > li.mobile-header-nav-p-3 > a {
    padding: 0 20px 0 0;
    margin-bottom: 15px;
    border: none;
}
#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%;
}
/* #resources-desk-submenu .header-nav > ul > li ul > li > a {
    font-weight: 500;
} */
.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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/thumb-red.png) no-repeat center center;
    background-size: cover !important;
}

.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(../images/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(../images/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(../fonts/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(../fonts/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(../fonts/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(../fonts/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(../fonts/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: 75px;
    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(../fonts/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(../fonts/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;
}

/* 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) {

    .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) {
    .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) {

    .home-solutions-owl .owl-nav {
        right: 25px;
    }
    .news-press-release-white {
        padding: 80px 0 60px 40px;
        min-width: 316px;
    }
    /* .tmp-world-map {
        padding-bottom: 56%;
        height: auto;
    } */

} /* END of 1260px */

@media only screen and (max-width: 1240px) {

    .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) {

    .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%;
    }

} /* END of 1230px */

@media only screen and (max-width: 1140px) {

    .header-nav > ul > li > a {
        font-size: 12px;
    }
    #products-desk-submenu {
        min-width: 840px;
    }
    #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) {
    .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%;
    }
    .footer-logo {
        margin-bottom: 47px;
    }
    .cta-box {
        min-height: 351px;
    }
    .cta-box-title {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.3px;
    }
    .cta-content-1 {
        padding: 0 6%;
    }
    .cta-box-btn {
        right: 5%;
    }
    .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(../images/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%;
    }
    .tpm-data-support-list > ul > li:nth-child(2n) {
        margin-right: 0;
    }
    .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) {
    .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 {
        min-height: 1px;
        border-radius: 0;
        padding: 58px 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 {
        margin-bottom: 30px;
    }
    .cta-box-btn {
        position: relative;
        top: 0; transform: none;
        right: 0;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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 */