/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */

::-moz-selection {
  /* Code for Firefox */
  background-color: #cccccc;
  color: #fff;
}

::selection {
  background-color: #cccccc;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Exo', sans-serif;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  /* color: #777777; */
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

.card {
  border: 2px solid #cccccc;
}
.card-cont {
  padding-top: 100px;
  
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6  {
  font-family: "Exo", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}


.h1, .h2, .h3,
h4, .h5, .h6  {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  color: #222222;
}

p  {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.p  {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  color: #222222;
}


h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #000;
  margin-top: -50px;
}
.text-black {
  margin-bottom: 20px;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid {
 padding-top: 75px;
}
.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

.section-header h3 {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

.finova-icon {
 max-width: 180px;
 margin-top: 25px; /*100px */
  /* float: right;
  margin-left: 10px; */
}
.docunova-icon { 
  max-width: 180px;
  margin-top: 25px; /*100px*/
  /* float: right;
  margin-left: 10px; */
}
.esio-icon {
  margin-bottom: 15px;
  margin-top: 15px;
  width:  230px;
}
.komunalne-icon{
  margin-bottom: 15px;
  margin-top: 25px;
  width:  180px;
}
@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b, i, sup, sub, u, del {
  color: #a41e1f;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

li ::marker{
    color:rgb(150, 31, 31);
    text-align: start;

}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #cccccc;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #cccccc;
  border: 1px solid #cccccc;
  background: #fff;
}
.genric-btn.primary-border {
  color: #cccccc;
  border: 1px solid #cccccc;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff !important;
  background: #a30000;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #cccccc;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #cccccc;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #cccccc;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #cccccc;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #cccccc;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  color: #000;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #cccccc;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.primary-switch input:checked + label:before {
  background: #cccccc;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #cccccc;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #cccccc;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #cccccc;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #cccccc;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}

body {
  position: relative;
}

.default-header {
  /* 
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
  z-index: 9;
  position: fixed;
	height: 90px;
  padding: 10px 0px 10px 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.software-solutions:hover .software-solutions-list {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
} 

.software-solutions-list {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  line-height: 3em;
  width: 250px;
  background: rgb(41, 38, 38);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.software-solutions-list li {
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}

.software-solutions-list li a {
  width: 100%;
  margin: 0px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;

}

.software-solutions-list li a:hover {
  background: rgb(59, 55, 55);
  font-size: 15px;
  font-weight: 600;
}

#mobile-menu .software-solutions-list {
  background: rgb(54, 50, 50);
  width: 100%;
}

.login-registration:hover .login-registration-list {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
} 

.login-registration-list {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    line-height: 3em;
    width: 110px;
    background: rgb(41, 38, 38);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.login-registration-list li {
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}

.login-registration-list li a {
  width: 100%;
  margin: 0px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;

}

.login-registration-list li a:hover {
  background: rgb(59, 55, 55);
  font-size: 15px;
  font-weight: 600;
}

#mobile-menu .login-registration-list {
  background: rgb(54, 50, 50);
  width: 100%;
}

#mobile-menu > ul {
  margin-top: 50px;
  line-height: 3em;
}

#mobile-menu li {
  border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.35);
}

#mobile-menu li a {
 width: 100%;
}

.menu-bar {
  cursor: pointer;
}
.menu-bar span {
  color: white;
  font-size: 35px;
}
.menu-bar a {
  color: #00a38d;
}

@media (max-width: 767px) {
  .main-menubar a {
    color: #fff;
  }
  .main-menubar a:hover {
    color: #000;
  }
}
.main-menubar {
  position: relative;
}

nav {
  margin-right: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}

.nav-div {
  float: right;
  line-height: 5em;
}

nav a:hover {
  font-size: 18px;
  font-weight: 600;
  color: #da3e44;
}

nav a:active, :focus{
 /* font-weight: 600; */
 color: gray;
}

.menu-bar {
  display: none;
}

#mobile-menu {
 display: none !important;

}


@media (max-width: 1035px){
  .menu-bar {
    display: block;
    margin-right: 20px;
  }
  .nav-div nav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    /* margin-left: 50px; */
  }
  .nav-div ul li {
    float: unset !important;
  }

  .about-generic-area li {
    text-align: start;
    text-align: justify;
    text-anchor: middle;
    margin-left: 29px;
    text-align: left;
}

   #mobile-menu {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 47px;
    text-align: left;
    padding: 20px 0;
    z-index: 5;
    background: rgb(41, 38, 38);
    height: 100%;
    position: fixed;
    top: 0;
    overflow-x: hidden;
    transition: 0.3s;
    width: 300px;
    display: block !important;
    transform: translateX(100%);  
   }

    .mobile-menu-open {
      transform: translate3d(0,0,0) !important;
    }

    .menu {
      display: none;
    }

}


@media (max-width: 1345px) {
  .carousel-item .video-content {
    padding-left: 50px !important;
    padding-right: 50px!important;
  }
  #carousel-company-name {
    font-size: 56px !important;
    line-height: 1.2em;
  }
  #carousel-company-description {
    font-size: 32px !important;
  }
  #carousel-company-description-two {
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
}

