/* sass --watch career-components.scss:career-components.css

 */
/* Global  */
.sec-space-pd {
  padding-top: 45px;
  padding-bottom: 45px;
  clear: both; }
  .sec-space-pd.our-networks {
    padding-top: 45px;
    padding-bottom: 45px; }
  .sec-space-pd.what-to-offer-main {
    padding-top: 45px;
    padding-bottom: 45px; }
    .sec-space-pd.what-to-offer-main .ckeditor-col-container.two-column-block,
    .sec-space-pd.what-to-offer-main .paragraphs-items-full {
      padding: 0; }
  .sec-space-pd .content-blockComponent {
    padding-top: 0; }

/* Global  */
/* component 1 */
.competency-interview-grid {
  width: 100%;
  text-align: center; }
  .competency-interview-grid .col-4 {
    width: 33%;
    display: inline-block;
    padding: 70px 60px 40px;
    text-align: center;
    vertical-align: top; }
    .competency-interview-grid .col-4 .icon-box {
      width: 100px;
      height: 100px;
      display: inline-block; }
    .competency-interview-grid .col-4 .title {
      width: 100%;
      margin-top: 35px;
      font-size: 21px;
      line-height: 32px;
      color: #1575ba;
      font-family: "titillium_websemibold", sans-serif;
      display: block; }

.introduction-sec {
  text-align: center; }
  .introduction-sec .introduction-in {
    margin-bottom: 10px; }
    .introduction-sec .introduction-in p {
      margin-bottom: 10px; }
      .introduction-sec .introduction-in p:last-child {
        margin-bottom: 0; }

@media (max-width: 767px) {
  .competency-interview-grid .col-4 {
    width: 100%;
    padding: 40px 60px 40px; }
    .competency-interview-grid .col-4 .title {
      padding-bottom: 0; } }
/* component 1 */
/* component 2 */
.counter-stats {
  padding: 140px 0px !important;
  position: relative;
  height: auto !important;
  overflow: hidden;
  clear: both; }
  .counter-stats.blue {
    background: #1575ba; }
  .counter-stats .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center; }
  .counter-stats #counter-stats {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0; }
    .counter-stats #counter-stats .counter-value-box {
      width: 235px;
      height: 235px;
      background: linear-gradient(180deg, #50C7F7 0%, #007CD6 100%);
      border-radius: 100%;
      display: table;
      margin-right: 80px;
      float: left;
      position: relative; }
      .counter-stats #counter-stats .counter-value-box .counter-value {
        display: inline-block;
        font-size: 72px;
        color: #fff;
        font-weight: 600;
        line-height: 78px; }
      .counter-stats #counter-stats .counter-value-box .per {
        display: inline-block;
        font-size: 72px;
        color: #fff;
        font-weight: 600;
        line-height: 78px; }
      .counter-stats #counter-stats .counter-value-box .text {
        display: block;
        font-size: 21px;
        color: #fff;
        font-weight: 600;
        line-height: 28px;
        padding: 0px 30px; }
      .counter-stats #counter-stats .counter-value-box:last-child {
        margin-right: 0px; }
  .counter-stats canvas {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100% !important; }

/*New Counter & bobble animation*/
.bubble {
  width: 130px;
  height: 130px;
  background: linear-gradient(198.38deg, #6DC2FF 0%, #0F5C94 100%);
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: absolute;
  left: 125px;
  top: 106px; }

.x1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(0);
  opacity: 1;
  z-index: -2; }

