/*
Theme Name: ClarusConsulting
Author: Borko Milosevic
Author URI: https://www.bmdevelopmentweb.com/
Description: WP custom theme

*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
/*
ROOT
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

p {
  color: gray;
}

.container {
  width: 70%;
  margin: auto;
}

@media (max-width: 1200px) {
  .container {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .container {
    width: 90%;
  }
}

/*
HEADER
*/
header .topBar {
  position: relative;
  height: 50px;
  background-color: #111111;
  padding: 0;
}



header .topBar .topCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px !important;
  padding: 0;
}



header .topBar .topCont .topSec {
  height: 5vh !important;
  padding: 0 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0;
}

header .topBar .topCont .topSec p {
  color: white;
  padding: 0;
  font-size: 18px;
  width: 100%;
  padding: 0;
  //font-family: 'Splash', cursive;
}

header .topBar .topCont .topSec a img{
  width: 25px;
  height: auto;
  margin-right: 20px;
}

.languagepicker{
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 80px;
}
/* .languagepicker .current-lang{
  display: none;
} */
.languagepicker li a{
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.languagepicker li a img{
  width: 30px !important;
  height: auto !important;
}
header .topBar .topCont .topSec:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .topBar .topCont .topSec:nth-child(2) a img {
  margin-left: 20px;
  color: white;
  font-size: 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

header .topBar .topCont .topSec:nth-child(2) a i:hover {
  color: #0056ae;
}

@media (max-width: 600px) {
  header .topBar {
    display: none;
  }
}

header .topBar .switch {
  position: absolute;
  left: 70%;
  display: inline-block;
  width: 40px;
  height: 20px;
  top: 12px;
}

header .topBar .switch .switch input {
  opacity: 0 !important;
  width: 0;
  height: 0;
  visibility: hidden;
}

header .topBar .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

header .topBar .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

header .topBar .switch input:checked + .slider {
  background-color: #0056ae;
}

header .topBar .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0056ae;
          box-shadow: 0 0 1px #0056ae;
}

header .topBar .switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

header .desktop {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .desktop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .desktop .container .brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 25px;
  color: #0056ae;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

header .desktop .container .brand span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}

header .desktop .container .brand img{
  width: 240px;
height: auto;
}

@media (max-width: 1650px) {
  header .desktop .container .brand span {
    font-size: 18px;
  }
}

header .desktop .container nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

header .desktop .container nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  text-align: center;
}

header .desktop .container nav ul a {
  text-decoration: none;
  color: #0056ae;
}

header .desktop .container nav ul a::after {
  display: block;
  content: "";
  margin: 5px auto 0 auto;
  height: 2px;
  width: 0;
  background-color: #0056ae;
  -webkit-transition: .4s;
  transition: .4s;
}

header .desktop .container nav ul a:hover::after {
  width: 100%;
}

@media (max-width: 1500px) {
  header .desktop .container nav ul a {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  header .desktop {
    display: none;
  }
}

header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: rgba(0, 86, 174, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

header .sticky .container nav ul a span {
  background-color: transparent;
  color: white;
}

header .sticky .container nav ul a:after {
  background: white;
}

header .sticky .brand img {
width: 35px;
height: auto;
}

header .sticky .brand span {
  color: white;
}

header .mobile {
  display: none;
}


@media (max-width: 1000px) {
  header .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10vh;
    overflow: hidden;
    position: relative;
  }
  header .mobile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .mobile .container .brand {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0056ae;
  }
  header .mobile .container .brand img{
    width: 200px;
    height: auto;
  }

  header .mobile .container .brand span {
    margin-left: 10px;
    font-size: 14px;
  }
  header .mobile .container .toggler {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .mobile .container .toggler .bar1, header .mobile .container .toggler .bar2, header .mobile .container .toggler .bar3 {
    width: 100%;
    height: 5px;
    background-color: #0056ae;
  }
}

header #nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: -120%;
  height: 100vh !important;
  background-color: #0056ae;
  z-index: 100 !important;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

header #nav .languagepicker{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

header #nav .languagepicker li:first-child{
  margin-right: 20px;
}



header #nav span {
  color: white;
  position: absolute;
  top: 5%;
  left: 85%;
  font-size: 2rem;
}

@media (max-width: 300px) {
  header #nav span {
    left: 85%;
  }
}

header #nav #blueT {
  color: white;
  position: absolute;
  top: 7%;
  left: 25%;
  width: 50%;
  text-align: center;
  font-size: .7rem;
  cursor: pointer;
}

@media (max-width: 300px) {
  header #nav #blueT {
    left: 85%;
  }
}

