@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&family=Rajdhani:wght@400;500;600;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

header, footer, section, nav {
  display: block;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 90;
  top: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
  background: white;
}
header .container {
  display: flex;
  height: 74px;
  align-items: center;
}
@media screen and (max-width: 760px) {
  header .container {
    height: 56px;
  }
}
header .logo {
  position: relative;
  z-index: 1;
}
header .logo a {
  width: 176px;
  height: 24px;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  background: url("../img/logo.svg") no-repeat 50% 50%;
  background-size: contain;
}
header nav {
  margin-left: auto;
}
header nav ul {
  font-size: 15px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: flex;
  color: #4a4a4a;
}
header nav ul li {
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  header nav ul {
    display: none;
  }
  header nav.open .nav-links {
    position: absolute;
    top: 80vh;
    color: #464747;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: block;
    left: 20px;
    line-height: 40px;
  }
  header nav.open ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #ecf0f3;
    color: #464747 !important;
    padding-top: 130px;
    font-size: 22px;
  }
  header nav.open ul li {
    line-height: 30px;
    margin-bottom: 10px;
  }
  header nav.open .nav-handle::before, header nav.open .nav-handle::after, header nav.open .nav-handle span {
    background: #696969 !important;
    top: 6px;
    transform-origin: 50% 50%;
  }
  header nav.open .nav-handle::before {
    display: none;
  }
  header nav.open .nav-handle::after {
    transform: rotate(-45deg);
  }
  header nav.open .nav-handle span {
    transform: rotate(45deg);
  }
}
header .btn-more {
  border-color: #b6b6b6;
  color: #4a4a4a;
  margin-left: 200px;
}
header .btn-more::after {
  background-image: url("../img/ar.svg");
}
@media screen and (max-width: 1100px) {
  header .btn-more {
    margin-left: 40px;
  }
}
@media screen and (max-width: 990px) {
  header .btn-more {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  header .nav-handle {
    z-index: 1;
    position: absolute;
    top: 24px;
    width: 24px;
    height: 15px;
    right: 15px;
  }
  header .nav-handle::before, header .nav-handle::after, header .nav-handle span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: #0276cd;
  }
  header .nav-handle::before {
    top: 6px;
  }
  header .nav-handle::after {
    top: 12px;
  }
}
@media screen and (max-width: 990px) and (max-width: 760px) {
  header .nav-handle {
    top: 20px;
  }
}
@media screen and (max-width: 990px) {
  header.oi .nav-handle::before, header.oi .nav-handle::after, header.oi .nav-handle span {
    background: white;
  }
}
header.oi {
  box-shadow: none;
  background: transparent;
}
header.oi .logo a {
  background-image: url("../img/logo-w.svg");
}
header.oi nav ul {
  color: white;
}
header.oi .btn-more {
  color: white;
  border-color: rgba(255, 255, 255, 0.66);
}
header.oi .btn-more::after {
  background-image: url("../img/arw.svg");
}

.btn-more {
  border: 1px solid transparent;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  border-radius: 64px;
  display: inline-block;
}
.btn-more::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}
.btn-more.s1 {
  box-sizing: border-box;
  height: 34px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 8px;
  font-size: 16px;
}
.btn-more.s1::after {
  margin-left: 18px;
  width: 5px;
  height: 10px;
}
.btn-more.s2 {
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  padding-left: 22px;
  padding-right: 18px;
  font-size: 18px;
}
.btn-more.s2::after {
  margin-left: 18px;
  width: 5px;
  height: 10px;
}

