/********************** COMMON SETTINGS ************************/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap'); */
:root {
  --primary: #1688c6;
  --primaryhover: #1688c6DD;
  --secondary: #006296;
  --secondaryhover: #006296DD;
  --dark: #27292e;
  --dark-2:rgba(39, 40, 42, 0.7);
  --white: #ffffff;
  --light: rgb(246, 246, 247);
  --muted: rgb(163, 166, 174);
  --orange: #ff5b44;
  --orangehover: #ff5b44DD;
  --body-bg: rgb(238,242,245);
}

*::after, *::after{
  pointer-events: none !important;
}
.page-content{
  min-height: 77vh;
}
.fw-bold {
  font-weight: 600 !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

@media (max-width: 991.98px) {
  .mt-5 {
    margin-top: 3.3rem !important;
  }
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-dark-2{
  color: var(--dark-2) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-muted, .text-muted a {
  color: var(--muted) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

.btn {
  font-weight: 600;
  border-radius: 0;
  border-width: 2px;
}

.btn-outline-white {
  color: var(--white) !important;
  background-color: transparent !important;
  border-color: var(--white) !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  background-color: var(--secondary) !important;
}

.btn-outline-primary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary) !important;
}

.btn-secondary:hover {
  background-color: var(--secondaryhover) !important;
}

.btn-outline-secondary {
  color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.btn-outline-secondary:hover {
  color: var(--white) !important;
  background-color: var(--secondary) !important;
}

.btn-orange {
  color: var(--white);
  background-color: var(--orange);
}

.btn-orange:hover {
  background-color: var(--orangehover) !important;
  color: var(--white) !important;
}

.border-muted {
  border-color: var(--muted) !important;
}

.socials {
  width: 692px;
}

.submenu-strip {
  position: absolute;
  margin-top: 0px;
  z-index: 9;
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  height: 60px;
}

.subpage-header {
  position: absolute;
  z-index: 9;
  margin-top: 120px;
}

.breadcrumb {
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  font-weight: 300;
  display: contents;
  white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--muted);
  padding-left: .5rem;
}

.breadcrumb-item.active {
  font-weight: 300 !important;
}

.attachement-files i {
  color: var(--muted) !important;
  font-size: 20px;
}

.filetype a {
  font-size: 16px !important;
  color: var(--muted);
  text-decoration: none;
}

.bg_header {
  height: 200px;
  /* background-attachment: fixed; */
  /* box-shadow: 0 -13px 27px #00000033 inset; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .bg_header {
    height: 160px;
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.chat {
  right: 60px;
  bottom: 80px;
  z-index: 200;
  border-radius: 500px;
  height: 100px;
  width: 100px;
  text-decoration: none;
  transform: scale(0);
}

.chat.active {
  transform: scale(1);
}

.chat:hover {
  cursor: pointer;
}

.chat i {
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .chat {
    right: -15px;
    bottom: 100px;
    height: 54px;
  }

  .chat img {
    display: none;
  }
}

.invalid-tooltip {
  background-color: transparent;
  color: rgba(220, 53, 69, .9);
  padding-left: 0;
}

.border-lg {
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .container {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
  }

  .cutted {
    background-color: var(--white);
  }
}

.hand:hover {
  cursor: pointer !important;
}

.modal {
  z-index: 99999;
}

body {
  background-color: var(--body-bg);
  /* font-family: 'Poppins', sans-serif; */
  color: #27292e;
  /* max-width: 1920px;
		margin: 0 auto; */
}

h1, h1 p {
  font-size: 50px;
  font-weight: 600;
  padding-top: 50px;
}

h1:first-letter {
  text-transform: uppercase;
}

h2, h2 p {
  font-weight: 900;
  font-size: 40px;
}

h3, h3 p {
  font-size: 25px;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  h1, h1 p {
    font-size: 30px;
  }

  h2, h2 p {
    font-size: 25px;
  }

  h3, h3 p {
    font-size: 20px;
  }
}
.bg-customers{
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 100%);
}
.article{
  min-height: 65vh;
}
.article-part h1, .article-part h2, .article-part h3, .article-part h4, .article-part h5, .article-part h5 {
  color: var(--primary);
}

.article-part h3 {
  padding-bottom: 40px;
  padding-top: 20px;
}

.article-part h3, .article-part h3 p {
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}

.bg-stamp {
  background: url('../img/stamp.png') no-repeat;
  background-size: 300px;
  background-position: 100px 30px;
}

.bg-stamp-grey {
  background: url('../img/stamp-grey.png') no-repeat;
  background-size: 300px;
  background-position: 100px 30px;
}

@media (max-width: 991.98px) {
  p, li {
    font-size: 16px;
  }

  .breadcrumb li {
    font-size: 14px;
  }
}

a {
  color: var(--primary);
}

a>p {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.bg-dark a:not(.btn) {
  color: #EDEDE8;
}

a:hover {
  transition: 0.5s;
}

.carousel-indicators [data-bs-target]:not(.active) {
  opacity: .2;
}

.bw {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .25;
}

.bw:hover {
  filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

table td {
  vertical-align: middle;
  padding: 20px !important;
  border: 0;
}

table tr td p {
  padding: 0;
  margin: 0;
}

td:nth-of-type(0), td:nth-of-type(0) * {
  font-weight: 600;
}

table#filter-table td {
  font-size: .9rem;
  white-space: nowrap;
}

table#filter-table tbody tr:hover td, table#filter-table tbody tr:hover i {
  background: #212529;
  color: #EDEDE8;
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 30px 0;
}

.video-bg{
  background-image: url(../video/video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

form h6.forminput-header {
  opacity: .5;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: none !important;
  box-shadow: none !important;
  outline: none;
}

.form-select {
  background-color: transparent !important;
}

.icons img {
  filter: invert(70%);
}

/* ///////// VISUAL CHOOSER ///////// */
.chooser {
  background: url('../index.html?2');
  background-size: 100%;
  background-repeat: no-repeat;
}

.choose-elements path {
  opacity: 0;
}

@media (min-width:1281px) {
  .choose-elements:hover+.building-sign path[data-chooser] {
    fill: darkorange;
  }

  .choose-elements path:hover {
    opacity: 1;
  }
}

/* ///////// VISUAL CHOOSER ///////// */
.bg-web {
  background-color: var(--primary) !important;
}

.text-web {
  color: var(--primary) !important;
}

.wysiwyg ul {
  padding-left: 20px;
  padding-top: 10px;
}

.wysiwyg ul li {
  list-style-type: none;
  padding: 0 0 5px 18px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .wysiwyg ul li {
    font-size: 16px;
  }
}

.wysiwyg ul li::before {
  content: "→";
  position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-left: -25px;
}

.nav-item .active {
  color: var(--secondary) !important;
}

.nav-item>a {
  position: relative;
}

.nav-item.active>a {
  color: var(--secondary) !important;
}

.header .navbar {
  z-index: 9;
}

.header-inline .nav-item {
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .header-inline .nav-item {
    padding-top: 10px;
  }
}

.header-inline .nav-item.active {
  background: var(--white);
}

.modal-backdrop {
  z-index: 9999;
}

.header {
  z-index: 999;
}

.header .nav-item>a::after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  background: var(--white);
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
}

@media (min-width: 991.98px) {
  .nav-item.active:not(:first-child)>a::after, .nav-item>a:hover::after {
    width: 100%;
  }
}

.header .nav-item>a, .header .nav-item>a:hover {
  color: var(--white) !important;
}

.nav-item>a:hover {
  color: var(--secondary) !important;
}

.bg-middleblue {
  background-color: #3869a0;
}

.text-middleblue {
  color: #3869a0;
}

.news {
  text-decoration: none;
}

.news:hover .news-text {
  background-color: #1c1f23 !important;
  color: #EDEDE8;
}

.new:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.news-headline {}

.news-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.news_full_img, .new_circle {
  position: relative;
  transition: 0.5s;
}


.news_full_img:hover, .new_circle:hover{
  transition: 0.5s;
  transform: scale(1.1);
}

.news_full_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000044;
  top: 0;
  left: 0;
  border-radius: var(--bs-border-radius-xl)!important;
}

.oval,.oval4{ position: relative;}
.oval::after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
width: 100%;
z-index: 1;
height: 100%;
background: url('../img/wave2.svg') no-repeat bottom;
background-size: 100%;
}


