@charset "UTF-8";
.portrait-mode {
  display: none;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .site {
    display: none;
  }

  .portrait-mode {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    background: #6455a5;
    background-position: center center;
    text-align: center;
  }
  .portrait-mode .portrait-text {
    height: 100%;
    width: 100%;
    display: table-cell;
    color: #000000;
    text-align: center;
    vertical-align: middle;
  }
  .portrait-mode .portrait-text img {
    width: 400px;
    margin: auto auto;
  }
  .portrait-mode .portrait-text p {
    color: #000000;
    font-size: 30px;
    line-height: 38px;
    padding: 20px 40px;
    font-family: "Libre Franklin", sans-serif;
  }
}
body {
  color: #000000;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.site {
  overflow-x: hidden;
}

p, a, li {
  color: #000000;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a {
  color: #6455a5;
}

a:hover {
  color: #59459c;
  text-decoration: none;
}

a:visited {
  color: #6455a5;
}

a:focus {
  color: #59459c;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-family: "Signika", sans-serif;
  font-size: 30px;
  line-height: 60px;
  color: #6455a5;
  text-align: left;
  font-weight: 600;
  padding: 20px 0px;
  margin: 0px;
  text-transform: uppercase;
}

h2 {
  font-family: "Signika", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #6455a5;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Signika", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #6455a5;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn-default {
  position: relative;
  background-color: #6455a5;
  border: solid 1px #6455a5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #6455a5;
  border: solid 1px #6455a5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:hover {
  background-color: #59459c;
  border: solid 1px #59459c;
  color: #ffffff;
}

.btn-callmeback {
  position: relative;
  background-color: #6455a5;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:visited, .btn-callmeback.active, .btn-callmeback.focus, .btn-callmeback:active, .btn-callmeback:focus {
  background-color: #6455a5;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:hover {
  background-color: #59459c;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.btn-inverse {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #6455a5;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:visited, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #6455a5;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:hover {
  background-color: #59459c;
  border: solid 1px #59459c;
  color: #ffffff;
}