@media (max-width: 1440px) {
  .carousel-item .video-content {
    padding-left: 50px !important;
    padding-right: 50px!important;
  }
  #carousel-company-name {
    font-size: 46px !important;
    line-height: 1.5em;
  }
  #carousel-company-description {
    font-size: 22px !important;
  }
  #carousel-company-description-two {
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
}

@media (min-width: 1400px) {
  .carousel-item .video-content {
    padding-left: 50px !important;
    padding-right: 50px!important;
  }
  #carousel-company-name {
    font-size: 36px !important;
    line-height: 1.5em;
  }
  #carousel-company-description {
    font-size: 22px !important;
  }
  #carousel-company-description-two {
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
}

@media (max-width: 2560px) {
  .carousel-item .video-content {
    padding-left: 50px !important;
    padding-right: 50px!important;
  }
  #carousel-company-name {
    font-size: 50px !important;
    line-height: 1.5em;
  }
  #carousel-company-description {
    font-size: 22px !important;
  }
  #carousel-company-description-two {
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
}

.carousel-item .fa {
  color: white;
}

.carousel-item .video-content {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  #carousel-company-name {
    padding: 0px !important;
    font-size: 20px !important;
    text-shadow: black 0px 0px 10px !important;
  }
  #carousel-company-description {
    font-size: 19px !important;
    text-shadow: black 0px 0px 10px;
  }
  #carousel-company-description-two {
    font-size: 19px !important;
    text-shadow: black 0px 0px 10px;
  }

}

@media (max-width: 345px) {
  #carousel-company-name {
    font-size: 20px !important;
  }
  #carousel-company-description {
    font-size: 15px !important;
  }
  #carousel-company-description-two {
    font-size: 15px !important;
  }
}

nav.hide {
  transform: scale(0);
}
nav a {
  font-size: 16px;
  color: white;
  margin: 0 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  nav a {
    margin: 5px 25px;
    color: white;
    font-weight: bold;
  }
}

/**** Carousel ****/
.carousel-social li a i {
  color: white !important;
}

.carousel:hover{
  transform: translateY(-15px);
}

.carousel-indicators {
  z-index: 1 !important;
}

.carousel-inner {
  height: 755;
}

#carousel {
  height:755px;
  font-family: 'Poppins';
  color: white;
  transition: transform 400ms cubic-bezier(0.25, 0.1, 0.38, 0.74);
}

#carousel-item-first {
  height:755px;
  background: url('../img/cesta1.png');
  background-size: cover;
  background-position: 50% 50%;
}
#carousel-item-first .intro-info { 
  margin-bottom: 110px;
}



#carousel-item-second {
  height:755px;
  background: url('../img/nebula.png');
  background-size: cover;
  background-position: 50% 50%;
}

#carousel-item-third {
  height:755px;
  background: url('../img/nebula2.png');
  background-size: cover;
  background-position: 50% 50%;

}

#carousel-item-first .overlay-bg,
#carousel-item-second .overlay-bg,
#carousel-item-third .overlay-bg {
  background: black;
  opacity: 0.5;
}

#carousel-company-name {
  font-family: 'Exo', sans-serif;
  font-size: 80px;
  font-weight: 500;
  padding:30px;
  text-shadow: black 0px 0px 10px;
}

#carousel-company-description {
  font-family: 'Calligraffitti', cursive;
  font-size: 80px;
  text-decoration-color:  #a30000;
  text-shadow: black 0px 0px 10px;
  line-height: 1em;
  font-weight: 550;
  border-top: 3px #a41e1f;
  letter-spacing: 1px;
}

#carousel-company-description-two {
  font-family: 'Exo', sans-serif;
  font-size: 50px;
  text-decoration-color:  #a30000;
  text-shadow: black 0px 0px 10px;
  line-height: 1em;
}

#carousel-item-second .intro-info { 
  margin-bottom: 150px;
}

#carousel-item-third .intro-info { 
  margin-bottom: 160px;
}

.carousel-line {
  border-top: gray 1px solid; 
  color:white;
}

.contact-icon {
  color: #a30000;
}

.carousel-control-icon {
  color: white !important;
  font-size: 35px; 
}

/**** End carousel ****/

.more-info-btn {
  color :#a30000 !important;
}

body {
  background: #f6f6fc;
}