header #nav ul {
  width: 70%;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

header #nav ul a {
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
}

header #nav ul a span {
  position: static;
  font-style: normal;
  overflow: hidden;
  color: #e6e6e6;
  display: inline-block;
  font-size: 1rem;
}

header #nav ul a span:nth-child(2) {
  margin-left: 25%;
}

/*
SLIDER
*/
.banner {
  color: #111111;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.banner div {
  background-color: rgba(0, 86, 174, 0.6);
  z-index: -1;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.banner div img {
  z-index: -1;
  margin-top: -15%;
}

@media (max-width: 1170px) {
  .banner div img {
    margin-top: -5%;
  }
}

@media (max-width: 967px) {
  .banner div img {
    margin-top: 0%;
  }
}

@media (max-width: 750px) {
  .banner div img {
    width: 140% !important;
    height: auto;
    margin-left: -20%;
  }
}

.banner div h3 {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 280px;
  font-size: 48px;
  color: white;
  z-index: 5;
  padding: 0 20%;
  text-shadow: 5px -5px 5px rgba(0, 0, 0, 0.4);
  font-family: 'Montserrat', sans-serif;
  -webkit-animation-name: prvih3;
          animation-name: prvih3;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  text-align: center;
}

.banner div h3 span {
  color: rgb(244, 54, 54);
  vertical-align: bottom;
  
}

@media (max-width: 1500px) {
  .banner div h3 {
    font-size: 48px;
  }
  .banner div h3 span {
    font-size: 48px;
  }
}

@media (max-width: 750px) {
  .banner div h3 {
    font-size: 30px;
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    text-align: flex-start;
    top: 20%;
  }
  .banner div h3 span {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .banner div h3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner div:first-child h3 {
    left: 0 !important;
  }
  .banner div:first-child h3 span {
    margin-right: 10px;
  }
}

.banner .bG {
  width: 100%;
  height: 100%;
  height: 1200px;
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0;
  background-color: rgba(0, 86, 174, 0.6);
}

.banner .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  padding: 10%;
  z-index: 100;
  color: white;
  font-size: 80px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .owl-nav span {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.banner .owl-nav:hover span {
  opacity: 15;
}

@media (max-width: 910px) {
  .banner {
    height: 500px;
  }
  .banner div {
    height: 500px;
  }
  .banner div h3 {
    height: 500px;
  }
  .banner .owl-nav {
    height: 500px;
  }
}

@media (max-width: 530px) {
  .banner {
    height: 350px;
  }
  .banner div {
    height: 350px;
  }
  .banner div h3 {
    height: 350px;
  }
  .banner .owl-nav {
    height: 350px;
  }
}

@media (max-width: 360px) {
  .banner {
    height: 280px;
  }
  .banner div {
    height: 280px;
  }
  .banner div h3 {
    height: 280px;
  }
  .banner .owl-nav {
    height: 280px;
  }
}

/***********
MAIN
***********/
/*
SERVICES
*/
section:first-child {
  width: 70%;
  margin: auto;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40vh;
  border-bottom: 5px solid #0056ae;
}

section:first-child p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

section:first-child p:nth-child(1) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

@media (max-width: 678px) {
  section:first-child p:nth-child(1) {
    text-align: center;
  }
}

section:first-child p:nth-child(2) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media (max-width: 678px) {
  section:first-child p:nth-child(2) {
    text-align: center;
  }
}

section:first-child p:nth-child(3) {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  text-align: right;
}

@media (max-width: 678px) {
  section:first-child p:nth-child(3) {
    text-align: center;
  }
}

@media (max-width: 850px) {
  section:first-child {
    width: 90%;
  }
}

@media (max-width: 678px) {
  section:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section:first-child p {
    margin: 20px 0;
  }
}

section:nth-child(2) {
  width: 50%;
  margin: auto;
  padding: 50px;
  text-align: center;
}

@media (max-width: 678px) {
  section:nth-child(2) {
    width: 90%;
  }
}

.uslugeNaslov {
  text-align: center;
  margin: 50px 0;
  font-size: 30px;
}

.two-carousel {
  width: 80%;
  margin: auto;
}

.two-carousel .opis {
  padding: 70px 20px;
  height: 250px;
  width: 250px;
  margin: 20px auto;
  border-radius: 25px 0 25px 0;
  background-color: #0056ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  cursor: pointer;
  position: relative;
}

.two-carousel .opis p {
  text-align: center;
  color: white;
  display: none;
}

.two-carousel .opis h3 {
  text-align: center;
  color: white;
  height: 50px;
}

.two-carousel .opis i {
  width: 45px;
  height: 45px;
  color: #0056ae;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
}

@media (max-width: 678px) {
  .two-carousel .opis {
    max-width: 300px;
    margin: 0 auto 0 auto !important;
  }
}

@media (max-width: 678px) {
  .two-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main #opis {
  width: 50%;
  margin: 50px auto 0 auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0056ae;
  padding: 20px 50px;
  border-radius: 25px 0 25px 0;
  border-top: 5px solid #0056ae;
  border-bottom: 5px solid #0056ae;
  text-align: center;
}

@media (max-width: 678px) {
  main #opis {
    height: auto;
  }
}

.owl-dots {
  width: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.owl-dots .owl-dot {
  background-color: rgba(0, 86, 174, 0.6) !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 0;
}

.owl-dots .active {
  background-color: #0056ae !important;
}

.why {
  padding: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h3 h3"
 "woman progress";
}

.why h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: h3;
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}

.why div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.why div:last-child{
  justify-self: flex-start;
}

.why div article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 height: 100%;
 padding-top: 40px;
}

.why div article div {
  width: 150px;
  height: 150px;
  border: 2px solid rgba(0, 86, 174, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.why div article div span {
  text-transform: uppercase;
  color: gray;
  font-size: 14px;
  text-align: center;
}

.why div article div p .countfect {
  font-size: 46px;
  color: rgba(0, 86, 174, 0.6);
}

@media (max-width: 768px) {
  .why div {
    margin-bottom: 50px;
  }
  .why div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .why .first .whyUs {
    display: block;
    width: 200px;
  }
}

.ourServices {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 86, 174, 0.8)), to(rgba(0, 86, 174, 0.99))), url(../img/our-services.jpg);
  background: linear-gradient(to right, rgba(0, 86, 174, 0.8), rgba(0, 86, 174, 0.99)), url(../img/our-services.jpg);
  min-height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  height: auto;
  margin-top: -4px;
}

