body {
  color: #444;
  font-family: "Open Sans",sans-serif;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.container {
  max-width: 1140px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

h2 {
  display: block;
}

/* glava */

#header-1 {
  background-color: var(--bs-white);
  height: 100px;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
}

.na-vrh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* navigacija */

.nav-main {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nav-main > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-main a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.nav-main a:hover, .main-nav.active > a, .main-nav li:hover > a {
  color: #007bff;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: #004289;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    transition: 0.3s;
  }
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #007bff;
}

#info-1 {
  width: 100%;
  position: relative;
  background: url("../../assets/img/OzadjeC-1-9.png") center top no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#info-1 .info-1-a {
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  #info-1 .info-1-a {
    width: 50%;
    float: left;
  }
}

#info-1 .info-1-b {
  width: 50%;
  float: right;
}

#info-1 .info-1-a h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1400px) {
  #info-1 .info-1-a h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
  }
}

#info-1 .info-1-a h2 span {
  color: #74b5fc;
}

/* main sections */

.sec-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

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

.sec-svetla {
  background: #ecf5ff;
}

.row.about-conteiner {
}

#storitve {
  background: #fff;
  padding: 60px 0;
}

#storitve-x {
  position: relative;
  padding: 30px 0 40px 0;
  margin-bottom: 30px;
  background: url("../../assets/img/OzadjeD-2a.png") center top no-repeat fixed;
  background-size: cover;
}

#storitve-x .container {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

#storitve {
  background: #fff;
}

#storitve h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 400;
}

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

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

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

#storitve .icon {
  float: left;
  background: var(--bs-white);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
}

#storitve .icon:hover {
  background-color: #007bff;
}

#storitve .fa {
  color: #007bff;
  font-size: 24px;
  /*border: 2px solid #007bff;*/
  /*border-radius: 50%;*/
}

#storitve .fa:hover {
  /*background: #007bff;*/
  color: #fff;
}

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

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

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

#storitve-1 img {
  padding: 10px;
  /*height: 80%;*/
}

.ikona {
  width: 150px;
  /*margin: auto;*/
}

#kontakt {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgb(0 0 0 /10%);
  width: 75%;
  margin: auto;
}

#kontakt-1 {
  padding: 60px 0 40px 0;
  margin: auto;
  background-color: #f7f8f9;
}

#kontakt .kartica .naslov {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

#kontakt .kartica .opis {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#kontakt .kartica {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  /*min-height: 400px;*/
}

#kontakt .kartica:hover {
  transform: translateY(-5px);
}

#kontakt .icon {
  /*position: absolute;*/
  /*left: 5px;*/
  /*top: 10px;*/
  float: left;
}

#kontakt .icon .bi {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#lokacija {
  padding: 60px 0;
  background: var(--bs-light);
}

#lokacija .sec-header h3, #lokacija .sec-header p {
  /*color: rgb(100,100,100);*/
}

#noga {
  padding: 60px 0;
  background: #004a9a;
  color: var(--bs-gray-500);
}

#slike {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgb(0,0,0,0.1);
}

#slike .s-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#slike .s-item .s-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  margin: 0px 0px 20px 0px;
}

.sl-container {
  position: relative;
  height: 1201.84px;
}

.sl-item {
  position: absolute;
}

.slika-1 {
  width: 80%;
}

.storitve-blok {
  padding: 30px 35px;
  border-radius: 30px;
  margin-bottom: 50px;
  box-shadow: 0 5px 25px rgba(218,211,211,0.3);
  text-align: center;
  border-bottom: 5px solid #e0e0e0;
  transition: all .3s ease-out 0s;
}

.storitve-blok:hover {
  border-color: #007bfa;
  box-shadow: 0 8px 25px rgba(47,128,237,.35);
}

.storitve-blok .fa {
  font-size: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.storitve-blok .icb {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto;
}

.storitve-blok .icb:hover {
  background-color: #007bff;
  color: white;
}

.storitve-blok h4, .storitve-blok-1 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.storitve-blok-1 a {
  text-decoration: none;
  color: #364146;
}

.storitve-blok p, .storitve-blok-1 .slika p {
  font-size: 14px;
  color: var(--bs-gray-600);
  margin-bottom: 5px;
}

.storitve-list {
  color: #7d8285;
  list-style: none;
  font-size: 0.9em;
  padding: 0px;
}

.storitve-list li {
  background: url("../../assets/img/blue-arrow1.png") no-repeat 0 5px;
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}

.storitve-bkg {
  /*background-color: var(--bs-gray-200);*/
  margin: auto;
  padding: 20px 40px;
}

.storitve-bkg h3 {
  font-weight: 300;
  font-size: 28px;
  color: #364146;
  font-family: 'Poppins', sans-serif;
}

#storitve-x .storitve-blok-1 {
  background: var(--bs-light);
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 25px rgba(218,211,211,0.3);
  margin-bottom: 20px;
  text-align: center;
  padding: 0px 0px 35px 0px;
  border-bottom: 5px solid #e0e0e0;
  transition: all .3s ease-out 0s;
}

#storitve-x .storitve-blok-1:hover {
  border-color: #007bff;
  box-shadow: 0 8px 25px rgba(47,128,237,.35);
}

#storitve-x .storitve-blok-1 .slika {
  position: relative;
  margin-bottom: 50px;
}

#storitve-x .storitve-blok-1 .slika img {
  border-radius: 4px 4px 0 0;
}

#storitve-x .storitve-blok-1 i {
  font-size: 24px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#storitve-x .storitve-blok-1 .icc {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #007bff;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#storitve-x .storitve-blok-1 .icd {
  padding: 0px 30px;
}

#storitve-x .storitve-blok-1:hover .icc {
  background-color: #ffffff;
}

#storitve-x .storitve-blok-1:hover i {
  color: #007bff;
}

#storitve-x .storitve-blok-1 h4 a {
  text-decoration: none;
}

.row.vr-1 {
  margin-bottom: 30px;
}

.row.sbg {
  background-color: #f7f8f9;
}

.row.sli-1 {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.row.sli-1 img {
  width: 80%;
  border: 1px solid var(--bs-gray-300);
  margin: auto;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
}

.contact .info i {
  font-size: 20px;
  color: #007bfa;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}

.mail-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.mail-form .form-group {
  padding-bottom: 8px;
}

.mail-form input, mail-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.mail-form input {
  height: 44px;
}

.mail-form textarea {
  padding: 10px 12px;
}

.mail-form button[type=submit] {
  background: #007bff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  border-radius: 4px;
  transition: 0.4s;
}

.mail-form button[type=submit]:hover {
  background: #1eb4ff;
}

.domov {
  /*float: right;*/
  color: #ffffff;
  min-height: 60px;
}

.domov a {
  text-decoration: none;
  color: #505e6c;
  font-size: 50px;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--bs-info);
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