.oz-body-wrap {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  margin: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .oz-body-wrap {
    margin: 30px;
  }
  .finova-icon {
    margin: 30px;
    margin-top: 30px;
    max-width: 150px;
    /* float: inherit; */
  }
  .docunova-icon {
    margin: 30px;
    max-width: 150px;
    /* float: inherit; */
  }
}
@media (max-width: 575px) {
  .oz-body-wrap {
    margin: 10px;
  }
  .finova-icon {
    margin: 30px;
    max-width: 150px;
  }
  .docunova-icon {
    margin: 30px;
    max-width: 150px;
    float: center;
  }
  .eset-logo{
    margin-left: 96px;
    padding: 10px;
  }  
}

@media (max-width: 475px) {
  #mobile-menu {
    width: 100%;
  }
}

.sub-menu {
  display: none;
}

.section-gap {
  padding: 100px 0;
  text-align: left;
  background-color: #252424;
}

.centerdiv {
  margin: auto;
  width: 100%;
  padding: 10px;
}

.center-container {
  /*margin: auto;*/
  margin-top: 10px;
  padding: 15px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.center-container b {
  color: #a30000;
}
.about-center-cointainer {
  margin: auto;
  margin-top: 10px;
  padding: 15px;
  padding-top: 5%;
}
.about-center-cointainer b {
  color: #a30000;
}
.about-center-cointainer-two {
  margin: auto;
  margin-top: 5px;
  padding: 15px;
  padding-top: 5%;
}
.h1padd {
  padding: 50px 0 35px;
}
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  margin-bottom: 20px;
}
.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title p br {
    display: none;
  }
}

.primary-btn {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  /* text-transform: uppercase; */
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.primary-btn .mr-10 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover .mr-10 {
  margin-right: 20px;
}
.primary-btn.white-bg {
  background: white;
  border: 1px solid #a30000;
  color: #a30000;
}
.primary-btn.white-bg span {
  color: #a30000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn.white-bg:hover {
  background: #a30000;
  color: #fff;
  border: 1px solid transparent;
}
.primary-btn.white-bg:hover span {
  color: #fff;
}

.banner-area {
  display: block;
  background: #fff;
}
.banner-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 100;
}
.banner-area .story-content h2 span {
  font-weight: 600;
}
.banner-area .story-content p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: 1000px !important;
  }
}

@media (max-width: 1199px) {
  .banner-left {
    margin-top: 60px;
  }
}

.story-content h1 {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .story-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .story-content h1 br {
    display: none;
  }
}
.story-content h6 {
  font-weight: 400;
}
.story-content p {
  margin-bottom: 60px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .story-content p br {
    display: none;
  }
}
.story-content .sp-1 {
  font-weight: 600;
}
.story-content .sp-2 {
  color: #cccccc;
  font-weight: 600;
}
@media (max-width: 768px) {
  .story-content {
    text-align: center;
  }
}

.generic-banner {
  background: #cccccc;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .generic-banner .banner-content h2 br {
    display: none;
  }
}
.generic-banner .banner-content p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .generic-banner .banner-content p br {
    display: none;
  }
}
/*.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;

  height: 100%;
}*/

.video-area {
  padding: 40px 0 20px 0;
  position: relative;
  /* background: url(../img/video-bg.jpg) no-repeat center center/cover; */
}
.video-area .overlay-bg {
  background: #cccccc;
  /* background-color: rgba(106, 112, 126, 0.85); */
}

.video-area:hover{
  transform: translateY(-10px);
}

.video-area{
  transition: transform 400ms cubic-bezier(0.25, 0.1, 0.38, 0.74);
}

.finova-bg {
  background: url(../img/finnova-bg.jpg) no-repeat center center/cover;
}
.finova-bg .overlay-finova {
  background-color: rgb(65, 65, 65, 0.85);
} 
.datanova-bg {
  background: url(../img/datanova-bg.jpg) no-repeat center center/cover;
}
.datanova-bg .overlay-datanova {
  background-color: rgb(65, 65, 65, 0.92);
} 
.docunova-bg {
  background: url(../img/docunova-bg.jpg) no-repeat center center/cover;
}
.docunova-bg .overlay-docunova {
  background-color: rgb(65, 65, 65, 0.92);
} 
.legisnova-bg {
  background: url(../img/legisnova-bg.jpg) no-repeat center center/cover;
}
.legisnova-bg .overlay-legisnova {
  background-color: rgba(65, 65, 65, 0.8);
} 
.esio-bg {
  background: url(../img/esio-bg.jpg) no-repeat center center/cover;
}
.esio-bg .overlay-esio {
  background-color: rgba(55, 55, 55, 0.6);
} 
.communalfees-bg {
  background: url(../img/communalfee-bg.jpg) no-repeat center center/cover;
}
.communalfees-bg .overlay-communalfees {
  background-color: rgba(50, 54, 54, 0.9);
}
.inspection-bg {
  background: url(../img/inspection-bg.png) no-repeat center center/cover;
}
.inspection-bg .overlay-inspection {
  background-color: rgb(65, 65, 65, 0.85);
}  
.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
  /* overflow: hidden;
  margin-top: 10%; */
}
.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}
.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px;
}
.video-area .video-content .video-desc {
  margin-top: 20px;
  text-align: right;
  align-self: flex-end;
}
/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 50px 0;
  margin-top: -30px;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about-us-name{
    font-family: 'Exo', sans-serif;
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    padding: 30px;
    text-shadow: black 0px 0px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #cccccc;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #a30000;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #a30000;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/*aboutussection */
.section-icon {
  max-width: 84px;
  padding-bottom: 30px;
}
.mainContent {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 300;
  letter-spacing: -.02em;
  font-size: 14pt;
  line-height: 1.5
}
#intro-info-title{
    font-family: 'Exo', sans-serif;
    font-size: 100px;
    text-decoration-color: #a30000;
    text-shadow: black 0px 0px 10px;
    line-height: 1em;
}
#aboutus-area:hover{
  transform: translateY(-10px);
}



