@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5% !important; }
  @media only screen and (max-width: 1000px) {
    html {
      font-size: 50% !important; } }

body {
  font-family: 'Montserrat' !important; }

ul {
  list-style-type: none; }

.wrapper {
  width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .wrapper {
      width: 100%; } }

.carousel-header {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  z-index: -1;
  height: 100vh; }

.carousel-item-header {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%; }

.carousel-item-header img {
  /* position: absolute; */
  width: 100%;
  min-height: 100vh; }

.carousel-indicators .active {
  opacity: 1;
  background-color: #1f1f1f; }

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  border: 0.5px solid #b2282e; }

.flex {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 790px) {
    .flex {
      flex-direction: column;
      align-items: center; } }

.to-top {
  position: absolute;
  right: 5%;
  font-size: 3rem;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background-color: #b2282e;
  border-radius: 10rem;
  padding: 0.9rem;
  cursor: pointer; }

.active-link {
  background-color: #b2282e;
  color: #fff !important;
  padding: 1rem;
  border-radius: 15px; }

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .flex-row .item {
    padding: 0 3rem; }
    .flex-row .item img {
      width: 18rem;
      height: 18rem;
      border-radius: 50%;
      opacity: .4;
      transition: all .5s;
      display: block;
      margin: 0 auto;
      filter: grayscale(1); }
      .flex-row .item img:hover {
        box-shadow: 0px 0px 33px 0px #b2282e;
        filter: grayscale(0.5);
        transform: scale(1.08); }
    .flex-row .item h3 {
      text-align: center;
      padding-top: 2rem;
      font-size: 1.4rem;
      text-transform: uppercase;
      color: #b2282e; }
    .flex-row .item a {
      cursor: pointer; }

.flex-between {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0; }
  @media only screen and (max-width: 700px) {
    .flex-between {
      flex-direction: column;
      align-items: center; } }

.border-bottom {
  border-bottom: 2px solid gray; }

.margin-left {
  margin-left: 2rem; }
  @media only screen and (max-width: 700px) {
    .margin-left {
      margin-left: 0; } }

#mapContainer {
  height: 450px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

.language {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  @media only screen and (max-width: 420px) {
    .language {
      top: 2rem; } }
  .language a {
    text-decoration: none;
    color: #b2282e;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem; }
    @media only screen and (max-width: 420px) {
      .language a {
        display: block; } }

.header {
  padding-top: 10rem;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 790px) {
    .header {
      padding: 1rem; } }
  .header__content {
    z-index: 2; }
  .header__overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #ffffffcb;
    filter: grayscale(100%); }
  .header__logo img {
    width: 25rem;
    margin-top: -4rem;
    margin-left: -6rem; }
    @media only screen and (max-width: 790px) {
      .header__logo img {
        margin-top: 0;
        margin-left: 0; } }
  @media only screen and (max-width: 790px) {
    .header__logo {
      margin-top: 2rem;
      order: 1; } }
  .header__info a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #505050; }
    .header__info a i {
      width: 3rem;
      height: 3rem;
      background-color: #505050;
      color: #ffffffcb;
      border-radius: 10rem;
      padding: 0.6rem;
      margin: 0 1rem; }
  .header__sidemenu {
    display: flex;
    justify-content: center;
    transition: .5 all; }
    @media only screen and (max-width: 790px) {
      .header__sidemenu {
        margin-top: 5rem;
        flex-direction: column; } }
    .header__sidemenu li {
      padding: 4rem;
      font-size: 1.8rem; }
      @media only screen and (max-width: 790px) {
        .header__sidemenu li {
          padding: 1rem;
          text-align: center; } }
      .header__sidemenu li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #505050;
        font-weight: bold;
        transition: .3s; }
        .header__sidemenu li a:hover {
          padding: 1rem;
          border-radius: 15px;
          background-color: #b2282e;
          opacity: .5;
          color: #fff; }

.header-arrow {
  position: absolute;
  font-size: 3rem;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  background-color: #b2282e;
  color: #fff;
  border-radius: 10rem;
  padding: 0.9rem;
  cursor: pointer; }

.header-other {
  width: 100%;
  height: 50vh;
  background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0)), url("/img/kancelarija.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .header-other {
      height: 100vh; } }

.submenu {
  background-color: #b2282e;
  color: #fff;
  display: none;
  border-radius: 0 10px 10px 10px;
  transition: .5s all;
  position: absolute;
  top: 10;
  left: 10;
  width: 44rem;
  text-transform: uppercase; }
  .submenu li {
    padding: 1rem;
    border-bottom: .3px solid #fff;
    width: 90%;
    margin: 0 auto;
    cursor: pointer; }
    .submenu li:hover {
      font-weight: bold; }

.hover-usluge {
  position: relative; }

.hover-usluge:hover .submenu {
  display: block; }
  @media only screen and (max-width: 700px) {
    .hover-usluge:hover .submenu {
      display: none; } }

.prava {
  padding: 10rem 0; }
  .prava .heading-1 {
    padding-bottom: 10rem;
    text-align: center;
    font-size: 3rem;
    color: #505050;
    font-weight: normal; }
  .prava .heading-4 {
    font-size: 1.8rem;
    color: #505050;
    margin-top: 10rem;
    text-align: center; }

.parallax {
  /* The image used */
  background: url("/img/Paralax.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  /* Set a specific height */
  height: 65rem;
  z-index: -100; }
  @media only screen and (max-width: 800px) {
    .parallax {
      background-attachment: unset; } }

.kancelarija {
  padding: 10rem;
  color: #505050; }
  @media only screen and (max-width: 450px) {
    .kancelarija {
      padding: 10rem 3rem; } }
  .kancelarija .heading-2 {
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 8rem; }
  .kancelarija .text {
    text-align: center;
    font-size: 2rem;
    padding: 2rem 0;
    line-height: 2; }
    .kancelarija .text strong {
      text-decoration: underline; }

.komentari {
  background-color: #f0f0f0;
  color: #505050;
  padding: 10rem 0; }
  .komentari .heading-2 {
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 8rem; }
  .komentari .container {
    display: flex;
    justify-content: center; }
    .komentari .container .comments-item p {
      width: 70%;
      font-size: 2rem;
      padding: 2rem 0;
      text-align: center;
      line-height: 1.5;
      margin: 0 auto; }
      .komentari .container .comments-item p span {
        font-style: italic;
        font-weight: 200; }
  .komentari .fa-chevron-left, .komentari .fa-chevron-right {
    font-size: 3rem;
    color: #b2282e; }

.my-flipster {
  margin: 10rem 5rem;
  overflow: hidden; }
  @media only screen and (max-width: 670px) {
    .my-flipster {
      height: 30rem;
      padding-top: 10rem; } }
  @media only screen and (max-width: 670px) {
    .my-flipster img {
      width: 30rem !important; } }

@media only screen and (max-width: 670px) {
  .flipster {
    height: 30rem !important; } }

@media only screen and (max-width: 670px) {
  .flipster__button {
    display: none; } }

.video {
  width: 80%;
  margin: 10rem auto 0 auto;
  display: block; }

.oblasti {
  padding: 5rem 0; }
  .oblasti .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050;
    padding-bottom: 5rem; }
  .oblasti .heading-4 {
    font-size: 1.8rem;
    color: #505050;
    margin-bottom: 5rem;
    text-align: center; }

.gradjansko {
  background-color: #f0f0f0;
  padding: 10rem 0; }
  .gradjansko .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050; }

.radno {
  padding: 10rem 0; }
  .radno .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050; }

.ugovori {
  padding: 10rem 0; }
  .ugovori .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050; }