.oval4::after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
width: 100%;
z-index: 1;
height: 100%;
background: url('../img/wave4.svg') no-repeat bottom;
background-size: 100%;
}

.oval2{
  position: relative;
  background-image: url(../img/logo-transparent.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.oval2::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 1;
height: 100%;
background: url('../img/wave3.svg') no-repeat top;
background-size: 100%;
}


.arrow{position: relative;}
.arrow:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--body-bg);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.services p {
  font-size: .85rem;
}

.services a:hover {
  text-decoration: none;
}

/* pismo pre titulku */
.smaller {
  font-size: var(--fontSmaller);
  line-height: var(--lineHeighLarge);
}

.custom-select {
  box-shadow: none;
}

b, strong {
  font-weight: bold;
}

.grecaptcha-badge {
  display: none;
}

.btn:hover {
  text-align: center;
}

.btn:hover img {
  display: none;
}

/********************** GOUP ************************/
.goup {
  right: 92px;
  bottom: 170px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  border-radius: 500px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: .1s;
  transform: scale(0);
  text-decoration: none;
}

.goup.active {
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .goup {
    right: 16px;
  }
}

/********************** FORMY ************************/
.form-control {
  font-size: inherit;
}

/********************** PARALAX SUPPAGE ************************/
.parallax-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 230px;
}

