@media screen and (max-width: 768px) {
  .hide_on_mobile {
    display: none !important; }

  #dt_wrapper .dt-actions {
    width: 5px; } }
@media screen and (min-width: 768px) {
  .hide_on_pc {
    display: none !important; } }
#top-slider .carousel {
  min-height: 800px; }
#top-slider .carousel-fade .carousel-item {
  transition-duration: .8s;
  transition-timing-function: ease-in;
  transition-property: opacity;
  animation-fill-mode: initial; }
#top-slider .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); }
#top-slider .carousel-inner .carousel-item:nth-of-type(1) > .carousel-image-zoom:nth-of-type(1) {
  background-image: url("../images/slide_01.jpg"); }
#top-slider .carousel-inner .carousel-item:nth-of-type(2) > .carousel-image-zoom:nth-of-type(1) {
  background-image: url("../images/slide_02.jpg"); }
#top-slider .carousel-inner .carousel-item:nth-of-type(3) > .carousel-image-zoom:nth-of-type(1) {
  background-image: url("../images/slide_03.jpg"); }
#top-slider .carousel-inner .carousel-item:nth-of-type(4) > .carousel-image-zoom:nth-of-type(1) {
  background-image: url("../images/slide_04.jpg"); }
#top-slider div.carousel-image-zoom {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation-name: slider-zoom, slider-grayscale;
  animation-fill-mode: backwards;
  animation-duration: 13s, 13s;
  animation-iteration-count: 1, 1;
  animation-timing-function: ease-in; }
#top-slider .carousel-item {
  height: calc(100vh - 50px);
  min-height: 800px; }
  @media (max-width: 768px) {
    #top-slider .carousel-item {
      height: 100vh;
      min-height: 800px; } }
@keyframes slider-zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.25, 1.25); } }
@keyframes slider-grayscale {
  from {
    filter: grayscale(20%); }
  to {
    filter: grayscale(5%); } }
#top-slider .carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  #top-slider .carousel-content .carousel-text {
    width: 627px;
    max-width: 85vw;
    font-size: x-large;
    text-align: justify;
    padding: 20px 40px;
    background-color: #000000bf;
    color: #FFF; }
    @media (max-width: 576px) {
      #top-slider .carousel-content .carousel-text {
        font-size: small; } }
  #top-slider .carousel-content .carousel-link a {
    text-transform: uppercase;
    color: black; }
  @media (max-width: 768px) {
    #top-slider .carousel-content .carousel-link .column {
      width: 50% !important; }
      #top-slider .carousel-content .carousel-link .column a {
        font-size: small; } }

header {
  background-color: #333;
  color: rgba(255, 255, 255, 0.85) !important; }

@media (max-width: 576px) {
  #header_menu .right.menu .item:first-of-type {
    display: none; } }

#top_menu {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  margin: 20px auto 0;
  width: 100%; }
  #top_menu .column {
    padding: 5px; }
  #top_menu a {
    color: black;
    font-size: larger;
    padding-left: 5px; }
  #top_menu .logo img {
    width: 100%;
    margin-top: 10px; }
  @media (max-width: 768px) {
    #top_menu {
      display: none; } }
  #top_menu.fixed {
    position: fixed;
    margin-top: -45px;
    background-color: white;
    padding: 15px 0; }

#mobile_menu {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  display: none;
  width: 100%;
  color: black; }
  #mobile_menu .logo img {
    width: 100%;
    max-width: 275px;
    margin-top: 10px; }
  @media (max-width: 768px) {
    #mobile_menu {
      display: block; } }
  #mobile_menu .icon {
    font-size: 2em;
    color: black;
    margin-top: 10px; }

#footer_menu a {
  color: white; }

footer {
  background-color: black;
  color: white;
  padding: 30px 0 60px; }
  @media (max-width: 576px) {
    footer .ui.grid > [class*="six wide"].column {
      width: 100% !important;
      text-align: center; } }
  footer .social.links {
    text-align: center; }
  footer ul {
    line-height: 22.5px;
    list-style: none;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    @media (max-width: 768px) {
      footer ul {
        float: left;
        padding: 0; } }
    @media (max-width: 576px) {
      footer ul {
        float: none;
        padding: 10px; } }
  footer li {
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding-right: 8px;
    font-weight: 500;
    font-size: larger;
    float: right; }
    @media (max-width: 576px) {
      footer li {
        float: left; } }
    @media (max-width: 576px) {
      footer li:nth-of-type(2) {
        clear: none; } }
  footer li a {
    width: 100px;
    text-decoration: none;
    color: #BBBBBB;
    font-size: xx-large; }
    footer li a:hover {
      color: white; }
  footer #footer_menu {
    text-align: right; }
    footer #footer_menu a {
      color: white; }
  footer.white {
    background-color: white;
    color: black; }

