@font-face {
  font-family: OswaldLight;
  src: url(/fonts/Oswald-Light.ttf); }
@font-face {
  font-family: Oswald;
  src: url(/fonts/Oswald-Regular.ttf); }
@font-face {
  font-family: OswaldMedium;
  src: url(/fonts/Oswald-Medium.ttf); }
@font-face {
  font-family: OswaldBold;
  src: url(/fonts/Oswald-Bold.ttf); }
body {
  font-family: Oswald; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

header {
  height: 100px; }
  header .info {
    height: 100px;
    background-image: url(/images/texture.png);
    background-size: cover;
    font-family: OswaldLight;
    font-size: 16px; }
    header .info .info-holder {
      padding-top: 30px;
      width: 200px;
      margin: 0 auto; }
      header .info .info-holder .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        float: left;
        margin-right: 5px; }
        header .info .info-holder .icon img {
          height: 100%;
          display: block; }
      header .info .info-holder .info-row {
        color: #fff;
        display: block; }
        header .info .info-holder .info-row a {
          color: white; }
  header .logo {
    background-color: #307FC6;
    height: 100px; }
    header .logo a {
      display: block;
      height: 100px;
      position: relative; }
      header .logo a img {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%); }

.bezna table thead th {
  background-color: #307FC6;
  padding: 5px;
  color: white;
  font-weight: normal; }
.bezna table tbody td {
  padding: 5px; }

.menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around; }
  .menu ul li {
    list-style: none;
    display: inline-block; }
    .menu ul li a {
      color: #26659d;
      font-size: 16px;
      font-family: Oswald;
      padding: 11px;
      display: block;
      transition: 0.3s;
      text-transform: uppercase; }
      .menu ul li a:hover {
        color: #307FC6;
        text-decoration: none; }
    .menu ul li.active a {
      color: #494948; }
.menu .search {
  background-color: #307FC6;
  padding: 6px 0;
  color: #fff;
  font-size: 16px;
  font-family: Oswald; }
  .menu .search .search-holder {
    margin-left: auto;
    margin-right: auto;
    width: 250px; }
    .menu .search .search-holder .form-group {
      margin-bottom: 0px; }
    .menu .search .search-holder input {
      border: none;
      outline: none;
      margin-left: 10px;
      color: #000;
      padding: 2px 10px;
      border-radius: 0; }
    .menu .search .search-holder .search-widget .search-icon {
      color: #494948;
      right: 0;
      left: inherit; }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative; }
  .hero .annot {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .hero .annot img {
      height: 150px;
      display: block;
      padding: 30px;
      padding-left: 100px; }
  .hero.hero-mensi {
    height: 250px; }

.pro .pro-holder {
  text-align: center;
  padding-top: 50px; }
  .pro .pro-holder h1 {
    font-size: 30px;
    color: #26659d;
    font-family: Oswald;
    margin-bottom: 25px;
    position: relative; }
    .pro .pro-holder h1:before {
      width: 35%;
      height: 1px;
      background-color: #26659d;
      content: "";
      position: absolute;
      left: 0;
      top: 50%; }
    .pro .pro-holder h1:after {
      width: 35%;
      height: 1px;
      background-color: #26659d;
      content: "";
      position: absolute;
      right: 0;
      top: 50%; }
  .pro .pro-holder span {
    font-size: 17px;
    color: #3f3f3f;
    font-family: Helvetica; }
.pro .col-md-3 {
  padding: 0 15px;
  transition: 0.3s; }
  .pro .col-md-3:hover {
    margin-top: -5px; }
.pro .box-holder {
  background-color: #e3f2f9;
  margin: 50px auto 75px;
  text-align: center;
  padding: 10px; }
  .pro .box-holder .box-icon img {
    margin: 0 auto;
    display: block;
    max-width: 150px;
    padding: 25px 0 10px; }
  .pro .box-holder h1 {
    color: #26659d;
    font-family: Oswald;
    font-size: 25px; }
  .pro .box-holder span {
    font-family: Helvetica; }

.gallery {
  background-image: url(/images/bg4.png);
  background-size: cover;
  height: 325px;
  text-align: center; }
  .gallery h1 {
    color: #fff;
    padding-top: 100px;
    font-family: Oswald;
    padding-bottom: 40px; }
  .gallery a:hover {
    text-decoration: none; }
    .gallery a:hover .button-g:after {
      top: 0;
      left: 0; }
  .gallery a .button-g {
    width: 250px;
    background-color: #fff;
    margin: 0 auto;
    height: 50px;
    color: #307FC6;
    font-family: OswaldMedium;
    font-size: 22px;
    padding-top: 10px;
    position: relative; }
    .gallery a .button-g:after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      background-color: rgba(255, 255, 255, 0.2);
      transition: 0.3s; }