/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  background-color: #a30000;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/*abouts*/
#aboutus-area {
  width: 100%;
  position: relative;
  background: url(../img/about-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 100px 0 10px 0;
  transition: transform 400ms cubic-bezier(0.25, 0.1, 0.38, 0.74);
}

#aboutus-area .overlay-bg {
  background-color: rgb(55, 55, 55, 0.9);
}
#aboutus-area .intro-info {
  width: 100%;
}
#aboutus-area .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
#aboutus-area .intro-info h2 span {
  color: #ffffff;
  text-decoration: underline;
}
.about-area {
  position: relative;
  background: white;
}
.about-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 100;
}
.about-area .story-content h2 span {
  font-weight: 600;
}
.about-area .story-content p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Exo', sans-serif;
  font-size: 80px;
  font-weight: 700;
  padding:30px;
  text-shadow: black 0px 0px 10px;
}
/*contactus*/
#contactus-area {
  width: 100%;
  position: relative;
  background: url(../img/contact-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}
#contactus-area {
  transition: transform 400ms cubic-bezier(0.25, 0.1, 0.38, 0.74);
}
#contactus-area:hover{
  transform: translateY(-10px);
}
#contactus-area .overlay-bg {
  background-color: rgba(50, 54, 54, 0.93);
  opacity: 0.98;
}
#contactus-area .intro-info {
  width: 100%;
}
#contactus-area .intro-info h2 {
  color: #f3f3f3;
  text-shadow: 2px 2px 4px #4d4747;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
#contactus-area .intro-info h2 span {
  color: #ffffff;
  text-decoration: underline;
}
#contactus {
  background: #fff;
  padding: 100px 0;
}

#contactus .about-container .background {
  margin: 20px 0;
}

#contactus .about-container .content {
  background: #fff;
}

#contactus .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#contactus .about-container p {
  line-height: 26px;
}

#contactus .about-container p:last-child {
  margin-bottom: 0;
}

#contactus .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#contactus .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #a30000d9;
  transition: all 0.3s ease-in-out;
}

#contactus .about-container .icon-box .icon i {
  color: #a30000d9;
  font-size: 24px;
}

#contactus .about-container .icon-box:hover .icon {
  background: #a30000d9;
}

#contactus .about-container .icon-box:hover .icon i {
  color: #fff;
}

#contactus .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#contactus .about-container .icon-box .title a {
  color: #283d50;
}

#contactus .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#contactus .about-extra {
  padding-top: 60px;
}

#contactus .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
  text-align: justify;
}

@media (max-width: 768px) {
  .story-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .containerPosition {
    padding: 0 70px;
}
}
 /*
.feature-area {
 background: url(../img/video-bg.jpg) no-repeat center center/cover;
}*/

.logo {
  float: left;
}

.logo img {
  width: 55%;
  height: auto;
}

.feature-area .overlay-bg {
  background: whitesmoke;
  
}

.feature-area .icon {
  font-size: 100px;
  color: #fff;
  background: #f1f1f1;
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature-area .icon:hover {
  color: #fff;
}

.feature-area .icon:hover .lnr {
  color: rgb(116, 112, 112);
}

.feature-area .lnr {
  color: #cccccc;
}

.feature-area .icon:hover .fas {
  color: #a30000;
}

.feature-area .fas {
  color : #606673;
}
.feature-area .desc {
  margin-top: 30px;
}
.feature-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
  color: #a30000;
}

.feature-area .desc p {
  color: black;
}

.feature-area h2 {
  font-size: 36px;
  font-weight: 100;
}

.feature-area h2 span {
  font-weight: 600;
}
.feature-area .align-items-stretch a {
  width: 100%;
}