.bubble.x1.active {
  -webkit-animation: moveclouds 4s ease-in-out forwards;
  animation-delay: 0.1s;
  background: linear-gradient(184.17deg, #0F5C94 0%, #6DC2FF 100%); }

.bubble.x2.active {
  -webkit-animation: moveclouds 4s ease-in-out forwards;
  animation-delay: 0.9s; }

.bubble.x3.active {
  animation-delay: 1s;
  background: linear-gradient(33deg, #0F5C94 0%, #6DC2FF 100%);
  width: 140px;
  height: 140px;
  left: -2px;
  top: -23px; }

.bubble.x4.active {
  animation-delay: 0.9s;
  background: linear-gradient(173.15deg, #6DC2FF 0%, #0F5C94 100%);
  left: 185px;
  top: 165px; }

.bubble.x5.active {
  animation-delay: 1.1s;
  background: linear-gradient(33deg, #0F5C94 0%, #6DC2FF 100%);
  width: 130px;
  height: 130px;
  left: 118px;
  top: -5px; }

.bubble.x6.active {
  animation-delay: 1.8s;
  background: linear-gradient(173.15deg, #6DC2FF 0%, #0F5C94 100%);
  left: 165px;
  top: 185px; }

.bubble.x7.active {
  animation-delay: 1s;
  background: linear-gradient(161.56deg, #0F5C94 0%, #6DC2FF 100%);
  width: 175px;
  height: 175px;
  left: 80px;
  top: -4px; }

.bubble.x8.active {
  width: 70px;
  height: 70px;
  animation-delay: 0.9s;
  background: linear-gradient(173.15deg, #6DC2FF 0%, #0F5C94 100%);
  left: 4px;
  top: 158px; }

.x2 {
  width: 50px;
  height: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(0);
  opacity: 1;
  z-index: -1;
  left: 215px;
  top: 95px; }

@-webkit-keyframes moveclouds {
  from,
    20%,
    40%,
    50%,
    60%,
    75%,
    80%,
    100%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    transform: scale3d(0, 0, 0); }
  30% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(0.96, 0.96, 0.96); }
  70% {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  85% {
    transform: scale3d(0.96, 0.96, 0.96); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@media (min-width: 992px) and (max-width: 1199px) {
  #counter-stats .bubble {
    left: 85px;
    top: 87px; }
    #counter-stats .bubble.x2 {
      left: 171px;
      top: 91px; }
      #counter-stats .bubble.x2.x6 {
        left: 181px;
        top: 91px; }
    #counter-stats .bubble.x1.x5 {
      left: 94px;
      top: -5px; }
  #counter-stats .bubble.x1.active {
    background: linear-gradient(198.38deg, #6DC2FF 0%, #0F5C94 100%); }

  .counter-stats #counter-stats {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    gap: 50px; }

  .counter-stats #counter-stats .counter-value-box {
    /* transform: scale(0.92); */
    margin-right: 0px;
    width: 200px;
    height: 200px;
    margin: 0; }
    .counter-stats #counter-stats .counter-value-box .table-cell {
      transform: scale(0.8); } }
@media (min-width: 768px) and (max-width: 991px) {
  #counter-stats .bubble {
    left: 155px;
    top: 100px; }
    #counter-stats .bubble.x2 {
      left: 221px;
      top: 91px; }
      #counter-stats .bubble.x2.x6 {
        left: 225px;
        top: 77px; }
    #counter-stats .bubble.x1.x5 {
      left: 134px;
      top: -5px; }
  #counter-stats .bubble.x1.active {
    background: linear-gradient(198.38deg, #6DC2FF 0%, #0F5C94 100%); }

  .counter-stats #counter-stats {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    gap: 50px; }

  .counter-stats #counter-stats .counter-value-box {
    /* transform: scale(0.92); */
    margin-right: 0px;
    width: 250px;
    height: 250px;
    margin: 0; } }
@media (max-width: 767px) {
  .counter-stats #counter-stats {
    width: 235px;
    float: none;
    margin: 0 auto; }
    .counter-stats #counter-stats .counter-value-box {
      margin-right: 0px;
      margin-bottom: 40px; }
      .counter-stats #counter-stats .counter-value-box:last-child {
        margin-bottom: 0px; } }