.privredno {
  background-color: #f0f0f0;
  padding: 10rem 0; }
  .privredno .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050; }

.prestupi {
  background-color: #f0f0f0;
  padding: 10rem 0; }
  .prestupi .heading-2 {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #505050; }

.list-container {
  width: 80%;
  align-self: center; }
  .list-container .heading-3 {
    color: #b2282e;
    text-transform: uppercase;
    font-size: 1.6rem; }
  .list-container .list {
    font-size: 1.6rem; }
    .list-container .list li {
      line-height: 1.5; }
      .list-container .list li:before {
        content: "- "; }

.round-image {
  flex: 0 0 10%;
  align-self: center; }
  .round-image img {
    width: 25rem;
    height: 25rem;
    border-radius: 50%; }
    @media only screen and (max-width: 700px) {
      .round-image img {
        margin: 2rem 0; } }

.kontakt .heading-2 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  color: #505050;
  padding: 10rem 0 5rem 0; }

.kontakt .form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%; }
  @media only screen and (max-width: 950px) {
    .kontakt .form {
      width: 100%; } }
  .kontakt .form div {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 950px) {
      .kontakt .form div {
        flex-direction: column; } }

.kontakt .flex-form {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 950px) {
    .kontakt .flex-form {
      flex-direction: column;
      align-items: center;
      margin: 0 2rem; } }
  .kontakt .flex-form .map-img {
    margin-left: 5rem; }
    @media only screen and (max-width: 950px) {
      .kontakt .flex-form .map-img {
        margin-left: 0; } }

