/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 18px;
}

/**
* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
}

body {
  position: relative;
  font-size: 18px;
}

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

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

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

.main-title h3 {
  font-family: "Jost", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #662D91;
}

.main-title .sub-title {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  font-size: 18px;
  font-family: "Jost", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.page-header {
  text-align: center;
}

.page-header h2 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.page-header h2 span {
  position: relative;
}

.page-header h2 .outer:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #7F3F98;
}

.page-header h2 .outer:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #662D91;
}

.page-header h2 .inner:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -14px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #7F3F98;
}

.page-header h2 .inner:after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -14px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #662D91;
}

.job-wrapper {
  padding: 32px;
  background-color: #662D91;
  color: #EBF2FA;
  margin-bottom: 32px;
  position: relative;
}

.job-wrapper .job-description .job-title {
  font-size: 24px;
  font-weight: 600;
}

.job-wrapper .job-description .job-location i {
  color: #EBF2FA;
}

.job-wrapper .job-description .job-details {
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 18px;
  font-family: "Jost", "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;
}

.color-red {
  color: #7F3F98;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}

header.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

header.sticky .top-bar {
  display: none;
}

header.sticky .main-bar #mainleft .head-menu ul li a {
  color: #100C05;
}

header.sticky .main-bar #mainleft .head-menu ul li a:hover {
  color: #662D91;
}

header.sticky .main-bar #mainleft #logo img {
  -webkit-filter: none;
          filter: none;
}

header.sticky .main-bar #mainright ul li a:not(.button) {
  color: #100C05;
}

.top-bar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar ul {
  padding: 15px 0;
}

.top-bar ul li {
  display: inline-block;
  margin-right: 20px;
}

.top-bar ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.top-bar ul li a:hover {
  color: #7F3F98;
}

.top-bar ul li a i {
  margin-right: 4px;
}

.top-bar ul.top-social {
  text-align: right;
}

.top-bar .top-social li a {
  font-size: 18px;
}

.main-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.main-bar #mainleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-bar #mainleft #logo {
  margin-right: 24px;
}

.main-bar #mainleft #logo img {
  height: 75px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.main-bar #mainleft .head-menu ul li {
  display: inline-block;
  padding: 4px 12px;
}

.main-bar #mainleft .head-menu ul li a {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-bar #mainleft .head-menu ul li a i {
  font-size: 10px;
  margin-left: 6px;
}

.main-bar #mainleft .head-menu ul li.has-dropdown {
  position: relative;
}

.main-bar #mainleft .head-menu ul li.has-dropdown .is-dropdown {
  position: absolute;
  top: 100%;
  padding: 8px 16px;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
  width: 260px;
  display: none;
}

.main-bar #mainleft .head-menu ul li.has-dropdown .is-dropdown li {
  display: block;
}

.main-bar #mainleft .head-menu ul li.has-dropdown .is-dropdown li a {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-bar #mainleft .head-menu ul li.has-dropdown .is-dropdown li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.main-bar #mainleft .head-menu ul li.has-dropdown:hover .is-dropdown {
  display: block;
}

.main-bar #mainright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-bar #mainright ul li {
  margin-left: 24px;
}

.main-bar #mainright ul li a:not(.button) {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.wh-logo {
  height: 22px;
  margin-right: 6px;
}

.top-bar .right-w li a {
  font-size: 16px;
  font-weight: 500;
}

.side-hover {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #EBF2FA;
  padding: 16px 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.side-hover ul li, .social-side-hover ul li {
  margin-top: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
 .social-side-hover ul li { 
    margin-top: 0;
     
 }

.side-hover ul li a, .social-side-hover ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.side-hover ul li.side-social a,
.social-side-hover ul li.side-social a {
  color: #662D91;
  border: 1px solid #662D91;
  border-radius: 50%;
}

.side-hover ul li.side-social a:hover, 
.social-side-hover ul li.side-social a:hover {
  color: #fff;
  background-color: #662D91;
}

#menu-trigger {
  margin-bottom: 100px;
  position: relative;
}

#menu-trigger:before {
  content: '';
  position: absolute;
  top: 85px;
  width: 0.5px;
  height: 85px;
  background-color: #100C05;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#menu-trigger span {
  display: block;
  height: 2px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #662D91;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menu-trigger span.middle-bar {
  width: 35px;
  margin-left: 0;
}

#menu-trigger:hover {
  cursor: pointer;
}

#menu-trigger.is-open .middle-bar {
  opacity: 0;
  visibility: hidden;
}

#menu-trigger.is-open .top-bar {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
}

#menu-trigger.is-open .bottom-bar {
  -webkit-transform: rotate(-45deg) translate(8px, -9px);
          transform: rotate(-45deg) translate(8px, -9px);
}

#offscreenmenu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

#offscreenmenu img {
  width: 300px;
  -webkit-filter: invert(1);
          filter: invert(1);
  position: absolute;
  bottom: 50px;
  right: 150px;
  z-index: 1;
  opacity: 0.1;
}

#offscreenmenu ul {
  overflow-y: scroll;
  height: 70vh;
  margin: 0 0 50px 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 40px;
}

#offscreenmenu ul li a {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 12px 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#offscreenmenu ul li a:hover {
  color: #028090 !important;
}

#offscreenmenu.show-menu {
  height: 100vh;
}

#offscreenmenu.show-menu ul {
  opacity: 1;
  visibility: visible;
}

#offscreenmenu ul::-webkit-scrollbar {
  width: 6px;
}

#offscreenmenu ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#offscreenmenu ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#login-jacket-head {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

#login-jacket-head.show-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#login-jacket-head #close-login {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 2;
}

#login-jacket-head #close-login:hover {
  cursor: pointer;
}

#login-jacket-head .login-jacket-wrapper {
  width: 75%;
  height: 75%;
  background-color: #fff;
  position: relative;
}

form {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.login-jacket-wrapper.right-panel-active .sign-in-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.login-jacket-wrapper.right-panel-active .sign-up-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  -webkit-animation: show 0.6s;
          animation: show 0.6s;
}

@-webkit-keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}

@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: 100;
}

.login-jacket-wrapper.right-panel-active .overlay-container {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.overlay {
  background: #662D91;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.login-jacket-wrapper.right-panel-active .overlay {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.overlay-left {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.login-jacket-wrapper.right-panel-active .overlay-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.overlay-right {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.login-jacket-wrapper.right-panel-active .overlay-right {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.cta-desc p {
  margin-bottom: 0;
  font-size: 14px;
  color: #f9f9f9;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-desc h5 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.cta-devider {
  margin-left: 55px;
}

.cta-devider:before {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* Call To action #1 */
.cta-1,
.cta-2 {
  padding: 40px 35px;
  position: relative;
  background-color: #662D91;
  background-image: -webkit-gradient(linear, right top, left top, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
}

#cta-2 .widgets-contact {
  background-image: -webkit-gradient(linear, right top, left top, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
}

.cta-1 .cta-img {
  position: relative;
}

.cta-1 .cta-img img {
  position: absolute;
  top: -84px;
}

.cta-1 .cta-desc {
  padding-left: 20px;
}

.cta-1 .cta-desc p,
.cta-2 .cta-desc p {
  margin-bottom: 5px;
}

.cta-1 .cta-action {
  float: right;
}

#footer {
  background-color: #ededed;
  position: relative;
}