/* component 2 */
/* component 3 */
/*Our Network */
.our-networks {
  width: 100%;
  float: left;
  padding: 60px 0px 0px;
  text-align: left; }
  .our-networks p {
    font-size: 20px;
    line-height: 34px; }
  .our-networks .network-grid {
    width: 100%;
    float: left;
    padding: 45px 60px 0px;
    font-size: 0; }
    .our-networks .network-grid .network-column {
      width: 20%;
      display: inline-block;
      margin: 4px 4px;
      overflow: hidden\9; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .our-networks .network-grid .network-column {
          overflow: hidden; } }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .our-networks .network-grid .network-column {
          overflow: hidden; } }
      @supports (-ms-ime-align: auto) {
        .our-networks .network-grid .network-column {
          overflow: hidden; } }
    .our-networks .network-grid .network-box {
      width: 100%;
      float: left;
      background: #ffffff;
      box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.5);
      height: 285px;
      display: table;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .our-networks .network-grid .network-box:after {
        content: '';
        position: absolute;
        left: 0px;
        width: 100%;
        border-bottom: solid 4px #1575BD;
        display: block;
        bottom: 0px; }
      .our-networks .network-grid .network-box:before {
        font-family: 'FontAwesome';
        content: "\f107";
        text-align: center;
        width: 55px;
        height: 26px;
        background: #000;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -27px;
        z-index: 1;
        color: #ffffff;
        font-size: 24px;
        line-height: 24px;
        display: none; }
      .our-networks .network-grid .network-box .network-title {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 29px;
        line-height: 44px;
        font-weight: 600;
        border: solid 1px; }
      .our-networks .network-grid .network-box .network-description {
        width: 100%;
        position: absolute;
        height: 100%;
        background: #1575BD;
        left: 0px;
        top: 100%;
        transition: all 0.3s;
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
        font-weight: 600;
        text-align: left; }
        .our-networks .network-grid .network-box .network-description .table {
          width: 100%;
          height: 100%;
          display: table;
          margin: 0px; }
        .our-networks .network-grid .network-box .network-description .table-cell {
          padding: 25px 50px;
          width: 100%;
          display: table-cell;
          vertical-align: middle; }
        .our-networks .network-grid .network-box .network-description p {
          font-size: 16px;
          color: #ffffff;
          line-height: 24px;
          font-weight: 600; }
      .our-networks .network-grid .network-box:hover:before {
        content: "\f106"; }
      .our-networks .network-grid .network-box:hover .network-description {
        top: 0;
        transition: all 0.3s; }
      .our-networks .network-grid .network-box.orange:after {
        border-color: #f58410; }
      .our-networks .network-grid .network-box.orange:before {
        background: #E47B0F; }
      .our-networks .network-grid .network-box.orange .network-description {
        background: #f58410; }
      .our-networks .network-grid .network-box.orange .network-title {
        color: #f58410; }
      .our-networks .network-grid .network-box.green:after {
        border-color: #3eb5ac; }
      .our-networks .network-grid .network-box.green:before {
        background: #379E96; }
      .our-networks .network-grid .network-box.green .network-description {
        background: #3eb5ac; }
      .our-networks .network-grid .network-box.green .network-title {
        color: #3eb5ac; }
      .our-networks .network-grid .network-box.yellow:after {
        border-color: #eeba2c; }
      .our-networks .network-grid .network-box.yellow:before {
        background: #DEAE2A; }
      .our-networks .network-grid .network-box.yellow .network-description {
        background: #eeba2c; }
      .our-networks .network-grid .network-box.yellow .network-title {
        color: #eeba2c; }
      .our-networks .network-grid .network-box.purple:after {
        border-color: #713cc4; }
      .our-networks .network-grid .network-box.purple:before {
        background: #5B2F9F; }
      .our-networks .network-grid .network-box.purple .network-description {
        background: #713cc4; }
      .our-networks .network-grid .network-box.purple .network-title {
        color: #713cc4; }
      .our-networks .network-grid .network-box.pink:after {
        border-color: #FF00DA; }
      .our-networks .network-grid .network-box.pink:before {
        background: #DC00BC; }
      .our-networks .network-grid .network-box.pink .network-description {
        background: #FF00DA; }
      .our-networks .network-grid .network-box.pink .network-title {
        color: #FF00DA; }
    .our-networks .network-grid .slick-dots {
      margin-top: 25px;
      margin-bottom: 0px;
      text-align: center; }
      .our-networks .network-grid .slick-dots li {
        display: inline-block;
        text-indent: -9999px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #dedddd;
        margin: 0 6px;
        cursor: pointer; }
        .our-networks .network-grid .slick-dots li.slick-active {
          background: #1575BD; }
        .our-networks .network-grid .slick-dots li:focus {
          outline: -webkit-focus-ring-color auto 5px; }
    .our-networks .network-grid .slick-arrow {
      position: absolute;
      top: 50%;
      font-size: 0px;
      background: none;
      border: 0px;
      margin-top: -30px;
      z-index: 1;
      transition: all 0.3s; }
      .our-networks .network-grid .slick-arrow:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 50px;
        color: #1575BD;
        line-height: 50px; }
      .our-networks .network-grid .slick-arrow.slick-disabled {
        display: none !important; }
      .our-networks .network-grid .slick-arrow.slick-next {
        left: auto;
        right: 15px; }
        .our-networks .network-grid .slick-arrow.slick-next:hover {
          right: 10px;
          transition: all 0.3s; }
      .our-networks .network-grid .slick-arrow.slick-prev {
        left: 15px; }
        .our-networks .network-grid .slick-arrow.slick-prev:before {
          content: "\f104"; }
        .our-networks .network-grid .slick-arrow.slick-prev:hover {
          left: 10px;
          transition: all 0.3s; }

@media (min-width: 992px) and (max-width: 1199px) {
  .our-networks .network-grid .network-box {
    cursor: pointer; }
    .our-networks .network-grid .network-box .network-title {
      font-size: 25px;
      line-height: 35px; }
    .our-networks .network-grid .network-box:hover {
      cursor: pointer; } }
@media (min-width: 768px) and (max-width: 991px) {
  .our-networks .network-grid .network-box {
    cursor: pointer; }
    .our-networks .network-grid .network-box .network-description .table-cell {
      padding: 15px 25px; }
    .our-networks .network-grid .network-box:hover {
      cursor: pointer; } }
@media (max-width: 767px) {
  .our-networks {
    padding: 60px 0px 0px; }
    .our-networks .network-grid {
      padding-top: 20px;
      padding-left: 15px;
      padding-right: 15px; }
      .our-networks .network-grid .network-column {
        width: 100%; }
      .our-networks .network-grid .network-box {
        width: 100%;
        margin: 8px 0px;
        cursor: pointer; }
        .our-networks .network-grid .network-box .network-title {
          font-size: 25px;
          line-height: 35px; }
        .our-networks .network-grid .network-box:hover {
          cursor: pointer; }
      .our-networks .network-grid .slick-dots {
        margin-top: 15px; }
    .our-networks p {
      font-size: 16px;
      line-height: 26px; } }
/*Our Network */
/* component 3 */
/* component 4 */
/*What we have to offer section*/
.what-to-offer-main {
  text-align: center; }
  .what-to-offer-main .what-to-offer-section {
    width: 100%;
    padding-top: 70px;
    float: left; }
    .what-to-offer-main .what-to-offer-section h2 {
      font-size: em(55);
      font-weight: 600;
      text-transform: none;
      color: #404040; }
      .what-to-offer-main .what-to-offer-section h2 strong,
      .what-to-offer-main .what-to-offer-section h2 span {
        color: #1575ba;
        font-weight: normal; }
    .what-to-offer-main .what-to-offer-section .h2 {
      font-size: em(29);
      font-weight: 600;
      text-transform: none;
      color: #000; }
    .what-to-offer-main .what-to-offer-section .h4 {
      font-size: 28px;
      line-height: 43px;
      text-transform: none;
      font-weight: 500;
      color: #404040;
      padding-top: 0px; }
      .what-to-offer-main .what-to-offer-section .h4 p {
        font-size: 28px;
        line-height: 43px;
        text-transform: none;
        font-weight: 500;
        color: #404040;
        padding-top: 0px; }
    .what-to-offer-main .what-to-offer-section p {
      font-size: em(20);
      line-height: 31px;
      color: #404040; }
    .what-to-offer-main .what-to-offer-section .ckeditor-col-container,
    .what-to-offer-main .what-to-offer-section .paragraphs-items-full {
      margin-left: -70px;
      margin-right: -70px;
      float: left;
      padding-top: 100px;
      padding-bottom: 100px; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container.two-column-block,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full.two-column-block {
        padding-bottom: 0px; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-4,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-4 {
        width: 33.33333%;
        padding-left: 30px;
        padding-right: 30px;
        float: left; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-6,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-6 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        padding-bottom: 40px; }
        .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-6:nth-of-type(5),
        .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-6:nth-of-type(5) {
          float: none;
          margin: 0 auto;
          width: 100%;
          max-width: 1010px;
          clear: both;
          padding-bottom: 100px; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container img,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full img {
        padding-bottom: 30px;
        max-height: 80px;
        max-height: inherit;
        height: 62px;
        margin-bottom: 30px;
        padding-bottom: 0px;
        width: auto; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container p,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full p {
        font-size: 16px;
        line-height: 26px;
        margin: 0px; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container span,
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container i,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full span,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full i {
        font-size: em(18);
        text-transform: uppercase;
        font-weight: 600;
        color: #1575ba;
        display: block; }
      .what-to-offer-main .what-to-offer-section .ckeditor-col-container strong,
      .what-to-offer-main .what-to-offer-section .paragraphs-items-full strong {
        font-weight: 600;
        color: #404040;
        position: relative;
        padding-top: 7px;
        display: inline-block;
        padding-bottom: 40px;
        font-size: 40px; }
        .what-to-offer-main .what-to-offer-section .ckeditor-col-container strong:after,
        .what-to-offer-main .what-to-offer-section .paragraphs-items-full strong:after {
          width: 100%;
          content: '';
          height: 3px;
          display: block;
          background: #1575ba;
          position: absolute;
          left: 0px;
          bottom: 25px; }

/*What we have to offer section*/
/* component 4 */
/* component 5 */
.applying-situation {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*height: 500px;*/
  position: relative;
  padding: 25px 0px 75px; }
  .applying-situation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(64, 64, 64, 0.6); }
  .applying-situation .quote {
    width: 55%;
    float: right;
    background: #eaeaea;
    padding: 40px 55px;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-right: 140px;
    position: relative;
    top: 50px;
    z-index: 1; }
  .applying-situation .situation-slider {
    width: 55%;
    float: right;
    background: #1575ba;
    position: relative; }
    .applying-situation .situation-slider .apply-situation-slider {
      width: 100%;
      padding: 50px 60px; }
      .applying-situation .situation-slider .apply-situation-slider .slick-track {
        display: flex;
        align-items: center;
        text-align: center; }
      .applying-situation .situation-slider .apply-situation-slider .slick-slide {
        font-size: 32px;
        line-height: 40px;
        /*  font-family: $bold-etalic-font; */
        color: #ffffff;
        display: table;
        min-height: initial;
        height: auto; }
        .applying-situation .situation-slider .apply-situation-slider .slick-slide .table-cell {
          display: table-cell;
          vertical-align: middle;
          font-weight: 600;
          font-style: italic;
          color: white;
          padding-top: 10px;
          padding-bottom: 10px; }
      .applying-situation .situation-slider .apply-situation-slider .slick-arrow {
        background: none;
        border: 0px;
        font-size: 0px;
        height: 32px;
        position: absolute;
        z-index: 10;
        color: #ffffff; }
        .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-prev {
          left: 25px;
          top: 50%;
          margin-top: -17px; }
          .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-prev:before {
            font-size: 45px;
            font-family: 'FontAwesome';
            content: "\f104";
            position: relative;
            top: -20px; }
        .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-next {
          right: 25px;
          top: 50%;
          margin-top: -17px; }
          .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-next:before {
            font-size: 45px;
            font-family: 'FontAwesome';
            content: "\f105";
            position: relative;
            top: -20px; }
        .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-disabled {
          opacity: 0.2; }
    .applying-situation .situation-slider .pagingInfo {
      position: absolute;
      bottom: 15px;
      right: 22px;
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      color: #ffffff; }

@media (min-width: 768px) and (max-width: 991px) {
  .applying-situation .quote {
    width: 75%; }
  .applying-situation .situation-slider {
    width: 80%; } }
@media (max-width: 767px) {
  .applying-situation .quote {
    width: 95%;
    margin-right: 8%;
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    top: 40px; }
  .applying-situation .situation-slider {
    width: 100%; }
    .applying-situation .situation-slider .apply-situation-slider {
      padding: 80px 40px; }
      .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-prev {
        display: block !important;
        left: 5px;
        margin-top: -10px; }
        .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-prev:before {
          font-size: 35px; }
      .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-next {
        display: block !important;
        right: 5px;
        margin-top: -10px; }
        .applying-situation .situation-slider .apply-situation-slider .slick-arrow.slick-next:before {
          font-size: 35px; }
      .applying-situation .situation-slider .apply-situation-slider .slick-slide {
        font-size: 22px;
        line-height: 38px; }
    .applying-situation .situation-slider .pagingInfo {
      font-size: 12px;
      line-height: 18px;
      bottom: 10px;
      right: 10px; } }
/* component 5 */
#inner-wrap a svg.mailto {
  display: none; }

.is-cs-open .modal-backdrop {
  opacity: 0;
  transition: all 0s; }
.is-cs-open .modal-backdrop.in {
  opacity: 0; }

/* Component 6 */
/*charities*/
.sec-space-pd.charities {
  width: 100%;
  float: left;
  padding-top: 60px;
  text-align: center;
  clear: both; }
  .sec-space-pd.charities .h2 {
    margin-top: 0;
    padding-top: 0; }
  .sec-space-pd.charities p {
    font-size: 20px;
    line-height: 34px; }
  .sec-space-pd.charities .charities-box {
    width: 100%;
    padding: 60px 17% 0px; }
    .sec-space-pd.charities .charities-box .img-box {
      width: 100%;
      height: 140px;
      margin-bottom: 20px; }
      .sec-space-pd.charities .charities-box .img-box img {
        max-height: 140px;
        width: auto; }
    .sec-space-pd.charities .charities-box .title {
      font-size: 20px;
      color: #1575ba;
      width: 100%;
      padding-bottom: 10px; }
    .sec-space-pd.charities .charities-box p {
      font-size: 16px;
      line-height: 24px;
      font-family: "titillium_websemibold", sans-serif; }

@media (min-width: 992px) and (max-width: 1199px) {
  .sec-space-pd.charities .charities-box {
    padding: 60px 5% 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sec-space-pd.charities .charities-box {
    padding: 60px 5% 0px; } }
@media (max-width: 767px) {
  .sec-space-pd.charities .charities-box {
    padding: 30px 5% 0px; }
  .sec-space-pd.charities p {
    font-size: 16px;
    line-height: 26px; } }
/*charities*/
/* Component 6 */
.advice-to-candidates {
  width: 100%;
  float: left;
  padding: 100px 0px 70px;
  text-align: left; }
  .advice-to-candidates .container {
    position: relative; }
  .advice-to-candidates .candidates-content-box {
    width: 60%;
    float: left;
    background: #1575ba;
    padding: 45px 40px;
    color: #fff;
    position: relative;
    z-index: 1; }
    .advice-to-candidates .candidates-content-box h3 {
      font-size: 29px;
      line-height: 44px;
      text-transform: uppercase;
      font-weight: 500;
      color: #fff;
      padding-top: 0px; }
    .advice-to-candidates .candidates-content-box p {
      color: #fff; }
  .advice-to-candidates .img-box {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -100px; }

@media (max-width: 767px) {
  .advice-to-candidates {
    padding: 0px 0px 40px; }
    .advice-to-candidates .candidates-content-box {
      width: 100%; }
      .advice-to-candidates .candidates-content-box h3 {
        font-size: 22px;
        line-height: 34px; }
    .advice-to-candidates .img-box {
      position: relative;
      top: 0px;
      width: 100%;
      height: 300px;
      float: left; } }
/* Component 6 */
/* Component 7 */
.what-to-offer-main {
  margin: 0; }
  .what-to-offer-main .what-to-offer-section {
    padding-top: 0; }
    .what-to-offer-main .what-to-offer-section .h1 {
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 50px; }
    .what-to-offer-main .what-to-offer-section .ckeditor-col-container,
    .what-to-offer-main .what-to-offer-section .paragraphs-items-full {
      display: flex;
      flex-wrap: wrap;
      margin-left: -30px;
      margin-right: -30px;
      justify-content: center;
      padding-top: 30px;
      padding-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-4,
  .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-4 {
    flex: 1 1 50%;
    max-width: 50%; } }
@media (max-width: 767px) {
  .what-to-offer-main .what-to-offer-section .ckeditor-col-container,
  .what-to-offer-main .what-to-offer-section .paragraphs-items-full {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: column; }
    .what-to-offer-main .what-to-offer-section .ckeditor-col-container strong,
    .what-to-offer-main .what-to-offer-section .paragraphs-items-full strong {
      font-size: 30px; }
    .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-4,
    .what-to-offer-main .what-to-offer-section .ckeditor-col-container .grid-6,
    .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-4,
    .what-to-offer-main .what-to-offer-section .paragraphs-items-full .grid-6 {
      width: 100%;
      max-width: 100%;
      flex: 1 1 100%;
      padding-left: 10px;
      padding-right: 10px; } }
/* Component 7 */
/* Component 8 */
.postings-cvs {
  padding-top: 15px; }

/* Component 8 */
/* Component 9 */
.responsive-block .slick-slide > div > div.responsive-block-number {
  height: auto; }

/* Component 9 */
/* Component 10 */
.case-studies-sec.sec-space-pd {
  padding-left: 0px;
  padding-right: 0px; }
  .case-studies-sec.sec-space-pd.grey-box-sec {
    background: #eaeaea; }
  .case-studies-sec.sec-space-pd .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; }
    .case-studies-sec.sec-space-pd .slick-slide .item.vimeo:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; 
      z-index: 1; }
  .case-studies-sec.sec-space-pd .case-study-career {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease; }
  .case-studies-sec.sec-space-pd .case-study-career.slick-initialized {
    opacity: 1;
    visibility: visible; }
  .case-studies-sec.sec-space-pd .slick-slide .slide-image.show {
    opacity: 1; }
  .case-studies-sec.sec-space-pd .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden; }
  .case-studies-sec.sec-space-pd .margintop20 {
    margin-top: 15px; }
  .case-studies-sec.sec-space-pd h2 {
    padding-bottom: 57px;
    text-align: center; }
  .case-studies-sec.sec-space-pd .image-gallery .slick-dots li.slick-active button {
    background: transparent;
    border: 0; }
    .case-studies-sec.sec-space-pd .image-gallery .slick-dots li.slick-active button:before {
      box-shadow: none;
      border: 1px solid #000;
      background-color: #000; }
  .case-studies-sec.sec-space-pd .image-gallery .slick-dots li button {
    border: 0;
    background: none;
    font-size: 0;
    padding: 0px;
    width: 18px;
    position: relative;
    background: transparent;
    border: 0;
    position: relative;
    box-shadow: none; }
    .case-studies-sec.sec-space-pd .image-gallery .slick-dots li button:before {
      content: "";
      width: 12px;
      height: 12px;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      border: 1px solid #000;
      position: absolute;
      left: 0;
      border-radius: 50%;
      left: 50%; }
  .case-studies-sec.sec-space-pd .image-gallery .item {
    position: relative;
    padding: 0px;
    overflow: hidden;
    max-height: 800px; }
    .case-studies-sec.sec-space-pd .image-gallery .item img {
      max-width: 95%;
      width: 100%; }
    .case-studies-sec.sec-space-pd .image-gallery .item .img-sec {
      height: 660px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      width: 95%; }
    .case-studies-sec.sec-space-pd .image-gallery .item .embed-player {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 50% !important;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      @media (min-aspect-ratio: 16 / 9) {
        .case-studies-sec.sec-space-pd .image-gallery .item .embed-player {
          height: 56.25vw; } }
      @media (max-aspect-ratio: 16 / 9) {
        .case-studies-sec.sec-space-pd .image-gallery .item .embed-player {
          width: 177.78vh; } }
    .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
      position: relative;
      padding-bottom: 0;
      height: 0;
      overflow: hidden;
      width: 100%;
      height: 660px; }
    .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec {
      background: rgba(2, 88, 150, 0.8);
      position: absolute;
      height: 96%;
      width: 48%;
      height: 90%;
      top: 5%;
      right: 0px;
      z-index: 1; }
      .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption {
        font-size: 1.25em;
        color: #fff;
        text-transform: none;
        line-height: normal;
        text-align: left;
        padding: 0px 60px;
        display: table;
        height: 100%; }
      .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
        color: #fff; }
        .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content p,
        .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content li,
        .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content a:not(.btn) {
          margin-bottom: 20px;
          color: #fff;
          font-size: 20px; }
        .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content .btn {
          color: #fff;
          border-radius: 0;
          border-color: #fff;
          padding: 8px 30px 12px;
          font-weight: normal; }
          .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .content .btn:hover {
            color: #000; }
  .case-studies-sec.sec-space-pd .full-video-section {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    position: relative;
    margin: 0px; }
    .case-studies-sec.sec-space-pd .full-video-section .n-vimeo-embedder {
      overflow: hidden;
      position: relative; }
    .case-studies-sec.sec-space-pd .full-video-section .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: auto;
      overflow: hidden;
      max-width: 100%; }
      .case-studies-sec.sec-space-pd .full-video-section .video-container img {
        max-width: 100%;
        width: 100%; }
    .case-studies-sec.sec-space-pd .full-video-section iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0px; }

.timeline-section {
  clear: both;
  overflow: hidden; }
  .timeline-section .slider-wrapper div.slick-slider {
    position: relative; }
  .timeline-section .timeline-slider-single .slick-list {
    padding: 0 20% 0 0;
    overflow: visible; }
  .timeline-section .timeline-slider-single button.slick-prev {
    left: -80px; }
  .timeline-section .timeline-slider-single button.slick-next {
    right: -80px; }
  .timeline-section .timeline-slider-single .slick-current .ta-year-box {
    opacity: 1; }
  .timeline-section .timeline-slider-nav .slick-slide:last-child .line-top {
    display: none; }
  .timeline-section .timeline-slider-nav .slick-slide:last-child .years-list:after {
    display: none; }
  .timeline-section .timeline-slider-nav .slick-slide.active-line .years-list:after {
    height: 2px; }
  .timeline-section .timeline-slider-nav .slick-slide.active-line-animate .years-list:after {
    height: 1px; }
  .timeline-section .timeline-slider-nav .slick-slide.active-line-animate .years-list .line-top {
    display: block; }
  .timeline-section .timeline-slider-nav .slick-slide.active-line-animate2 .years-list .line-top {
    width: 100%; }
  .timeline-section .timeline-slider-nav .line-top {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 7.5px;
    background: #ffffff;
    transition: all 1s;
    display: none; }
  .timeline-section .timeline-slider-nav .years-list {
    position: relative; }
    .timeline-section .timeline-slider-nav .years-list:before {
      top: 2px; }
    .timeline-section .timeline-slider-nav .years-list:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 1px;
      top: 7.5px;
      background: #ffffff; }

.applying-video-sec {
  width: 100%;
  float: left;
  height: 480px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -150px; }
  .applying-video-sec img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .applying-video-sec .applying-video {
    width: 100%;
    float: left;
    padding: 56.25% 0 0 0;
    position: relative; }
    .applying-video-sec .applying-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.discretion-slider-sec {
  width: 100%;
  float: left;
  position: relative; }
  .discretion-slider-sec .discretion-slider {
    width: 100%;
    float: left;
    background: #1575ba;
    text-align: left;
    color: #ffffff; }
    .discretion-slider-sec .discretion-slider h3 {
      color: #ffffff;
      padding-top: 0px;
      padding-bottom: 10px; }
    .discretion-slider-sec .discretion-slider p,
    .discretion-slider-sec .discretion-slider li {
      color: #ffffff;
      font-weight: 300; }
    .discretion-slider-sec .discretion-slider .btn.btn-white {
      border: solid 2px #fff;
      font-size: 16px;
      text-transform: uppercase;
      padding: 0.5em 1.25em;
      border-radius: 0; }
    .discretion-slider-sec .discretion-slider .slick-slide {
      opacity: 0.2;
      padding: 80px 80px 50px; }
      .discretion-slider-sec .discretion-slider .slick-slide.slick-current {
        opacity: 1; }
      .discretion-slider-sec .discretion-slider .slick-slide:focus {
        outline: none; }
    .discretion-slider-sec .discretion-slider .slick-arrow {
      background: none;
      border: 0px;
      font-size: 0px;
      height: 32px;
      position: absolute;
      z-index: 10;
      width: 32px; }
      .discretion-slider-sec .discretion-slider .slick-arrow.slick-prev {
        left: 100px;
        top: 50%;
        margin-top: -15px; }
        .discretion-slider-sec .discretion-slider .slick-arrow.slick-prev:before {
          font-size: 55px;
          font-family: 'FontAwesome';
          content: "\f104";
          line-height: 1; }
      .discretion-slider-sec .discretion-slider .slick-arrow.slick-next {
        right: 100px;
        top: 50%;
        margin-top: -15px; }
        .discretion-slider-sec .discretion-slider .slick-arrow.slick-next:before {
          font-size: 55px;
          font-family: 'FontAwesome';
          content: "\f105";
          line-height: 1; }
      .discretion-slider-sec .discretion-slider .slick-arrow.slick-disabled {
        opacity: 0.2; }
    .discretion-slider-sec .discretion-slider .slick-dots {
      list-style-image: none;
      padding-left: 230px;
      margin-bottom: 30px;
      justify-content: flex-start;
      margin-top: 0;
      height: 30px; }
      .discretion-slider-sec .discretion-slider .slick-dots li {
        display: inline-block;
        background: none;
        border: solid 1px #ffffff;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        margin-right: 10px;
        text-indent: -9999px; }
        .discretion-slider-sec .discretion-slider .slick-dots li.slick-active {
          background: #ffffff; }
        .discretion-slider-sec .discretion-slider .slick-dots li button {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          white-space: nowrap;
          border: 0; }

.case-study-popup.modal {
  text-align: center;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.7); }
.case-study-popup.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }
.case-study-popup .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
.case-study-popup .modal-content {
  border-radius: 0; }
.case-study-popup p,
.case-study-popup li,
.case-study-popup a:not(.btn) {
  font-size: 16px; }
.case-study-popup .contact-form-sec {
  padding: 40px;
  padding-top: 0px; }
  .case-study-popup .contact-form-sec h2 {
    text-align: center;
    text-transform: uppercase; }
.case-study-popup .modal-header {
  padding: 0;
  border-bottom: 0px;
  position: relative;
  z-index: 1; }
  .case-study-popup .modal-header .close {
    margin-top: 10px;
    margin-right: 10px; }
    .case-study-popup .modal-header .close span {
      font-size: 49px;
      font-weight: 200;
      line-height: 20px; }

.application-process-video-slider {
  overflow: hidden; }

.audio-section-new #boxscroll1 {
  height: auto;
  max-height: 328px; }

.our-networks .network-grid .network-column {
  max-width: calc(100% - 8px); }

.text-block-with-container .table-responsive > .table > tbody > tr > td,
.text-block-with-container .table-responsive > .table > tbody > tr > th,
.text-block-with-container .table-responsive > .table > tfoot > tr > td,
.text-block-with-container .table-responsive > .table > tfoot > tr > th,
.text-block-with-container .table-responsive > .table > thead > tr > td,
.text-block-with-container .table-responsive > .table > thead > tr > th {
  white-space: normal; }

/* Media start */
@media (min-width: 1700px) {
  .case-studies-sec.sec-space-pd .image-gallery .item {
    max-height: 900px; }
    .case-studies-sec.sec-space-pd .image-gallery .item .img-sec,
    .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
      height: 800px; } }
@media (min-width: 1500px) and (max-width: 1699px) {
  .case-studies-sec.sec-space-pd .image-gallery .item .img-sec,
  .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
    height: 780px; } }
@media (max-width: 1280px) {
  .timeline-section .timeline-slider-single {
    padding-bottom: 50px; }
    .timeline-section .timeline-slider-single button.slick-arrow {
      top: auto;
      bottom: -25px;
      background-color: transparent;
      box-shadow: 0 0 0 #007CD6;
      filter: invert(1); }
      .timeline-section .timeline-slider-single button.slick-arrow.slick-prev {
        left: -20px; }
      .timeline-section .timeline-slider-single button.slick-arrow.slick-next {
        right: -20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec {
    width: 80%; }
  .case-studies-sec.sec-space-pd .image-gallery .item .img-sec,
  .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
    height: 540px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .applying-video-sec {
    height: 380px; }

  .discretion-slider-sec .discretion-slider .slick-dots {
    padding-left: 130px; }
  .discretion-slider-sec .discretion-slider .slick-slide {
    padding: 80px 30px 50px; }
  .discretion-slider-sec .discretion-slider .slick-arrow.slick-next {
    right: 50px; }
  .discretion-slider-sec .discretion-slider .slick-arrow.slick-prev {
    left: 50px; }

  .case-studies-sec.sec-space-pd .image-gallery .item .img-sec,
  .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
    height: 540px; }
  .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec {
    width: 80%; }
    .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption {
      padding: 0 30px; } }
@media (max-width: 767px) {
  .text-block-with-container .table-responsive > .table {
    min-width: 100%; }
  .text-block-with-container .table-responsive > .table > tbody > tr > td,
  .text-block-with-container .table-responsive > .table > tbody > tr > th,
  .text-block-with-container .table-responsive > .table > tfoot > tr > td,
  .text-block-with-container .table-responsive > .table > tfoot > tr > th,
  .text-block-with-container .table-responsive > .table > thead > tr > td,
  .text-block-with-container .table-responsive > .table > thead > tr > th {
    white-space: normal; }

  .audio-section-new .audio-playlist {
    margin-bottom: 20px;
    display: block;
    overflow: hidden; }
  .audio-section-new .audio-player-new {
    padding-bottom: 0; }
  .audio-section-new #boxscroll1 {
    padding-right: 0; }
  .audio-section-new .paddingtop90 {
    padding-top: 40px;
    display: flex;
    flex-direction: column; }
    .audio-section-new .paddingtop90 .audio-box {
      order: 1; }

  .timeline-section .timeline-slider-single .ta-year-box {
    padding-bottom: 0; }
  .timeline-section .timeline-slider-single button.slick-arrow.slick-prev {
    left: -10px; }
  .timeline-section .timeline-slider-single button.slick-arrow.slick-next {
    right: -10px; }

  .news-box .col-md-4.col-sm-6 {
    flex: 1 1 100%; }

  .applying-video-sec {
    height: 320px;
    margin-bottom: -80px; }

  .discretion-slider-sec .discretion-slider .slick-dots {
    padding-left: 40px; }
  .discretion-slider-sec .discretion-slider .slick-slide {
    padding: 40px; }
  .discretion-slider-sec .discretion-slider .slick-arrow {
    display: none !important; }

  .case-studies-sec.sec-space-pd {
    padding-left: 0;
    padding-right: 0; }
    .case-studies-sec.sec-space-pd h2 {
      padding-bottom: 20px; }
    .case-studies-sec.sec-space-pd .case-study-career {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
    .case-studies-sec.sec-space-pd .image-gallery .item {
      padding: 0; }
      .case-studies-sec.sec-space-pd .image-gallery .item .responsive-video {
        padding-bottom: 56.25%;
        height: 0; }
      .case-studies-sec.sec-space-pd .image-gallery .item .img-sec {
        height: 650px;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        .case-studies-sec.sec-space-pd .image-gallery .item .img-sec.img-sec-wrap {
          height: auto;
          padding-bottom: 0%; }
      .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec {
        width: 90%;
        height: auto;
        bottom: 0%;
        top: auto;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: -50px; }
        .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption {
          font-size: 1em;
          padding: 30px 30px 10px; }
          .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption .content {
            vertical-align: top; }
            .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption .content p,
            .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption .content li,
            .case-studies-sec.sec-space-pd .image-gallery .item .caption-sec .caption .content a:not(.btn) {
              font-size: 16px; }

  .case-study-popup .contact-form-sec {
    padding: 0px 10px 20px;
    padding-top: 0px; }

  .full-video-section .play span {
    background-size: 80px; } }
/* Component 10 */
.circle-divider {
  background: url(../images/circle-divider.svg) center no-repeat;
  height: 108px; }

/*# sourceMappingURL=career-components.css.map */