@media (max-width: 629px) {
  #aboutus, section#contact {
    background-image: none; } }
.ui.header {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 100; }

.ui.list > .item .description {
  color: black; }

@media only screen and (max-width: 767px) {
  .ui.stackable.grid {
    width: 100%; } }
.new-styles {
  font-family: "Nunito", Sans-serif; }
  .new-styles .separator {
    color: var(--e-global-color-e5cd2d2);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 400px;
    margin: 0 auto; }
    .new-styles .separator:before {
      display: block;
      content: "";
      border-bottom: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .new-styles h2 {
    font-family: "Nunito", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin: 0px 0 50px 0; }
  .new-styles label {
    font-family: "Nunito", Sans-serif; }

header.new-styles {
  background-color: #FFF;
  color: black !important; }
  header.new-styles .container {
    width: 1500px;
    margin: 0px; }
  header.new-styles .new-header-menu .grid {
    background-color: #172842;
    padding: 20px 10px 10px 10px; }
  header.new-styles ul {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style-image: url("../images/menu_barr.svg"); }
    header.new-styles ul li {
      margin-left: 35px; }
    header.new-styles ul a {
      font-family: Lato, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      color: #fce8df; }

footer.new-styles {
  text-align: center;
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7A7A7A; }

#mobile_menu {
  background-color: #172842; }

:root {
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-d2e28d2: #FCE8DF;
  --e-global-color-b80fe73: #172842;
  --e-global-color-e5cd2d2: #ea8454;
  --e-global-color-9e58397: #EFF0F1; }

@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large monitor only"]:not(.mobile),
  [class*="widescreen monitor only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important; } }
#top-slider {
  margin-top: 0px; }

#partners img {
  width: 100%; }

#clients {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100vw;
  background-image: url("../images/backgrounds/clients.jpg");
  padding-bottom: 250px;
  margin-bottom: -50px; }
  #clients .ui.list .content {
    margin-top: 5px;
    max-width: calc(100% - 70px); }
  @media (max-width: 576px) {
    #clients {
      text-align: center; }
      #clients h1 hr {
        margin-left: calc(50% - 50px); }
      #clients h3 hr {
        margin-left: calc(50% - 37.5px); }
      #clients .excerpt {
        text-align: justify; }
      #clients .ui.list {
        text-align: left; } }

#candidates {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/backgrounds/candidates.jpg");
  background-size: 100vw;
  margin-bottom: -50px;
  padding-bottom: 150px; }
  #candidates .excerpt {
    width: 768px;
    margin-left: calc(100% - 768px); }
    @media (max-width: 768px) {
      #candidates .excerpt {
        width: 100%;
        margin-left: 0; } }
  #candidates .offer {
    width: 768px;
    margin-left: calc(100% - 768px); }
    @media (max-width: 768px) {
      #candidates .offer {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 576px) {
    #candidates {
      text-align: center; }
      #candidates h1 hr {
        margin-right: calc(50% - 50px); }
      #candidates h3 {
        text-align: center; }
        #candidates h3 hr {
          margin-right: calc(50% - 37.5px); }
      #candidates .excerpt {
        text-align: justify; }
      #candidates .ui.stackable.grid > .wide.column {
        width: 50% !important; } }

#aboutus, section#contact {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 0px;
  padding-top: 220px;
  padding-bottom: 150px;
  margin-bottom: -50px;
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/backgrounds/aboutus.jpg");
  background-size: 100vw; }
  #aboutus .excerpt, section#contact .excerpt {
    max-width: 85%;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 30px;
    color: #FFF;
    font-size: larger; }
    #aboutus .excerpt h3, section#contact .excerpt h3 {
      color: white; }
    #aboutus .excerpt hr, section#contact .excerpt hr {
      border-top: 5px solid #FFFFFF; }
  @media (max-width: 576px) {
    #aboutus, section#contact {
      text-align: center;
      padding-top: 100px; }
      #aboutus h1 hr, section#contact h1 hr {
        margin-left: calc(50% - 50px); }
      #aboutus h3 hr, section#contact h3 hr {
        margin-left: calc(50% - 37.5px); }
      #aboutus .excerpt, section#contact .excerpt {
        max-width: 100%; } }