.foot-bottom {
  padding: 12px 0;
  background-color: #ededed;
  position: relative;
}

.foot-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background-color: #444444;
  opacity: 0.3;
}

.foot-bottom p {
  margin-bottom: 0;
  font-size: 16px;
}

/* Call To action #2 */
.cta-2 i,
.cta-3,
.cta-4 i {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.cta-2 .cta-desc {
  padding-left: 80px;
}

.cta-2 .cta-icon {
  position: absolute;
}

/* Call To action #3 */
.cta-3,
.cta-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-3 h2,
.cta-4 h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cta-3 p,
.cta-4 p {
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 26px;
}

.cta-3 p:first-child,
.cta-4 p:first-child {
  line-height: 1;
}

/* Call To action #4 */
.cta-4 h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.cta-p {
  color: #2f2f2f !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 30px;
}

.cta-desc p {
  color: #f9f9f9;
}

/* Call To action #5 */
.cta-5 {
  padding: 40px 0px;
}

.cta-5 .cta-2 {
  padding: 0;
}

/* Call To action #6 */
.cta-6 {
  padding-top: 134px;
  padding-bottom: 134px;
  overflow: inherit;
}

.cta-6 h2 {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cta-6 p {
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 600;
  line-height: 45px;
}

.cta-6 .cta-img {
  position: absolute;
  right: 0;
  top: 70px;
}

.widgets-contact {
  background-color: #7F3F98;
  padding-top: 40px;
  padding-bottom: 40px;
}

.widgets-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.widgets-contact .widget {
  margin-top: 0;
}

.widgets-contact .widget-contact-icon {
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.widgets-contact .widget-contact-icon i {
  font-size: 40px;
  color: #f9f9f9;
}

.widgets-contact .widget-contact-icon:after {
  content: "";
  width: 2px;
  height: 22px;
  margin-left: 20px;
  background-color: #EBF2FA;
  display: inline-block;
}

.widgets-contact .widget-contact-info p:last-child {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

.this-ny {
  width: 68%;
  margin-left: auto;
}

.widgets-contact .widget {
  padding-left: 20px;
  border-left: 2px solid #fafafa;
}

.widgets-contact .widget:first-child {
  border-left: none;
}

.widgets-contact.bg-theme {
  background-color: #662D91;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
}

.widgets-contact.bg-theme .widget-contact-icon:after {
  background-color: #fff;
}

.widgets-contact.bg-theme .widget-contact-icon i {
  color: #fff;
}

.widgets-contact.bg-theme .widget-contact-info p:last-child {
  color: #1f1f1f;
}

.widget-contact-info p a {
  color: #fff;
}

.dark #copyrights {
  padding: 20px 0;
  background-color: #ededed;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

#copyrights {
  padding: 20px 0;
  background-color: #662D91;
  font-size: 16px;
  line-height: 1.8;
  color: #fefefe;
}

#copyrights a {
  color: #000;
}

#copyrights i.footer-icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 3px;
}

.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #fefefe;
  border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
  color: #fefefe;
  border-bottom: 1px solid #666;
}