.parallax-header.parallax-mirror {
  z-index: 1 !important;
}

/********************** FILE FYPES ************************/
.attachment-files {
  list-style-type: none;
}

/********************** GALLERY ************************/
.gallery-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-header {
  font-size: 3rem;
}

.swiper-slide {
  width: auto;
}

.swiper-slide .slider-a::after {
  content: "";
}

.swiper-slide .slider-a::before {
  transition: 0.3s;
}

.swiper-slide .slider-a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
}

.swiper-slide .slider-a:hover::after {
  content: url('../img/icons/zoom-in.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  opacity: .9;
}

.swiper-slide a:hover div, .attachment-images a:hover div {
  opacity: .8;
}

.attachment-images a {
  padding-bottom: 100%
}

.swiper-slide a i, .attachment-images a i {
  font-size: 40px;
  z-index: 1;
}

.fa-eye:before {
  content: "\f06e";
}

.swiper-slide a div, .attachment-images a div {
  opacity: 0;
  transition: .3s;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
}

.swiper-slide a img, .attachment-images a img {
  transition: .2s;
  transform-origin: center center;
}

.clients .swiper-slide a img {
  max-width: 200px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/********************** MENU ************************/
.menu li a, .menu li span {
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .navbar-block .menu li a, .navbar-block .menu li span {
    font-weight: 600;
    font-size: 22px;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

/********************** TOOLS LIGHTBOX ************************/
.arrow {
  border: none !important;
  background: none !important;
}

.blueimp-gallery>.prev, .blueimp-gallery>.next {
  font-size: 2rem;
}

.blueimp-gallery>.close {
  font-size: 1.5rem;
}

/********************** VIDEO ************************/
.video-parent {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-content {
  z-index: 2;
}

.slider-box {
  background: rgb(28, 76, 120);
}

.video-parent::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33)
}

#myVideo {
  min-height: 100%;
}

/******* FORM CONTROL ***********/
.input-error .checkbox .checkmark, .input-error .form-control {
  border-color: #dc3545 !important;
}

.form-check .form-check-input[type=checkbox]+label {
  padding-left: 15px;
}

.form-check .form-check-input[type=radio] {
  margin-right: 15px;
  display: inline-block;
}

.form-check-input[type=radio], .form-check-input[type=checkbox] {
  transform: scale(1.5) translatex(2px);
  border-width: 2px !important;
}

.form-floating>label {
  width: 100%;
}

.form-floating>.form-control:focus~label::after {
  background-color: inherit;
}

/******* SWIPER ***********/
/* .swiper-slide{
	height: 115px;
	display: flex;
	align-items: center;
} */
/********************** BREADCRUMB ************************/
li.breadcrumb-item a {
  text-decoration: none;
}

/********************** SIDEBAR ************************/
.sidebar nav .nav-item ul li {
  padding-left: 20px;
  font-weight: 300;
}

.sidebar nav ul li::before {
  /* position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	content: "●";
	font-size: 20px;
	margin-top: -4px;
	margin-left: -18px; */
}

/********************** CONTACT ************************/
#map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.logoMap {
  max-height: 50px;
}

.contact form label {}

/********************** FLASH MESSAGE ************************/
.alert p {
  margin: .3rem 0;
}

/********************** NAVBAR BLUR ************************/
.navbar-inline {
  position: absolute;
  top: 72px;
  width: 100%;
  z-index: 9999;
}

.header .navbar-collapse.collapse.show::before, .header .navbar-collapse.collapsing::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* background-color: rgba(0, 0, 0, 0.05); */
  background-color: #00000090;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 150px #000000;
}