.ourServices h3 {
  font-size: 30px;
  text-align: center;
  color: white;
}

.ourServices .container {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ourServices .container article {
  min-height: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.ourServices .container article div:first-child {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

.ourServices .container article div:first-child img {
  width: 120%;
  margin-left: -10%;
  -webkit-transition: .4s;
  transition: .4s;
}

.ourServices .container article div:first-child img:hover {
  width: 140%;
  margin-left: -20%;
}

.ourServices .container article div:last-child h4 {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}

.ourServices .container article div:last-child p {
  color: white;
}

@media (max-width: 768px) {
  .ourServices .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ourServices .container article {
    min-width: 250px;
    margin-bottom: 50px;
  }
}

.testimonials {
  min-height: 40vh;
}

.testimonials .container {
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials .container h3 {
  margin-top: 50px;
  text-align: right;
  width: 100%;
  color: gray;
  font-size: 12px;
}

.testimonials .container p {
  color: rgba(0, 86, 174, 0.6);
  text-align: center;
}

.testimonials .owl-dots {
  width: 100px;
  margin-bottom: 20px;
}

section:last-child{
  background-color: #111111;
  padding-top: 50px;
}

section:last-child .container h3{
  text-align: center;
  color: white;
  padding-bottom: 50px;
}

.partneri{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: no-wrap;
}

.partneri div a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 10vh;

}

@media(max-height: 710px){
  .partneri div a {
    height: 70px;
  }
}

.partneri div a img{
  background-blend-mode: screen;
  max-width: 200px;
  height: auto;
  margin: auto;
}

#contact {
  visibility: hidden;
  position: fixed;
  top: 85vh;
  left: 90%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #111111;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

@media (max-width: 900px) {
  #contact {
    left: 80%;
  }
}

#form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -300%;
  z-index: 9999;
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 86, 174, 0.88);
  -webkit-transition: .5s;
  transition: .5s;
}

#form form {
  width: 600px;
}

#form form input, #form form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 15px;
}

#form form textarea {
  min-height: 100px;
}

#form form input[type=submit] {
  cursor: pointer;
}

@media (max-width: 678px) {
  #form form {
    width: 100%;
  }
}

#form #cancel {
  width: 100px;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 15px;
  color: Red;
  cursor: pointer;
}

@media (max-width: 768px) {
  #form {
    padding: 50px 20px;
  }
}

footer {
  background-color: #111111;
  min-height: 60vh;
  padding: 100px 0;
}