.copyrights-menu {
  margin-bottom: 10px;
}

.copyrights-menu a {
  font-size: 16px;
  margin: 0 10px;
  border-bottom: 0 !important;
}

#copyrights .col_half {
  margin-bottom: 0 !important;
}

#copyrights a:first-child {
  margin-left: 0;
}

#copyrights .tright a:last-child {
  margin-right: 0;
}

.footer-logo {
  display: block;
}

.button {
  font-size: 18px;
  background-color: #662D91;
  color: #fff;
  padding: 16px 32px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button.button-light {
  background-color: #fff;
  color: #662D91;
}

.button.button-light:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.button i {
  margin-right: 6px;
}

.button:hover {
  color: #662D91;
  border-color: #662D91;
  background-color: transparent;
}

.button.button-small {
  font-size: 18px;
  padding: 12px 24px;
  text-transform: capitalize;
}

.menu-is-showing {
  overflow: hidden;
}

#landing {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 40px;
}

#landing:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
  z-index: 0;
  opacity: 0.6;
}

#landing:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 50%;
  background-image: url("../images/whitepattern.png");
  background-size: 125%;
  background-position: center;
  z-index: 2;
  opacity: 0.15;
}

#landing video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#landing .container {
  position: relative;
  z-index: 2;
}

#landing .landing-title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;
  margin: 0;
  line-height: 1;
}

#landing p {
  margin-left: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

#landing .side-scroll-down {
  position: absolute;
  bottom: 0;
  left: -100px;
  -webkit-transform: translateY(0) rotate(270deg);
          transform: translateY(0) rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 18px;
  -webkit-animation: 1.8s both linear infinite bounce;
  animation: 1.8s both linear infinite bounce;
}

#landing .side-scroll-down a {
  color: #fff;
}

#landing .side-scroll-down i {
  font-size: 12px;
}

#landing .landing-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#landing .landing-search div {
  width: calc(100% - 55px);
}

#landing .landing-search div input {
  border-radius: 0;
  height: 45px;
  outline: none;
}

#landing .landing-search button {
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  color: #fff;
  background: #662D91;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(270deg);
            transform: translateY(-6px) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(270deg);
            transform: translateY(10px) rotate(270deg);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(270deg);
            transform: translateY(-10px) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(270deg);
            transform: translateY(0) rotate(270deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(270deg);
            transform: translateY(10px) rotate(270deg);
  }
}

#search-bar {
  padding: 24px 0;
  background-color: #ededed;
}

.swiper-pagination-bullet-active {
  background-color: #028090;
}

#latest-jobs {
  padding: 80px 0;
  background-color: #fff;
}

#latest-jobs .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#latest-jobs .page-header span {
  font-size: 48px;
}

