/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeue-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'), url('../fonts/HelveticaNeue-Light.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/HelveticaNeue.woff2') format('woff2'), url('../fonts/HelveticaNeue.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/HelveticaNeue-Italic.woff2') format('woff2'), url('../fonts/HelveticaNeue-Italic.woff') format('woff');
	font-display: swap;
}


/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html,
body { font-family: 'Roboto', sans-serif; font-size: 17px; line-height: 1.2; color: #494d4e; }
body { background: #fff; }
input,
select,
fieldset { display: block; border: 0; }
textarea { font-family: sans-serif; font-size: 17px; color: #494d4e; }
img { display: block; max-width: 100%; border: 0; }
ul,
li { list-style: none; }
:focus { outline: none; }
::placeholder { opacity: 1; }

/* ### global classes ### */
.clear { visibility: hidden; clear: both; height: 0; line-height: 0; }
.center { margin: 0 auto; padding: 0 15px; position: relative; max-width: 1375px; }
.small_center { margin: 0 auto; padding: 0 15px; position: relative; max-width: 1075px; }
.center:after { display: block; clear: both; content: ''; overflow: hidden; }
.centered { padding-right: calc((100% - 1200px) / 2); padding-left: calc((100% - 1200px) / 2); }
p { font-weight: 300; line-height: 1.45; }
a { -webkit-transition: all 0.3s; transition: all 0.3s; }
.button { padding: 8px 20px; display: inline-block; font-size: 16px; font-weight: 700; line-height: 1.4; text-decoration: none; color: #1b3c6a; vertical-align: top; border: 2px solid #0097d5; -webkit-border-radius: 20px; border-radius: 20px; background: #fff; cursor: pointer; }
.button.active,
.button:hover { color: #fff; border-color: #1696d5; background: #1696d5; }
.button.no_bg:not(:hover) { background: none; }
.button.small { padding: 5px 15px; font-size: 10px; font-weight: 300; line-height: 14px; border-width: 1px; }
.btn { padding: 5px 20px; display: block; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 700; line-height: 25px; text-align: center; text-decoration: none; color: #1b3c6a; -webkit-border-radius: 20px; border-radius: 20px; background: #9bceed; cursor: pointer; }
.btn:hover { color: #fff; background: #1696d5; }
.pt-0 { padding-top: 0 !important; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 500; line-height: 1.2; color: #1b3c6a; }
h1 { font-size: 34px; }
h2 { font-size: 27px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
blockquote { margin-bottom: 45px; padding: 30px 40px; border-left: 10px solid #1398d3; background: #e5f2fb; }
blockquote p { padding: 0 !important; font-size: 16px; line-height: 1.65; letter-spacing: 0.01em; }
hr { margin: 22px 0; display: block; height: 2px; border: 0; background: #cde6f7; }
hr.no_space { margin: 0; }
.concept_tag { position: absolute; top: 50%; left: 0; display: block; width: 100%; font-size: 50px; font-weight: 300; text-align: center; text-transform: uppercase; color: #fff; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.head_bar { padding-bottom: 25px; width: 100%; }
.head_bar h2:after,
.head_bar h1:after { margin: 12px 0 0; display: block; width: 260px; height: 6px; background: #0097d5; content: ''; }
.head_bar h1 { padding: 5px; display: inline-block; font-size: 34px; font-weight: 300; line-height: 1.5; color: #1b3c6a; vertical-align: top; }
.head_bar h2 { padding: 5px 5px 5px 0; display: inline-block; font-size: 27px; font-weight: 300; line-height: 1.5; color: #1b3c6a; vertical-align: top; }
.head_bar h1 strong,
.head_bar h2 strong { font-weight: 500; }
.head_bar .button { margin: 5px 5px 5px 15px; letter-spacing: 0.06em; }
.head_bar .button:not(:hover) { color: #124b8c; }
.row { -webkit-display: flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }

/* ### header container ### */
#headerCntr { position: relative; z-index: 99; width: 100%; }
#headerCntr .mobileMenu { position: relative; z-index: 15; display: none; float: left; width: 40px; height: 40px; transition: 0.2s; cursor: pointer; overflow: hidden; }
#headerCntr .mobileMenu span { position: absolute; top: 50%; right: 20%; left: 20%; display: block; height: 4px; text-indent: -9999px; border-radius: 5px; background: #000; transition: 0.2s; }
#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after { position: absolute; left: 0; display: block; width: 100%; height: 4px; border-radius: 5px; background-color: #000; transition-duration: 0.2s, 0.2s; content: ''; }
#headerCntr .mobileMenu span:before { top: -7px; }
#headerCntr .mobileMenu span:after { bottom: -7px; }
.mm-opened #headerCntr .mobileMenu span { background: none; }
.mm-opened #headerCntr .mobileMenu.is-active span:before,
.mm-opened #headerCntr .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }
.mm-opened #headerCntr .mobileMenu span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-opened #headerCntr .mobileMenu span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }


/* ### covid box ### */
.covidBox { padding: 12px 0; width: 100%; font-family: 'Open Sans', sans-serif; background: #1b3c6a; }
.covidBox p { padding: 0; font-size: 14px; font-weight: 300; line-height: 1.3; color: #fff; }
.covidBox p small { padding: 0 0 0 10px; display: inline-block; font-size: 8px; font-weight: 700; line-height: 1.3; vertical-align: middle; }

/* ### logo box ### */
.logoBox { padding: 20px 0 18px; width: 100%; background: #fff; }
.home .logoBox { padding: 25px 0 30px; }
.logoBox .logo { margin: 0 0 0 10px; float: left; max-width: 288px; }
.logoBox .tag_line { margin: 25px 0 0 35px; float: left; font-family: 'Helvetica Neue', sans-serif; font-size: 24px; font-style: italic; line-height: 1.2; letter-spacing: 0.1em; color: #1b3c6a; }
.logoBox .right { margin: 22px -50px 0 0; float: right; }
.logoBox .group_sites { padding: 7px 0; display: inline-block; font-size: 18px; font-weight: 700; line-height: 1.3; text-transform: uppercase; text-decoration: none; color: #ed2524; vertical-align: top; }
.logoBox .group_sites.icon { margin: -18px 50px 0 0; padding: 0; font-size: 16px; font-weight: 400; text-align: center; text-transform: none; }
.logoBox .group_sites:hover { color: #0097d5; }
.logoBox .response_btn { margin: 0 40px; padding: 7px 15px; display: inline-block; font-size: 16px; font-weight: 700; line-height: 1.3; text-transform: uppercase; text-decoration: none; color: #fff; vertical-align: top; -webkit-border-radius: 20px; border-radius: 20px; background: #0097d5; }
.logoBox .response_btn:hover { background: #173c69; }
.logoBox .search { display: inline-block; width: 220px; vertical-align: top; }
.logoBox .search input[type='search'] { padding: 6px 15px; width: 100%; height: 36px; font-size: 16px; color: #0097d5; border: 2px solid #00aeef; -webkit-border-radius: 20px; border-radius: 20px; }
.logoBox .icon-globe { margin: 0 auto 5px; display: block; font-size: 48px; line-height: 1; }
.logoBox .search_icon { display: none; }



/* ### menu box ### */
.menuBox { width: 100%; background: #0097d5; }
.menuBox ul { width: 100%; }
.menuBox ul li { margin: 0 22px; position: relative; display: inline-block; font-family: 'Roboto Condensed', sans-serif; font-size: 19px; line-height: 1.1; letter-spacing: 0.01em; text-align: center; vertical-align: top; }
.menuBox ul li:first-child { margin-right: 25px; margin-left: 15px; }
.menuBox ul li a { padding: 8px 10px; display: flex; align-items: center; justify-content: center; min-height: 58px; text-decoration: none; color: #fff; }
.menuBox ul li a.home { font-size: 30px; }
.menuBox ul li:hover > a,
.menuBox ul li a.active,
.menuBox ul li a:hover { background: #1b3c6b; }
.menuBox li ul { padding: 20px 0; position: absolute; top: 100%; left: 0; visibility: hidden; width: 355px; text-align: left; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.menuBox li:hover ul { visibility: visible; transform: scale(1); }
.menuBox li li:first-child,
.menuBox li li { margin: 0 !important; padding: 0; display: block; width: 100%; font-size: 18px; text-align: left; }
.menuBox li li a { padding: 4px 10px 4px 25px; display: block; min-height: inherit; color: #231f20; -webkit-transition: none; transition: none; }
.menuBox li li a.active,
.menuBox li:hover li a:hover { font-weight: 700; letter-spacing: -0.004em; color: #1b3c6a; background: none; }
.menuBox li li a.active { font-weight: 700; }


/* ### content container ### */
#contentCntr { width: 100%; }

/* ### banner box ### */
.bannerBox { position: relative; width: 100%; background: url('../images/banner-bg.jpg') center center no-repeat; background-size: cover; height:400px;}
.bannerBox .wrap { padding: 35px 0; display: table; width: 100%; min-height: 340px; }
.bannerBox .left { padding: 0 0 20px 100px; display: table-cell; width: 68.5%; vertical-align: middle; }
.bannerBox .left h1:after { margin: 13px 0 0; position: relative; z-index: 1; display: block; width: 260px; height: 6px; background: #0097d5; content: ''; }
.bannerBox .right { display: table-cell; width: 31.5%; vertical-align: bottom; }
.bannerBox .right .inner { padding: 0 30px 0 25px; position: relative; z-index: 1; width: 100%; border-left: 1px solid #d76e58; }
.bannerBox .right h2 { padding: 0 0 5px; font-size: 17px; font-weight: 700; line-height: 1.2; color: #1b3c6a; }
.bannerBox .right p { padding: 0; font-size: 17px; line-height: 1.45; letter-spacing: 0.02em; color: #1b3c6a; }
.bannerBox h1 { padding: 5px; position: relative; z-index: 1; display: inline-block; font-size: 34px; font-weight: 300; line-height: 1.2; color: #1b3c6a; vertical-align: top; }
.bannerBox h1 strong { font-weight: 500; }
.bannerBox .button { margin: 5px; position: relative; z-index: 1; }
.bannerBox canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* contact Box */
.contactBox { padding: 80px 0; width: 100%; background: url('../images/page-texture.png') calc(50% + 255px) 45px no-repeat; }
.contactBox .center { max-width: 1190px; }
.contactBox .left_side { padding: 30px 70px 0 0; float: left; width: 51.5%; max-width: 465px; }
.contactBox .right_side { margin-right: 30px; padding: 50px 55px 30px 50px; float: right; width: calc(48.5% - 30px); background: rgba(255, 255, 255, 0.2); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); }
.contactBox .left_side p { padding: 5px 0 25px; font-size: 14px; line-height: 1.75; }
.contactBox .left_side span.call { font-size: 14px; font-weight: 700; }
.contactBox .left_side span.call a { text-decoration: none; color: #494d4e; }
.contactBox .field { margin-bottom: 12px; padding: 9px 15px; width: 100%; height: 37px; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: inherit; color: #1b3c6a; border: 1px solid #0096d4; -webkit-border-radius: 25px; border-radius: 25px; }
.contactBox .right_side h2 { padding: 0 0 25px 15px; font-family: 'Open Sans', sans-serif; font-size: 25px; font-weight: 700; letter-spacing: -0.005em; }
.contactBox .field.half { float: left; width: calc(50% - 5px); }
.contactBox .field.half + .half { float: right; }
.contactBox select.field { background: rgba(22, 150, 213, 0.1) url('../images/arrow-down.svg') calc(100% - 15px) center no-repeat; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; cursor: pointer; }
.contactBox .btn { float: right; }
.contactBox .note { padding: 15px 0 0 20px; display: block; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 300; letter-spacing: 0.01em; overflow: hidden; }
.contactBox .field.checked { padding-right: 40px; background: url('../images/check-icon.svg') calc(100% - 15px) no-repeat; background-size: 17px auto; }
.contactBox .checkbox { margin: 15px 0 15px 20px; padding: 0 0 0 30px; position: relative; }
.contactBox .checkbox input[type='checkbox'] { position: absolute; top: 2px; left: 0; opacity: 0; width: 18px; height: 18px; cursor: pointer; }
.contactBox .checkbox input[type='checkbox'] + label { font-size: 12px; font-weight: 300; line-height: 18px; cursor: pointer; }
.contactBox .checkbox input[type='checkbox'] + label:before { position: absolute; top: 2px; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 17px; height: 17px; border: 1px solid #1b3c6a; -webkit-border-radius: 5px; border-radius: 5px; content: ''; }
.contactBox .checkbox input[type='checkbox']:checked + label:before { background: url('../images/check-icon.svg') center center no-repeat; }

/* serviceBox */
.serviceBox { padding: 60px 0; width: 100%; }
.serviceBox .row { -webkit-justify-content: space-between; justify-content: space-between; }
.serviceBox .col3 { width: calc(33.33% - 17px); border: 2px solid #017fc4; overflow: hidden; background: url('../images/texture1.png') right top no-repeat; background-size: auto 100%; }
.serviceBox .col3:nth-of-type(2) { background-image: url('../images/texture2.png'); }
.serviceBox .col3:nth-of-type(3) { background-image: url('../images/texture3.png'); }
.serviceBox .heading { padding: 25px 60px; position: relative; }
.serviceBox .heading:after { position: absolute; top: 100%; left: 0; width: 100%; height: 1000px; background: rgba(0, 0, 0, 0.1); content: ''; }
.serviceBox .content { padding: 15px 40px 35px 60px; position: relative; z-index: 1; }
.serviceBox [class*='icon-'] { margin-bottom: 15px; display: block; width: 90px; height: 90px; font-size: 65px; line-height: 90px; text-align: center; color: #017fc4; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; }
.serviceBox p { padding: 0; line-height: 1.45; }

/* aboutBox */
.aboutBox { padding: 70px 0 0; width: 100%; background: #9bd0f0; overflow: hidden; }
.aboutBox .left_side { padding: 40px 30px 50px 0; float: left; width: 34%; }
.aboutBox .right_side { position: relative; -webkit-display: flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; float: right; width: 66%; background: #1296d6; }
.aboutBox .right_side:after { position: absolute; top: 0; right: -5000px; width: 5000px; height: 100%; background: #1296d6; content: ''; }
.aboutBox h2 { font-size: 27px; font-weight: 300; color: #e8322a; }
.aboutBox h2 strong { font-weight: 500; }
.aboutBox h2:after { margin: 15px 0; display: block; width: 255px; height: 5px; background: #1095d8; content: ''; }
.aboutBox p { padding-bottom: 35px; line-height: 1.55; }
.aboutBox .right_side .image { position: relative; width: 49%; background-position: center center; background-size: cover; }
.aboutBox .right_side .image .mobile { display: none; }
.aboutBox .right_side .text { padding: 40px 40px 85px 150px; width: 51%; }
.aboutBox .right_side h2 { color: #fff; }
.aboutBox .right_side h2:after { margin-bottom: 0; background: #9bcdef; }
.aboutBox ul { margin: 0; padding: 0; list-style: none; }
.aboutBox li { padding: 13px 0; position: relative; width: 100%; border-bottom: 1px solid #9bcdef; }
.aboutBox li [class*='icon-'] { position: absolute; top: 50%; left: -90px; font-size: 62px; color: #fff; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.aboutBox li p { margin-right: -20px; padding: 0; font-size: 16px; line-height: 1.7; letter-spacing: 0.01em; color: #fff; }

/* partnerBox */
.partnerBox { margin: 0 0 -90px; padding: 35px 0 0; width: 100%; }
.partnerBox .row { margin: 0 -15px; position: relative; z-index: 1; }
.partnerBox .row .col4 { margin: 0 15px; width: calc(25% - 30px); background: #fff; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
.partnerBox .row .col4 img { width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }
.partnerBox .row .col4 .image:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.partnerBox .row .col4 .image { position: relative; display: block; overflow: hidden; }
.partnerBox .row .col4 .title { padding: 10px 10px 10px 15px; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; min-height: 90px; line-height: 1.4; background: #fff; }
.partnerBox .row .col4 .title a { display: inline-block; text-decoration: none; color: #494d4e; vertical-align: top; -webkit-transition: none; transition: none; }
.partnerBox .row .col4 .title a:hover { font-weight: 700; letter-spacing: -0.01em; color: #0097d5; }

/* solutionBox */
.solutionBox { padding: 130px 0 50px; width: 100%; color: #fff; background: #1296d6; }
.solutionBox .head_bar { padding-bottom: 50px; }
.solutionBox .head_bar h2 { color: #fff; }
.solutionBox .head_bar h2:after { background: rgba(255, 255, 255, 0.6); }
.solutionBox .col6 { width: 16.66%; text-align: center; }
.solutionBox [class*='icon-'] [class*='path'],
.solutionBox [class*='icon-'] { margin: 0 auto; position: relative; display: block; width: 150px; height: 150px; font-size: 150px; line-height: 150px; color: #183c6c; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; }
.solutionBox [class*='icon-'] { -webkit-transition: all 2.5s; transition: all 2.5s; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
.solutionBox .animate [class*='icon-'] { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.solutionBox [class*='icon-'] [class*='path'] { position: absolute; top: 0; left: 0; background: none; }
.solutionBox span.value { position: absolute; top: 0; left: 0; width: 100%; font-family: 'Roboto', sans-serif !important; font-size: 32px; line-height: 150px; text-align: center; color: #183c6c; }
.solutionBox .title { padding: 20px 0; display: block; font-size: 22px; font-weight: 300; text-align: center; color: #fff; }
.solutionBox.inner { padding-top: 40px; }
.solutionBox.inner [class*='icon-'],
.solutionBox.inner [class*='icon-'] [class*='path'] { color: #183c6c; }
.solutionBox .graphic { position: relative; display: inline-block; vertical-align: top; }
.solutionBox .icon-graphic4:before { display: block; -webkit-transform: translate(-4px, 0); transform: translate(-4px, 0); }
.solutionBox .icon-graphic6:before { display: block; -webkit-transform: translate(-2px, 1px); transform: translate(-2px, 1px); }

/* mapBox */
.mapBox { position: relative; width: 100%; background: #e4e4e4; }
.mapBox .inner { margin: auto; position: relative; }
.map_wrapper { position: relative; width: 100%; }
.mapBox .map { width: 100%; }
.mapBox .text { position: absolute; bottom: 50px; left: 70px; width: 100%; max-width: 420px; font-family: 'Open Sans', sans-serif; }
.mapBox .text h2 { padding-bottom: 25px; font-size: 60px; font-weight: 300; line-height: 1.2; }
.mapBox .text h2 strong { font-weight: 700; }
.mapBox .tooltip { position: absolute; }
.mapBox .tooltip1 { top: 22%; left: 32%; }
.mapBox .tooltip2 { top: 28.6%; left: 29%; }
.mapBox .tooltip3 { top: 16%; left: 57.3%; }
.mapBox .tooltip4 { top: 81.8%; left: 62%; }
.mapBox .tooltip5 { top: 43.7%; left: 76.5%; }
.mapBox .tooltip6 { top: 27%; left: 92%; }
.mapBox .tooltip .tip_icon { position: relative; z-index: 1; display: block; font-size: 33px; line-height: 1; text-decoration: none; color: #ed1c24; }
.mapBox .tooltip .tip { padding: 20px; position: absolute; top: 17px; left: 17px; width: 250px; border: 1px solid #1b3c6a; -webkit-border-radius: 4px; border-radius: 4px; background: #fff; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
.mapBox .tooltip.right_bottom .tip { right: 17px; left: auto; -webkit-transform-origin: right top; transform-origin: right top; }
.mapBox .tooltip.left_top .tip { top: auto; bottom: 17px; -webkit-transform-origin: left bottom; transform-origin: left bottom; }
.mapBox .tooltip:hover .tip { visibility: visible; -webkit-transform: scale(1); transform: scale(1); }
.mapBox .tooltip:hover .tip_icon { color: #1b3c6a; }
.mapBox .tooltip:hover { z-index: 2; }

/* ### catalogue container ### */
#catalogueCntr { width: 100%; background: url('../images/page-texture.png') calc(50% + 255px) 45px no-repeat; }

/* topBox */
.topBox { padding: 110px 0 125px; width: 100%; }
.topBox .right,
.topBox .mid,
.topBox .left { padding: 0 25px; max-width: 33.33%; }
.topBox .mid { border-right: 1px solid #e8322a; border-left: 1px solid #e8322a; }
.topBox .row { margin: 0 -25px; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.topBox .button { font-weight: 300; }
.topBox .button strong { font-weight: 500; }
.topBox .mid h2 { padding: 0 0 5px; font-size: 14px; font-weight: 700; line-height: 1.2; color: #1b3c6a; }
.topBox .mid p { padding: 0; font-size: 14px; line-height: 1.65; color: #1b3c6a; }
.topBox .head_bar { padding: 0; }
.topBox.left_align .row { padding-left: 50px; -webkit-justify-content: flex-start; justify-content: flex-start; }


/* apiBox */
.apiBox { width: 100%; }
.apiBox .center { max-width: 1275px; }
.apiBox .search_box { margin: 0 auto 60px; position: relative; width: 100%; max-width: 520px; }
.apiBox .search_box input[type='search'] { padding: 18px 70px 18px 40px; width: 100%; height: 60px; font-family: 'Open Sans', sans-serif; font-size: 19px; font-weight: 300; color: #1b3c6a; -webkit-border-radius: 40px; border-radius: 40px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
.apiBox .search_box .submit { position: absolute; top: 15px; right: 25px; font-size: 33px; line-height: 33px; color: #9bcdee; border: 0; background: none; -webkit-transition: all 0.3s; transition: all 0.3s; cursor: pointer; }
.apiBox .search_box .submit:hover { color: #1b3c6a; }
.apiBox .left_sidebar { padding: 20px 0 0; float: left; width: 265px; }
.apiBox .left_sidebar h3 { padding-bottom: 20px; font-size: 18px; font-weight: 700; }
.apiBox .left_sidebar ul { padding-bottom: 16px; }
.apiBox .left_sidebar li { padding-bottom: 22px; }
.apiBox .left_sidebar .checkbox { padding: 0 0 0 30px; position: relative; }
.apiBox .left_sidebar .checkbox input[type='checkbox'] { position: absolute; top: 2px; left: 0; opacity: 0; width: 18px; height: 18px; cursor: pointer; }
.apiBox .left_sidebar .checkbox input[type='checkbox'] + label { font-size: 12px; font-weight: 300; line-height: 18px; cursor: pointer; }
.apiBox .left_sidebar .checkbox input[type='checkbox'] + label:before { position: absolute; top: 2px; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 17px; height: 17px; border: 1px solid #1b3c6a; -webkit-border-radius: 5px; border-radius: 5px; content: ''; }
.apiBox .left_sidebar .checkbox input[type='checkbox']:checked + label:before { background: url('../images/check-icon.svg') center center no-repeat; }
.apiBox .right_sidebar { padding: 0 0 0 40px; overflow: hidden; border-left: 1px solid #e8322a; }
.apiBox .right_sidebar table { width: 100%; text-align: left; border: 0; border-collapse: collapse; }
.apiBox .right_sidebar table th,
.apiBox .right_sidebar table td { padding: 5px 10px; height: 41px; font-size: 14px; font-weight: 300; border-bottom: 1px solid #1b3c6a; }
.apiBox .right_sidebar table th { padding: 10px; height: auto; font-weight: 700; color: #1b3c6a; vertical-align: top; }
.apiBox .right_sidebar .table_wrap { padding-top: 0; }
.apiBox .right_sidebar table tr:first-child { border-top: 0; }
.apiBox .right_sidebar table tr td:last-child { width: 95px; }
.apiBox .right_sidebar table tr td:nth-of-type(1) { width: 17.5%; }
.apiBox .right_sidebar table tr td:nth-of-type(2) { width: 10%; }
.apiBox .right_sidebar table tr td:nth-of-type(3) { width: 17.5%; }
.apiBox .right_sidebar table tr td:nth-of-type(4) { width: 15.5%; }
.apiBox .right_sidebar table tr td:nth-of-type(5) { width: 16.5%; }
.apiBox .right_sidebar table tr:nth-of-type(even) { background: rgba(21, 150, 208, 0.08); }
.apiBox .right_sidebar table tr:nth-of-type(odd) { background: none; }
.apiBox .right_sidebar table tr:hover td { font-weight: 700; letter-spacing: -0.02em; }
.apiBox .right_sidebar .table_wrap table tr:nth-of-type(even):hover { background: rgba(8, 134, 253, 0.15); }
.apiBox .right_sidebar .table_wrap table tr:nth-of-type(odd):hover { background: rgba(0, 0, 0, 0.03); }
.apiBox .right_sidebar .table_wrap table tr:first-child:hover { background: none !important; }
.apiBox .head_bar.bottom { padding-top: 10px; }
.apiBox .right_sidebar .btn { padding: 0 5px; display: block; font-family: 'Open Sans', sans-serif; font-size: 10px; font-weight: 700; line-height: 25px; text-align: center; text-decoration: none; color: #1b3c6a; -webkit-border-radius: 20px; border-radius: 20px; background: #9bceed; }
.apiBox .right_sidebar .btn:hover { color: #fff; background: #1696d5; }
.apiBox .apply_filter { display: none; }

/* valueBox */
.valueBox { padding: 15px 0 5px; width: 100%; }
.valueBox .row { overflow: hidden; border: 2px solid #0097d5; }
.valueBox .left_content { width: 34.2%; }
.valueBox .right_image { order: 1; width: 65.8%; min-height: 450px; background-position: center center; background-size: cover; }
.valueBox .right_image img.mobile { display: none; }
.valueBox .left_content .heading { padding: 10px 20px 10px 50px; position: relative; -webkit-display: flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; min-height: 120px; }
.valueBox .left_content .heading:after { position: absolute; top: 100%; left: 0; width: 100%; height: 1000px; background: #eee; content: ''; }
.valueBox h2 { font-size: 27px; font-weight: 300; }
.valueBox h2 strong { font-weight: 500; }
.valueBox .content { padding: 30px 50px; position: relative; z-index: 1; }
.valueBox .content p { line-height: 1.5; }
.valueBox .content h4 { padding: 45px 0 0; font-family: 'Open Sans', sans-serif; font-size: 21px; font-weight: 300; color: #343738; }
.valueBox .content .call { display: block; font-family: 'Open Sans', sans-serif; font-size: 21px; font-weight: 700; color: #343738; }
.valueBox .content .call a { text-decoration: none; color: #343738; }

/* ### global container ### */
#globalCntr { width: 100%; background: url('../images/page-texture.png') calc(50% + 255px) 45px no-repeat; }

/* topBox */
.top_headBox { padding: 110px 0 115px; width: 100%; }
.top_headBox .col1 { padding: 0 25px; width: 50%; }
.top_headBox .col2 { padding: 0 25px; width: 42%; border-right: 1px solid #e8322a; border-left: 1px solid #e8322a; }
.top_headBox .row { margin: 0 -25px; -webkit-align-items: center; align-items: center; }
.top_headBox h2 { padding: 0 0 5px; font-size: 14px; font-weight: 700; line-height: 1.2; color: #1b3c6a; }
.top_headBox p { padding: 0; font-size: 14px; line-height: 1.65; color: #1b3c6a; }
.top_headBox .head_bar { padding: 0; }

/* paginationBox */
.paginationBox { margin-bottom: 50px; padding: 13px 5px 13px 0; width: 100%; border-bottom: 1px solid #9bcdee; overflow: hidden; }
.paginationBox .breadcrumb { float: left; }
.paginationBox .breadcrumb li { padding: 4px 5px 4px 10px; position: relative; float: left; font-size: 12px; font-weight: 300; line-height: 16px; color: #2d3032; }
.paginationBox .breadcrumb li a { text-decoration: none; color: #2d3032; }
.paginationBox .breadcrumb li:before { position: absolute; top: 4px; left: 0; color: #2d3032; content: '>'; }
.paginationBox .breadcrumb li:first-child { padding-left: 0; }
.paginationBox .breadcrumb li:first-child:before { display: none; }
.paginationBox .breadcrumb li a:hover { text-decoration: underline; }
.paginationBox .button { float: right; }

/* contentBox */
.contentBox { width: 100%; color: #58585b; }
.contentBox h3 { padding-bottom: 20px; font-weight: 700; letter-spacing: 0.01em; }
.contentBox p { padding-bottom: 35px; font-size: 16px; line-height: 1.65; letter-spacing: 0.01em; }
.contentBox .wrap_content { padding-right: 130px; }
.contentBox .list { padding-bottom: 35px; }
.contentBox .list li { padding: 0 0 0 13px; position: relative; font-size: 16px; font-weight: 300; line-height: 1.65; letter-spacing: 0.01em; }
.contentBox .list li:before { position: absolute; top: 0; left: 0; content: '>'; }
.contentBox .links_group .button + .button { margin-left: 20px; }
.contentBox .links_group { margin: -10px 0 40px; }
.contentBox .button { padding-right: 25px; padding-left: 25px; }
.contentBox .table_wrap { overflow: auto; margin-bottom: 50px; }
.contentBox .row { margin: 0 -15px; }
.contentBox .col-12 { padding: 0 15px; width: 100%; }
.contentBox .col-9 { padding: 0 15px; width: 75%; }
.contentBox .col-8 { padding: 0 15px; width: 66.66%; }
.contentBox .col-6 { padding: 0 15px; width: 50%; }
.contentBox .col-4 { padding: 0 15px; width: 33.33%; }
.contentBox .col-3 { padding: 0 15px; width: 25%; }
.contentBox h1.heading { font-size: 47px; font-weight: 700; color: #58585b; }
.contentBox h2.heading { font-size: 37px; font-weight: 700; color: #58585b; }
.contentBox h3.heading { font-size: 26px; font-weight: 700; color: #58585b; }
.contentBox h4.heading { font-size: 20px; font-weight: 700; color: #58585b; }
.contentBox h5.heading { font-size: 16px; font-weight: 700; color: #58585b; }
.contentBox h6.heading { font-size: 14px; font-weight: 700; color: #58585b; }
.contentBox .light { font-weight: 300 !important; }
.contentBox.bottom .heading { padding: 0 0 20px; }
.contentBox.bottom { padding-bottom: 25px; }

/* table_wrap */
.table_wrap { padding: 10px 0; width: 100%; overflow: auto; }
.table_wrap table { width: 100%; text-align: left; border: 0; border-collapse: collapse; }
.table_wrap table th,
.table_wrap table td { padding: 5px 10px; height: 41px; font-size: 14px; font-weight: 300; border-bottom: 1px solid #1b3c6a; }
.table_wrap table th { padding: 0 10px 10px; height: auto; font-weight: 700; color: #1b3c6a; vertical-align: top; }
.table_wrap table tr td:last-child { width: 95px; }
.table_wrap table tr td:nth-of-type(1) { width: 20%; }
.table_wrap table tr:first-child { border-top: 1px solid #1b3c6a; }
.table_wrap table tr:nth-of-type(odd) { background: rgba(8, 134, 253, 0.08); }
.table_wrap table tr:hover { background: rgba(0, 0, 0, 0.03); }
.table_wrap table tr:nth-of-type(odd):hover { background: rgba(8, 134, 253, 0.15); }
.table_wrap table tr:hover td { font-weight: 700; letter-spacing: -0.02em; }
.table_wrap .btn { padding: 0 5px; display: block; font-family: 'Open Sans', sans-serif; font-size: 10px; font-weight: 700; line-height: 25px; text-align: center; text-decoration: none; color: #1b3c6a; -webkit-border-radius: 20px; border-radius: 20px; background: #9bceed; }
.table_wrap .btn:hover { color: #fff; background: #1696d5; }

/* two_columnBox */
.two_columnBox { width: 100%; }
.two_columnBox .row { margin: 0 -15px; }
.two_columnBox .column { padding: 0 15px 20px; width: 50%; }
.two_columnBox .column .image { float: left; width: 47.5%; overflow: hidden; }
.two_columnBox .column .image a { display: block; }
.two_columnBox .column .image img { width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }
.two_columnBox .column .text { padding: 15px 0 0 25px; overflow: hidden; }
.two_columnBox .column .image:hover img { opacity: 0.5; }
.two_columnBox .column .text h5 { padding: 0 0 5px; font-size: 16px; font-weight: 700; line-height: 20px; }
.two_columnBox .column .text h5 a { text-decoration: none; color: #002c73; }
.two_columnBox .column .text h5 a:hover { text-decoration: underline; }
.two_columnBox .column .text p { font-size: 16px; line-height: 1.65; letter-spacing: 0.01em; }

/* four_columnBox */
.four_columnBox { padding: 40px 0 20px; width: 100%; }
.four_columnBox .row { margin: 0 -13px; }
.four_columnBox .column { padding: 0 13px 20px; position: relative; width: 25%; }
.four_columnBox .column a { box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); display: block; text-decoration: none; background: #fff; }
.four_columnBox .column a img { opacity: 0.5; width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }
.four_columnBox .column a h5 { padding: 10px 20px; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; min-height: 75px; font-size: 15px; font-weight: 300; line-height: 1.32; color: #58585b; }
.four_columnBox .column a h5:hover { font-weight: 700;  color: #002c73; }
.four_columnBox .column a:hover img { opacity: 100; }
.four_columnBox .column .button { position: absolute; top: 10px; right: 25px; border-color: transparent; background: #fff; }
.four_columnBox .column .button:hover { background: #1e376d; }
#filterlist .column { display: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; overflow: hidden; }
.filter_bar { padding-bottom: 35px; width: 100%; }
.filter_bar .filtering { display: inline-block; max-width: calc(100% - 120px); vertical-align: top; }
.filter_bar h5 { padding-right: 20px; display: inline-block; line-height: 26px; vertical-align: top; }
.filter_bar ul { display: inline-block; vertical-align: top; }
.filter_bar ul li { margin-right: 10px; display: inline-block; vertical-align: top; }
.filter_bar a.trigger { display: none; }
.pagination_bar { padding: 60px 0 10px; width: 100%; font-size: 0; text-align: center; }
.pagination_bar a { margin: 5px; padding: 0 5px; display: inline-block; min-width: 34px; font-size: 14px; line-height: 32px; text-decoration: none; color: #58585b; vertical-align: top; border: 1px solid #9bcdee; -webkit-border-radius: 3px; border-radius: 3px; }
.pagination_bar .next,
.pagination_bar .prev { font-size: 17px; border: 0; }
.pagination_bar a span { line-height: 32px; }
.pagination_bar a:hover { background: #9cceef; }


/* three_columnBox */
.three_columnBox { padding: 0 0 45px; width: 100%; }
.three_columnBox .row { margin: 0 -17px; }
.three_columnBox .column { padding: 0 17px 20px; width: 33.33%; }
.three_columnBox .column a { display: block; text-decoration: none; border: 1px solid #1596d4; }
.three_columnBox .column a img { width: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; }
.three_columnBox .column a h3 { padding: 10px 20px 10px 30px; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; min-height: 115px; font-size: 20px; font-weight: 300; line-height: 1.42; color: #58585b; }
.three_columnBox .column a h3:hover { font-weight: 700; letter-spacing: -0.015em; color: #1895d3; }
.three_columnBox .column a:hover img { opacity: 0.5; }

/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; }

/* topFooterBox */
.topFooterBox { padding: 25px 0; width: 100%; text-align: right; }
.topFooterBox h2 { font-size: 25px; font-weight: 300; line-height: 1.3; }
.topFooterBox h2 strong { font-weight: 500; }

/* footerBox */
.footerBox { padding: 70px 0; width: 100%; min-height: 385px; background: #9bcdef; }
.footerBox h3 { font-size: 16px; line-height: 1.3; }
.footerBox h3:after { margin: 10px 0; display: block; width: 70px; height: 3px; background: #2c93cc; content: ''; }
.footerBox .center { max-width: 1340px; }
.footerBox p,
.footerBox li { padding-bottom: 5px; font-size: 12px; font-weight: 300; line-height: 1.3; letter-spacing: 0.02em; color: #1b3c6a; }
.footerBox li a { text-decoration: none; color: #1b3c6a; }
.footerBox .col { padding-right: 20px; }
.footerBox .col1 { padding-left: 20px; width: 23%; }
.footerBox .col2 { width: 17.5%; }
.footerBox .col3 { width: 17%; }
.footerBox .col4 { width: 24%; }
.footerBox .col5 { padding-right: 0; width: 18.5%; }
.footerBox p { padding-bottom: 25px; }
.footerBox h4 { padding-bottom: 10px; font-size: 18px; }
.footerBox li a:hover { text-decoration: underline; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1499px) {
	.logoBox .right { margin-right: 0; }
}

@media only screen and (max-width: 1365px) {
	.logoBox .logo { max-width: 250px; }
	.logoBox .tag_line { margin-top: 20px; letter-spacing: 0.04em; }
	.logoBox .response_btn { margin: 0 20px; font-size: 15px; }
	.logoBox .right { margin-top: 12px; }
	.menuBox ul li { margin: 0 15px; }
	.bannerBox .left { padding-left: 0; }
	.home .logoBox { padding: 25px 0; }
	.serviceBox .heading { padding: 25px 40px; }
	.serviceBox .content { padding: 15px 40px 30px; }
	.aboutBox .right_side .text { padding: 30px 20px 60px 110px; }
	.partnerBox .row .col4 .title a br { display: none; }
	.partnerBox .row .col4 .title { font-size: 15px; }
	.mapBox .text h2 { font-size: 45px; }
	.mapBox .text { left: 20px; }
}

@media only screen and (max-width: 1279px) {
	h1 { font-size: 30px; }
	.valueBox h2,
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
	.logoBox .logo { margin-left: 0; max-width: 200px; }
	.logoBox .tag_line { margin: 15px 0 0 20px; font-size: 20px; letter-spacing: normal; }
	.logoBox .response_btn { margin: 0 20px; font-size: 13px; line-height: 22px; }
	.logoBox .right { margin-top: 8px; }
	.logoBox .search { width: 180px; }
	.logoBox .group_sites { font-size: 16px; }
	.menuBox ul li { margin: 0 7px; font-size: 18px; }
	.menuBox ul li:first-child { margin-right: 10px; margin-left: 0; }
	.menuBox li li a { padding: 4px 15px; }
	.bannerBox .wrap { min-height: 280px; }
	.head_bar h1,
	.bannerBox h1 { font-size: 30px; }
	.serviceBox .heading { padding: 20px; }
	.serviceBox .content { padding: 15px 20px 20px; }
	.serviceBox [class*='icon-'] { width: 60px; height: 60px; font-size: 50px; line-height: 60px; }
	.aboutBox li [class*='icon-'] { left: -55px; font-size: 40px; }
	.aboutBox .right_side .text { padding-bottom: 30px; padding-left: 70px; }
	.aboutBox li p { margin-right: 0; font-size: 15px; line-height: 1.45; }
	.aboutBox p { padding-bottom: 20px; line-height: 1.3; }
	.aboutBox .left_side { padding-top: 20px; padding-bottom: 10px; }
	.aboutBox { padding: 35px 0 0; }
	.concept_tag { font-size: 35px; }
	.partnerBox .row .col4 .title { line-height: 1.3; }
	.partnerBox .row .col4 { margin: 0 10px; width: calc(25% - 20px); background: #fff; }
	.partnerBox .row { margin: 0 -10px; }
	.solutionBox [class*='icon-'] [class*='path'],
	.solutionBox [class*='icon-'] { width: 130px; height: 130px; font-size: 120px; line-height: 130px; }
	.solutionBox span.value { font-size: 25px; line-height: 130px; }
	.solutionBox .title { padding: 15px 0 0; font-size: 18px; }
	.mapBox .text h2 { padding-bottom: 15px; font-size: 35px; }
	.mapBox .text { max-width: 290px; }
	.mapBox .tooltip .tip_icon { font-size: 25px; }
	.mapBox .tooltip .tip { padding: 15px; width: 200px; font-size: 15px; }
	.footerBox .col { padding-right: 15px; }
	.footerBox .col1 { padding-left: 0; width: 28%; }
	.footerBox .col2 { width: 19%; }
	.footerBox .col4 { width: 14%; }
	.footerBox .col5 { padding-right: 0; width: 20%; }
	.footerBox { min-height: inherit; }
	.logoBox .icon-globe { font-size: 35px; }
	.logoBox .group_sites.icon { margin: -13px 50px -9px 0; }
	.topBox { padding: 60px 0; }
	.head_bar h1 { line-height: 1.25; }
	.apiBox .left_sidebar { padding-bottom: 10px; width: 180px; }
	.apiBox .right_sidebar { padding-left: 20px; }
	.apiBox .right_sidebar table th,
	.apiBox .right_sidebar table td { font-size: 13px; }
	.valueBox .left_content .heading { padding: 10px 20px; min-height: 100px; }
	.valueBox .content { padding: 20px; }
	.valueBox .content h4 { padding-top: 20px; font-size: 18px; }
	.valueBox .content .call { font-size: 18px; }
	.valueBox .right_image { min-height: 390px; }
	.contactBox,
	#catalogueCntr { background-position: right 30px; background-size: 80% auto; }
	.contentBox h1.heading { font-size: 40px; }
	.contentBox h2.heading { font-size: 32px; }
	.contentBox h3.heading { font-size: 24px; }
	.contentBox h4.heading { font-size: 20px; }
	.contentBox h5.heading { font-size: 16px; }
	.contentBox h6.heading { font-size: 14px; }
}

@media only screen and (max-width: 1023px) {
	html,
	body { font-size: 16px; }
	h1 { font-size: 25px; }
	.valueBox h2,
	h2 { font-size: 20px; }
	.contentBox h1.heading { font-size: 28px; }
	.contentBox h2.heading { font-size: 25px; }
	.contentBox h3.heading { font-size: 22px; }
	.contentBox h4.heading { font-size: 18px; }
	.contentBox h5.heading { font-size: 16px; }
	.contentBox h6.heading { font-size: 14px; }
	.logoBox .logo { margin-left: 0; max-width: 150px; }
	.logoBox .tag_line { margin: 10px 0 0 15px; font-size: 15px; letter-spacing: normal; }
	.logoBox .response_btn { margin: 0 10px; font-size: 12px; }
	.logoBox .right { margin-top: 0; }
	.logoBox .search { position: absolute; top: 0; right: 65px; visibility: hidden; width: 0; -webkit-transition: all 0.3s; transition: all 0.3s; overflow: hidden; }
	.logoBox .group_sites { font-size: 15px; }
	.menuBox ul li { margin: 0; font-size: 15px; }
	.menuBox ul li:first-child { margin-right: 0; margin-left: 0; }
	.menuBox li li a { padding: 4px 15px; }
	.menuBox ul li a.home { font-size: 20px; }
	.menuBox ul li a { padding: 4px 9px; }
	.menuBox li ul { padding: 10px 0; }
	.menuBox li li:first-child,
	.menuBox li li { font-size: 15px; }
	.head_bar h1,
	.bannerBox h1 { font-size: 23px; }
	.bannerBox .right p { line-height: 1.2; }
	.bannerBox .right .inner { padding-right: 0; padding-left: 20px; }
	.button { padding: 8px 15px; font-size: 14px; }
	.serviceBox { padding: 40px 0; width: 100%; }
	.serviceBox .heading { padding: 10px; }
	.serviceBox .content { padding: 10px; }
	.serviceBox p { line-height: 1.3; }
	.aboutBox .left_side { padding: 0 15px 30px; width: 100%; }
	.aboutBox .right_side { width: 100%; }
	.aboutBox .center { padding: 0; }
	.head_bar h2 { font-size: 20px; }
	.head_bar h1 { font-size: 25px; }
	.concept_tag { font-size: 25px; }
	.partnerBox .row .col4 .title { padding: 10px; font-size: 14px; }
	.solutionBox [class*='icon-'] [class*='path'],
	.solutionBox [class*='icon-'] { width: 100px; height: 100px; font-size: 90px; line-height: 100px; }
	.solutionBox span.value { font-size: 18px; line-height: 100px; }
	.solutionBox .title { padding: 15px 0 0; font-size: 15px; }
	.mapBox .text h2 { font-size: 25px; }
	.mapBox .text { bottom: 30px; }
	.mapBox .tooltip5 .tip { right: 17px; left: auto; -webkit-transform-origin: right top; transform-origin: right top; }
	.footerBox .col2 { width: 21%; }
	.footerBox { padding: 50px 0 40px; }
	.footerBox p,
	.footerBox li { line-height: 1.1; }
	.footerBox li { padding-bottom: 7px; }
	.logoBox .search_icon { padding: 0; display: inline-block; width: 36px; line-height: 36px; text-align: center; text-decoration: none; color: #fff; vertical-align: top; -webkit-border-radius: 50%; border-radius: 50%; background: #0097d5; }
	.logoBox .search.expand { visibility: visible; width: 200px; }
	.home .logoBox { padding: 20px 0; }
	.serviceBox .col3 { width: calc(33.33% - 10px); }
	.logoBox .group_sites.icon { margin: -11px 30px -11px 0; }
	.head_bar h2:after,
	.head_bar h1:after { width: 200px; }
	.apiBox .table_wrap { padding-bottom: 10px; width: 100%; overflow: auto; }
	.apiBox .table_wrap table { width: 750px; }
	.contactBox { padding: 60px 0; }
	.contactBox .right_side { margin-right: 0; padding: 20px; }
	.contactBox .right_side h2 { padding-left: 0; font-size: 20px; }
	.contactBox .left_side { padding-right: 40px; }
	.four_columnBox .column { padding: 0 10px 20px; }
	.top_headBox { padding: 70px 0; }
	.contentBox .wrap_content { padding-right: 0; }
	.contentBox h3 { padding-bottom: 15px; }
	.two_columnBox .column .image { width: 40%; }
	.two_columnBox .column .text { padding: 0 0 0 15px; }
	.two_columnBox .column { padding: 0 10px 20px; }
	.two_columnBox .row { margin: 0 -10px; }
	.two_columnBox .column .text p { font-size: 15px; line-height: 1.4; letter-spacing: normal; }
	.two_columnBox .column .text h5 { font-size: 15px; }
	.three_columnBox .column { padding: 0 10px 20px; }
	.three_columnBox .row { margin: 0 -10px; }
	.three_columnBox .column a h3 { padding: 10px 15px; font-size: 18px; }
	.three_columnBox .column a h3 br { display: none; }
	.mm-menu .mm-navbar > *,
	.mm-menu .mm-navbar a,
	.mm-listview > li > a,
	.mm-listview > li > span { text-transform: uppercase; color: #fff; }
	.mm-menu .mm-navbar .mm-btn:before,
	.mm-menu .mm-navbar .mm-btn:after,
	.mm-menu .mm-listview > li .mm-prev:before,
	.mm-menu .mm-listview > li .mm-next:after,
	.mm-menu .mm-listview > li .mm-arrow:after,
	.mm-menu .mm-listview > li .mm-prev:after,
	.mm-menu .mm-listview > li .mm-next:before,
	.mm-menu .mm-listview > li:after,
	.mm-menu .mm-navbar { border-color: #fff; }
	.mm-listview > li:not(.mm-divider):after { left: 0; }
	.mm-listview > li > a.home { font-size: 18px !important; }
	.mm-listview > li > a br { display: none; }
	.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
	.mm-menu .mm-listview > li.mm-selected > span,
	.mm-menu .mm-listview > li a.active { background: #1b3c6b; }
	.home .logoBox,
	.logoBox { padding: 50px 0 10px; position: relative; }
	.logoBox:before { position: absolute; top: 0; left: 0; width: 100%; height: 40px; background: #9bcdef; content: ''; }
	.logoBox .logo { margin-top: 5px; display: block; float: none; max-width: 140px; }
	.logoBox .tag_line { margin: 5px 0 0 30px; font-size: 12px; }
	.logoBox .group_sites { font-size: 13px; }
	.logoBox .response_btn { margin: 0; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; min-height: 40px; font-size: 11px; line-height: 1.2; }
	.home #headerCntr .mobileMenu { top: -2px; }
	#headerCntr .mobileMenu { position: absolute; top: 27px; right: 15px; display: block; }
	.menuBox ul li { display: block; }
	.mm-menu { background: #0097d5; }
	.logoBox .search_icon { position: absolute; top: -50px; left: 15px; width: 30px; height: 30px; line-height: 30px; background: #173c69; }
	.logoBox .search { top: -54px; right: auto; left: 50px; }
	.logoBox .search.expand { width: calc(100% - 105px); }
	.logoBox .right { margin-top: -46px; padding: 0; width: calc(100% - 160px); max-width: 180px; text-align: center; }
	.logoBox .center { padding: 0 10px; }
	.menuBox { display: none; }
	.bannerBox .wrap { display: block; }
	.bannerBox .right,
	.bannerBox .left { display: block; width: 100%; }
	.covidBox { padding: 7px 0; }
	.logoBox .group_sites.icon { margin: 18px 0 0; float: right; }
	.logoBox .icon-globe { font-size: 25px; }
	#headerCntr { border-bottom: 4px solid #0097d5; }
	.topBox .right,
	.topBox .mid,
	.topBox .left { padding-bottom: 30px; width: 100%; max-width: 100%; }
	.topBox .right { padding-bottom: 0; }
}

@media only screen and (max-width: 767px) {
	blockquote { padding: 20px; }

	.serviceBox .col3 { margin-bottom: 15px; width: 100%; }
	.aboutBox .right_side .image { width: 100%; background: none !important; }
	.aboutBox .right_side .image .mobile { display: block; width: 100%; }
	.aboutBox .right_side .text { width: 100%; }
	.partnerBox .row .col4 { margin-bottom: 20px; width: calc(50% - 20px); }
	.head_bar .button { margin: 20px 0 0; }
	.head_bar h2,
	.head_bar h1 { padding: 0; display: block; }
	.solutionBox .col6 { margin-bottom: 20px; width: 140px; }
	.solutionBox .row { -webkit-justify-content: center; justify-content: center; }
	.mapBox .text { padding: 15px; position: static; width: 100%; max-width: 100%; text-align: center; }
	.mapBox .text h2 { font-size: 20px; }
	.mapBox .text h2 br { display: none; }
	.partnerBox { margin-bottom: 0; }
	.solutionBox { padding: 30px 0; }
	.mapBox .tooltip .tip_icon { font-size: 15px; }
	.mapBox .tooltip .tip { display: none; }
	.topFooterBox { padding: 15px 0; text-align: center; }
	.topFooterBox h2 { font-size: 20px; }
	.footerBox .col { margin-bottom: 15px; padding-bottom: 15px; width: 100% !important; border-bottom: 2px dashed rgba(0, 0, 0, 0.1); }
	.footerBox .col5 { margin-bottom: 0; padding-bottom: 0; border: 0; }
	.bannerBox .right .inner { padding-left: 0; border: 0; }
	.bannerBox h1 { padding: 0; display: block; }
	.bannerBox .button { margin: 20px 0 0; }

	.contactBox,
	#catalogueCntr { background-position: right 30px; background-size: 100% auto; }
	.apiBox .apply_filter { padding: 10px 40px 10px 20px; position: relative; display: block; width: 100%; font-size: 16px; font-weight: 700; line-height: 20px; text-decoration: none; color: #1b3c6a; border: 1px solid #1b3c6a; -webkit-border-radius: 25px; border-radius: 25px; }
	.apiBox .apply_filter:after { position: absolute; top: 11px; right: 15px; width: 20px; height: 20px; background: url('../images/arrow-down.svg') center center no-repeat; -webkit-transition: all 0.3s; transition: all 0.3s; content: ''; }
	.apiBox .apply_filter.active:after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
	.apiBox .left_sidebar { display: none; width: 100%; }
	.apiBox .right_sidebar { padding: 20px 0; width: 100%; border: 0; }
	.valueBox .right_image { order: 0; width: 100%; min-height: inherit; background: none !important; }
	.valueBox .right_image img.mobile { display: block; width: 100%; }
	.valueBox .left_content { width: 100%; }
	.valueBox .left_content .heading { min-height: inherit; }
	.contactBox { padding: 40px 0; }
	.contactBox .left_side { padding: 0; width: 100%; }
	.contactBox .left_side p { padding-bottom: 15px; }
	.contactBox .right_side { margin-top: 25px; padding: 20px 15px; width: 100%; background: rgba(255, 255, 255, 0.5); }
	.filter_bar h5 { padding: 0 0 10px; display: block; text-align: center; }
	.filter_bar a.trigger { padding: 5px 30px 5px 15px; position: relative; display: block; width: 100%; min-height: 34px; font-weight: 700; line-height: 20px; text-decoration: none; color: #0097d5; border: 2px solid #0097d5; -webkit-border-radius: 5px; border-radius: 5px; }
	.filter_bar a.trigger:before { position: absolute; top: 5px; right: 15px; font-family: 'icomoon', sans-serif !important; font-size: 16px; font-weight: normal; transform: rotate(90deg); content: '\e913'; }
	.filter_bar .filtering { margin: auto; position: relative; z-index: 9; width: 100%; max-width: 100%; }
	.filter_bar .filters { position: absolute; top: 32px; left: 0; display: none; width: 100%; text-align: left; border: 2px solid #0097d5; background: #fff; }
	.filter_bar .filters li:first-child,
	.filter_bar .filters li { margin: 0; width: 100%; border: 0; border-top: 1px solid #fff; border-bottom: 1px solid #0097d5; -webkit-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
	.filter_bar .filters li .button { padding: 5px 15px; display: block; font-size: 14px; line-height: 20px; color: #0097d5; border: 0 !important; -webkit-border-radius: 0; border-radius: 0; }
	.filter_bar .filters li .button.active { color: #fff; }
	.four_columnBox .column { padding: 0 10px 20px; width: 50%; }
	.top_headBox { padding: 60px 0; }
	.top_headBox .col2,
	.top_headBox .col1 { padding-bottom: 30px; width: 100%; max-width: 100%; }
	.top_headBox .col2 { padding-bottom: 0; }
	.table_wrap table { min-width: 600px; }
	.contentBox h3 { padding-bottom: 10px; }
	.two_columnBox .column { width: 100%; }
	.contentBox .col-9,
	.contentBox .col-8,
	.contentBox .col-6,
	.contentBox .col-4,
	.contentBox .col-3 { width: 100%; }
	.three_columnBox .column a h3 { padding: 10px; min-height: 90px; font-size: 16px; }
	.table_wrap table tr td:nth-of-type(1) { width: 25%; }
	.contentBox p { line-height: 1.4; }
	.three_columnBox { padding-bottom: 20px; }
	.contentBox.bottom .heading { padding: 0 0 10px; }
	.contentBox .links_group .button + .button { margin-left: 5px; }
}


@media only screen and (max-width: 639px) {
	.three_columnBox .column { width: 100%; }
	.three_columnBox .column a h3 { padding: 15px 10px; min-height: inherit; }
}

@media only screen and (max-width: 479px) {
	.partnerBox .row .col4 { margin-bottom: 20px; width: calc(100% - 20px); }
	.covidBox p { font-size: 11px; }
	.covidBox p small { padding-left: 5px; font-size: 7px; }
	.contactBox .field.half { width: 100%; }
	.four_columnBox .column { padding: 0 10px 20px; width: 100%; }
}