.page-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 400px;
  box-sizing: border-box;
  padding-top: 60px;
}
.page-intro.fullh {
  height: 690px;
}
@media screen and (max-width: 760px) {
  .page-intro.fullh {
    height: 524px;
  }
}
.page-intro .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-intro .img-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-intro .img-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/intro-over.svg") no-repeat 50% 50%;
  background-size: cover;
}
.page-intro .container {
  position: relative;
}
.page-intro h2 {
  text-align: center;
  font-weight: bold;
  font-size: 85px;
  line-height: 85px;
}
.page-intro h2 span {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .page-intro h2 {
    line-height: 50px;
    font-size: 46px;
  }
}
.page-intro .btn-holder {
  text-align: center;
}
.page-intro .btn-more {
  color: white;
  border-color: transparent;
  background: linear-gradient(90deg, rgba(16, 16, 16, 1) 0%, rgba(62, 128, 255, 1) 100%, rgba(62, 128, 255, 1) 100%);
}
.page-intro .btn-more::after {
  background-image: url("../img/arw.svg");
}
.page-intro .pi-stitle {
  margin: 60px 0 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .page-intro .pi-stitle {
    margin: 40px 0 30px;
    font-size: 20px;
  }
}

header + .page-intro {
  margin-top: -74px;
}

.content-intro {
  padding: 180px 0;
}
@media screen and (max-width: 760px) {
  .content-intro {
    padding: 30px 0;
  }
}

.split {
  display: flex;
  flex-wrap: wrap;
}
.split.basic > div:nth-of-type(1) {
  width: calc(42% - 15px);
}
.split.basic > div:nth-of-type(2) {
  width: calc(58% - 15px);
}
@media screen and (max-width: 760px) {
  .split.basic > div {
    width: 100% !important;
  }
}
.split.basic > div:nth-of-type(1) {
  margin-bottom: 30px;
}
.split.boxed {
  justify-content: space-between;
  align-items: center;
}
.split.boxed > div:nth-of-type(1) {
  width: calc(52%);
}
.split.boxed > div:nth-of-type(2) {
  width: calc(40%);
}
@media screen and (max-width: 760px) {
  .split.boxed > div {
    width: 100% !important;
  }
  .split.boxed > div:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  .split.boxed {
    flex-direction: column;
  }
}
.split.contact-split {
  align-items: flex-start;
}
.split.contact-split > div:nth-of-type(1) {
  width: calc(100% - 410px);
}
.split.contact-split > div:nth-of-type(2) {
  width: calc(390px);
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  .split.contact-split {
    flex-wrap: wrap;
  }
  .split.contact-split div:nth-of-type(1) {
    width: calc(100%);
  }
  .split.contact-split div:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
}

.com-title {
  padding-right: 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .com-title {
    padding-right: 35px;
  }
}
.com-title h2 {
  color: #464747;
}
.com-title .sub {
  color: #0480c6;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.text-content {
  color: #696969;
}
.text-content p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 26px;
  font-weight: 600;
}
.text-content .intro p {
  font-size: 18px;
}
.text-content ul li {
  color: #464747;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  line-height: 25px;
  padding-left: 25px;
  position: relative;
}
.text-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 8px;
  height: 8px;
  top: 8px;
  background: #0480c6;
  border-radius: 4px;
}
.text-content a {
  color: #0275be;
  text-decoration: underline;
}
.text-content strong {
  font-weight: bold;
}

.emsec {
  background: #f5f7f8;
  padding: 70px 0 20px;
}