#latest-jobs .page-header .right-alt-arrow, #latest-jobs .page-header .left-alt-arrow {
  font-size: 28px;
}

#latest-jobs .page-header h2 {
  color: #662D91;
  font-weight: 700;
  letter-spacing: 1px;
  background-size: 100%;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

#latest-jobs .job-wrapper {
  background-color: #EBF2FA;
  color: #100C05;
  margin-bottom: 32px;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#latest-jobs .job-wrapper .job-description .job-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}

#latest-jobs .job-wrapper .job-description .job-title a {
  color: #100C05;
}

#latest-jobs .job-wrapper .job-description .job-location p {
  font-size: 22px;
  font-weight: 600;
}

#latest-jobs .job-wrapper .job-description .job-location p span {
  font-size: 20px;
  font-weight: 400;
  display: block;
}

#latest-jobs .job-wrapper .job-description .job-details {
  font-weight: 300;
}

#latest-jobs .swiper-slide {
  height: auto;
}

.section-with-title {
  padding: 80px 0;
}

.section-with-title .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section-with-title .page-header span {
  font-size: 32px;
}

.section-with-title .page-header h2 {
  color: #662D91;
  font-weight: 500;
  letter-spacing: 1px;
}

.swiper-wrapper {
  padding: 20px 0;
}

#ourservices {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 0;
}

#ourservices .two-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ourservices .two-div .box-bo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 0 100px;
}

#ourservices .two-div .box-bo.left-box {
  background-color: rgba(102, 45, 145, 0.9);
}

#ourservices .two-div .box-bo.right-box {
  background-color: rgba(127, 63, 152, 0.9);
}

#ourservices .two-div .box-content h3 {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 20px;
}

#ourservices .two-div .box-content h3 span {
  display: block;
}

#clients {
  padding: 80px 0;
  background-color: #ededed;
}

#testimonials {
  padding: 60px 0;
  position: relative;
  background-color: #028090;
}

#testimonials:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 100%;
  -webkit-transform: skew(-26deg, 0deg);
          transform: skew(-26deg, 0deg);
  z-index: 1;
  background-color: #028090;
}

#testimonials:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/testimonial.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

#testimonials .review-slide {
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#testimonials .review-slide .reviewer p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

#testimonials .test-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}

#testimonials .test-arrows span i {
  font-size: 24px;
}

#testimonials .test-arrows .text-button-next {
  margin-left: 32px;
}

#blogs {
  padding: 80px 0;
}

.blog-card .blog-space {
  padding: 24px 16px;
  text-align: center;
  background-color: #ededed;
}

.blog-card .blog-space .blog-title {
  font-size: 20px;
  line-height: 1;
}

.blog-card .blog-space .blog-date {
  font-size: 15px;
  margin-bottom: 16px;
  color: #7F3F98;
  display: block;
}

.blog-card .blog-space .blog-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.final-content {
  padding: 32px 48px;
}

.final-content input {
  border-radius: 0;
  border: 1px solid #ededed;
  background-color: transparent;
}

.final-content h4, .final-content p {
  color: #ededed;
}

.final-content p {
  font-weight: 300;
}

.final-content h4 {
  font-size: 32px;
  font-family: "Jost", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.final-content.bg-1 {
  background-color: #662D91;
  margin-bottom: 30px;
}

.final-content.bg-2 {
  background-color: #662D91;
  margin-bottom: 0;
}

.final-content.bg-3 {
  background-color: #7F3F98;
  margin-bottom: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-contact {
  padding: 20px 32px;
}

.nav-contact h4 {
  color: #ededed;
  font-size: 24px;
}

.menu-contact li a {
  display: block;
  margin-bottom: 15px;
  color: #ededed;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social li a {
  display: block;
  font-size: 18px;
  margin-right: 15px;
  color: #ededed;
}

.social li a:hover {
  color: #7F3F98;
}

.menu::-webkit-scrollbar {
  width: 6px;
}

.menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.expert-wrapper .expert-main {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 45px;
}

.expert-wrapper .expert-main.blue-bg {
  background-color: #662D91;
}

.expert-wrapper .expert-main.red-bg {
  background-color: #7F3F98;
}

#whyus {
  padding: 120px 0;
  background-size: cover;
  background-position: top left;
  position: relative;
}

#whyus .main-title h3 {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
}

.servSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.service-wrapper {
  background-color: #fff;
  padding: 48px 32px;
  text-align: center;
  position: relative;
}