@media screen and (min-width: 881px) and (max-height: 710px){
  footer{
    height: 500px;
  }
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container article {
  height: 30vh;
  color: white;
}

footer .container article:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container article:nth-child(2) h4 {
  margin-bottom: 20px;
  text-align: center;
}

footer .container article:nth-child(2) p {
  color: white;
  text-align: center;
}

footer .container article:nth-child(2) iframe {
  margin-top: 20px;
}

footer .container article:last-child h4 {
  margin-bottom: 50px;
}

footer .container article:last-child div {
  width: 60%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container article:last-child div a img {
width: 25px;
height: auto;
}

footer .container article a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 880px) {
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container article {
    margin-bottom: 50px;
    height: auto;
    min-height: 150px;
  }
  footer .container article:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
  footer .container article:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .container article:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 880px) {
  footer {
    padding: 50px 0 0 0;
  }
}

.bottombar {
  background-color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: gray;
  padding-bottom: 10px;
}

.bottombar p {
  text-align: center;
}

.dark-mode {
  background-color: #0056ae;
  color: white;
}

.dark-mode .desktop .container nav ul a {
  color: white;
  background-color: #0056ae;
}

.dark-mode .desktop .container nav ul a::after {
  background-color: white;
}

.dark-mode .desktop .container .brand {
  color: white;
}

.dark-mode .sticky {
  background-color: white;
}

.dark-mode .sticky .brand i {
  color: #0056ae;
}

.dark-mode .sticky .brand span {
  color: #0056ae;
}

.dark-mode .sticky .container nav ul a {
  color: #0056ae !important;
  background: transparent !important;
}

.dark-mode .sticky .container nav ul a span {
  color: #0056ae;
}

.dark-mode .sticky .container nav ul a::after {
  background-color: #0056ae;
}

.dark-mode .mobile .container .toggler .bar1, .dark-mode .mobile .container .toggler .bar2, .dark-mode .mobile .container .toggler .bar3 {
  background-color: white;
}

.dark-mode header .mobile .container .brand{
  color: white;
}

.dark-mode #nav {
  background-color: white;
}

.dark-mode #nav span {
  color: #0056ae;
}

.dark-mode #nav #blueT {
  color: #0056ae;
}

.dark-mode #nav ul a span {
  color: rgba(0, 86, 174, 0.6);
}

.dark-mode main section p {
  color: white;
}

.dark-mode section:first-child {
  border-bottom: 5px solid white;
}

.dark-mode .two-carousel {
  width: 80%;
  margin: auto;
}

.dark-mode .two-carousel .opis {
  padding: 20px;
  height: 250px;
  margin: 20px 0;
  border-radius: 25px 0 25px 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dark-mode .two-carousel .opis i {
  background-color: #0056ae;
  color: white;
}

.dark-mode .two-carousel .opis p {
  text-align: center;
  color: rgba(0, 86, 174, 0.6);
}

.dark-mode .two-carousel .opis h3 {
  color: #0056ae;
}

.dark-mode main #opis {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  color: white;
}

.dark-mode .owl-dots .owl-dot {
  background-color: white !important;
}

.dark-mode .why div article div {
  border: 2px solid white;
}

.dark-mode .why div article p span {
  color: white;
}

.dark-mode .testimonials p {
  color: lightgray;
}

.dark-mode .ourServices {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.86))), url(../img/our-services.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.86)), url(../img/our-services.jpg);
  background-attachment: fixed;
}

.dark-mode .ourServices h3 {
  color: #0056ae;
}

.dark-mode .ourServices .container article div:last-child h4 {
  color: #0056ae;
}

.dark-mode .ourServices .container article div:last-child p {
  color: rgba(0, 86, 174, 0.6);
}

.dark-mode #form {
  background-color: rgba(255, 255, 255, 0.88);
}

.dark-mode #form form input, .dark-mode #form form textarea {
  background-color: #0056ae;
  color: white;
}

.dark-mode #form form input::-webkit-input-placeholder, .dark-mode #form form textarea::-webkit-input-placeholder {
  color: white;
  font-weight: 100;
}

.dark-mode #form form input:-ms-input-placeholder, .dark-mode #form form textarea:-ms-input-placeholder {
  color: white;
  font-weight: 100;
}

.dark-mode #form form input::-ms-input-placeholder, .dark-mode #form form textarea::-ms-input-placeholder {
  color: white;
  font-weight: 100;
}

.dark-mode #form form input::placeholder, .dark-mode #form form textarea::placeholder {
  color: white;
  font-weight: 100;
}

.dark-mode #form #cancel {
  border: 1px solid #0056ae;
  background-color: transparent;
}

@-webkit-keyframes prvih3 {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes prvih3 {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