@media (max-width: 629px) {
  #aboutus, section#contact {
    background-image: none; } }
#contact {
  background-image: url("../images/backgrounds/contact.jpg"); }
  @media (max-width: 576px) {
    #contact .excerpt {
      font-size: small !important;
      text-align: center !important; } }

#jobs .excerpt {
  clear: both;
  width: 100%; }
#jobs hr {
  border-top: 5px solid #000; }
@media (max-width: 576px) {
  #jobs {
    text-align: center;
    padding-top: 100px; }
    #jobs h1 hr {
      margin-left: calc(50% - 50px); }
    #jobs h3 hr {
      margin-left: calc(50% - 37.5px); }
    #jobs .excerpt {
      max-width: 100%; } }

#register .excerpt {
  clear: both;
  max-width: 740px; }
#register hr {
  border-top: 5px solid #000; }
@media (max-width: 576px) {
  #register {
    text-align: center;
    padding-top: 100px; }
    #register h1 hr {
      margin-left: calc(50% - 50px); }
    #register h3 hr {
      margin-left: calc(50% - 37.5px); }
    #register .excerpt {
      max-width: 100%; } }

#policy ol {
  padding-left: 0px;
  counter-reset: item; }
  #policy ol > li {
    font-weight: 600;
    margin-bottom: 15px;
    display: block; }
    #policy ol > li:before {
      content: counters(item,".") ". ";
      counter-increment: item; }
    #policy ol > li p, #policy ol > li > ol li, #policy ol > li > ul li {
      font-weight: 200;
      font-size: 90%;
      padding-left: 10px; }
      #policy ol > li p strong, #policy ol > li > ol li strong, #policy ol > li > ul li strong {
        font-weight: 600; }
#policy ul > li {
  font-weight: 600;
  margin-bottom: 15px;
  list-style-type: disc; }

.ui.form {
  text-align: left; }
  .ui.form.right.floated .field {
    clear: both; }
  .ui.form.right.floated .fields {
    clear: both; }
  .ui.form label.required:after {
    content: " *"; }
  @media (max-width: 768px) {
    .ui.form .field.thirteen.wide {
      width: 100% !important; } }
  .ui.form .inline.field > div {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 1em; }
  .ui.form .right-aligned.field {
    text-align: right; }
  .ui.form .right.field {
    background-color: aqua; }
    .ui.form .right.field label {
      width: calc(100% - 40px);
      float: right; }
    .ui.form .right.field .ui.checkbox {
      float: left; }

#contact .ui.form .field > label {
  color: white; }
#contact .ui.form #contact {
  background: transparent; }

@media screen and (min-width: 768px) {
  #jobs .cards .horizontal.card {
    flex-direction: row; }
    #jobs .cards .horizontal.card .image {
      width: 240px;
      border-radius: .28571429rem 0 0 .28571429rem !important; }
    #jobs .cards .horizontal.card > .content {
      height: 240px; }
      #jobs .cards .horizontal.card > .content:after {
        content: none; } }
@media screen and (max-width: 768px) {
  #jobs .cards .horizontal.card .image {
    height: 240px;
    overflow: hidden; } }
#jobs .cards .horizontal.card > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

body {
  font-family: "Montserrat", Helvetica, sans-serif; }

a {
  color: black; }

section {
  margin-bottom: 60px; }
  section.right.aligned {
    text-align: right; }
    section.right.aligned hr {
      float: right; }

section:first-of-type {
  margin-top: 125px; }
  section:first-of-type .excerpt {
    clear: both;
    margin-bottom: 50px; }

h1 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 3rem !important; }
  h1 .sub.header {
    font-size: 1.5rem !important; }
  h1 hr {
    width: 100px;
    float: left;
    border: 0;
    border-top: 10px solid #000;
    margin-top: 15px; }

h3 {
  font-weight: 600 !important;
  font-size: 1.5rem !important; }
  h3 hr {
    width: 75px;
    float: left;
    border: 0;
    border-top: 5px solid #000;
    margin-top: 10px; }

.ui.button {
  border: 1px solid;
  text-transform: uppercase; }

.share.buttons .ui.button {
  border: 0px solid;
  text-transform: uppercase; }

.conduct-policy {
  direction: rtl; }
  @media screen and (max-width: 768px) {
    .conduct-policy {
      direction: ltr; } }

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