.service-wrapper:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50%;
  height: 90px;
  background-color: #7F3F98;
  z-index: -1;
  opacity: 1;
}

.service-wrapper:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50%;
  height: 90px;
  background-color: #028090;
  z-index: -1;
  opacity: 1;
}

.service-wrapper .service-title p {
  font-size: 24px;
  color: #662D91;
}

.service-wrapper .service-text p {
  color: #100C05;
}

.serv-box {
  padding: 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  position: relative;
  color: #fff;
  min-height:350px;
}

.serv-box.blue-box {
  background-color: #662D91;
  background-image: -webkit-gradient(linear, left top, right top, from(#662d91), color-stop(#6d3193), color-stop(#733694), color-stop(#793a96), to(#7f3f98));
  background-image: linear-gradient(to right, #662d91, #6d3193, #733694, #793a96, #7f3f98);
}

.serv-box.red-box {
  background-color: #7F3F98;
  background-image: -webkit-gradient(linear, right top, left top, from(#662d91), color-stop(#6d3193), color-stop(#733694), color-stop(#793a96), to(#7f3f98));
  background-image: linear-gradient(to left, #662d91, #6d3193, #733694, #793a96, #7f3f98);
}

.serv-box h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.serv-box p {
  font-size: 18px;
  margin-bottom: 24px;
}

.swiper-pagination2 {
  text-align: center;
}

#team-people {
  height: auto;
  position: relative;
  background-image: url("../images/teambg.jpg");
  background-size: cover;
  padding: 220px 0 220px 0;
  position: relative;
}

#team-people:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#662d91), color-stop(#6b3092), color-stop(#703393), color-stop(#743795), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#793a96), color-stop(#743795), color-stop(#703393), color-stop(#6b3092), to(#662d91));
  background-image: linear-gradient(to left bottom, #662d91, #6b3092, #703393, #743795, #793a96, #793a96, #793a96, #793a96, #743795, #703393, #6b3092, #662d91);
  opacity: 0.8;
}

#team-people .team-inner-people {
  margin: 0 auto;
  max-width: 455px;
  padding: 35px 0 0 0;
  background: #fff;
  text-align: center;
  height: 225px;
  position: relative;
}

#team-people .team-inner-people .heading {
  font-size: 58px;
  line-height: 58px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.advice-field {
  padding-top: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.advice-list li a {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 4px;
  margin-bottom: 4px;
  position: relative;
}

.advice-list li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.advice-list li.active a {
  color: #ededed;
  font-weight: 600;
}

.advice-wrapper {
  padding: 45px;
}

.advice-wrapper h2 {
  color: #662D91;
}

.advice-wrapper p:not(.lead) {
  margin-bottom: 24px !important;
}

.advice-wrapper ol {
  padding-left: 55px;
}

.advice-wrapper ol li a {
  display: inline-block;
  font-size: 22px;
  margin: 8px 12px;
}

.advice-cont h3 {
  color: #662D91;
}

.advice-cont ul {
  padding-left: 25px;
  list-style-type: disc;
  margin-bottom: 24px;
}

.advice-cont ul li {
  margin-bottom: 20px;
}

#privacy-wrap {
  padding: 60px 0;
}

.privacy-wrapper h2 {
  color: #662D91;
  font-weight: 700;
  font-size: 32px;
}

.privacy-wrapper ol {
  margin-bottom: 32px;
}

.privacy-wrapper ol li {
  padding: 6px 0;
}

.privacy-wrapper ul {
  list-style-type: disc;
  padding-left: 50px;
  margin-bottom: 32px;
}

.privacy-wrapper ul li {
  padding: 6px 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #whyus {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 992px) {
  .top-bar ul{
    padding:4px 65px 4px 0;
  }
  .top-bar ul li{
      display:none;
  }
  .top-bar ul li:last-of-type{
      display:inline-block;
  }
  .head-menu {
    display: none;
  }
  #mainright ul li {
    display: none;
  }
  #mainright ul li:nth-of-type(2) {
    display: block;
    margin-right: 75px;
    margin-top: -20px;
  }
  .side-hover {
    bottom: auto;
    top: 0;
  }
  .side-hover ul li {
    display: none;
  }
  .side-hover ul li:first-of-type {
    display: block;
  }
  #menu-trigger {
    margin-bottom: 0;
  }
  #menu-trigger:before, #menu-trigger p {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #mainright .button.button-small {
    font-size: 14px;
    padding: 12px 14px;
    text-transform: capitalize;
  }
  #offscreenmenu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #offscreenmenu ul {
    margin: 0;
    margin-top: 90px;
    padding: 0 20px;
    overflow-y: visible;
  }
  #offscreenmenu ul li a {
    font-size: 20px;
  }
  .expertise-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .expertise-wrapper .expertise-image {
    width: 100%;
    margin-right: 0;
  }
  .expertise-wrapper .expertise-text {
    width: 100%;
    padding: 20px 10px;
  }
  #landing p {
    font-size: 15px;
    margin-left: 0;
  }
  #landing .landing-title, .page-header h2 {
    font-size: 32px;
  }
  .main-title h3 {
    font-size: 32px;
  }
  .main-title .sub-title {
    font-size: 16px;
  }
  .expertise-swiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expertise-swiper .expertise-image {
    width: 100%;
  }
  .expertise-swiper .expertise-content {
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
  #expertise .mySwiper {
    padding-bottom: 0;
  }
  #about-section, #latest-jobs, #expertise, #investments, #clients {
    padding: 50px 0;
  }
  .cta-devider {
    margin-left: 0;
  }
  .cta-1 .cta-action {
    float: none;
    margin-top: 20px;
  }
  .widgets-contact .widget {
    margin-top: 24px;
    padding-left: 6px;
  }
  #menu-trigger span {
    width: 35px;
  }
  .side-hover {
    padding: 10px 12px;
  }
  #menu-trigger span.middle-bar {
    width: 25px;
  }
  #login-jacket-head .login-jacket-wrapper {
    width: 98%;
    height: 100%;
  }
  #login-jacket-head #close-login {
    color: #100C05;
    z-index: 99;
  }
  .sign-up-container, .sign-in-container {
    width: 100%;
  }
  .form-container {
    height: 65%;
  }
  .overlay-container {
    top: auto;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
  }
  .overlay-panel h1 {
    font-size: 22px;
  }
  .login-jacket-wrapper.right-panel-active .sign-in-container {
    -webkit-transform: none;
            transform: none;
  }
  .login-jacket-wrapper.right-panel-active .sign-up-container {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 5;
    -webkit-animation: show 0.6s;
            animation: show 0.6s;
  }
  .login-jacket-wrapper.right-panel-active .overlay-container {
    -webkit-transform: none;
            transform: none;
  }
  .login-jacket-wrapper.right-panel-active .overlay {
    -webkit-transform: none;
            transform: none;
  }
  .overlay-left {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .login-jacket-wrapper.right-panel-active .overlay-left {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .overlay-right {
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .login-jacket-wrapper.right-panel-active .overlay-right {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .form-container h1 {
    margin: 0;
    font-size: 24px;
  }
  form {
    padding: 0 10px;
  }
  #team-people {
    padding: 60px 0 60px 0;
  }
  #team-people .team-inner-people {
    max-width: 75%;
  }
  #team-people .team-inner-people .heading {
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  #ourservices .two-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ourservices .two-div .box-bo {
    width: 100%;
    height: auto;
    padding: 60px 20px;
    min-height: auto;
  }
  #ourservices .two-div .box-bo a {
    margin-bottom: 24px;
  }
  #testimonials:before {
    display: none;
  }
  #testimonials:after {
    width: 100%;
    opacity: 0.4;
  }
  #testimonials .review-slide {
    height: auto;
  }
  .serv-box {
    padding: 30px 20px;
    margin-top: 20px;
    min-height:auto;
  }
  .side-scroll-down {
    display: none;
  }
}
#footer .cta:last-of-type{
    margin-top:10px;
}
.job-subtitle {
    font-size: 20px;
    font-weight: 400;
}
.job-title p {
    margin-bottom: 0px !important;
}
.single-job{
    background-color:#7F3F98;
    padding-bottom:40px;
}
.job-contact{
    padding:40px 32px;
}
.job-contact h3{
    font-size:2.5rem;
    margin-bottom:15px;
}
.job-contact p{
    margin-bottom:6px;
    opacity:0.95;
    font-size:1.25rem;
}

#landing form {
    background-color: transparent;
    align-items: flex-start;
}

.job-date {
    display: flex;
    gap: 25px;
}

.job-date .job-enddate {
    animation: flash 1.3s linear infinite;

}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.job-search-card {
    position: relative;
}
.star-section {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-top: 20px;
    color: #ffdf00;
}