﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
html, body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #231f20;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  html .container, body .container {
    min-height: 100vh; }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none; }

a {
  color: #8bc7ea; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1f9bde; }

section {
  width: 100%;
  padding: 60px 0 0px; }
  section h1 {
    font-size: 45px;
    text-align: center;
    color: #231f20;
    margin: 0 0 80px;
    font-weight: 700;
    margin-top: 10px; }

.btn-white,
.btn-blue {
  display: inline-block;
  padding: 5px 30px;
  margin-bottom: 50px;
  border-radius: 2px;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s;
  position: relative; }
  .btn-white:hover,
  .btn-blue:hover {
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

.btn-white {
  color: #004a98;
  background-color: #1f9bde; }
  .btn-white:hover {
    background-color: #1c8bc8;
    box-shadow: 0 4px 0 #197cb1;
    color: #fff; }

.btn-blue {
  color: #eee;
  background-color: #27679a; }
  .btn-blue:hover {
    box-shadow: 0 4px 0 #1d4c71; }

.bg-gray, .s-services {
  background: #eee;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #eee, #A6A6A6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #eee, #A6A6A6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #eee, #A6A6A6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #eee, #A6A6A6);
  /* Standard syntax */ }

.bg-blue, .s-contact, .s-about {
  background: #3FA9F5;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #3FA9F5, #2972B3);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #3FA9F5, #2972B3);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #3FA9F5, #2972B3);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3FA9F5, #2972B3);
  /* Standard syntax */ }

.newView .title-row {
  margin: 50px 0; }
  .newView .title-row > div {
    padding: 0; }

.newView h1 {
  text-align: left;
  margin: 25px 0; }

.newView .closeView {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 4;
  background-color: #fff;
  padding: 9px 0 0 9px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #eee;
  width: 33px;
  height: 33px; }
  .newView .closeView a {
    color: #000;
    display: block; }
    .newView .closeView a span {
      margin: 6px 0 0 6px; }
  @media (min-width: 768px) {
    .newView .closeView {
      position: absolute;
      width: 50px;
      height: 50px;
      right: 8.333%; }
      .newView .closeView a span {
        font-size: 30px;
        margin: 9px 0 0 9px; } }

.viewContainer {
  /*position: relative;*/ }

.view.ng-enter, .view.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 101%;
  max-height: 101vh;
  overflow: hidden; }

.view.ng-enter {
  top: 100%; }

.view.ng-enter-active {
  top: 0; }

.view.ng-leave {
  top: 0; }

.view.ng-leave-active {
  top: -100%; }

/* Logo Animation*/
.SlideDown .view.ng-enter {
  top: -100%; }

.SlideDown .view.ng-enter-active {
  top: 0; }

.SlideDown .view.ng-leave {
  top: 0; }

.SlideDown .view.ng-leave-active {
  top: 100%; }

.SlideDown .view.careerUrl.ng-leave-active {
  top: 0;
  -webkit-transition: none;
  transition: none; }

.careerAnimation.ng-enter, .careerAnimation.ng-leave {
  transition: all 0.5s ease; }
  .careerAnimation.ng-enter .jobDescription,
  .careerAnimation.ng-enter .jobFootDesc, .careerAnimation.ng-leave .jobDescription,
  .careerAnimation.ng-leave .jobFootDesc {
    opacity: 0; }
  .careerAnimation.ng-enter .jobTitle h3, .careerAnimation.ng-leave .jobTitle h3 {
    opacity: 0; }
  .careerAnimation.ng-enter .jobTitle img, .careerAnimation.ng-leave .jobTitle img {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    opacity: 0; }

.no-scroll {
  overflow: hidden;
  position: fixed; }

.s-logo {
  padding: 0; }
  @media (min-width: 1199px) {
    .s-logo {
      min-height: 100vh; } }
  .s-logo .logo {
    margin: 50px auto;
    width: 90%;
    text-align: center; }
    @media (min-width: 768px) {
      .s-logo .logo {
        width: 50%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .s-logo .logo {
        width: 44%; } }
    @media (min-width: 1199px) {
      .s-logo .logo {
        width: 40%; } }
    .s-logo .logo svg.comminus-logo {
      max-width: 100%;
      min-height: 450px; }
      .s-logo .logo svg.comminus-logo g {
        max-width: 100%; }
        .s-logo .logo svg.comminus-logo g path {
          cursor: pointer; }
          .s-logo .logo svg.comminus-logo g path#linkPath6 {
            cursor: default;
            opacity: 0;
            display: none; }
        .s-logo .logo svg.comminus-logo g text {
          font-size: 24px;
          text-transform: uppercase;
          fill: #818181;
          letter-spacing: 1px; }
  .s-logo .social-icons {
    margin-top: 25px;
    text-align: left;
    height: 33px; }
    @media (min-width: 992px) {
      .s-logo .social-icons {
        text-align: right; } }
    .s-logo .social-icons a {
      cursor: default; }
      .s-logo .social-icons a circle {
        fill: #6E6E71; }
      .s-logo .social-icons a path {
        fill: #6E6E71; }
      .s-logo .social-icons a:hover circle,
      .s-logo .social-icons a:hover path {
        fill: #1f9bde;
        cursor: pointer; }
      .s-logo .social-icons a svg {
        width: 33px;
        height: 33px; }
  .s-logo .navbar-toggle .icon-bar {
    background-color: #1f9bde; }
  .s-logo ul.navbar-nav {
    margin: 50px 0;
    background-color: #eee; }
    .s-logo ul.navbar-nav li a {
      text-align: center;
      color: #004a98;
      padding: 12px 0; }
      .s-logo ul.navbar-nav li a:hover {
        background-color: #004a98;
        color: #fff; }
  .s-logo .logo-svg-text .comminus-text-slovo {
    fill: #C9C9C9; }
  .s-logo .logo-svg-text .comminus-slogan {
    fill: #231F20; }
  .s-logo .logo-text {
    margin-bottom: 50px; }

.LogoToolTip {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  background: none repeat scroll 0 0 white;
  border: 0 none;
  border-radius: 8px;
  box-shadow: -3px 3px 10px #6E6E71;
  color: black;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }

.s-contact {
  position: relative;
  padding-bottom: 0; }
  .s-contact .container {
    min-height: calc(100vh - 250px) !important; }
  @media (min-width: 1199px) {
    .s-contact {
      min-height: calc(100vmin - 300px); } }
  .s-contact h1 {
    color: #eee; }
  .s-contact p {
    color: #eee;
    font-weight: 300; }
    .s-contact p.conLabel {
      color: #c1e1ff; }
  .s-contact .container-fluid {
    margin-top: 50px; }
  .s-contact .contactForm .form-control {
    background-color: #348cd2;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: none; }
  .s-contact .contactForm ::-webkit-input-placeholder {
    color: #c1e1ff; }
  .s-contact .contactForm :-moz-placeholder {
    color: #c1e1ff; }
  .s-contact .contactForm ::-moz-placeholder {
    color: #c1e1ff; }
  .s-contact .contactForm :-ms-input-placeholder {
    color: #c1e1ff; }
  .s-contact .contactForm :required {
    background-color: #348cd2; }
  .s-contact .contactForm button[disabled], .s-contact .contactForm html input[disabled] {
    cursor: default;
    background-color: #348cd2;
    font-weight: 300;
    color: #fff; }
    .s-contact .contactForm button[disabled]:hover, .s-contact .contactForm html input[disabled]:hover {
      -webkit-transform: none;
      transform: none;
      box-shadow: none;
      color: #fff; }
  @media (min-width: 1199px) {
    .s-contact .g-maps {
      position: absolute;
      width: 100%;
      bottom: 0; } }
  .s-contact .g-maps iframe {
    display: block; }

.s-footer {
  padding: 25px 0;
  height: 70px;
  background-color: #fff; }
  .s-footer a {
    color: #6E6E71;
    transition: all 0.5s;
    font-size: 13px;
    margin: 0 15px;
    line-height: 20px; }
    .s-footer a:hover {
      text-decoration: underline; }

.s-client {
  background-color: #fff; }
  @media (min-width: 1199px) {
    .s-client {
      min-height: 100vh; } }
  .s-client img {
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all 0.5s; }
    .s-client img:hover {
      -webkit-filter: grayscale(0%);
      /* Chrome, Safari, Opera */
      filter: grayscale(0%); }

.s-about {
  position: relative; }
  @media (min-width: 1199px) {
    .s-about {
      min-height: 100vh; } }
  .s-about .img-grid-twocol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 25px; }
    @media (min-width: 1440px) {
      .s-about .img-grid-twocol {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        margin: auto;
        width: 70%; } }
    @media (min-width: 767px) and (max-width: 1439px) {
      .s-about .img-grid-twocol {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr); } }
    @media (max-width: 425px) {
      .s-about .img-grid-twocol {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr); } }
  .s-about .img-grid-threecol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    left: auto; }
    @media (min-width: 1440px) {
      .s-about .img-grid-threecol {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        left: 5%; } }
    @media (min-width: 767px) and (max-width: 1439px) {
      .s-about .img-grid-threecol {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr); } }
    @media (max-width: 425px) {
      .s-about .img-grid-threecol {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr); } }
    .s-about .img-grid-threecol a img {
      position: relative;
      right: auto;
      left: auto;
      bottom: auto;
      cursor: pointer; }
    @media (min-width: 767px) and (max-width: 1439px) {
      .s-about .img-grid-threecol a:first-child img {
        right: 7%; } }
    @media (max-width: 425px) {
      .s-about .img-grid-threecol a:first-child img {
        right: 7%; } }
    @media (min-width: 1440px) {
      .s-about .img-grid-threecol a:nth-child(2) img {
        left: 7%; } }
    @media (min-width: 767px) and (max-width: 1439px) {
      .s-about .img-grid-threecol a:nth-child(3) img {
        bottom: 10%; } }
    @media (max-width: 425px) {
      .s-about .img-grid-threecol a:nth-child(3) img {
        bottom: 10%; } }
  .s-about h1 {
    color: #eee; }
  .s-about h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 300;
    color: #c1e1ff; }
    @media (min-width: 991px) {
      .s-about h2 {
        text-align: right;
        font-size: 40px; } }
  .s-about h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px; }
    @media (min-width: 991px) {
      .s-about h3 {
        text-align: right;
        font-size: 40px; } }
  .s-about p {
    text-align: left;
    color: #004a98; }

.s-services {
  position: relative; }
  @media (min-width: 1199px) {
    .s-services {
      min-height: 100vh; } }
  .s-services h2.services-list {
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    height: 110px;
    font-size: 30px;
    text-align: center;
    color: #231f20; }
    @media (max-width: 767px) {
      .s-services h2.services-list {
        font-size: 22px; } }
  .s-services .services-image {
    text-align: center; }
    @media (min-width: 768px) {
      .s-services .services-image {
        padding: 25px 0; } }
  .s-services .services-more {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0 50px 0;
    text-align: center;
    border-top: 1px solid #bbb; }
    @media (min-width: 767px) {
      .s-services .services-more {
        font-size: 18px; } }
    @media (max-width: 425px) {
      .s-services .services-more {
        padding: 10px 0 10px 0; } }
  .s-services .services-bottom {
    margin-top: 0;
    width: 100%;
    padding: 0px 15px 0px 15px; }
    .s-services .services-bottom p {
      font-size: 14px;
      color: rgba(35, 31, 32, 0.5);
      text-align: center; }

.s-platforms {
  background-color: #fff;
  text-align: center; }
  @media (min-width: 1199px) {
    .s-platforms {
      min-height: 100vh; } }
  .s-platforms .platforma {
    width: 48%;
    margin: 0 1%;
    float: left;
    margin-bottom: 40px; }
    .s-platforms .platforma:nth-of-type(2n + 1) {
      clear: left; }
    .s-platforms .platforma .platforms-image {
      text-align: center; }
      .s-platforms .platforma .platforms-image img {
        max-width: 100%; }
    .s-platforms .platforma h2 {
      font-size: 18px;
      height: 40px; }
      .s-platforms .platforma h2 a {
        color: #1f9bde; }
        .s-platforms .platforma h2 a:hover {
          color: #004a98;
          text-decoration: none; }
    .s-platforms .platforma p {
      font-size: 14px; }
    @media (min-width: 991px) {
      .s-platforms .platforma {
        width: 12%; }
        .s-platforms .platforma:nth-of-type(2n + 1) {
          clear: none; }
        .s-platforms .platforma:nth-of-type(7n + 1) {
          clear: left; }
        .s-platforms .platforma h2 {
          height: 60px;
          font-size: 20px; }
        .s-platforms .platforma p {
          font-size: 14px; } }

aside .side-menu {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999; }
  @media (mix-width: 991px) {
    aside .side-menu {
      display: none; } }
  aside .side-menu ul {
    margin: 0;
    padding: 0; }
  aside .side-menu li {
    text-align: right;
    list-style: none; }
    aside .side-menu li:nth-of-type(1) a {
      border-color: #6E6E71; }
      aside .side-menu li:nth-of-type(1) a:hover, aside .side-menu li:nth-of-type(1) a.active {
        background-color: #6E6E71; }
    aside .side-menu li:nth-of-type(2) a {
      border-color: #16589f; }
      aside .side-menu li:nth-of-type(2) a:hover, aside .side-menu li:nth-of-type(2) a.active {
        background-color: #16589f; }
    aside .side-menu li:nth-of-type(3) a {
      border-color: #0056b8; }
      aside .side-menu li:nth-of-type(3) a:hover, aside .side-menu li:nth-of-type(3) a.active {
        background-color: #0056b8; }
    aside .side-menu li:nth-of-type(4) a {
      border-color: #1f9bde; }
      aside .side-menu li:nth-of-type(4) a:hover, aside .side-menu li:nth-of-type(4) a.active {
        background-color: #1f9bde; }
    aside .side-menu li:nth-of-type(5) a {
      border-color: #00aeef; }
      aside .side-menu li:nth-of-type(5) a:hover, aside .side-menu li:nth-of-type(5) a.active {
        background-color: #00aeef; }
    aside .side-menu li:nth-of-type(6) a {
      border-color: #58b4e5; }
      aside .side-menu li:nth-of-type(6) a:hover, aside .side-menu li:nth-of-type(6) a.active {
        background-color: #58b4e5; }
    aside .side-menu li:nth-of-type(7) a {
      border-color: #8bc7ea; }
      aside .side-menu li:nth-of-type(7) a:hover, aside .side-menu li:nth-of-type(7) a.active {
        background-color: #8bc7ea; }
    aside .side-menu li:nth-of-type(8) a {
      border-color: #8bc7ea; }
      aside .side-menu li:nth-of-type(8) a:hover, aside .side-menu li:nth-of-type(8) a.active {
        background-color: #8bc7ea; }
    aside .side-menu li:nth-of-type(9) a {
      border-color: #8bc7ea; }
      aside .side-menu li:nth-of-type(9) a:hover, aside .side-menu li:nth-of-type(9) a.active {
        background-color: #8bc7ea; }
  aside .side-menu a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 3px solid #1f9bde;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-bottom: 2px; }
    aside .side-menu a::after {
      clear: both;
      content: "";
      display: table; }
    aside .side-menu a span {
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
      -moz-transition: -moz-transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      opacity: 0;
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      font-weight: 300;
      display: inline-block; }
    aside .side-menu a:hover, aside .side-menu a.active {
      padding-right: 75px;
      margin-top: 0; }
      aside .side-menu a:hover span, aside .side-menu a.active span {
        opacity: 1; }

aside .aside-bg {
  position: fixed;
  z-index: 4;
  background-color: #fff;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 100vh; }

aside .show-menu {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 4;
  background-color: #fff;
  padding: 9px 0 0 9px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #eee;
  width: 33px;
  height: 33px; }
  aside .show-menu .icon-bar {
    display: block;
    width: 13px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px; }
    aside .show-menu .icon-bar:nth-of-type(1) {
      background-color: #004a98; }
    aside .show-menu .icon-bar:nth-of-type(2) {
      background-color: #1f9bde; }
    aside .show-menu .icon-bar:nth-of-type(3) {
      background-color: #8bc7ea;
      margin-bottom: 0; }

aside .side-menu-on-mobile {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #231f20;
  background: rgba(35, 31, 32, 0.3);
  height: 100vh;
  width: 0%;
  padding-top: 83px; }
  aside .side-menu-on-mobile ul {
    margin: 0;
    padding: 0; }
    aside .side-menu-on-mobile ul li {
      list-style: none;
      float: right;
      clear: right;
      text-align: right;
      margin-bottom: 1px; }
      aside .side-menu-on-mobile ul li a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 12px 25px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        margin-right: -100%;
        white-space: nowrap; }
      aside .side-menu-on-mobile ul li:nth-of-type(7) a {
        background-color: #6E6E71; }

aside .on-mobile {
  background: rgba(35, 31, 32, 0.3);
  width: 100%;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  @media (orientation: landscape) {
    aside .on-mobile {
      line-height: 0.8; } }
  aside .on-mobile ul li a {
    margin-right: 0; }
  aside .on-mobile ul li:nth-of-type(1) a {
    background-color: #6E6E71; }
  aside .on-mobile ul li:nth-of-type(2) a {
    background-color: #16589f; }
  aside .on-mobile ul li:nth-of-type(3) a {
    background-color: #0056b8; }
  aside .on-mobile ul li:nth-of-type(4) a {
    background-color: #1f9bde; }
  aside .on-mobile ul li:nth-of-type(5) a {
    background-color: #00aeef; }
  aside .on-mobile ul li:nth-of-type(6) a {
    background-color: #58b4e5; }
  aside .on-mobile ul li:nth-of-type(7) a {
    background-color: #8bc7ea; }
  aside .on-mobile ul li:nth-of-type(8) a {
    background-color: #8bc7ea; }
  aside .on-mobile ul li:nth-of-type(9) a {
    background-color: #8bc7ea; }

.s-career {
  padding: 0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff); }
  .s-career h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s; }
    .s-career h2.ng-hide {
      opacity: 0; }
    .s-career h2 span {
      color: #004a98;
      -webkit-transition: all 2s;
      -moz-transition: all 2s;
      transition: all 2s; }
  .s-career input.ng-dirty.ng-invalid {
    border: 1px solid #c00; }
  .s-career input.ng-dirty.ng-valid {
    border: 1px solid #004a98; }
  .s-career .job {
    margin-bottom: 50px; }
    .s-career .job h3 {
      font-weight: 700; }
    .s-career .job p {
      color: #6E6E71; }
    .s-career .job li {
      font-size: 14px;
      line-height: 1.8; }
  .s-career .modal h4 {
    font-weight: 700; }
  .s-career .modal p, .s-career .modal ul, .s-career .modal li {
    font-size: 12px; }

.modal-backdrop {
  z-index: 1 !important; }

.open-jobs h1 {
  margin: 0 0 50px; }

.listOfJobs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #eee; }
  .listOfJobs li {
    margin: 0 0 12px;
    padding: 0; }
  .listOfJobs a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1f9bde;
    text-transform: capitalize; }
    .listOfJobs a img {
      width: 22px;
      margin: 0 12px 0 0; }
    .listOfJobs a:hover {
      color: #004a98; }
    .listOfJobs a.active {
      color: #004a98;
      text-decoration: underline; }

.jobTitle {
  display: flex;
  align-items: flex-end;
  padding: 0 0 30px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: all 1s ease;
  width: 100%;
  opacity: 1; }
  .jobTitle img {
    width: 100px;
    margin: 0 30px 0 0;
    transition: all 1s ease; }
  .jobTitle h3 {
    font-weight: 700;
    font-size: 28px;
    transition: all 1s ease; }
  @media (max-width: 768px) {
    .jobTitle {
      margin: 30px 0;
      padding: 30px 0;
      border-top: 1px solid #eee; } }

.applyForJobBtn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1f9bde;
  color: #fff;
  padding: 5px 15px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.1s ease; }
  .applyForJobBtn:hover {
    color: #fff;
    background-color: #0056b8; }

.applyForJobBox {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 98; }
  .applyForJobBox.show {
    width: 100%;
    height: auto;
    padding: 30px;
    transition: all 0.1s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.jobDescription {
  transition: all 1s ease;
  width: 100%;
  opacity: 1;
  padding-top: 30px; }
  .jobDescription ul li {
    font-size: 15px;
    color: #555; }

.jobFootDesc {
  color: #999;
  padding: 30px 0 80px;
  font-size: 13px;
  text-align: justify; }

.cVSubmitButton:disabled {
  background-color: lightsteelblue !important; }

.technology li span {
  color: #16589f;
  font-weight: bold; }
