body {
  font-family: 'Source Sans Pro', sans-serif;
}

a,
.btn,
.navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

a:focus,
.btn:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1260px) {
  .container {
    max-width: 1210px;
  }
}

.preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

.preloader .spinner-border {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6nviaa");
  src: url("../fonts/icomoon.eot?6nviaa#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6nviaa") format("truetype"), url("../fonts/icomoon.woff?6nviaa") format("woff"), url("../fonts/icomoon.svg?6nviaa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-case:before {
  content: "\e900";
}

.icon-finance:before {
  content: "\e901";
}

.icon-hr:before {
  content: "\e902";
}

.icon-performance:before {
  content: "\e903";
}

.icon-cms:before {
  content: "\e904";
}

header {
  margin-bottom: 46px;
}

header .navbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 54px;
  padding-bottom: 38px;
  border-bottom: 1px solid #ebebeb;
}

header .navbar-brand {
  padding: 0;
  margin-right: 52px;
}

header .welcomeText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .welcomeText h1 {
  font-size: 1.5625rem;
  color: #1e294d;
  font-weight: 400;
  margin-bottom: 0;
}

header .welcomeText h1 b {
  font-weight: 700;
}

header .btn {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 1199.98px) {
  header .navbar {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  header .navbar-brand {
    margin-right: 40px;
  }
  header .welcomeText h1 {
    font-size: 1.375rem;
  }
}

@media (max-width: 991.98px) {
  header .navbar-brand {
    margin-right: 0;
  }
  header .welcomeText {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .welcomeText h1 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  header .navbar {
    padding-top: 30px;
  }
  header .btn {
    font-size: 1rem;
    padding: 0.375rem 1rem;
  }
}

.systemWrap {
  padding-bottom: 95px;
}

.systemWrap .systemCol {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5ea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e5e5ea));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5ea 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e5e5ea 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e5e5ea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e5e5ea));
  background: linear-gradient(to bottom, #f7f7f7 0%, #e5e5ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5ea', GradientType=0 );
  height: 100%;
  padding: 32px 25px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.systemWrap .systemCol article {
  margin-bottom: 52px;
}

.systemWrap .systemCol i {
  font-size: 4.125rem;
  color: #1e294d;
  display: block;
  margin-bottom: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.systemWrap .systemCol h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  color: #1e294d;
  font-weight: 700;
  margin-bottom: 32px;
}

.systemWrap .systemCol p {
  font-size: 0.875rem;
  color: #555;
}

.systemWrap .systemCol .btn {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  background: #1e294d;
  text-transform: uppercase;
  padding: 0.625rem 1.5rem;
  display: block;
  width: 100%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.systemWrap .systemCol .btn:hover {
  background: #3ec1cd;
}
.systemWrap .systemCol .btn.disabled {
  opacity: 1;
  color: #1e294d !important;
  background: none !important;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  text-align: left;
}
/* .systemWrap .systemCol .btn.disabled:hover {
  background: #1e294d;
} */

.systemWrap .systemCol:hover {
  background: #f8fbfb;
  background: -moz-linear-gradient(top, #f8fbfb 0%, #c4e6e9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8fbfb), color-stop(100%, #c4e6e9));
  background: -webkit-linear-gradient(top, #f8fbfb 0%, #c4e6e9 100%);
  background: -o-linear-gradient(top, #f8fbfb 0%, #c4e6e9 100%);
  background: -ms-linear-gradient(top, #f8fbfb 0%, #c4e6e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fbfb), to(#c4e6e9));
  background: linear-gradient(to bottom, #f8fbfb 0%, #c4e6e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfb', endColorstr='#c4e6e9', GradientType=0 );
}

.systemWrap .systemCol:hover i {
  color: #3ec1cd;
}

.systemWrap .row {
  margin-left: -7px;
  margin-right: -7px;
}

.systemWrap .row .col {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 1259.98px) {
  .systemWrap .systemCol {
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .systemWrap .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .systemWrap .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .systemWrap .systemCol {
    padding: 25px 20px;
  }
  .systemWrap .systemCol article {
    margin-bottom: 30px;
  }
  .systemWrap .systemCol i {
    font-size: 3.5rem;
    margin-bottom: 34px;
  }
  .systemWrap .systemCol h2 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .systemWrap .systemCol .btn {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .systemWrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199.98px) {
  .systemWrap {
    padding-bottom: 40px;
  }
  .systemWrap .col {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .systemWrap .row .col_md_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .systemWrap .row .col_md_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .systemWrap .row .col_sm_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .systemWrap .row .col_sm_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .systemWrap .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.switcher {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.switcher li {
  padding-left: 4px;
  padding-right: 4px;
}

.switcher li a {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #b2b2b2;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}

.switcher li a.active {
  background: #3ec1cd;
}
