@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  color: #000;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  color: #074ea3;
  text-decoration: none;
}

body {
  color: #000;
}
body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #000;
  font-family: "Manrope", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * Basic typography style for copy text
 */
body {
  font-size: 16px;
  font-family: "Manrope", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.container-standard {
  padding-left: 50px;
  padding-right: 50px;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.default-padding + default-padding {
  padding-top: 0;
}

.blue-color {
  color: #074ea3 !important;
}

.button {
  display: inline-block;
  border-radius: 0;
  background-color: #074ea3;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding: 12px 32px;
  padding-right: 36px;
  transition: all 0.25s;
  cursor: pointer;
  margin: 5px;
  position: relative;
  z-index: 10;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  transition: 0.5s;
}

.button:hover span:after {
  opacity: 1;
  right: -20px;
}

.button:hover {
  color: #fff;
}

.light-button {
  background-color: #fff;
  color: #000;
}
.light-button:hover {
  color: #1a3c72;
}

@media only screen and (max-width: 600px) {
  .button {
    font-size: 14px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#logo img {
  height: 75px;
  margin-top: 5px;
}

#nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#nav .navmenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#nav .navmenu li a {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}

#sidenav {
  position: fixed;
  left: 0;
  width: 75px;
  height: 100vh;
  background-color: transparent;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-out;
}

.nav-toggler {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.75;
  z-index: 8;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-toggler .lines {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.nav-toggler .lines:before {
  content: "";
  width: 75%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(0) scaleY(1.0001);
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-toggler .lines:after {
  content: "";
  width: 75%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) rotate(0) scaleY(1.0001);
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-toggler .lines.menu-is-showing:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-toggler .lines.menu-is-showing:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-toggler:hover {
  opacity: 1;
  cursor: pointer;
}

.sidenav-top {
  padding-bottom: 30px;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sidenav-top ul li {
  text-align: center;
  margin-bottom: 4px;
}
.sidenav-top ul li a {
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inlilne-block;
  padding: 8px 16px;
}

.bg-white {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-white:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 25%;
  background-color: #000;
}
.bg-white:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(../images/darkbluecloud.svg);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  left: 15%;
  transform: translateX(-50%);
  top: calc(50px + 16.5%);
  z-index: 2;
  padding: 10px;
  background-color: #fff;
  transform: rotate(90deg);
}
.bg-white .sidenav-top ul li {
  text-align: center;
  margin-bottom: 12px;
}
.bg-white .sidenav-top ul li a {
  color: #000;
}
.bg-white .sidenav-top ul li .call-phone {
  background-color: #074ea3;
  margin-bottom: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  padding: 12px 16px;
}
.bg-white .nav-toggler .lines {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.bg-white .nav-toggler .lines:before {
  background-color: #000;
}
.bg-white .nav-toggler .lines:after {
  background-color: #000;
}
.bg-white .nav-toggler .lines.menu-is-showing:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bg-white .nav-toggler .lines.menu-is-showing:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bg-white .nav-toggler:hover {
  opacity: 1;
  cursor: pointer;
}

.sidebar-logo {
  padding: 10px;
  opacity: 0;
}

#sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 12;
  padding: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.35s ease-in-out;
}
#sidemenu.menu-is-showing {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#sidemenu .sidemenu-wrapper {
  padding: 40px 20px 40px 80px;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  overflow-y: auto;
}
#sidemenu .sidemenu-wrapper .sidelist {
  width: 50%;
  margin-bottom: 30px;
}
#sidemenu .sidemenu-wrapper .sidelist .title p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #074ea3;
}
#sidemenu .sidemenu-wrapper .sidelist li a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.5px;
  color: #000;
}
#sidemenu .sidemenu-wrapper .sidelist li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 1px;
  background-color: #000;
  transform: scaleY(1.0001);
}
#sidemenu .sidemenu-wrapper .sidelist li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #074ea3;
  transform: scaleY(1.0001);
  transition: all 0.25s ease-in-out;
}
#sidemenu .sidemenu-wrapper .sidelist li a:hover {
  color: #074ea3;
}
#sidemenu .sidemenu-wrapper .sidelist li a:hover:after {
  width: 28px;
}

.ri-facebook-box-fill {
  color: #1877f2;
}

.ri-instagram-line {
  color: #e1306c;
}

.ri-linkedin-fill {
  color: #0077b5;
}