.basec {
  padding: 70px 0 20px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .feature-list {
    justify-content: space-around;
  }
}
.feature-list li {
  width: 270px;
  margin-bottom: 50px;
  color: #696969;
}
@media screen and (max-width: 760px) {
  .feature-list li {
    width: 100%;
  }
}
.feature-list li i {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.feature-list li i.iso {
  background-image: url("../img/fe-iso.svg");
}
.feature-list li i.isa {
  background-image: url("../img/fe-isa.svg");
}
.feature-list li i.aag {
  background-image: url("../img/fe-aag.svg");
}
.feature-list li i.isv {
  background-image: url("../img/fe-isv.svg");
}
.feature-list li i.ref {
  background-image: url("../img/fe-ref.svg");
}
.feature-list li i.asc {
  background-image: url("../img/fe-asc.svg");
}
.feature-list li i.fra {
  background-image: url("../img/fe-fra.svg");
}
.feature-list li i.par {
  background-image: url("../img/fe-par.svg");
}
.feature-list li .title {
  font-family: "Poppins", sans-serif;
  color: #495057;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 8px;
}
.feature-list li p {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.sep-list {
  padding-top: 170px;
  padding-bottom: 1px;
}
@media screen and (max-width: 760px) {
  .sep-list {
    padding-top: 30px;
  }
}

.hs-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 190px;
  align-items: center;
}
.hs-list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 990px) {
  .hs-list li {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 760px) {
  .hs-list li {
    margin-bottom: 75px;
  }
}
.hs-list .img {
  width: 560px;
  flex-shrink: 0;
}
@media screen and (max-width: 990px) {
  .hs-list .img {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .hs-list .img {
    width: calc(100% + 40px);
  }
}
.hs-list .img img {
  width: 100%;
  height: 472px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 760px) {
  .hs-list .img img {
    height: 270px;
    border-radius: 0;
  }
}
.hs-list .content {
  max-width: 560px;
  color: #464747;
}
@media screen and (max-width: 990px) {
  .hs-list .content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.hs-list .content h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .hs-list .content h2 {
    margin-bottom: 24px;
  }
}
.hs-list .link-more {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .hs-list .link-more {
    margin-top: 24px;
  }
}

.link-more {
  display: inline-block;
  color: #0275be;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
}
.link-more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  margin-left: 18px;
  background: url("../img/arb.svg") no-repeat 50% 50%;
  background-size: contain;
}

.link-back {
  display: inline-block;
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  font-style: italic;
}
.link-back::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  margin-right: 18px;
  background: url("../img/alg.svg") no-repeat 50% 50%;
  background-size: contain;
}

.hc-out {
  padding: 60px 0 120px;
}

.foot-adv {
  padding: 70px 0;
  color: white;
  background: linear-gradient(90deg, rgba(16, 16, 16, 1) 0%, rgba(62, 128, 255, 1) 100%, rgba(62, 128, 255, 1) 100%);
}