.single-feature {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 2px solid #a30000;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

/* ESET NOD32 area */

.eset-logo{
  float: right;
  padding: 33px;
  max-width: 78%;
  height: auto;
  margin-top: -18px;
  margin-bottom: -14px;
  margin-left: 30px;
}

.intro-info{
  margin-top: 80px;
}

.eset-area h1 {
  color: white;
  text-align: justify;
}

.eset-area h4{
  text-align: left;
  font-weight: 100;
  color: white;
}

.eset-area h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.eset-area{
  opacity: 0.95;
  background: linear-gradient(#363434 4.1%, #4a6362 11.1%, #21a9bb 19%, white 67%, whitesmoke 90%, #373737 130%);
}

.eset-area-two{
  opacity: 0.95;
  background: linear-gradient(#363434 13%, #21a9bb 7%, white 67%, whitesmoke 90%, #373737 130%);
}

.eset-area .overlay-bg {
  background: rgb(206, 206, 206); 
}

.eset-area .text-button{
  margin-left: 5px;
  margin-right: 5px;
}

.eset-area .icon {
  font-size: 100px;
  color: #fff;
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.eset-area .icon:hover {
  color: #fff;
}

.eset-area .icon:hover .lnr {
  color: rgb(116, 112, 112);
}

.eset-area .lnr {
  color: #cccccc;
}

.eset-area .icon:hover .fas {
  color: #21a9bb;
}

.eset-area .fas {
  color : #606673;
}

.eset-area .desc {
  margin-top: 30px;
}
.eset-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
  color: #21a9bb;
}

.eset-area .desc p {
  color: black;
}

.eset-area h2 {
  font-size: 36px;
  font-weight: 100;
}

.eset-area h2 span {
  font-weight: 600;
}
.eset-area .align-items-stretch a {
  width: 100%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  .eset-logo {
    margin-bottom: -28px !important;
    margin-top: -42px !important;
    max-width: 120% !important;
}
.eset-area{
  opacity: 0.95;
  background: linear-gradient(#363434 2.1%, #4a6362 8.1%, #21a9bb 19%, white 67%, whitesmoke 90%, #373737 130%);
}
}

@media  (max-width: 731px) {
  .eset-logo {
    margin-bottom: -32px !important;
    margin-top: -40px !important;
    max-width: 135% !important;
    margin-left: 60px !important;
}
  .eset-title{
    padding: 50px;
  }
}

@media  (max-width: 640px) {
  .eset-logo {
    margin-bottom: -32px !important;
    margin-top: -30px !important;
    max-width: 110% !important;
    margin-left: 17px !important;
}
  .eset-title{
    padding: 30px !important;
  }
}

@media  (min-width: 760px) {
  .eset-logo {
    margin-bottom: -25px;
    margin-top: -40px;
    max-width: 78%;
    margin-left: 40px;
}
  .eset-title{
    padding: 50px;
  }
}

@media  (min-width: 1020px) {
  .eset-logo {
    margin-bottom: -5px;
    margin-top: 2px !important;
    max-width: 83%;
    margin-left: -14px;
}
  .eset-title{
    padding: 50px;
  }
}

/* ESET NOD32 form */

.eset-title{
  padding: 10px;
}

.eset-form-private{
  margin-top: 10px;
}

.eset-form-private select{
    padding: 13px;
}

.eset-form-title{
  text-align: center;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-left: 20px;
}

.btn-eset{
  margin-left: 15px;
}

.genric-btn-eset{
  transition: background-color 0.15s, border 0.15s, color 0.15s, width 0.15s, height 0.15s;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none!important;
    text-transform: uppercase;
    text-align: center center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin: 5px 0;
    background-position: 50% 50%;
    background-color: #5abac7 !important;
    background-repeat: no-repeat !important;
    border: 2px solid transparent;
    color: #fff !important;
    font-weight: 400!important;
    min-width: 120px;
    max-width: 100%;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    margin-right: 5px;
}

.btnWrapper {
  display: flex;
  margin-top: 3rem;
}

.btnWrapper .right {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.radio-wrapper{
  padding: -2px !important;
}

.main-form{
  text-align: justify;
  padding: 40px;
}

.inputField i {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
}

.inputField.success i.fa-check-circle {
	color: #2ecc71;
	visibility: visible;
}

.inputField.error i.fa-exclamation-circle {
	color: #e74c3c;
	visibility: visible;
}

.btn-eset .genric-btn-eset .text-button{
  font-family: "Exo", sans-serif;
  max-width: 10px;
  padding: 10px;
}

.btn-eset {
    transition: background-color 0.15s, border 0.8s, color 0.15s, width 0.5s, height 0.5s;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none!important;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin: 5px 0;
    background-position: 50% 50%;
    background-color: #8dc63f !important;
    background-repeat: no-repeat !important;
    border: 2px solid transparent;
    color: #fff !important;
    font-weight: 400!important;
    min-width: 120px;
    max-width: 100%;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 5px;
}

.single-feature-eset {
  padding: 30px;
  margin-bottom: 10px;
  margin-bottom: 30px;
}

.single-feature:hover {
  box-shadow: 0px 0px 1px 2px #a30000;
  transform: scale(1.03,1.03);
  transition: ease-out .3s;
}

.single-feature-eset:hover {
  box-shadow: 0px 0px 1px 2px #3ea9d3;
  transform: scale(1.03,1.03);
  transition: ease-out .3s;
}

.form-control  {
  background-color: rgba(252, 252, 252, 0.733);
  text-align: justify center;
  align-items: center;
  border: rgba(218, 218, 218, 0);
}


.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.col-form-label{
  font-size: 17px;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}

/* ESET NOD32 poruka */

.eset-poruka{
  padding: 25px;
  text-align: justify;
}

.eset-poruka-logo{
  max-width: 100%;
  margin: 0;
  padding: 15px;
}

.eset-poruka h1{
  color: white;
}

.eset-poruka h3{
  margin-top: 90px;
  text-align: center !important;
}

.eset-poruka-background{
  opacity: 0.95;
  background: linear-gradient(#363434 10%, #21a9bb 7%, white 67%, whitesmoke 90%, #373737 109%);
}

.faq-area {
  background: linear-gradient(#f5f5f5, #fff ) ;
}

.counter-left {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: right;
}
.counter-left h2 {
  font-size: 58px;
  font-weight: 700;
  color: #5d5353;
  text-align: center;
  /* text-shadow: 0px 0px 5px lightslategray; */
}
.counter-left p {
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.counter-left .color {
  color: #343a40;
}
.counter-left .single-facts {  
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .counter-left {
    text-align: center;
    display: block;
  }
}



.faq-content {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .faq-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  
}
@media (max-width: 767px) {
  .faq-content {
    text-align: center;
  }
  .logo img {
    width: 100px;
    height: auto;
    margin-left: 20px;
  }
  .btn-eset{
    padding: 10px;
  }
}

.single-faq {
  margin-bottom: 30px;
}
.single-faq h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.contact-area {
  background: url(../img/contact.png) no-repeat center center/cover;
  color: #fff;
}

#contactus-icons h4{
  font-family: "Exo", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.contact-area .overlay-bg {
  background: #cccccc;
  opacity: 0.59;
}
.contact-area h2 {
  font-size: 36px;
  font-weight: 100;
}
.contact-area h2 span {
  font-weight: 600;
}
.contact-area p {
  font-size: 14px;
  font-weight: 300;
}
.contact-form ::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
  opacity: 0.4;
}
.contact-form :-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-form ::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-form :-ms-input-placeholder {
  color: #000;
  font-weight: 300;
}
.contact-form ::-ms-input-placeholder {
  color: #000;
  font-weight: 300;
}
.contact-form .alert-msg {
  color: #000 !important;
  margin-top: 50px;
  z-index: 1;
}

 .login-section .overlay-login .overlay-bg{
  background: #000000 !important;
  opacity: 0.69 !important;
}

.login-section {
  background: linear-gradient(rgb(0 0 0 / 57%), rgb(35 19 19 / 77%), rgb(39 37 37 / 86%) ), url(../img/nebula.png)no-repeat center center/cover;
}

.login-title{
  color: white;
}


.login-form .btn-success {
  background-color: #a30000 !important;
  border-color: #a30000 !important;
  margin-top: 40px;
  font-family: "Exo", sans-serif;
}

.login-form ::-webkit-input-placeholder {
  color: #8d8d8d;
  font-weight: 300;
}
.login-form :-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
  font-weight: 300;
}
.login-form ::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
  font-weight: 300;
}
.login-form :-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 300;
}
.login-form ::-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 300;
}

.loginemail, .loginpass {
  width: 100%;
  padding: 12px 20px;
  margin: 20px 0;
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  box-sizing: border-box;
  text-indent: 1px;
  border-radius: 10px
}

.login-form h5{
  font-family: 'Exo', sans-serif;
  font-weight: 300px;
  color: rgb(255, 251, 251);
  margin-bottom: 20px;
  margin-top: 25px;
}
.login-title h2{
  font-family: 'Exo', sans-serif;
  font-weight: 300px;
  color: rgb(255, 251, 251);
  padding: 20px;
  margin-bottom: 20px;
}

.login-form .container{
  padding: 20px;
}
.common-input {
  border: 1px solid #625D5D;
  line-height: 48px;
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 25px;
  color: #000;
  outline-color: lightgray;
  border-radius: 5px;
  font-family: 'Poppins';
  font-weight: unset;
}

.common-textarea {
  border: 1px solid #625D5D;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 25px;
  color: #000;
  height: 150px;
  resize: none;
  outline-color: lightgray;
  border-radius: 5px;
  font-family: 'Poppins';
  font-weight: unset;
}

.register-form .form-control{
  color: rgb(134, 134, 134);
}

.register-section .overlay-login .overlay-bg{
  background: #000000 !important;
  opacity: 0.69 !important;
}

.register-section {
  background: linear-gradient(rgb(0 0 0 / 57%), rgb(35 19 19 / 77%), rgb(39 37 37 / 86%) ), url(../img/nebula.png)no-repeat center center/cover;
}

.register-title{
  color: white;
}

.register-form .btn-success {
  background-color: #a30000 !important;
  border-color: #a30000 !important;
  margin-top: 15px;
  font-family: "Exo", sans-serif;
}

.register-form ::-webkit-input-placeholder {
  color: #fff9f9;
  font-weight: 300;
}
.register-form :-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
  font-weight: 300;
}
.register-form ::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
  font-weight: 300;
}
.register-form :-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 300;
}
.register-form ::-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 300;
}
.register-form h5{
  font-family: 'Exo', sans-serif;
  font-weight: 300px;
  color: rgb(255, 251, 251);
  margin-bottom: 15px;
}
.register-title h2{
  font-family: 'Exo', sans-serif;
  font-weight: 300px;
  color: rgb(255, 251, 251);
  padding: 20px;
  margin-bottom: 20px;
}

