/* style.css */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0a3968;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

strong {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

ul,
ol {
  margin-top: 1em;
  padding-left: 2em;
}

table tr th,
table tr td {
  font-size: 11px;
}
table tr th {
  background: #ddd;
  border-bottom: 0 !important;
  border-color: #ccc !important;
  padding: 4px 6px 6px !important;
}
table tr td {
  padding: 8px 8px 4px !important;
}
table tr td .btn {
  font-size: 0.85em;
  position: relative;
  top: -2px;
}

.text-warning {
  color: #fd5f3d;
}
.text-normal {
  font-weight: normal;
}

.form-control {
  outline: none;
}

.two-col {
  column-count: 2;
  column-gap: 5em;
  column-rule: 1px dotted #ddd;
  padding: 2em !important;
  text-align: justify;
}

.btn {
  border-radius: 2px !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn + .btn {
  margin-left: 3px !important;
}

.btn-warning {
  background: #fbac2b;
}

.btn-social {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}

.btn-group .btn + .btn {
  margin-left: 0 !important;
}

.dt-buttons .btn {
  margin-right: 5px;
}

.action-bar {
  /* border-bottom:1px solid #ddd; */
  /* margin-bottom:1em; */
  padding-bottom: 1em;
}

.alert {
  border-radius: 0;
  padding: 10px 15px;
}

.modal-header {
  background: #e42f12;
  padding: 1em 1em 0.9em;
}
.modal-header h4 {
  color: #fff;
  font-size: 1.2em;
}
.modal.in .modal-dialog {
  z-index: 10000;
}

.form-group > div {
  padding-left: 0;
}

.form-control,
select {
  font-size: 12px;
}

.form-control {
  color: #333;
  cursor: pointer;
}
.input-group-addon {
  font-size: 1em;
}

/* Intl phone entry width 100% */
.iti {
  display: block;
}

/* Datatables */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}

div.dataTables_wrapper table.datatable {
  margin-top: 2em !important;
}

.dataTables_paginate,
.dataTables_info {
  display: inline-block;
}

.dataTables_paginate {
  float: right;
}

.btn.buttons-html5 {
  background-size: 16px;
  background-position: 8px center;
  font-size: 0.9em;
  padding: 7px 6px 7px 30px;
}

.buttons-excel {
  background: url(../img/icons/excel.png) no-repeat;
}

.buttons-copy {
  background: url(../img/icons/copy.png) no-repeat;
}

.buttons-pdf {
  background: url(../img/icons/pdf.png) no-repeat;
}

.trumbowyg-box,
.trumbowyg-editor,
.trumbowyg-textarea {
  background: #fff;
  margin-top: 0 !important;
  min-height: 200px !important;
}

.navbar {
  background: #fff;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  min-height: auto;
}
.navbar-default .navbar-toggle {
  border: 0;
  border-radius: 0;
}

.navbar-nav > li > a {
  color: #222 !important;
  padding: 15px;
}
.navbar-nav > li > a:not(.navbar-btn) {
  background: transparent;
  padding: 20px 15px;
}
.navbar-nav > li > a:not(.navbar-btn):hover,
.navbar-nav > li.dropdown:hover > a,
.home-bd .home-lnk,
.services-bd .services-lnk,
.products-bd .products-lnk,
.about-bd .about-lnk,
.gallery-bd .gallery-lnk,
.contacts-bd .contacts-lnk {
  background: transparent !important;
  color: #fbac2b !important;
}
.navbar-nav > li.dropdown:hover > a {
  background: #eee !important;
}
.navbar-nav > li > a.navbar-btn {
  background: #fbac2b !important;
  color: #0a3968;
  border: 0;
  margin-top: 15px;
  margin-left: 10px;
  padding: 6px 15px;
}
.navbar-btn.btn-sm {
  margin: 9px 0;
}

/*
.nav>li.dropdown{
    position:static;
}
.nav>li .dropdown-menu{
    border:0;
    border-bottom:1px solid #ddd;
    border-radius:0;
    box-shadow:none;
    left:0;
    right:0;
    margin:0 auto;
}
.dropdown-menu .container{
    padding:2em 1em;
}
.dropdown-menu .container h4{
    font-size:1.1em;
}
.dropdown-menu .container a{
    color:#000;
    display:block;
    min-height:11em;
    padding:1em;
    text-decoration:none;
}
.dropdown-menu .container a:hover{
    background:#eee;
}
.dropdown-menu .see-more{
    display:inline-block;
    text-decoration:underline;
}
*/

.navbar-brand {
  height: auto;
  margin-right: 30px;
  padding: 15px 0;
}
.navbar-brand img {
  max-height: 1.4em;
}

.container,
.jumbotron .container {
  max-width: 1024px;
}

.page-header {
  background: #f3f3f3;
  border: 0;
  margin-top: 0;
  padding: 1em 0;
  /* text-align:center; */
}
.page-header .container {
  padding: 0;
}
.page-header h1 {
  font-size: 2em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}
.page-header p {
  color: #888;
  font-size: 0.9em;
  margin-bottom: 0;
}

.page-content {
  min-height: 50vh;
  margin-bottom: 5em;
}
.page-content.container {
  padding: 0;
}

.container .jumbotron {
  padding: 5em 0;
}
.jumbotron {
  padding-left: 0;
  padding-right: 0;
}
.jumbotron h1 {
  color: #0a3968;
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 10px;
}
.jumbotron p {
  color: #fbac2b;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 25px;
}
.home-jumbotron {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  position: relative;
}
.home-jumbotron .container {
  padding: 8em 0;
  position: relative;
}
#particles-js {
  opacity: 0.7;
  position: absolute;
  left: 45%;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Home */
.home-bd {
  background: #eeee;
}
section {
  font-size: 1.2em;
  line-height: 20px;
  padding: 3em 0;
  text-align: center;
}
section h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
section p {
  margin-bottom: 1.5em;
  line-height: 22px;
}
section ul {
  margin-left: 1.2em;
}
section ul li {
  margin-bottom: 0.5em;
}
section.bg-clear {
  background: #fff;
}
.section-intro {
  margin: 0 auto 3em;
  max-width: 640px;
  /* text-align:justify; */
}
.logo-box {
  text-align: center;
}
.logo-box img {
  margin: 0 auto;
  height: 7em;
  padding: 10px;
}
.logo-box h4 {
  font-size: 0.95em;
}

.customer-box {
  padding: 0;
}
.customer-box img {
  cursor: pointer;
  filter: grayscale(100%);
  margin: 0 auto;
  opacity: 0.7;
  padding: 5px;
  transition: all ease-in 200ms;
}
.customer-box img:hover {
  filter: grayscale(10%);
  opacity: 1;
}

/* Services */
.service-box {
  background: no-repeat left top / 64px;
  padding-top: 5em;
  padding-right: 1em;
}
.service-software {
  background-image: url(../img/code.png);
}
.service-consulting {
  background-image: url(../img/consulting.png);
}
.service-support {
  background-image: url(../img/support.png);
}

/* Company */
.about-info {
  margin-top: 5em;
}
.about-info h2 {
  margin-top: 0;
}
.about-info p {
  font-size: 1.1em;
  line-height: 24px;
  margin-bottom: 2em;
}
.about-info strong {
  border-bottom: 1px dotted #0a3968;
  color: #0a3968;
}

/* Gallery */
.photo-album {
  margin-top: 0;
}
.photo-album h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.photo-album h4 + p {
  color: #777;
  margin: 5px 0 20px;
}
.photo-box {
  margin-bottom: 1em;
  padding-right: 0;
}
.photo-box img {
  height: 15em;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
img.lazy {
  background: #eee;
}
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* Auth pages */
.auth-box {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  margin: 5% auto;
  max-width: 360px;
  padding: 1em 2em;
}
.auth-box form {
  padding: 1em;
}
.auth-box h4 {
  margin-bottom: 0;
  text-align: center;
}

footer {
  background: #0a3968;
  color: #fff;
  font-size: 0.9em;
  padding: 2em 0 1em;
}
footer h4 {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
footer a,
footer a:hover {
  color: #bbb;
}
footer p:last-child {
  font-size: 0.9em;
  margin-top: 1em;
}
footer hr {
  opacity: 0.3;
}
.footer-logo {
  max-width: 16em;
}

@media (min-width: 768px) {
  .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu > li > a {
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .page-header .container,
  .page-content.container {
    padding: 0 1em;
  }

  .navbar-brand {
    padding: 15px;
  }

  .jumbotron {
    padding-left: 1em;
    padding-right: 1em;
  }

  .customer-box img {
    height: 7em;
  }
}