@media only screen and (max-width: 1024px) {
  #nav .navmenu li a {
    font-size: 13px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    display: none;
  }
  #sidenav {
    width: 100%;
    height: 80px;
  }
  .nav-toggler {
    left: auto;
    right: 10px;
  }
  .sidenav-top {
    display: none;
  }
  .sidebar-logo {
    opacity: 1 !important;
    padding: 0;
    display: inline-block;
  }
  .sidebar-logo img {
    max-width: none;
    height: 75px;
  }
  #sidemenu .sidemenu-wrapper {
    padding: 120px 0 0 0;
    display: block;
  }
  #sidemenu .sidemenu-wrapper .sidelist {
    width: 100%;
  }
  #sidemenu .sidemenu-wrapper .sidelist .title p {
    font-size: 22px;
  }
  #sidemenu .sidemenu-wrapper .sidelist li a {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
footer {
  position: relative;
  padding: 80px 30px 0 30px;
  overflow: hidden;
  background-image: url("../images/footerbg2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-subscribe {
  padding-left: 25px;
}
footer .footer-subscribe p {
  font-size: 32px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
}
footer .footer-subscribe p small {
  font-family: "Manrope", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin-bottom: 6px;
}
footer .foot-logo {
  height: 100px;
  margin: 48px 0 16px 0;
}
footer .logo-text {
  font-size: 13px;
  font-weight: 400;
  padding-right: 25px;
  margin-bottom: 0;
}
footer .footer-title {
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 75px;
}
footer .footer-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 32px 0;
}
footer .footer-list li {
  margin: 4px 15px;
  margin-right: 32px;
}
footer .footer-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
footer .footer-list li a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/bluebird.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  left: -20px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
footer .contact-list li {
  display: flex;
  flex-wrap: wrap;
}
footer .contact-list li p {
  width: 100%;
}
footer .contact-list li a {
  font-weight: 500;
  display: flex;
}

.footer-last {
  background-color: #1a3c72;
  padding: 10px 0;
}
.footer-last p {
  color: #fff;
  font-size: 14px;
}
.footer-last p a {
  color: #fff;
  font-weight: 700;
}

.footer {
  padding: 10px 20px;
  margin-top: 15px;
  background-image: linear-gradient(to right bottom, #7daee0, #689cd5, #548aca, #3f78bf, #2b66b3, #225daa, #1953a0, #0e4a97, #12468e, #164384, #183f7b, #1a3c72);
}
.footer p {
  margin: 0;
}
.footer .footer-icon-tel {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  position: relative;
}
.footer .footer-icon-tel:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #fff;
  opacity: 0.25;
}
.footer .footer-icon-tel i {
  font-size: 22px;
  color: #fff;
  margin-right: 15px;
}
.footer .footer-icon-tel p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
.footer .footer-icon-tel p small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-size: "Manrope", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.footer .footer-icon-tel p a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) {
  footer {
    padding-left: 80px;
    position: relative;
  }
  footer:before {
    content: "";
    position: absolute;
    bottom: -24%;
    left: -4px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/cloud-big.svg);
    background-size: 95%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
#final-cta {
  padding-left: 0;
}
#final-cta .look-button {
  padding: 32px 32px;
  text-align: center;
  color: #fff;
}
#final-cta .look-button p {
  display: flex;
  align-items: center;
}
#final-cta .look-button i {
  font-size: 48px;
}
#final-cta .look-button.bg1 {
  background-color: #7daee0;
}
#final-cta .look-button.bg2 {
  background-color: #074ea3;
}
#final-cta .look-button.bg2 p {
  color: #fff;
}
#final-cta .look-button.bg3 {
  background-color: #1a3c72;
}
#final-cta .look-button.bg3 p {
  color: #fff;
}
#final-cta .look-button p {
  margin-bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  footer {
    height: auto !important;
  }
}
#alljobs {
  padding: 60px 0;
}
#alljobs .group {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
}
#alljobs .input {
  width: 100%;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 0;
  outline: none;
  background-color: #f3f3f4;
  color: #0d0c22;
  transition: 0.3s ease;
}
#alljobs .input::-moz-placeholder {
  color: #1a1a1a;
}
#alljobs .input:-ms-input-placeholder {
  color: #1a1a1a;
}
#alljobs .input::placeholder {
  color: #1a1a1a;
}
#alljobs .input:focus,
#alljobs input:hover {
  outline: none;
  border-color: rgba(125, 174, 224, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(125, 174, 224, 0.1);
}
#alljobs .icon {
  position: absolute;
  left: 1rem;
  fill: #1a1a1a;
  width: 1rem;
  height: 1rem;
}
#alljobs .service-block-two {
  margin-right: 0;
  padding: 24px 32px;
  margin-bottom: 24px;
  border: 1px solid #eaeaea;
  position: relative;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
