@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
html,
body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

html {
  font-size: 16px; }

a {
  transition: all 0.6s ease; }
  a:hover {
    text-decoration: none; }

h2 {
  color: #333;
  font-size: 30px;
  font-weight: 600; }

img {
  max-width: 100%; }

.padding {
  padding-bottom: 80px;
  padding-top: 80px; }

.fz-12 {
  font-size: 12px; }

.fz-14 {
  font-size: 14px; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 20px; }

.fz-24 {
  font-size: 24px; }

.fz-25 {
  font-size: 25px; }

.fz-36 {
  font-size: 36px; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.bg-none {
  background: none !important; }

.shadow-0 {
  box-shadow: none !important; }

.text-underline {
  text-decoration: underline; }

.logo {
  color: #fff;
  font-size: 30px;
  font-weight: bold; }
  .logo:hover {
    color: #fff;
    opacity: 0.6; }

.btn {
  font-weight: 600; }

.btn-white {
  background: none;
  border-color: #fff;
  color: #fff; }
  .btn-white:hover {
    background: #fff;
    border-color: #fff;
    color: #333; }

.header {
  background: rgba(38, 55, 77, 0.5);
  left: 0;
  padding-bottom: 7px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999998; }

.toggle-nav {
  display: none; }
  @media (max-width: 1199.98px) {
    .toggle-nav {
      cursor: pointer;
      display: block;
      height: 40px;
      width: 40px; }
      .toggle-nav svg {
        fill: #fff;
        width: 100%; }
        .toggle-nav svg path {
          fill: #fff; } }

@media (max-width: 1199.98px) {
  .nav {
    background: #fff;
    color: #333;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100vh;
    max-width: 400px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 1199.98px) {
  .nav.is-open {
    display: flex; } }

.nav-link {
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    .nav-link {
      color: #333 !important; } }

.nav .close {
  display: none; }
  @media (max-width: 1199.98px) {
    .nav .close {
      display: block;
      margin-right: 20px;
      text-align: right; } }

@media (max-width: 1199.98px) {
  .nav .btn {
    display: block;
    margin: 0 0 10px;
    margin-bottom: 10px;
    width: 100%; } }

html,
body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

html {
  font-size: 16px; }

a {
  transition: all 0.6s ease; }
  a:hover {
    text-decoration: none; }

h2 {
  color: #333;
  font-size: 30px;
  font-weight: 600; }

img {
  max-width: 100%; }

.padding {
  padding-bottom: 80px;
  padding-top: 80px; }

.fz-12 {
  font-size: 12px; }

.fz-14 {
  font-size: 14px; }

.fz-18 {
  font-size: 18px; }

.fz-20 {
  font-size: 20px; }

.fz-24 {
  font-size: 24px; }

.fz-25 {
  font-size: 25px; }

.fz-36 {
  font-size: 36px; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.bg-none {
  background: none !important; }

.shadow-0 {
  box-shadow: none !important; }

.text-underline {
  text-decoration: underline; }

.logo {
  color: #fff;
  font-size: 30px;
  font-weight: bold; }
  .logo:hover {
    color: #fff;
    opacity: 0.6; }

.btn {
  font-weight: 600; }

.btn-white {
  background: none;
  border-color: #fff;
  color: #fff; }
  .btn-white:hover {
    background: #fff;
    border-color: #fff;
    color: #333; }

.img-bg-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.img-bg {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%; }

@media (max-width: 767.98px) {
  .title {
    font-size: 38px; } }

.title span {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (max-width: 767.98px) {
    .title span {
      font-size: 22px; } }

.title-sm {
  border-bottom: 3px solid;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase; }

.text-sm {
  font-size: 16px; }

.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; }

.page p {
  font-size: 16px; }

.page-hero {
  background-position: top center;
  background-size: cover; }
  .page-hero-title {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 45px;
    padding: 160px 0;
    position: relative; }

@media (max-width: 1199.98px) {
  .page-content {
    order: 2;
    padding-top: 0; } }

@media (max-width: 1199.98px) {
  .page-sidebar {
    order: 0;
    padding-bottom: 0; } }

.page-sidebar .title {
  display: none; }
  @media (max-width: 1199.98px) {
    .page-sidebar .title {
      display: block;
      margin-bottom: 20px; } }

.page-sidebar-sticky {
  padding-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .page-sidebar-sticky {
      border-bottom: 1px solid #072d60;
      margin-bottom: 10px;
      padding-bottom: 10px; } }

.page-wrap {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 30px 90px 0 rgba(0, 0, 0, 0.1);
  margin: -60px auto 60px;
  margin-top: -60px;
  padding: 0 45px;
  position: relative; }
  .page-wrap--without-header {
    margin: 120px auto 60px; }
  .page-wrap--padding {
    padding: 50px; }

.footer {
  background: #eee;
  margin-top: auto; }
  @media (max-width: 1199.98px) {
    .footer {
      text-align: center; } }
  .footer .social {
    padding-left: 0; }
  .footer .nav-link {
    font-size: 16px; }
  .footer svg {
    margin-right: 10px;
    width: 14px; }

.hero {
  background-position: center center;
  background-size: cover;
  height: 80vh;
  min-height: 560px; }
  .hero-sm {
    height: 50vh;
    min-height: 400px; }

.bottom {
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  padding: 140px 0; }

.social-icon {
  display: inline-block;
  margin-right: 7px;
  width: 30px; }

.relation-wrap {
  position: relative; }

.relation {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.relation-size {
  padding-top: 56.25%; }

.relation iframe {
  height: 100%;
  width: 100%; }

.classes {
  position: relative; }
  .classes .full-bg {
    background-position: center center;
    background-size: cover;
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

.list-check {
  align-items: center;
  background: #072d60;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  padding: 10px;
  width: 60px; }
  .list-check svg {
    max-width: 100%; }

.img-bg {
  position: relative; }
  @media (max-width: 1199.98px) {
    .img-bg {
      margin-bottom: 15px;
      order: -1; } }
  .img-bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .img-bg img {
        position: static; } }

.contact-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 9; }
  @media (max-width: 991.98px) {
    .contact-info {
      width: 70%; } }

.cert-wrao {
  width: 90%;
  padding-bottom: 40%;
  background: url(/images/cert-bg.jpg) center center no-repeat;
  background-size: contain; }


/*# sourceMappingURL=frontend.css.map*/