.register-form .form-group {
  padding: 10px;
}



/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 80px 0;
 /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/

 box-shadow: 0 0 0 0.4px #c00;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: #000;
  opacity: 0.9;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #cccccc;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #cccccc;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

footer {
  background: whitesmoke;
}
footer .footer-nav li {
  margin-top: 8px;
}
footer .footer-nav li a {
  color: white;
}
footer .footer-nav li:hover a {
  color: #da3e44;;
  font-weight: 500;
}

 footer .title-div {
  border-bottom: 1px dotted #e4e9f0;
  margin: 10px 0 25px 0;
 }

 footer .title {
  display:inline-block;
  border-bottom: 3px solid #a41e1f;
  padding-bottom: 5px;
  margin-bottom: -2px;
 }

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget p {
  color: white;
}
.single-footer-widget h6 {
  color: white;
}

.footer-bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}
.footer-bottom .footer-text {
  color: #777;
}
.footer-bottom .footer-text i {
  color: #a30000;
}
.footer-bottom .footer-text a {
  color: #da3e44;
}
.footer-bottom .footer-text a:hover {
  color: #a30000;
}

@media (max-width: 767px) {
  .footer-social {
    margin-top: 10px;
  }
  .ul.social {
    margin-top: 10px;
  }
}
.footer-social a {
  width: 30px;
  background: #f9f9ff;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.footer-social a i {
  color: #a30000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background: #a30000;
}
.footer-social a:hover i {
  color: #fff;
}