.num {
  height: 350px;
  background-size: cover;
  text-align: center; }
  .num .stat {
    padding-top: 150px; }
    .num .stat:hover .in {
      text-decoration: underline; }
  .num span {
    width: 100%;
    display: block; }
  .num .value {
    font-family: OswaldBold;
    color: #307FC6;
    font-size: 36px;
    line-height: 30px; }
  .num .in {
    color: #fff;
    font-family: OswaldMedium;
    font-size: 21px; }

.map {
  height: 500px; }
  .map .eMelon-googlemap {
    height: 500px; }

.contact .form-holder {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  background-color: #efefef;
  margin-top: 25px; }
  .contact .form-holder .form-head {
    background-color: #307FC6;
    color: #fff;
    font-family: Oswald;
    padding: 15px 15px;
    display: block;
    font-size: 22px; }
  .contact .form-holder form {
    padding: 17px; }
  .contact .form-holder input, .contact .form-holder textarea {
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    font-family: Helvetica;
    border-radius: 0; }
    .contact .form-holder input::-webkit-input-placeholder, .contact .form-holder textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999999; }
    .contact .form-holder input::-moz-placeholder, .contact .form-holder textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999; }
    .contact .form-holder input:-ms-input-placeholder, .contact .form-holder textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #999999; }
    .contact .form-holder input:-moz-placeholder, .contact .form-holder textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #999999; }
  .contact .form-holder .big-i {
    height: 120px; }
  .contact .form-holder .foot {
    background-color: #c9e8f3;
    text-align: right;
    padding-right: 0px; }
    .contact .form-holder .foot button {
      text-align: right;
      background-color: #307FC6;
      border: none;
      outline: none;
      color: #fff;
      padding: 25px;
      transition: 0.3s; }
      .contact .form-holder .foot button:hover {
        padding: 25px 30px; }
      .contact .form-holder .foot button .text {
        margin-top: -10px;
        display: inline-block;
        font-size: 20px; }

footer {
  background-color: #5c5c5c; }
  footer ul {
    padding: 30px 0;
    margin: 0;
    display: flex;
    justify-content: space-around; }
    footer ul li {
      list-style: none;
      text-align: center;
      font-family: Helvetica;
      font-weight: 400;
      color: #fff; }
      footer ul li a {
        color: #fff; }
    footer ul .separator {
      width: 1px;
      height: 30px;
      background-color: #fff;
      margin-top: -5px; }

.vlas {
  background-image: url(/images/icons/vl.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  margin-left: 20px; }

@media (max-width: 992px) {
  header .logo a img {
    position: absolute;
    height: 100%;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: initial; }

  header {
    height: initial; }
    header .info {
      height: initial; }
      header .info .logo {
        height: initial; }
        header .info .logo a {
          height: initial; }

  .info .col-md-4:last-child {
    padding-bottom: 20px; }

  .num .col-md-3 {
    padding-top: 50px; }
    .num .col-md-3:last-child {
      padding-bottom: 25px; }

  .num, .map {
    height: initial; }

  .hero .annot img {
    width: 100%;
    height: initial;
    padding: 30px; }

  .pro .pro-holder h1:before, .pro .pro-holder h1:after {
    display: none; }

  .contact .form-holder {
    width: initial; }

  footer ul {
    display: block; }
    footer ul .separator {
      width: 50px;
      height: 1px;
      margin: 10px auto;
      padding: 0; }
    footer ul li {
      padding: 10px 0; } }
@media (max-width: 540px) {
  header .logo a img {
    width: 100%; }

  .contact .form-holder .foot button {
    width: 100%;
    text-align: center; } }

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