.btn-base {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #6455a5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #6455a5;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:visited, .btn-base.active, .btn-base.focus, .btn-base:active, .btn-base:focus {
  background-color: #ffffff;
  border: solid 2px #6455a5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #6455a5;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:hover {
  background-color: #59459c;
  border: solid 2px #59459c;
  color: #ffffff;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.pagination > li > a {
  color: #6455a5;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header {
  height: 72px;
  z-index: 10000;
  position: relative;
}
.header.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: calc(100%);
  z-index: 99900;
}
.header .top-bar {
  background: #6455a5;
  background: -moz-linear-gradient(left, #6455a5 0%, #6455a5 50%, #59459c 50%, #59459c 100%);
  background: -webkit-linear-gradient(left, #6455a5 0%, #6455a5 50%, #59459c 7 50%, #59459c 100%);
  background: linear-gradient(to right, #6455a5 0%, #6455a5 50%, #59459c 50%, #59459c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$toColor', endColorstr='$fromColor',GradientType=1 );
  padding: 0;
}
.header .top-bar .header-container {
  position: relative;
}
.header .top-bar .logo-holder {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 145px;
  height: 72px;
  z-index: 100;
}
.header .top-bar .top-bar-holder {
  background-color: #59459c;
  margin-left: 180px;
  height: 37px;
}
.header .top-bar .top-bar-holder .contact-us {
  margin-top: 9px;
}
.header .top-bar .top-bar-holder .contact-us ul {
  list-style: none;
  margin-left: 0px;
  padding: 0 10px;
  margin: 0px;
}
.header .top-bar .top-bar-holder .contact-us ul li {
  display: inline-block;
  margin-right: 40px;
  color: #ffffff;
  font-size: 13px;
}
.header .top-bar .top-bar-holder .contact-us ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.header .top-bar .top-bar-holder .contact-us .fa {
  padding-top: 1px;
  font-size: 18px;
  margin-right: 10px;
}
.header .top-bar .header-navigation {
  display: inline-block;
  margin-top: 9px;
}
.header .top-bar .header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.header .top-bar .header-navigation ul li {
  display: inline-block;
  margin-left: 40px;
  color: #000000;
}
.header .top-bar .header-navigation ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.header .nav-bar {
  background-color: #6455a5;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar {
    background: #6455a5;
    background: -moz-linear-gradient(left, #6455a5 0%, #6455a5 60%, #59459c 60%, #59459c 100%);
    background: -webkit-linear-gradient(left, #6455a5 0%, #6455a5 60%, #59459c 7 60%, #59459c 100%);
    background: linear-gradient(to right, #6455a5 0%, #6455a5 60%, #59459c 60%, #59459c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$toColor', endColorstr='$fromColor',GradientType=1 );
  }
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .header {
    height: 86px;
  }
  .header .top-bar {
    background: #6455a5;
    background: -moz-linear-gradient(left, #6455a5 0%, #6455a5 60%, #59459c 60%, #59459c 100%);
    background: -webkit-linear-gradient(left, #6455a5 0%, #6455a5 60%, #59459c 7 60%, #59459c 100%);
    background: linear-gradient(to right, #6455a5 0%, #6455a5 60%, #59459c 60%, #59459c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$toColor', endColorstr='$fromColor',GradientType=1 );
  }
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #59459c;
}

.navbar-default {
  background-color: #6455a5;
  border: none;
  margin-left: 180px;
  min-height: auto;
  margin-bottom: 0px;
  margin-right: -15px;
}
.navbar-default .navbar-nav > li {
  margin-left: 40px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 15px;
  padding-right: 0px;
  padding-left: 20px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li:hover {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar-default {
    background-color: #6455a5;
    border: none;
    margin-left: 180px;
    min-height: auto;
    margin-bottom: 0px;
    margin-right: -15px;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-default {
    margin-left: 0px;
  }
  .navbar-default .text-right {
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
  }

  ul.mobile-extra-nav {
    list-style: none;
    margin: 7.5px -15px;
    padding: 0px;
  }
  ul.mobile-extra-nav li a {
    padding: 15px 8px;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    display: block;
  }
}
.footer {
  background-color: #6455a5;
  padding: 0;
  text-align: left;
}
.footer .footer-top .contact-us {
  margin: 10px 15px;
  padding: 10px 0;
  border-bottom: solid 1px #ffffff;
}
.footer .footer-top .contact-us ul {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  margin: 0px;
}
.footer .footer-top .contact-us ul li {
  display: inline-block;
  margin-right: 40px;
  color: #ffffff;
  font-size: 13px;
}
.footer .footer-top .contact-us ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.footer .footer-top .contact-us .fa {
  padding-top: 1px;
  font-size: 18px;
  margin-right: 10px;
}
.footer .footer-top .call-form-holder {
  text-align: left;
}
.footer .footer-bottom {
  padding: 55px 0;
}
.footer .footer-bottom .footer-title {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Signika", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
.footer .footer-bottom ul.footer-nav {
  border-top: solid 1px #ffffff;
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}
.footer .footer-bottom ul.footer-nav li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.footer .footer-bottom ul.footer-nav li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}
.footer .footer-bottom ul.footer-address {
  border-top: solid 1px #ffffff;
  list-style: none;
  margin: 0px;
  padding: 20px 0px 0px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
}
.footer .footer-bottom ul.footer-address li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.footer .footer-bottom ul.footer-address li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}
.footer .footer-bottom ul.footer-address li.footer-phone {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .footer .footer-bottom {
    padding: 30px 0;
  }
  .footer .footer-bottom .call-form-holder {
    margin-bottom: 30px;
  }
  .footer:after {
    content: " ";
    display: table;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .footer .footer-bottom {
    padding: 30px 0;
  }
  .footer .footer-bottom .call-form-holder {
    margin-bottom: 30px;
  }
}
.swiper-container .swiper-slide {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 560px;
  width: 1260px !important;
}
.swiper-container .swiper-slide .swipe-holder {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 560px;
}
.swiper-container .swiper-slide .swipe-holder .slider-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 95px;
}
.swiper-container .swiper-slide .swipe-holder .slider-text .slider-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.swiper-container .swiper-slide .swipe-holder .slider-text .slider-sub {
  padding: 7px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.swiper-container .swiper-slide-duplicate .swipe-holder {
  display: none;
}
.swiper-container .swiper-slide .swipe-holder {
  display: none;
}
.swiper-container .swiper-slide-prev .swipe-holder {
  display: none;
}
.swiper-container .swiper-slide-next .swipe-holder {
  display: none;
}
.swiper-container .swiper-slide-active .swipe-holder {
  display: table;
}
.swiper-container .swiper-slide-duplicate-active .swipe-holder {
  display: table;
}
.swiper-container .arrow-container {
  position: relative;
}
.swiper-container .arrow-container .button-prev {
  position: absolute;
  top: -50px;
  left: 95px;
  z-index: 10;
  width: 50px;
  height: 18px;
}
.swiper-container .arrow-container .button-next {
  position: absolute;
  top: -50px;
  left: 140px;
  z-index: 11;
  width: 50px;
  height: 18px;
}

.home-title {
  color: #6455a5;
  font-size: 30px;
  text-align: center;
  font-family: "Signika", sans-serif;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  padding: 50px 0 40px;
}

.media-left {
  padding-right: 20px;
}

.media-body {
  color: #6455a5;
  font-size: 14px;
  line-height: 17px;
  font-family: "Libre Franklin", sans-serif;
  padding-bottom: 20px;
}
.media-body h2 {
  color: #6455a5;
  font-size: 16px;
  line-height: 17px;
  font-family: "Libre Franklin", sans-serif;
  margin: 0px;
  padding: 10px 0px 20px 0px;
  font-weight: 600;
}

.home-about {
  text-align: center;
  margin-bottom: 30px;
}

.home-vacancy-holder {
  background-color: #f9f7f7;
  padding: 60px 0;
}
.home-vacancy-holder .home-vacancy-block {
  padding: 0 30px;
}
.home-vacancy-holder .home-vacancy-block .home-vacancy-row {
  background-color: #6455a5;
}
.home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content {
  background-color: #6455a5;
  color: #ffffff;
  padding: 40px;
}
.home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
}

.logos-holder {
  background-color: #ffd130;
  min-height: 200px;
}
.logos-holder .logos-block {
  margin: 30px -15px 0px;
  padding: 0px;
}
.logos-holder .logos-block .logos .logos-table {
  background-color: #ffffff;
  display: table;
  height: 180px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.logos-holder .logos-block .logos .logos-table .logos-row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
}
.logos-holder .logos-block .logos .logos-table .logos-row img {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .swiper-container .swiper-slide {
    width: 1024px !important;
  }

  .home-vacancy-holder {
    background-color: #f9f7f7;
    padding: 60px 0;
  }
  .home-vacancy-holder .home-vacancy-block {
    padding: 0 10px;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row {
    background-color: #6455a5;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-image {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content {
    background-color: #6455a5;
    color: #ffffff;
    padding: 20px;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .swiper-container .swiper-slide {
    height: 400px;
    width: 768px !important;
  }
  .swiper-container .swiper-slide .swipe-holder {
    width: 100%;
    height: 400px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-title {
    font-size: 30px;
    line-height: 30px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 18px;
    line-height: 18px;
  }

  .home-vacancy-holder {
    background-color: #f9f7f7;
    padding: 60px 0;
  }
  .home-vacancy-holder .home-vacancy-block {
    padding: 0 10px;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row {
    background-color: #6455a5;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-image {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content {
    background-color: #6455a5;
    color: #ffffff;
    padding: 10px 20px;
  }
  .home-vacancy-holder .home-vacancy-block .home-vacancy-row .home-vacancy-content h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .swiper-container .swiper-slide {
    height: 300px;
    width: 375px !important;
  }
  .swiper-container .swiper-slide .swipe-holder {
    width: 100%;
    height: 300px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-title {
    font-size: 24px;
    line-height: 24px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .swiper-container .swiper-slide {
    height: 300px;
    width: 320px !important;
  }
  .swiper-container .swiper-slide .swipe-holder {
    width: 100%;
    height: 300px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text {
    padding: 0 20px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-title {
    font-size: 24px;
    line-height: 24px;
  }
  .swiper-container .swiper-slide .swipe-holder .slider-text .slider-sub {
    padding: 7px 0;
    font-size: 14px;
    line-height: 14px;
  }
}
.page-image-holder {
  min-height: 80px;
}
.page-image-holder .page-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 560px;
}
.page-image-holder .page-image .container {
  position: relative;
  height: 560px;
}
.page-image-holder .page-image .container .page-title-table {
  display: table;
  height: 100%;
  width: 100%;
}
.page-image-holder .page-image .container .page-title-table .page-title-td {
  display: table-cell;
  vertical-align: middle;
}
.page-image-holder .page-image .container .page-title-table .page-title-td h1 {
  color: #ffffff;
  font-size: 63px;
  line-height: 62px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-right: 200px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.page-image-holder .page-image .container .page-title-table .page-title-td .page-location {
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 20x;
  font-weight: 600;
  padding: 0px;
  margin: 10px 0px 0px;
  width: 100%;
  padding-right: 200px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.content .content-block {
  margin: 30px 0px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 30px;
}
.content-image:last-of-type {
  margin-bottom: 30px;
}

.content-content {
  padding: 0px;
}
.content-content h1 {
  padding: 20px 0 10px 0;
  margin: 0;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 0px 0 0px 0;
  margin: 0;
}
.content-content h3 {
  font-size: 20px;
  line-height: 20px;
}
.content-content p {
  margin: 0;
  padding: 10px 0 0 0;
}
.content-content:last-of-type {
  padding-bottom: 30px;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.2px;
}

.content1 {
  margin: 0px -30px;
}
.content1 h2, .content1 h3, .content1 h4, .content1 p, .content1 ul, .content1 ol {
  margin: 0px 15px;
}

.content2 {
  margin: 0px -30px;
}

.content3 {
  margin: 0px -30px;
}

.content4 {
  margin: 0px -30px;
}

.content5 {
  margin: 0 -30px;
}

.h2spacer {
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Signika", sans-serif;
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .page-image-holder .page-image {
    height: 300px;
  }
  .page-image-holder .page-image .container {
    height: 300px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td h1 {
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td .page-location {
    font-size: 18px;
    line-height: 20x;
    padding: 0px;
  }

  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }

  .content-image {
    padding: 0px 0px;
  }
}
.open-form {
  margin-top: 30px;
  margin-left: 15px;
}

.contact {
  margin-top: -80px;
  background-color: #ffffff;
  padding: 30px 100px;
  text-align: center;
}
.contact h1 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.quotation-form {
  margin: 30px -30px;
}

.form-holder {
  background-color: transparent;
  padding: 0px;
  text-align: center;
}
.form-holder h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.form-holder .form-horizontal {
  text-align: left;
}
.form-holder .form-horizontal ::-webkit-input-placeholder {
  color: #6455a5;
  font-weight: 400;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-moz-placeholder {
  color: #6455a5;
  font-weight: 400;
  opacity: 1 !important;
}
.form-holder .form-horizontal ::-moz-placeholder {
  color: #6455a5;
  font-weight: 400;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-ms-input-placeholder {
  color: #6455a5;
  font-weight: 400;
  opacity: 1 !important;
}
.form-holder .form-horizontal .form-back {
  padding: 20px;
  background-color: #ffffff;
}
.form-holder .form-horizontal .form-group {
  margin: 0px;
  background-color: #ffffff;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #6455a5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  color: #6455a5;
  margin-bottom: 20px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #6455a5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  color: #6455a5;
}
.form-holder .form-horizontal .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.form-holder .form-horizontal .form-button-group {
  text-align: right;
  margin: 0px 0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .form-holder {
    background-color: #ffffff;
    padding: 30px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .contact {
    margin-top: 0px;
  }

  .form-holder {
    background-color: #ffffff;
    padding: 30px 15px;
    text-align: center;
  }
}
.pageNav {
  margin: 30px 0;
  height: 40px;
}
.pageNav .button-left {
  float: left;
  display: inline-block;
}
.pageNav .button-right {
  display: inline-block;
  float: right;
}

.projects {
  margin: 0px;
}
.projects .project-line {
  margin-bottom: 30px;
}
.projects .project-line .project-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  border: solid 1px #ffffff;
}
.projects .project-line .project-image:hover {
  border: solid 1px #6455a5;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
}
.projects .project-line .project-text h2 {
  margin: 5px 0px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
}
.projects .project-line .project-text h2 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6455a5;
}
.projects .project-line .project-text h2 a:hover {
  text-decoration: none;
}

.project {
  padding-bottom: 30px;
}
.project h2 {
  color: #6455a5;
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
  padding-bottom: 0px;
  margin: 0 30px;
}

.project-info {
  margin-top: 60px;
}

.info-icon {
  margin-right: 40px;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #9a9a9a;
}
.info-icon img {
  margin-right: 30px;
}

.project-back {
  margin: 30px 15px;
}

.project-detail {
  margin-top: -110px;
}
.project-detail .widget-sidebar {
  padding-top: 60px;
}

.project-swiper {
  padding: 30px 0px 0 30px;
}

.project-gallery-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.project-nav-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.project-nav-title {
  padding: 10px 30px;
}
.project-nav-title .project-nav-arrow {
  float: right;
  margin-right: 0px;
}
.project-nav-title a {
  color: #6455a5;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.project-nav-title a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .projects {
    padding: 0px 20px;
  }

  .pageNav {
    margin: 30px 0;
    height: 40px;
  }
  .pageNav .button-left {
    float: left;
    display: inline-block;
    margin-left: 20px;
  }
  .pageNav .button-right {
    display: inline-block;
    float: right;
    margin-right: 20px;
  }

  .project-info-title {
    padding-left: 0px;
  }

  .project-info-tags {
    padding-left: 0px;
  }

  .project-swiper {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .projects {
    padding: 0px 20px;
  }

  .pageNav {
    margin: 30px 0;
    height: 40px;
  }
  .pageNav .button-left {
    float: left;
    display: inline-block;
    margin-left: 20px;
  }
  .pageNav .button-right {
    display: inline-block;
    float: right;
    margin-right: 20px;
  }

  .project-info-title {
    padding-left: 0px;
  }

  .project-info-tags {
    padding-left: 0px;
  }

  .project-swiper {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .projects {
    padding: 0px 20px;
  }

  .pageNav {
    margin: 30px 0;
    height: 40px;
  }
  .pageNav .button-left {
    float: left;
    display: inline-block;
    margin-left: 20px;
  }
  .pageNav .button-right {
    display: inline-block;
    float: right;
    margin-right: 20px;
  }

  .project-info-title {
    padding-left: 0px;
  }

  .project-info-tags {
    padding-left: 0px;
  }

  .project-swiper {
    padding-left: 0px;
  }
}
.gallery-holder {
  background-color: #ffffff;
  padding: 20px 0px 20px;
}
.gallery-holder .gallery-block {
  padding: 0px;
}
.gallery-holder h2 {
  text-align: left;
  font-family: "Signika", sans-serif;
  color: #59459c;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 0px;
}
.gallery-holder .gallery-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
}
.gallery-holder .gallery-item .gallery-over {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(0, 154, 57, 0.75);
  z-index: 444;
  left: 20px;
  top: 20px;
  display: none;
}
.gallery-holder .gallery-item .gallery-over a {
  text-decoration: none;
  color: #ffffff;
}
.gallery-holder .gallery-item .gallery-over .gallery-over-block {
  display: table;
  height: 100%;
  width: 100%;
}
.gallery-holder .gallery-item .gallery-over .gallery-over-block span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  color: #ffffff;
  font-size: 40px;
}
.gallery-holder .gallery-item:hover .gallery-over {
  display: block;
  cursor: pointer;
}

.jobs {
  background-color: #f3f3f3;
  margin: -70px 0 60px 0;
  padding: 30px 15px;
}
.jobs .jobs-line {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  padding: 40px;
  margin-bottom: 20px;
}
.jobs .jobs-line:hover {
  border: solid 1px #6455a5;
  padding: 40px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
}
.jobs .jobs-line h2 {
  margin: 0px;
  padding: 0px 0 20px 0;
  color: #6455a5;
  font-size: 26px;
  font-family: "Signika", sans-serif;
  font-weight: 400;
}
.jobs .jobs-line .jobs-check {
  color: #000000;
  margin-bottom: 20px;
}
.jobs .jobs-line .jobs-check .job-req {
  margin-right: 40px;
}
.jobs .jobs-line .jobs-check .job-req img {
  margin-right: 20px;
}
.jobs .jobs-line .jobs-row-item {
  color: #9a9a9a;
}
.jobs .jobs-line .jobs-row-item img {
  margin-right: 20px;
}
.jobs .jobs-line .jobs-row-link {
  text-align: right;
}
.jobs .jobs-line .jobs-row-link a {
  color: #6455a5;
}

.jobs-info {
  margin-top: 40px;
}
.jobs-info .jobs-info-item {
  color: #9a9a9a;
}
.jobs-info .jobs-info-item img {
  margin-right: 20px;
}
.jobs-info .jobs-info-link {
  text-align: right;
}
.jobs-info .jobs-info-link a {
  color: #6455a5;
}

.jobs-back {
  margin: 30px 15px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .content1, .content2, .content3, .content4, .content5 {
    margin: 0px;
  }
  .content1 h1, .content2 h1, .content3 h1, .content4 h1, .content5 h1 {
    line-height: 30px;
  }
}

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