.generic-header .menu-bar span {
  color: #777777;
}
.generic-header nav a {
  color: #000;
}

.generic-banner {
  background: #fff;
  color: #222222;
}

.about-generic-area {
  background: #fff;
}
.about-generic-area .border-top-generic {
  padding: 10px 15px;
}
.about-generic-area p {
  margin-bottom: 20px;
  /* text-align: left; */
  text-align: justify;
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 100;
  padding: 30px;
}
.about-generic-area li {
  text-align: left;
  margin-left: 35px;
}

.about-generic-area li::after {
  white-space: pre-line;
  
    padding-left: 8px;
    color: blue; /* Or a color you prefer */
}



.about-generic-area .icon {
  font-size: 80px;
  color: #606673;
  background: #fff;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 15px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}
.switch-wrap p {
  margin: 0;
}

.elements-banner {
  color: #000 !important;
}
.social li{
  width: 30px;
	padding: 3px 0;
}

.social li a i {
    margin-right: 5px;
	font-size:20px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
  transition: .5s all ease;
  color: #da3e44;
}

.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
.social li a, .quick-links li a {
	color:#a30000;
}

.social li a:hover {
	color:#a30000;
}

#boldline.sc_line, #boldline .sc_line {
  margin-left: auto!important;
  margin-right: auto!important;
}

#boldline.sc_line, #boldline .sc_line {
  border-top: 3px solid #595757ed;
}

#boldlineSecond.sc_line, #boldline .sc_line {
  border-top: 3px solid #f0eeee;
}

#boldlineSecond.sc_line, #boldline .sc_line {
  margin-left: auto!important;
  margin-right: auto!important;
}

#boldlineSecond {
  margin: 0px 0 0px 0;
  padding: 0;
  width: 100px;
}

#boldlineContact.sc_line, #boldline .sc_line {
  margin-left: auto!important;
  margin-right: auto!important;
}

#boldlineContact {
  margin: 0px 0 0px 0;
  padding: 0;
  width: 250px;
}

#boldlineContact.sc_line{
  border-top: 3px solid #717171;
}

#boldline {
  margin: 0px 0 0px 0;
  padding: 0;
  width: 100px;
}

.sc_line {
  padding: 0px 0px 0px 0;
  display: block;
  position: relative;
  width: 100%;
}

.contactheaderline {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
}