#alljobs .service-block-two h5 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#alljobs .service-block-two .text {
  font-size: 16px;
  margin: 12px 0;
}
#alljobs .service-block-two p {
  font-size: 14px;
  line-height: 1.5;
}
#alljobs .service-block-two p strong {
  color: #1a3c72;
}
#alljobs .service-block-two:hover {
  background-color: #074ea3;
}
#alljobs .service-block-two:hover h5 a,
#alljobs .service-block-two:hover p,
#alljobs .service-block-two:hover .text,
#alljobs .service-block-two:hover p strong {
  color: #fff;
}
#alljobs .filterlist {
  padding: 10px 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
#alljobs .filterlist .title {
  font-family: "Josefin Sans", sans-serif;
  color: #1a3c72;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: 0;
}
#alljobs .filterlist li {
  margin-bottom: 15px;
  margin-left: 20px;
}

#job-single {
  padding: 80px 0;
  position: relative;
}
#job-single:before {
  content: "";
  position: absolute;
  top: -165px;
  right: 0;
  width: 75%;
  height: 25%;
  z-index: 0;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center right;
  background-repeat: no-repeat;
}

.job-detail-wrapper {
  padding: 60px 80px 40px 80px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  background-color: #fff;
}
.job-detail-wrapper .list-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.job-detail-wrapper .list-detail li {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 24px;
  margin-right: 40px;
}
.job-detail-wrapper p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: justify;
}
.job-detail-wrapper p strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
}
.job-detail-wrapper ul:not(.list-detail) {
  padding-left: 35px;
  margin-bottom: 40px;
  list-style-type: disc;
}
.job-detail-wrapper ul:not(.list-detail) li p {
  margin-bottom: 6px;
}
.job-detail-wrapper .social-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0 !important;
}
.job-detail-wrapper .social-share li {
  padding: 0 0;
  list-style: none;
}
.job-detail-wrapper .social-share li.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-right: 24px;
}
.job-detail-wrapper .social-share li a {
  font-size: 20px;
  display: block;
  margin-bottom: 0;
  border-right: 1px solid #eaeaea;
  padding: 6px 14px;
  background-color: #074ea3;
  color: #fff;
}
.job-detail-wrapper .social-share li a i {
  color: #fff;
}

.main-titles {
  position: relative;
  margin-bottom: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-titles.text-center {
  margin-left: auto;
  margin-right: auto;
}
.main-titles:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background-image: url("../images/darkbluecloud.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: 87%;
  z-index: 2;
  padding: 10px;
}
.main-titles.is-left-aligned:before {
  padding: 0 10px;
  height: 24px;
  top: 115%;
}
.main-titles.is-left-aligned h2:before {
  left: 50%;
}
.main-titles h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.75rem;
  text-transform: capitalize;
  letter-spacing: -4px;
  font-weight: 900;
}
.main-titles h2:before {
  content: "";
  position: absolute;
  width: 360px;
  height: 2px;
  background-color: #074ea3;
  left: 50%;
  transform: translateX(-50%);
  top: 131%;
}
.main-titles h2:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -20px;
  width: 60px;
  height: 60px;
  background-image: url("../images/lightbird.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.main-titles.no-image:before {
  display: none;
}
.main-titles.no-image h2:before {
  display: none;
}
.main-titles.diff-white-image:before {
  background-color: transparent;
  background-image: url("../images/whitecloud.svg");
}
.main-titles.diff-white-image h2:before {
  width: 120px;
  left: 40px;
  background-color: #fff;
}
.main-titles.diff-white-image h2:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #7daee0;
  left: 195px;
  background-color: #fff;
  top: 131%;
}