.kontakt .form-item {
  outline: none;
  border: 2px solid #505050;
  border-radius: 15px;
  padding: 1rem 2rem;
  color: #252525;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 1rem 0; }
  @media only screen and (max-width: 1015px) {
    .kontakt .form-item {
      margin-bottom: 1rem; } }

.kontakt ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #b2282e;
  font-size: 1.8rem; }

.kontakt .btn {
  align-self: flex-start;
  background-color: #b2282e;
  color: #fff;
  border: none; }

.kontakt div > .form-item {
  width: 45%; }
  @media only screen and (max-width: 950px) {
    .kontakt div > .form-item {
      width: 100%; } }

.kontakt .list-icon {
  padding: 5rem 0 10rem 0;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1240px) {
    .kontakt .list-icon {
      flex-direction: column;
      align-items: center; } }
  .kontakt .list-icon li {
    color: #505050;
    font-weight: 800;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1450px) {
      .kontakt .list-icon li {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 1240px) {
      .kontakt .list-icon li {
        padding: 1rem 0; } }
    .kontakt .list-icon li a {
      text-decoration: none;
      color: #505050; }
      @media only screen and (max-width: 1450px) {
        .kontakt .list-icon li a {
          font-size: 1.3rem; } }
      .kontakt .list-icon li a i {
        width: 3rem;
        height: 3rem;
        background-color: #b2282e;
        color: #fff;
        border-radius: 10rem;
        padding: 0.6rem;
        margin-right: 2rem;
        font-size: 1.6rem; }
    .kontakt .list-icon li i {
      width: 3rem;
      height: 3rem;
      background-color: #b2282e;
      color: #fff;
      border-radius: 10rem;
      padding: 0.8rem;
      margin-right: 2rem;
      font-size: 1.6rem; }

.about-1 {
  padding: 10rem;
  text-align: center;
  color: #505050; }
  @media only screen and (max-width: 700px) {
    .about-1 {
      padding: 3rem; } }
  .about-1 .heading-2 {
    font-size: 3rem;
    font-weight: normal; }
  .about-1 .text {
    padding-top: 5rem;
    font-size: 2rem;
    line-height: 1.8; }

.about-2 {
  padding: 10rem 0;
  color: #505050;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 700px) {
    .about-2 {
      padding: 3rem; } }
  .about-2 .round-image img {
    width: 25rem;
    height: 25rem;
    border-radius: 50%; }
  .about-2 .text-left {
    font-size: 2rem;
    line-height: 1.8;
    flex: 0 0 50%; }
    .about-2 .text-left span {
      display: block;
      font-size: 1.5rem;
      text-align: right; }

.about-3 {
  padding: 10rem 0;
  display: flex;
  justify-content: space-around;
  color: #505050; }
  @media only screen and (max-width: 700px) {
    .about-3 {
      padding: 3rem; } }
  .about-3 .round-image img {
    width: 25rem;
    height: 25rem;
    border-radius: 50%; }
  .about-3 .text-right {
    font-size: 2rem;
    line-height: 1.8;
    flex: 0 0 50%;
    align-self: center; }

.about-4 {
  background-color: #f0f0f0;
  padding: 10rem; }
  @media only screen and (max-width: 700px) {
    .about-4 {
      padding: 3rem; } }
  .about-4 .text {
    text-align: center;
    padding-top: 5rem;
    font-size: 2rem;
    line-height: 1.8; }
  .about-4 span {
    padding-top: 5rem;
    display: block;
    text-align: center; }

.novosti .heading-2 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  color: #505050;
  padding-top: 10rem; }

.novosti .novosti-container {
  background-color: #f0f0f0;
  box-shadow: 9px 5px 9px 0px rgba(105, 105, 105, 0.459);
  border-radius: 5px;
  margin: 5rem 0;
  color: #505050;
  padding: 2rem; }
  .novosti .novosti-container .heading-3 {
    padding-top: 3rem;
    font-size: 3rem;
    font-weight: normal; }
  .novosti .novosti-container p {
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 1.5; }
  .novosti .novosti-container .heading-4 {
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #b2282e; }
  .novosti .novosti-container .flex-novosti {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .novosti .novosti-container .flex-novosti {
        flex-direction: column;
        align-items: center; } }
    .novosti .novosti-container .flex-novosti img {
      width: 25rem;
      height: 25rem;
      border-radius: 50%; }
    .novosti .novosti-container .flex-novosti span {
      padding: 1rem;
      display: block;
      text-align: center;
      font-size: 1.2rem; }
    .novosti .novosti-container .flex-novosti .btn {
      display: block;
      margin: 0 auto;
      width: 10rem;
      font-size: 1.6rem;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 10px;
      background-color: #b2282e;
      color: #fff; }

.novosti .hidden {
  display: none; }

.vlog {
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .vlog h3 {
    font-size: 3rem;
    color: #b2282e; }

.footer {
  padding: 12rem 0 5rem 0;
  background-color: #111111; }
  .footer__images {
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    @media only screen and (max-width: 700px) {
      .footer__images {
        padding: 1rem; } }
    .footer__images-column {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 700px) {
        .footer__images-column img {
          width: 80%;
          margin: 0 auto; } }
  .footer__list {
    padding-top: 1.5rem;
    list-style-type: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200; }
    @media only screen and (max-width: 800px) {
      .footer__list {
        margin: 2rem; } }
    .footer__list-heading {
      font-size: 2rem;
      text-transform: uppercase;
      color: #fff;
      font-weight: 800; }
      @media only screen and (max-width: 750px) {
        .footer__list-heading {
          text-align: center; } }
    .footer__list li {
      line-height: 1.2; }
      .footer__list li i {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #b2282e;
        color: #111111;
        border-radius: 10rem;
        padding: 0.4rem;
        margin-right: 1rem; }
  .footer__link {
    background-color: #fff; }
  .footer__icon {
    font-size: 1.6rem;
    color: #fff; }
    .footer__icon:hover {
      text-decoration: none;
      color: #fff; }
    @media only screen and (max-width: 800px) {
      .footer__icon {
        align-self: center; } }
    .footer__icon i {
      margin-right: 1rem;
      width: 2.5rem;
      height: 2.5rem;
      background-color: #b2282e;
      color: #111111;
      border-radius: 10rem;
      padding: 0.5rem; }
  .footer__copyright {
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5rem; }

.container {
  display: flex;
  justify-content: space-between;
  align-items: space-between; }
  @media only screen and (max-width: 750px) {
    .container {
      flex-direction: column;
      align-items: center; } }

.center {
  text-align: center;
  padding-top: 5rem; }
  .center img {
    padding: 2rem; }

.footer-menu li {
  padding-bottom: 0.8rem; }
  .footer-menu li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s; }
    .footer-menu li a:hover {
      color: #b2282e; }

.lokacija {
  padding: 1rem 0; }