#contactus-area .w1_wrapper {
  color: #e6e5e5;
  text-shadow: 2px 2px 4px #8e8686;
  margin-bottom: 40px;
  font-size: 15px;
  position: relative;
}

#contactus-area .circle{
  width:100px;
  height:100px;
  border-radius:50px;
  background-color: #bbb;
  transition: 0.3s;
}

#contactus-area .circle:hover {
  background-color: #a30000d9;
  color: white;
}

.circlepadd {
  padding: 50px 0 10px
}

.fitted {
  margin-right: 0px;
  margin-left: 45px;
}

.margbott {
  margin-bottom: 30px;
}

/*#aboutus-area .icon {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}*/

#contactus-icons {
  background: white;
}

#contactus-icons .icon {
  font-size: 40px;
  color: #a30000;
  text-align: center;
  padding: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* width:100px; */
  height:100px;
  width: 100px;
  border-radius:50%;
  border: #a30000 solid 1px;
  transition: 0.3s;
  /* box-shadow: 0 0 0 0.4px #a30000; */
}

#contactus-icons .icon:hover {
  color: #fff;
  background-color: #a30000;
}

#contactus-area .icon:hover .lnr {
  color: #fff;
}

#contactus-area .lnr {
  color: #a30000;
}

#contactus-area .icon:hover .fas {
  color: #fff;
}

#contactus-area .fas {
  color : white;
}

#contactus-area .desc {
  margin-top: 30px;
}

#contactus-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
  color: white;
}

#contactus-area .desc p {
  color: #fff;
}

#contactus-area h2 {
  font-size: 36px;
  font-weight: 100;
}



#contactus-area h2 span {
  font-weight: 600;
}

#contactus-area .align-items-stretch {
  width: 100%;
}

.single-fabout {
  padding: 30px;
  margin-bottom: 30px;
}



/*software-solutions*/
#solutions-area {
  width: 100%;
  position: relative;
  background: url(../img/itineris-softver_pozadina11.png) center bottom no-repeat;
  background-size: cover;
  padding: 600px 0 160px 0;
}

@media (max-width: 320px){
  #solutions-area .pt-100{
    padding-top: 50px !important; 
}  
}

@media (max-width: 768px) {
  #solutions-area {
    padding: 800px 0 800px 0;
  }
  #solutions-area p {
    margin-bottom: 25px;
  }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

  #solutions-area .testpb {
      padding-bottom: 12px;
    }
}



@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
  #solutions-area {
    padding: 600px 0 200px 0;
  }
}


#solutions-area .overlay-bg {
  background: unset!important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.788) 3%, #a30000ba 50%,  #3c3a3a)!important;
  opacity: 0.95;
}
#solutions-area .intro-info {
  width: 100%;
}
#solutions-area .testpb {
  padding-bottom: 30px;
  text-shadow: 2px 2px 4px #736a6a;
}
#solutions-area .intro-info h2 {
  color: rgb(88, 86, 86);
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
}
#solutions-area .intro-info h2 span {
  color: #ffffff;
  text-decoration: underline;
}
#solutions-area .w1_wrapper {
  color: rgb(255, 255, 255);
  text-shadow: 3px 3px 4px #080808;
  margin-bottom: 48px;
  text-align: center justify;
  font-family: sans-serif;
  font-size: 15px;
  position: relative;
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
}

#solutions-area .circle{
  width:100px;
  height:100px;
  border-radius:50px;
  background-color: #bbb;
  transition: 0.3s;
}

#solutions-area .circle:hover {
  background-color: #a30000d9;
  color: white;
}

#solutions-area .icon:hover .lnr {
  color: #fff;
}

#solutions-area .lnr {
  color: #a30000;
}

#solutions-area .icon:hover .fas {
  color: #ff6868;
  opacity: 0.92;
}

#solutions-area .fas {
  color : white;
}

#solutions-area .desc {
  margin-top: 30px;
}

#solutions-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
  color: white;
}

#solutions-area .desc p {
  color: #fff;
}

#solutions-area h2 {
  font-size: 36px;
  font-weight: 100;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

#solutions-area p {
  color:white;
  text-shadow: 2px 2px 4px #736a6a;
}

#solutions-area h2 span {
  font-weight: 600;
}

#solutions-area .align-items-stretch {
  width: 100%;
}

#solutions-area .icon {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* width:100px; */
  height:100px;
  width: 100px;
  border-radius:50%;
  border: #ffffff solid 3px;
  transition: 0.3s;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: black;
  /* box-shadow: 0 0 0 0.4px #a30000; */
}

#solutions-area .icon:hover {
  color: #ff6868;
  opacity: 0.92;
  box-shadow: 
		inset 0 0 0 110px rgba(255, 145, 145, 0.4),
		inset 0 0 0 16px rgba(255, 237, 237, 0.8),
		0 1px 2px rgba(48, 48, 48, 0.1);  
}

.mouse {
  width: 50px;
  height: 90px;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
 }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
 }
}




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