#page-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(to right bottom, #7daee0, #689cd5, #548aca, #3f78bf, #2b66b3, #225daa, #1953a0, #0e4a97, #12468e, #164384, #183f7b, #1a3c72);
  opacity: 0.75;
}
#page-title h3 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 6rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
#page-title p {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin: 32px 0;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #3c3c3c;
  outline: 0;
  font-size: 1rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  font-weight: 300;
}
.form__field::-moz-placeholder {
  color: transparent;
}
.form__field:-ms-input-placeholder {
  color: transparent;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:-moz-placeholder-shown ~ .form__label {
  font-size: 0.75 rem;
  letter-spacing: 1px;
  cursor: text;
  top: 20px;
}
.form__field:-ms-input-placeholder ~ .form__label {
  font-size: 0.75 rem;
  letter-spacing: 1px;
  cursor: text;
  top: 20px;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 0.75 rem;
  letter-spacing: 1px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.75rem;
  color: #3c3c3c;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  -o-border-image: linear-gradient(to right, #3c3c3c, #074ea3);
     border-image: linear-gradient(to right, #3c3c3c, #074ea3);
  border-image-slice: 1;
}
.form__field:focus .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.65rem;
  color: #3c3c3c;
  font-weight: 300;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

.form__group {
  position: relative;
}
.form__group button {
  font-size: 20px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: translateY(-50%);
  color: #3c3c3c;
}

.pic-banner-section {
  position: relative;
}
.pic-banner-section:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -270px;
  width: 75%;
  height: 75%;
  z-index: 0;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}
.pic-banner-section:after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -270px;
  width: 75%;
  height: 75%;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.final-boxed-section {
  position: relative;
}
.final-boxed-section:before {
  content: "";
  position: absolute;
  top: -200px;
  right: -270px;
  width: 75%;
  height: 75%;
  z-index: 0;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check-container span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background: #d8d8d8;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #074ea3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 0.5em;
  top: 0.35em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

.separator {
  margin: 60px 0 20px 0;
}
.separator .seperator-wrapper {
  position: relative;
}
.separator .seperator-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: calc(50% - 75px);
  background-color: #074ea3;
}
.separator .seperator-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: calc(50% - 75px);
  background-color: #074ea3;
}
.separator .seperator-wrapper img {
  height: 24px;
  display: block;
  margin: 0 auto;
}

.has-clouds-top-bottom {
  position: relative;
}
.has-clouds-top-bottom:before {
  content: "";
  position: absolute;
  top: -200px;
  right: -270px;
  width: 75%;
  height: 75%;
  z-index: -1;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.has-clouds-top-bottom:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -270px;
  width: 75%;
  height: 75%;
  z-index: -1;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.has-clouds-top {
  position: relative;
}
.has-clouds-top:before {
  content: "";
  position: absolute;
  top: -200px;
  right: -270px;
  width: 75%;
  height: 75%;
  z-index: -1;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.has-clouds-bottom {
  position: relative;
}
.has-clouds-bottom:before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -270px;
  width: 75%;
  height: 75%;
  z-index: -1;
  background-image: url("../images/cloud-big.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.input-group {
  position: relative;
}

.input {
  border: solid 1.5px #2b2b2b;
  border-radius: 0;
  background: none;
  padding: 1rem;
  font-size: 1rem;
  color: #131313;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  background-color: #fff;
}

.input[type=date] {
  padding-left: 60px;
}

.user-label {
  position: absolute;
  left: 15px;
  color: #3a3a3a;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input[type=date]:focus,
input[type=date]:valid {
  padding-left: 1rem;
}

.input:focus,
input:valid {
  outline: none;
  border: 1.5px solid #074ea3;
}

.input:focus ~ label,
input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  padding: 0 0.2em;
  color: #1a3c72;
}

select:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  padding: 0 0.2em;
  color: #1a3c72;
}

input[type=file] ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: #fff;
  padding: 0 0.2em;
  color: #1a3c72;
}

@media only screen and (max-width: 600px) {
  .banner-title .text-end {
    text-align: center !important;
  }
  .main-titles h2 {
    font-size: 2.5rem;
  }
  .main-titles:before {
    top: 76%;
    width: 48px;
    height: 48px;
  }
  #companies .main-titles:before {
    top: 82%;
    width: 64px;
    height: 64px;
  }
  .main-titles h2:before {
    width: 100%;
  }
  .main-titles.diff-white-image:before {
    padding: 0 10px;
    top: 55%;
  }
  .main-titles.diff-white-image h2:before {
    left: 0;
    width: 50%;
  }
  .main-titles.diff-white-image h2:after {
    left: auto;
    right: -45px;
    width: 50%;
  }
  .main-titles.is-left-aligned:before {
    padding: 0 10px;
    height: 24px;
    top: 105%;
  }
  .main-titles {
    margin-bottom: 32px;
  }
  .pic-banner-section:after {
    right: -90px;
    bottom: -10%;
    width: 100%;
    height: 25%;
  }
  .pic-banner-section:before {
    left: -125px;
    content: "";
    position: absolute;
    top: 120px;
    width: 100%;
    height: 25%;
  }
}/*# sourceMappingURL=jobs.css.map */