.adv-list {
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.adv-list i {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.adv-list i.cr {
  background-image: url("../img/adv1.svg");
}
.adv-list i.lr {
  background-image: url("../img/adv2.svg");
}
.adv-list i.es {
  background-image: url("../img/adv3.svg");
}
@media screen and (max-width: 760px) {
  .adv-list {
    flex-direction: column;
    align-items: center;
  }
  .adv-list li {
    margin-top: 30px;
  }
  .adv-list li:first-of-type {
    margin-top: 0;
  }
}

footer {
  padding: 50px 0;
  background: #f5f7f8;
  color: #696969;
}
@media screen and (max-width: 760px) {
  footer {
    text-align: center;
    padding: 30px 0;
  }
}
footer > div > .copy {
  display: none;
}
@media screen and (max-width: 760px) {
  footer > div > .copy {
    display: block;
    margin-top: 30px;
  }
}
footer .fsplit {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  footer .fsplit {
    flex-wrap: wrap;
  }
}
footer .sitemap {
  width: 33%;
}
@media screen and (max-width: 990px) {
  footer .sitemap {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 760px) {
  footer .sitemap {
    order: 0;
  }
}
footer .cardbiller {
  max-width: 320px;
  flex-grow: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}
footer .cardbiller .logo {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  width: 240px;
  height: 120px;
  background: url("../img/logo-large.png") no-repeat 50% 50%;
  background-size: contain;
  margin-left: -20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  footer .cardbiller {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  footer .cardbiller {
    max-width: 100%;
    width: 100%;
  }
  footer .cardbiller .copy {
    display: none;
  }
  footer .cardbiller .logo {
    margin: 0 auto 30px;
  }
}
footer .partners {
  max-width: 220px;
  flex-grow: 0;
}
footer .partners ul:first-of-type {
  margin-bottom: 18px;
}
@media screen and (max-width: 990px) {
  footer .partners {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  footer .partners {
    max-width: 100%;
    width: 100%;
  }
}
footer h4 {
  font-weight: 600;
  color: #0480c6;
  font-size: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
footer .fm-split {
  display: flex;
}
footer .fm-split > ul {
  width: 50%;
}
@media screen and (max-width: 760px) {
  footer .fm-split {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer .fm-split > ul {
    width: 100%;
  }
}
footer ul {
  font-size: 16px;
  font-weight: 600;
}
footer ul li {
  margin-bottom: 12px;
}

.ctitle {
  color: #464747;
  max-width: 650px;
  text-align: center;
  margin: 0 auto 75px;
}
.ctitle.ct2 {
  margin-bottom: 30px;
}

.sol-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .sol-list {
    justify-content: space-around;
  }
}
.sol-list > li {
  width: 260px;
}
@media screen and (max-width: 990px) {
  .sol-list > li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .sol-list > li {
    width: 100%;
  }
}
.sol-list > li img {
  display: block;
  width: 100%;
  height: 144px;
  border-radius: 16px;
  margin-bottom: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 760px) {
  .sol-list > li img {
    height: 180px;
  }
}
.sol-list > li h5 {
  color: #495057;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.sol-list > li ul li {
  position: relative;
  padding-left: 12px;
  line-height: 20px;
  color: #696969;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
}
.sol-list > li ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #0480c6;
  left: 0;
  top: 8px;
  border-radius: 3px;
}

.advantage-sec {
  padding: 110px 0 130px;
}

.advantage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .advantage-list {
    justify-content: space-around;
  }
}
.advantage-list li {
  box-sizing: border-box;
  height: 110px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #aab8c6;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .advantage-list li {
    width: 100%;
    max-width: 400px;
  }
}
.advantage-list li i {
  display: block;
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  margin-right: 24px;
}
.advantage-list li i.advl01 {
  background-image: url("../img/advl01.svg");
}
.advantage-list li i.advl02 {
  background-image: url("../img/advl02.svg");
}
.advantage-list li i.advl03 {
  background-image: url("../img/advl03.svg");
}
.advantage-list li i.advl04 {
  background-image: url("../img/advl04.svg");
}
.advantage-list li i.advl05 {
  background-image: url("../img/advl05.svg");
}
.advantage-list li i.advl06 {
  background-image: url("../img/advl06.svg");
}
.advantage-list li i.advl07 {
  background-image: url("../img/advl07.svg");
}
.advantage-list li i.advl08 {
  background-image: url("../img/advl08.svg");
}
.advantage-list li i.advl09 {
  background-image: url("../img/advl09.svg");
}
.advantage-list li i.advl10 {
  background-image: url("../img/advl10.svg");
}
.advantage-list li i.advl11 {
  background-image: url("../img/advl11.svg");
}
.advantage-list li i.advl12 {
  background-image: url("../img/advl12.svg");
}
.advantage-list li i.advl13 {
  background-image: url("../img/advl13.svg");
}
.advantage-list li i.advl14 {
  background-image: url("../img/advl14.svg");
}
.advantage-list li i.advl15 {
  background-image: url("../img/advl15.svg");
}
.advantage-list li i.advl16 {
  background-image: url("../img/advl16.svg");
}
.advantage-list li i.advl17 {
  background-image: url("../img/advl17.svg");
}
.advantage-list li i.advl18 {
  background-image: url("../img/advl18.svg");
}
.advantage-list li i.advl19 {
  background-image: url("../img/advl19.svg");
}
.advantage-list li i.advl20 {
  background-image: url("../img/advl20.svg");
}
.advantage-list li i.advl21 {
  background-image: url("../img/advl21.svg");
}
.advantage-list li i.advl22 {
  background-image: url("../img/advl22.svg");
}
.advantage-list li i.advl23 {
  background-image: url("../img/advl23.svg");
}
.advantage-list li i.advl24 {
  background-image: url("../img/advl24.svg");
}
.advantage-list li .title {
  color: #464747;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}
.advantage-list li .detail {
  position: absolute;
  padding: 0 22px;
  height: 108px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #696969;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: default;
}
.advantage-list li:hover .detail {
  visibility: visible;
  opacity: 1;
}

.pgsubtitle {
  font-weight: 600;
  color: #696969;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 50px;
}

.bullet-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bullet-list ul li {
  color: #464747;
  font-weight: bold;
  font-size: 18px;
  width: calc(33.33% - 15px);
  margin-bottom: 30px;
  margin-left:10px;
  box-sizing: border-box;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
}
.bullet-list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 8px;
  height: 8px;
  top: 8px;
  background: #0480c6;
  border-radius: 4px;
}
@media screen and (max-width: 990px) {
  .bullet-list ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 760px) {
  .bullet-list ul li {
    width: 100%;
  }
}

.content-box {
  padding: 38px 26px;
  box-sizing: border-box;
  background: white;
  border-radius: 14px;
  border: 1px solid #c2ccd6;
  margin-bottom: 24px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
}
.content-box h2 {
  color: #0480c6;
  margin-bottom: 35px;
}

.boxed-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .boxed-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.boxed-list > li {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 990px) {
  .boxed-list > li {
    width: calc(50% - 20px);
  }
  .boxed-list > li:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 760px) {
  .boxed-list > li {
    width: 100%;
  }
  .boxed-list > li:nth-of-type(2n) {
    margin-left: 0;
  }
}

.switch-list > div {
  padding: 75px 0;
}
.switch-list > div:nth-of-type(2n+1) {
  background: #f5f7f9;
}
@media screen and (max-width: 760px) {
  .switch-list > div:nth-of-type(2n+1) {
    flex-direction: column;
  }
}
.switch-list > div:nth-of-type(2n) > div {
  flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .switch-list > div:nth-of-type(2n) > div {
    flex-direction: column;
  }
}
.switch-list > div > div > div > h2 {
  margin-bottom: 45px;
}

.elcenter {
  text-align: center;
  margin-bottom: 40px;
}

.career-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.career-list > li {
  margin-bottom: 60px;
  width: 43%;
}
.career-list > li:nth-of-type(2n) {
  margin-left: 7%;
}
@media screen and (max-width: 760px) {
  .career-list > li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
}

.single-page {
  padding: 50px 0;
}
.single-page h2 {
  margin: 20px 0 40px;
  color: #0480c6;
}
.single-page ul {
  margin-left: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .single-page ul {
    margin-left: 0;
  }
}

.con-slogan {
  color: #0480c6;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  text-align: center;
  margin: 40px 0;
}

.con-message {
  color: #464747;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}

.split-text {
  display: flex;
  justify-content: space-between;
}
.split-text > div {
  width: calc(50% - 30px);
}
@media screen and (max-width: 760px) {
  .split-text {
    flex-wrap: wrap;
  }
  .split-text > div {
    width: 100%;
  }
}

.cform {
  color: #464747;
}
.cform form {
  max-width: 670px;
  margin-top: 36px;
}
.cform .cf-row {
  margin-bottom: 18px;
}
.cform input, .cform textarea {
  height: 38px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #8aa7c2;
  padding: 0 20px;
  border-radius: 19px;
  -webkit-apperance: none;
  outline: none;
  color: #616f7b;
  font-size: 14px;
  font-weight: 500;
  resize: none;
}
.cform textarea {
  padding: 8px 20px;
  height: 164px;
}
.cform .cf-row.tr {
  display: flex;
  justify-content: flex-end;
}
.cform button {
  display: block;
  -webkit-apperance: none;
  outline: none;
  border: 0;
  height: 42px;
  border-radius: 21px;
  cursor: pointer;
  width: 280px;
  padding: 0 22px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: white;
  font-family: "Poppins", sans-serif;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bff+0,0275be+100 */
  background: #007bff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007bff 0%, #0275be 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007bff", endColorstr="#0275be",GradientType=1 );
  /* IE6-9 */
}
.cform button::after {
  content: "";
  position: absolute;
  right: 22px;
  width: 6px;
  height: 12px;
  top: calc(50% - 6px);
  background: url("../img/arw.svg") no-repeat 50% 50%;
  background-size: contain;
}

.contact-side h2 {
  color: #464747;
}
.contact-side h5 {
  text-transform: uppercase;
  color: #0480c6;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 35px 0;
}
.contact-side p {
  color: #696969;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.nav-links {
  display: none;
}
/*# sourceMappingURL=app.css.map*/