@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e2a44;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden; }
body.fixed {
  overflow: hidden; }

.wrapper {
  padding-top: 90px; }
.wrapper.home {
  padding-top: 0; }

section {
  padding: 90px 0;
  background-color: #fff; }
section.light {
  background-color: #f4f7ff; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
a.textLink:hover {
  text-decoration: underline; }

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-width: 200px;
  padding: 15px 20px;
  border: #143063 3px solid;
  background-color: #143063; }
.btn i {
  margin-right: 10px; }
.btn:hover {
  color: #143063;
  background-color: #fff; }
.btn.btnTrans {
  border-color: #74a9e4;
  background-color: transparent; }
.btn.btnTrans:hover {
  color: #fff;
  border-color: #74a9e4;
  background-color: #74a9e4; }

p {
  line-height: 1.4; }
p + p, p + ul {
  margin-top: 20px; }

ul {
  line-height: 1.4; }
ul.dotted li {
  position: relative;
  padding-left: 20px; }
ul.dotted li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: 1px;
  top: 5px;
  color: #5e78b4; }
ul.dotted li + li {
  margin-top: 10px; }
ul + p, ul + ul {
  margin-top: 20px; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #5e78b4; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 36px;
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem; }

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem; }

.sectionHeader {
  margin-bottom: 60px; }
.sectionHeader h1, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4, .sectionHeader h5, .sectionHeader h6 {
  font-weight: 700;
  margin-bottom: 0; }
.sectionHeader h1 + span, .sectionHeader h2 + span, .sectionHeader h3 + span, .sectionHeader h4 + span, .sectionHeader h5 + span, .sectionHeader h6 + span {
  margin-top: 15px; }
.sectionHeader span {
  display: block; }
.sectionHeader.center {
  text-align: center; }

img {
  display: block; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 10px 15px;
  border: #dedede 1px solid;
  background-color: #fff; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  border-color: #5e78b4; }

textarea {
  min-height: 150px; }

fieldset {
  margin-bottom: 15px; }

label.error {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  display: inline-block;
  padding-top: 5px; }

.formTwoCols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.formTwoCols fieldset {
  width: calc(50% - 8px); }

.embed-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fancybox-content {
  padding: 30px !important;
  padding-top: 50px !important; }

.headerPage {
  padding: 40px 0 60px;
  position: relative;
  background-color: #143063; }
.headerPage .headerPageBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.headerPage .headerPageBg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.headerPage .container {
  position: relative; }
.headerPage .container h1 {
  text-align: center;
  margin: 0;
  line-height: 1.1; }
.headerPage .container h1 span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #bec6d6; }
.headerPage .container h1 strong {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  display: block; }

header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100; }
header .headerCont {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  height: 90px; }
header .headerCont .logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 212px;
  height: 50px;
  display: block;
  background: url(vector/logo.svg) no-repeat 0 0;
  background-size: cover; }
header .headerCont nav > ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
header .headerCont nav > ul > li > a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
  display: block;
  height: 90px;
  padding: 35px 20px; }
header .headerCont nav > ul > li > a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 25px;
  width: 0;
  height: 1px;
  background-color: #5e78b4; }
header .headerCont nav > ul > li > a.active:after {
  width: calc(100% - 40px); }
header .headerCont nav > ul > li:hover > a:after {
  width: calc(100% - 40px); }
header .headerCont nav > ul > li:hover .megaMenu {
  opacity: 1;
  fliter: alpha(opacity=100);
  pointer-events: auto; }
header .headerCont nav > ul > li:hover .megaMenu:before {
  width: 100%; }
header .headerCont nav > ul > li .switchSubmenu {
  display: none; }
header .headerCont nav > ul > li .megaMenu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  fliter: alpha(opacity=0); }
header .headerCont nav > ul > li .megaMenu:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  top: 0;
  width: 0;
  height: 1px;
  background-color: #dedede; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 30px; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 10px;
  border-bottom: #5e78b4 1px solid; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding: 5px 0; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul li a:hover {
  text-decoration: underline; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul + [class*="btn"] {
  margin-top: 15px; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p {
  font-size: 14px;
  font-size: 0.875rem; }
header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p + [class*="btn"] {
  margin-top: 15px; }
header .headerCont .menu-mobile {
  display: none; }
header.trans {
  background-color: transparent; }
header.trans:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  fliter: alpha(opacity=0);
  pointer-events: none; }
header.trans .headerCont {
  position: relative; }
header.trans .headerCont .logo {
  background: url(vector/logo-bco.svg) no-repeat 0 0; }
header.trans .headerCont nav > ul > li > a {
  color: #fff; }
header.trans .headerCont nav > ul > li > a:after {
  background-color: #5e78b4; }
header.trans .headerCont nav > ul > li .megaMenu {
  background-color: transparent; }
header.trans .headerCont nav > ul > li .megaMenu:before {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1; }
header.trans .headerCont nav > ul > li .megaMenu .megaMenuCont {
  position: relative;
  z-index: 1; }
header.trans .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol h3 {
  color: #fff;
  border-color: #5e78b4; }
header.trans .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul li a {
  color: #fff; }
header.trans .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p {
  color: #fff; }
header.trans .headerCont .menu-mobile span {
  background-color: #fff; }
header.trans .headerCont .menu-mobile span:before, header.trans .headerCont .menu-mobile span:after {
  background-color: #fff; }
header.trans.appearSub:before {
  opacity: 1;
  fliter: alpha(opacity=100); }
header.fixed {
  background-color: #fff;
  border-bottom: #dedede 1px solid; }
header.fixed:before {
  display: none; }
header.fixed .headerCont {
  position: initial; }
header.fixed .headerCont .logo {
  background: url(vector/logo.svg) no-repeat 0 0; }
header.fixed .headerCont nav > ul > li > a {
  color: #1e2a44; }
header.fixed .headerCont nav > ul > li > a:after {
  background-color: #5e78b4; }
header.fixed .headerCont nav > ul > li .megaMenu {
  background-color: #fff; }
header.fixed .headerCont nav > ul > li .megaMenu:before {
  background-color: #dedede; }
header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont h3 {
  color: #1e2a44 !important;
  border-color: #5e78b4 !important; }
header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont ul li a {
  color: #1e2a44 !important; }
header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont p {
  color: #1e2a44 !important; }
header.fixed .headerCont .menu-mobile {
  right: 20px; }
header.fixed .headerCont .menu-mobile span {
  background-color: #1e2a44; }
header.fixed .headerCont .menu-mobile span:before, header.fixed .headerCont .menu-mobile span:after {
  background-color: #1e2a44; }

footer {
  background-color: #143063; }
footer .footerSup {
  padding: 60px 0; }
footer .footerSup .container .footerSupInner {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }
footer .footerSup .container .footerSupInner .fsCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 20px; }
footer .footerSup .container .footerSupInner .fsCol .logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 215px;
  height: 52px;
  display: block;
  background: url(vector/logo-footer.svg) no-repeat 0 0;
  background-size: contain; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox {
  position: relative;
  padding-left: 75px; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxIcon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5); }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxIcon i {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxText .fsColBoxTextRow h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxText .fsColBoxTextRow p {
  color: #fff; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxText .fsColBoxTextRow p a {
  display: block; }
footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxText .fsColBoxTextRow + .fsColBoxTextRow {
  margin-top: 30px; }
footer .footerInf .footerInfInner {
  padding: 30px 0;
  border-top: #fff 1px solid; }
footer .footerInf .footerInfInner p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center; }

.mainDl {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  max-height: 800px;
  padding: 0; }
.mainDl img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.mainDl img.pleca {
  top: initial;
  bottom: -3px;
  height: 350px;
  object-fit: cover;
  pointer-events: none; }
.mainDl .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 100%;
  z-index: 1; }
.mainDl .container .mainDlText {
  width: 100%;
  max-width: 600px;
  margin-top: -80px; }
.mainDl .container .mainDlText h1 {
  position: relative;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 40px; }
.mainDl .container .mainDlText h1 strong {
  color: #74a9e4; }
.mainDl .container .mainDlText h1:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 90px;
  height: 1px;
  background-color: #fff; }
.mainDl .container .mainDlText h1.animated:after {
  width: 0; }
.mainDl .container .mainDlText p {
  color: #fff; }
.mainDl .container .mainDlText p strong {
  color: #74a9e4; }
.mainDl .container .mainDlText [class*="btn"] {
  margin-top: 40px; }

.degausado .degausadoInner {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.degausado .degausadoInner .degausadoInnerImg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 30px; }
.degausado .degausadoInner .degausadoInnerImg img {
  width: 100%;
  height: auto; }
.degausado .degausadoInner .degausadoInnerText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px; }
.degausado .degausadoBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  padding: 30px;
  margin-top: 60px;
  color: #fff;
  background: #1e2a44;
  background: linear-gradient(0deg, #1e2a44 0%, #334774 100%); }

.degService .degServiceGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }
.degService .degServiceGrid .degServGridBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  width: calc(33.33% - 30px);
  padding: 30px;
  margin: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2); }
.degService .degServiceGrid .degServGridBox i {
  font-size: 42px;
  font-size: 2.625rem;
  color: #2e6bd9;
  margin-bottom: 20px; }
.degService .degServiceEquip {
  margin-top: 60px; }
.degService .degServiceEquip .sectionHeader {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto; }
.degService .degServiceEquip .degServiceEquipGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 33.33%;
  padding: 15px; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol img {
  width: 100%;
  height: auto; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol img.circleImg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
  border: #fff 15px solid;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2); }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol img.logoNSA {
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol p.lessW {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol p.sp {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol p.sp:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 90px;
  height: 1px;
  display: block;
  background-color: #1e2a44; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol .degServiceEquipBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(95, 45, 144, 0.2); }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol .degServiceEquipBox .degServiceEquipBoxImg {
  position: relative; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol .degServiceEquipBox .degServiceEquipBoxImg p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  width: calc(100% - 30px);
  padding: 20px;
  bottom: 15px;
  background-color: #fff; }
.degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol .degServiceEquipBox.v2 {
  padding: 30px; }
.degService .degServiceEquip [class*="btn"] {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: table; }

.physical {
  position: relative; }
.physical img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.physical .container {
  position: relative; }
.physical .physicalText {
  color: #fff;
  width: 100%;
  max-width: 640px; }
.physical .physicalText ul {
  margin-bottom: 40px; }
.physical .physicalText ul li {
  position: relative;
  padding-left: 28px; }
.physical .physicalText ul li:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: block;
  border: #fff 2px solid; }
.physical .physicalText ul li:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #fff; }
.physical .physicalText ul li + li {
  margin-top: 40px; }

.why .whyGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px; }
.why .whyGrid .whyGridBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 20px 30px; }
.why .whyGrid .whyGridBox .wgbIcon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border: #326eda 2px solid;
  background: #2e6bd9;
  background: linear-gradient(-45deg, #2e6bd9 25%, #a7c4fa 100%); }
.why .whyGrid .whyGridBox .wgbIcon i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff; }

.clients .clientsCarousel {
  margin-bottom: 0 !important; }
.clients .clientsCarousel img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
  height: 60px; }
.clients .clientsCarousel img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.clients .clientsCarousel .slick-list {
  padding: 10px 0; }
.clients .clientsCarousel .slick-slide {
  padding: 0 30px; }
.clients .clientsCarousel .slick-dots {
  bottom: -30px; }
.clients .clientsCarousel .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 7px; }
.clients .clientsCarousel .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: #5e78b4; }
.clients .clientsCarousel .slick-dots li button:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  width: 25px;
  height: 25px;
  border: #5e78b4 2px solid;
  opacity: 0; }
.clients .clientsCarousel .slick-dots li button:before {
  display: none; }
.clients .clientsCarousel .slick-dots li.slick-active button:after {
  opacity: 1; }

.contactForm .contactFormWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
.contactForm .contactFormWrap .btnContForm [class*="btn"] {
  display: table;
  margin: 0 auto; }
.contactForm .contactFormWrap .form-loader-w {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  display: none; }
.contactForm .contactFormWrap .msg {
  width: 100%;
  margin-top: 10px; }

@keyframes scroll {
  0% {
    opacity: 1;
    fliter: alpha(opacity=100); }
  100% {
    top: 32px;
    opacity: 0;
    fliter: alpha(opacity=0); } }
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?e62huw");
  src: url("fonts/icomoon.eot?e62huw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?e62huw") format("truetype"), url("fonts/icomoon.woff?e62huw") format("woff"), url("fonts/icomoon.svg?e62huw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-down-large:before {
  content: ""; }

.ico-down:before {
  content: ""; }

.ico-left-large:before {
  content: ""; }

.ico-left:before {
  content: ""; }

.ico-right-large:before {
  content: ""; }

.ico-right:before {
  content: ""; }

.ico-up-large:before {
  content: ""; }

.ico-up:before {
  content: ""; }

@media only screen and (max-width: 1100px) {
  header .headerCont nav > ul > li > a {
    padding: 35px 10px; } }
@media only screen and (max-width: 960px) {
  .wrapper {
    padding-top: 70px; }

  .container {
    padding-left: 20px;
    padding-right: 20px; }

  header .headerCont {
    height: 70px; }
  header .headerCont .logo {
    width: 148px;
    height: 35px; }
  header .headerCont nav {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all; }
  header .headerCont nav > ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  header .headerCont nav > ul > li {
    position: relative; }
  header .headerCont nav > ul > li > a {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 15px; }
  header .headerCont nav > ul > li > a:after {
    width: 30px;
    bottom: 12px;
    opacity: 0;
    fliter: alpha(opacity=0); }
  header .headerCont nav > ul > li > a.active:after {
    width: 30px;
    opacity: 1;
    fliter: alpha(opacity=100); }
  header .headerCont nav > ul > li:hover > a:after {
    width: 5px; }
  header .headerCont nav > ul > li .switchSubmenu {
    position: absolute;
    right: -17px;
    top: 8px;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 1;
    cursor: pointer; }
  header .headerCont nav > ul > li .switchSubmenu i {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff; }
  header .headerCont nav > ul > li .switchSubmenu i.fa-minus-square {
    display: none; }
  header .headerCont nav > ul > li .switchSubmenu.open i.fa-plus-square {
    display: none; }
  header .headerCont nav > ul > li .switchSubmenu.open i.fa-minus-square {
    display: inline-block; }
  header .headerCont nav > ul > li .megaMenu {
    position: relative;
    left: initial;
    top: initial;
    pointer-events: auto;
    background-color: transparent;
    opacity: 1;
    fliter: alpha(opacity=100);
    max-height: 0;
    overflow: hidden; }
  header .headerCont nav > ul > li .megaMenu.open {
    max-height: 400px;
    padding-bottom: 15px; }
  header .headerCont nav > ul > li .megaMenu:before {
    display: none; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol {
    width: 100%;
    padding: 0; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #999;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 10px 0; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 10px 30px; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p + [class*="btn"] {
    margin-top: 0; }
  header .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol [class*="btn"] {
    margin: 0 auto;
    display: table; }
  header .headerCont nav.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all; }
  header .headerCont .menu-mobile {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  header .headerCont .menu-mobile > span {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    width: 25px;
    height: 2px;
    background: #1e2a44;
    transition: all 0.4s ease; }
  header .headerCont .menu-mobile > span:before, header .headerCont .menu-mobile > span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 0;
    width: 30px;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
    background: #1e2a44; }
  header .headerCont .menu-mobile > span:after {
    top: 10px;
    width: 20px;
    background: #1e2a44; }
  header .headerCont .menu-mobile:hover > span {
    width: 30px; }
  header .headerCont .menu-mobile:hover > span:before, header .headerCont .menu-mobile:hover > span:after {
    width: 30px; }
  header .headerCont .menu-mobile.show > span {
    width: 30px;
    transform: rotate(135deg);
    background: #fff; }
  header .headerCont .menu-mobile.show > span:before, header .headerCont .menu-mobile.show > span:after {
    top: 0;
    width: 30px;
    transform: rotate(90deg);
    background: #fff; }
  header .headerCont .menu-mobile.show > span:after {
    opacity: 0;
    background: #fff; }
  header.trans:before {
    display: none; }
  header.trans .headerCont nav > ul > li > a:after {
    background-color: #5e78b4; }
  header.trans .headerCont nav > ul > li .megaMenu:after {
    display: none; }
  header.trans .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol h3 {
    color: #999; }
  header.trans .headerCont .menu-mobile {
    right: 0; }
  header.fixed .headerCont nav > ul > li > a {
    color: #fff; }
  header.fixed .headerCont nav > ul > li .megaMenu {
    background-color: transparent; }
  header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol h3 {
    color: #999 !important; }
  header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol ul li a {
    color: #fff !important; }
  header.fixed .headerCont nav > ul > li .megaMenu .megaMenuCont .megaMenuCol p {
    color: #fff !important; }
  header.fixed .headerCont .menu-mobile {
    right: 20px; }

  .mainDl .container .mainDlText {
    text-align: center;
    margin: 0 auto;
    margin-top: 0; }
  .mainDl .container .mainDlText h1:after {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
  .mainDl .container .mainDlText p {
    color: #fff; }
  .mainDl .container .mainDlText p strong {
    color: #74a9e4; }
  .mainDl .container .mainDlText [class*="btn"] {
    margin-top: 40px; }

  .degausado .degausadoInner {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .degausado .degausadoInner .degausadoInnerImg {
    width: 100%;
    max-width: 480px;
    padding-right: 0; }
  .degausado .degausadoInner .degausadoInnerText {
    width: 100%;
    padding-left: 0;
    margin-top: 60px; }

  .degService .degServiceGrid {
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-top: -15px; }
  .degService .degServiceGrid .degServGridBox {
    width: calc(50% - 30px);
    margin: 15px; }

  .degService .degServiceEquip .degServiceEquipGrid {
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-top: -15px; }
  .degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol {
    width: calc(50% - 30px); }

  .why .whyGrid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
  .why .whyGrid .whyGridBox {
    padding: 20px; }

  .clients .clientsCarousel img {
    height: 50px; }

  footer .footerSup .container .footerSupInner {
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  footer .footerSup .container .footerSupInner .fsCol {
    width: 50%; }
  footer .footerSup .container .footerSupInner .fsCol .logo {
    width: 148px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 40px; }
  footer .footerSup .container .footerSupInner .fsCol:first-child {
    width: 100%; } }
@media only screen and (max-width: 760px) {
  .why .whyGrid .whyGridBox {
    width: 50%; } }
@media only screen and (max-width: 640px) {
  section {
    padding: 40px 0; }

  h1.borderHeader span, h2.borderHeader span, h3.borderHeader span, h4.borderHeader span, h5.borderHeader span, h6.borderHeader span {
    font-size: 14px;
    font-size: 0.875rem; }

  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem; }

  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem; }

  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem; }

  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem; }

  .sectionHeader {
    margin-bottom: 40px; }

  p {
    font-size: 14px;
    font-size: 0.875rem; }

  ul {
    font-size: 14px;
    font-size: 0.875rem; }

  .degausado .degausadoInner .degausadoInnerText {
    margin-top: 40px; }
  .degausado .degausadoBox {
    padding: 20px;
    margin-top: 40px; }

  .degService .degServiceGrid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .degService .degServiceGrid .degServGridBox {
    width: 100%;
    margin: 0; }
  .degService .degServiceGrid .degServGridBox + .degServGridBox {
    margin-top: 20px; }

  .degService .degServiceEquip .degServiceEquipGrid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol {
    width: 100%;
    padding: 0; }
  .degService .degServiceEquip .degServiceEquipGrid .degServiceEquipCol + .degServiceEquipCol {
    margin-top: 20px; }

  .physical .physicalText ul li + li {
    margin-top: 30px; }

  .why .whyGrid .whyGridBox {
    width: 100%; }
  .why .whyGrid .whyGridBox .wgbIcon {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto; }
  .why .whyGrid .whyGridBox .wgbIcon i {
    font-size: 30px;
    font-size: 1.875rem; }

  .clients {
    padding-bottom: 70px; }
  .clients .clientsCarousel img {
    height: 40px; }
  .clients .clientsCarousel .slick-slide {
    padding: 0 20px; }

  footer .footerSup {
    padding: 40px 0; }
  footer .footerSup .container .footerSupInner .fsCol {
    width: 100%; }
  footer .footerSup .container .footerSupInner .fsCol .logo {
    margin-bottom: 0; }
  footer .footerSup .container .footerSupInner .fsCol .fsColBox .fsColBoxText .fsColBoxTextRow + .fsColBoxTextRow {
    margin-top: 20px; }
  footer .footerSup .container .footerSupInner .fsCol + .fsCol {
    margin-top: 40px; }
  footer .footerSup .container .footerSupInner .fsCol:first-child {
    width: 100%; } }