@media (max-width: 991.98px) {
  .navbar-inline {
    position: static;
    top: 0px;
    width: 100%;
    z-index: 0;
  }
}

.blur-filter, .blur-filter2 {
  background-color: rgba(243, 243, 243, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.blur-filter2 {
  background-color: rgba(243, 243, 243, 0.20);
}

.lang-bar img {
  width: 16px;
}

.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/********************** FOOTER ************************/
footer {
  position: relative;
  background: url(../img/bg4.webp) top;
  background-size: cover;
}

footer .contact {
  position: relative;
  z-index: 2;
}

footer .footer-pattern {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}

footer .menu .dropdown-menu {
  position: static;
  background-color: inherit;
  box-shadow: none;
}

footer .menu .dropdown-item {
  padding: 0;
  color: #fff;
}

footer .menu .dropdown-item:hover {
  background: inherit;
}

footer .menu .nav-link {
  padding: 0;
  cursor: default;
  display: block;
}

footer .menu .dropdown-toggle::after {
  display: none;
}

footer ul.menu {
  /* display: flex; */
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul.menu li {
  list-style: none;
  padding-right: 20px;
  padding-left: 0;
}

footer ul.menu li ul {
  display: block;
}

footer ul.menu li a {
  color: var(--light);
  padding-bottom: 18px;
  display: inline-block;
}

footer ul.menu li a:hover, footer ul.menu li a:active, footer ul.menu li.active a {
  font-weight: 600;
  color: #fff !important;
}

footer .map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

/********************** FOOTER ************************/
/********************** VIDEO ************************/
video {
  position: absolute;
  top: 0;
}
.slider-main .preloader,
.swiper-main {
  height: 600px;
}

@media (min-aspect-ratio: 16/9) and (max-width: 1023.98px) {
  video {
    width: 100%;
    height: auto;
  }
  .slider-main .preloader,
  .swiper-main {
  	height: 100vh;
    padding-top: 30vh;
  }
}

  @media (max-aspect-ratio: 1/1) {
    video {
      left: -50%;
  }
  .slider-main .preloader,
  .swiper-main {
  	height: 60vh;
  }
}


/********************** EMPLOYERS ************************/
.employee {
  max-width: 140px;
  max-height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .d-xs-none {
    display: none;
  }

  .text-modal {
    text-align: justify;
  }
}


@media(min-width: 1199.98px) {
  #myVideo {
    min-width: 100%;
  }

  .collapse.dont-collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  ol, ul {
    padding-left: 1.2rem;
  }

  .wysiwyg ul {
    padding-left: 0px;
  }

  .lang-bar img {
    width: 40px;
  }

  .form-inline .form-control {
    width: inherit;
  }

  .video-parent {
    height: 350px;
  }

  h1 {
    letter-spacing: 1px;
  }

  .parallax-header {
    height: 150px;
  }

  .wysiwyg img {
    max-width: 100%;
    height: auto;
  }

  .swiper-pagination {
    display: none;
  }

  .slider-header {
    font-size: 2.2rem;
  }

  .bg-stamp-grey {
    background-size: 250px;
    background-position: -55px 110px;
  }
}
