/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. News Section
17. About
18. Services
19. Banner
20. Questionnaire
21. Projects
22. Bottom Sections
23. Footer
24. About Page
25. Services Pages
26. News Page
27. Donations Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } 
 strong { font-weight: 700; }

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin-bottom: 3rem; }
a{
  text-decoration: underline;
  color: inherit;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}
/* FLEX GRID */
/* === Base Wrapper === */
.box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

/* === Base Box === */
.box {
  margin-bottom: 3rem;
}

/* === Default Desktop Widths === */
.box-2 { width: 48.5%; }
.box-3 { width: 31.3%; }
.box-4 { width: 24.4%; }
.box-5 { width: 17.6%; }
.box-6 { width: 14.17%; }

/* === Mobile Adjustment === */
@media only screen and (min-width: 0em) {
  .box { width: 100%; margin-bottom: 3rem; }
}

/* === Progressive Media Queries === */
@media only screen and (min-width: 48.0625em) { /* 769px */
  .box-2 { width: 48.5%; }
  .box-3 { width: 48.5%; }
  .box-4 { width: 48.5%; }
  .box-5 { width: 31.3%; }
  .box-6 { width: 31.3%; }
}


@media only screen and (min-width: 56.3125em) { /* 901px */
  .box-4 { width: 48.5%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 61.3125em) { /* 981px */
  .box-3 { width: 31.3%; }
  .box-4 { width: 48.5%; }
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 64.0625em) { /* 1025px */
  .box-5 { width: 17.6%; }
  .box-6 { width: 14.17%; }
}

@media only screen and (min-width: 68.75em) { /* 1100px */
  .box-6 { width: 14.17%; }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .box-4 { width: 24.4%; }
}
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
  top: 138px;
  padding-bottom:138px;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #ed1c24;  color: #fff; }  
::selection { background-color: #ed1c24; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: calc(102.4rem - 4rem);
}
.container-sm{
  max-width: 76rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 500;margin-top:1rem;}
h1 { font-size: 3.6rem; line-height: 1.4; }
h2 { font-size: 2.8rem; line-height: 1.4; }
h3 { font-size: 2.4rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 3.6rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 3.6rem);
  line-height: 1.4;
}

h3 {
  font-size: clamp(2.3rem, 2vw + 0.5rem, 2.4rem);
  line-height: 1.3;
}
.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 3.6rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}

.title h3{
  font-size: 3rem;
  opacity: 0.3;
  font-weight: 400;
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn,
.wpcf7-submit {
	display: inline-block;
	padding: 1rem 3rem;
	font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
  border-radius: 10rem;
  font-size: 1.6rem;
  margin-top: 3rem;
  cursor: pointer;
}
.btn-primary,
.wpcf7-submit{
  background-color: #052d6f;
  color: #fff;
}
.btn-secondary{
  background-color: #ed1c24;
  color: #fff;
}
.btn-primary:hover,
.wpcf7-submit:hover {
  background-color: #ed1c24;
}
.btn-secondary:hover{
    background-color: #052d6f;
}
.btn-sm{
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ed1c24;
  font-weight: 500;
  margin-top: 2rem;
  transition: all .4s ease-in-out;
}
.btn-sm:hover{
  color: #052d6f;
}
.btn-sm2{
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #052d6f;
  font-weight: 500;
  margin-top: 2rem;
  transition: all .4s ease-in-out;
}
.btn-sm2:hover{
  color: #ed1c24;
}
.btn-white{
  border:1px solid #ffff;
  color: #fff;
  background-color: transparent;
  font-size: 2rem;
  padding: 1.6rem 5rem;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-send{
  background-color: #ed1c24;
  color: #fff;
  padding-left: 5.5rem;
  background-image: url(images/send-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
}
.btn-send:hover{
  background-color: #052d6f;
}
.btn-donation{
  background-color: #ed1c24;
  color: #fff;
  background-image: url(images/donations-white.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: left 2rem center;
  padding-left: 5rem;
  font-weight: 500;
}
.btn-results{
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-results:hover{
  color: #ed1c24;
}
.btn-download{
  background-image: url(images/download-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
  padding-left: 5.4rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #43515a;
	padding: 1.8rem 3rem;
	outline: none;
	background-color: #ffffff;
	font-size: inherit;
	font-family: inherit;
	border-radius: 10rem;
	font-size: 1.6rem;
	font-weight: 300;
}
button{
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #ed1c24;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
.btn-contact-send,
.wpcf7-submit {
  padding: 2rem 8rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}

/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 8rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f6f8fc;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  border:1px solid #ed1c24;
}
.page-numbers.current, .page-numbers:hover{
  background-color: #fff;
  color: #ed1c24;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 12rem;
}
a.page-numbers {
    text-decoration: none;
}

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  justify-content: center;
  padding: 0 2rem;
  background-color: #b6c3d9;

  z-index: 5;
}
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
.custom-arrows{
  position: absolute;
  bottom: 1rem;
  left: 40%;
  transform: translateX(-50%);
  justify-content: flex-start;
  background-color: transparent;
}
  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #000;

}

/* ================================================================================== 
14. Header
===================================================================================== */
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.menu-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 16px;
	transition: 0.3s ease;
	z-index: 4;
  order: 3;
  background-color: #b6c3d9;
  margin-left: 2rem;
}



.menu-icon span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Dots layout */
.menu-icon span:nth-child(1) {
  top: 18px;
  left: 18px;
}
.menu-icon span:nth-child(2) {
  top: 18px;
  right: 18px;
}
.menu-icon span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}
.menu-icon span:nth-child(4) {
  bottom: 18px;
  right: 18px;
}

.menu-icon.active span {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, #000, #000);
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
.search-overlay {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  cursor:pointer
}
.search-popup {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  z-index:9999;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:0 2rem;
  display:none
}
.search-popup.open {
  display:flex
}
.search-inner {
  background:#fff;
  padding:8rem 2rem 5rem 2rem;
  border-radius:8px;
  max-width:100rem;
  width:100%;
  position:relative
}
.search-popup * {
  box-sizing:border-box;
  text-decoration: none;
}
.search-inner form {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:center;
  gap:2rem
}
.search-inner form input {
  width:100%;
  height:5.5rem;
  box-sizing:border-box
}
.search-inner form button {
  display:inline-block;
  padding:1rem 4rem;
  font-weight:700;
  border-radius:10rem;
  text-transform:uppercase;
  background-color:#052d6f;
  color:#fff;
  height:5.5rem;
  font-size:1.6rem;
  box-sizing:border-box
}
.search-inner form button:hover {
  background-color:#000
}
.search-popup-close {
  font-size:3.8rem;
  position:absolute;
  top:1rem;
  right:2rem
}
@media only screen and (min-width:48.0625em) {
  .search-inner form {
    flex-direction:row
  }
  .search-inner form input {
    width:70%
  }
  .search-inner {
    padding:7rem 5rem 5rem 5rem
  }
}
/*--------*/
header{
  width: 100%;
  background-color: #fff;
  z-index: 10;
  position:fixed;
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  top: 0;
}
header.scrolled {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}

.header-logo img {
	display: block;
	width: 15rem;
	height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-weight: 500;
  font-size: 2rem;
  transition: all .4s ease-in-out;

}

nav li a:hover, nav li.current_page_item a{
  color: #ed1c24;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}

.header-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: auto;
	margin-left: auto;
	gap: 1rem;
	font-size: 1.6rem;
	order: 3;
  
}

.lang img{
  width: 1.5rem;
  height: auto;
  display: block;

}
.lang{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;

}
.header-top ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top li{
  display: inline-block;
}
.header-top li a{
  display: inline-block;
  padding: 0 2rem;
}

.contact-btn {
	width: auto;
	height: 100%;
	background-color: #032b6e;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	margin-left: 3rem;
  display: none;
}
.mobile-info .contact-btn{
  display: flex;
  margin-top: 3rem;
  width: 100%;
  margin-left: 0;
}
.contact-btn img{
  width: 3rem;
  height: auto;
  display: none;
}
.contact-btn span{
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.37;
}

.search-toggle img{
  display: block;
  width: 1.8rem;
  height: auto ;
}
.search-toggle{
  margin-right: auto;
}
.header-mail{
  align-items: center;
  gap:1rem;
  margin-right: auto;
  display: none;
}
.header-mail img{
  display: block;
  width: 2.4rem;
  height: auto;
}
header .container .container{
  position: static;
  display: flex;
  align-items: center;
}
.top-nav{
  display: none;
}
.top-nav .sub-menu{
  padding: 1.5rem  !important;
  top: auto;
}
.top-nav .sub-menu a{
  padding: 0.5rem;
  display: block;
}
.top-nav .sub-menu li{
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}
@media only screen and (min-width: 36.25em) {
  /*580px*/
  .contact-btn {
    display: flex;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-btn {
    width: 33rem;
  }
  .contact-btn img{
    display: block;
  }
  .header-top {
    gap: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-btn  a:first-of-type{
    font-size: 2rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
    .onama-link .sub-menu li:first-child{
      display: none;
    }
      .djelatnost-link .sub-menu li:first-child{
      display: none;
    }
  .top-nav{
    display: block;
  }
  .mobile-menu{
    display: none;
  }
  .contact-btn{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5rem 2rem;
    font-size: 1.4rem;
    margin-left: 0;
  }

  header .container .container{
    display: block;
  }
  .header-top {
    padding: 2rem 34rem 2rem 0;
    border-bottom: 1px solid #ccc;
    width: 84%;
    margin-left: auto;
  }
  .menu-icon{
    display: none;
  }
  .header-logo{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

nav {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	min-height: auto;
	overflow-y: visible;
	transform: none;
	transition: none;
	padding: 0 24rem 0 18rem;
	background-color: transparent;
	opacity: 1;
	visibility: visible;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 35rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 5;
  }
  .sub-menu li a{
    font-size: 1.6rem;
  }
  .djelatnosti-link{
    position: static;
  }
  
  .djelatnosti-link > .sub-menu{
    width: 144rem;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .djelatnosti-link .menu-item-has-children  a{
    color: #898989;
  }
   .djelatnosti-link .menu-item-has-children  a:hover{
    color: #ed1c24;
  }
  .djelatnosti-link .menu-item-has-children > a{
    font-size: 2rem !important;
   color: #000;
  }
  .djelatnosti-link .menu-item-has-children > a:hover{
      color: #ed1c24;
  }
  .djelatnosti-link .sub-menu  .sub-menu{
  display: block;
  position: static;
  top: auto;
  left: auto;
  padding: 0;
  border: 0;
  width: 100%;

  }

  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 3rem;
  }
   .header-logo img{
    width: 22rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .contact-btn{
    width: 35rem;
    font-size: 1.5rem;
  }
  .contact-btn img{
    width: 5rem;
  }
  nav {
	  padding: 0 14rem 0 18rem;
  }

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-mail{
    display: flex;
  }
  .search-toggle{
    margin-right: 0;
  }
  .header-top {
    padding: 2rem 24rem 2rem 0;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .header-top{
	  padding: 2rem 14rem 2rem 0;
  }
}
.back-nav{
  display: none;
} 
@media only screen and (max-width: 68.6875em) {
  /*1099px*/
  header .sub-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    padding: 4rem;
    padding-top: 15rem;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .8s ease-in-out;
    z-index: 2;
    overflow-y: auto;
    text-align: center;
    display: block;
  }
    header .sub-menu .back-nav{
      display: inline-block !important;
    }
  .sub-menu {
    font-size: 1.7rem;
  }
  header .sub-menu.open-sub{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
.back-nav {
	display: inline-block;
	opacity: 0.6;
	background-image: url(images/arrow-left.svg);
	padding-left: 4rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5rem;
	cursor: pointer;
	margin-bottom: 3rem;
	font-weight: 600;
}
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro-slider{
  background-color: #b6c3d9;
  overflow: hidden;
}
.intro-slider .swiper-slide{
  box-sizing: border-box;
}
.intro-text{
  padding: 5rem 2rem;
  width: 100%;
}

.intro-image{
  width: 100%;
}
.intro-image img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-slider .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .intro-text{
    padding: 5rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro-inner{
    max-width: 60rem;
    width: 100%;
  }
  .intro-image{
    width: 50%;
  }
  .intro-image img{
   aspect-ratio: 16/12;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .intro-image img{
    aspect-ratio: 16/10;
  }
  .intro-text{
    padding: 10rem;
  }
}

/* ================================================================================== 
16. News Section
===================================================================================== */
.news-section{
  padding: 5rem 0;
}
.news-section-box{
  background-image: url(images/info.svg);
  background-position: left top;
  padding-top: 6rem;
  background-repeat: no-repeat;
  background-size: 5rem;
  max-width: 110rem;
  width: 100%;
}
.news-section a{
  text-decoration: none;
}

@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .news-section .btn-secondary{
    position: absolute;
    right: 2rem;
    bottom: -2rem;
  }
  .news-section-box{
    padding-left: 8rem;
    padding-top: 0;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .news-section .btn-secondary{
    bottom: 0;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center2{
  margin-bottom: 6rem;
}
.about{
  background-color: #052d6f;
  color: #fff;
}
.text{
  margin: 5rem 0;
}
/* ================================================================================== 
18. Services
===================================================================================== */
.services-box{
  padding: 3rem;
  background-color: #f6f8fc;
}
.services-box img{
  display: block;
  width: 6.7rem;
  height: 7.8rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.services-box a{
  text-decoration: none;
}
.services-box h3{
  font-weight: 400;
  transition: all .4s ease-in-out;
}
.services-box h3:hover{
  color: #ed1c24;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-box h3{
    font-size: 3rem;
  }
  .services-box{
    padding: 5rem;
  }
}
/* ================================================================================== 
19. Banner
===================================================================================== */

.banner-box{
  width: 100%;
  background-color: #ed1c24;
  color: #fff;
  padding: 5rem 3rem;
}
.banner-box:first-child{
  background-color: #052d6f;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .banner-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner-box{
    width: 50%;
  }
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner-box{
    padding: 8rem 8rem;
  }
}
/* ================================================================================== 
20. Questionnaire
===================================================================================== */
.questionnaire-wrapper{
  margin-top: 7rem;
}
.questionnaire-box{
  padding: 2rem;
  border:1px solid #ccc;
  display: flex;
  flex-direction: column;
}
.questionnaire-box h3 {
	font-size: 2.6rem;
}
.radio-wrapper{
  border-radius: 10rem;
  padding: 1rem;
  background-color: #e9ecf0;
  width: 12rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.radio-wrapper input{
  width: auto;
}
.radio-wrapper .radiomark{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  border-radius: 10rem;
  opacity: 0;
  visibility: hidden;

}
.radio-content{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1.5rem;
}
.radio-wrapper:has(input:checked) {
  color: #fff;
}
.radio-wrapper:has(input:checked)  .radiomark {
  opacity: 1;
  visibility: visible;
}
.form-group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: 3rem;
}
.form-text p{
  margin: 0;
  opacity: .53;
}
.questionnaire-bottom .btn{
  margin-top: 0;
}
.questionnaire-bottom{

  display: flex;
  align-items: center;
  justify-content: space-between;

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .questionnaire-box{
    padding: 2rem;
  }
}
/* ================================================================================== 
21. Projects
===================================================================================== */
.projects-slider{
  overflow: hidden;
  padding: 5rem 0;
  margin-top: 5rem;
}
.projects-slider .swiper-slide{
  box-sizing: border-box;
  padding: 3rem;
  border:1px solid #000;
  height: auto;
  display: block;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all .2s ease-in-out;

}
.projects-slider a{
  text-decoration: none;
}

.projects-slider .swiper-slide .btn{
  margin-top: auto;
  align-self: flex-start;
  width: auto !important;
}

.text-center-sm{
  max-width: 60rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .projects-slider h3{
  font-size: 3rem;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
.projects-slider .swiper-slide.swiper-slide-active{
  z-index: 5;
  transform: scale(1.2);
}
.projects-slider .swiper-slide.swiper-slide-active *{
  transform: scale(0.8);
  transform-origin: 0;
  width: 100%;
}
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .projects-slider .swiper-slide{
    padding: 5rem;
  }
}
/* ================================================================================== 
22. Bottom Sections
===================================================================================== */
.bottom-content{
  width: 100%;
  margin-bottom: 5rem;
}
.bottom-aside{
  width: 100%;
  background-color: #f6f8fc;
  padding: 3rem  2rem;
}
.bottom-aside h3{
  font-weight: 300;
}
.aside-logos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 0 0;
  max-width: 60rem;

}
.aside-logos a{
  width: 50%;
}
.aside-logos a img{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.aside-btns{
  display: flex;
  gap:2rem;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.bottom-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-aside ul li a{
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.bottom-aside ul li a:hover{
  color: #ed1c24;
}
.publications-image{
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.publications-image img{
  display: block;
  width: 100%;
  aspect-ratio: 16/14;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.publications-image:hover img{
  transform: scale(1.05);
}
.publications-box{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.publications-box a{
  text-decoration: none;
}
.publications-box  h3{
  font-weight: 400;
}
.publications-box  p{
  margin-top: auto;
}
@media only screen and (max-width: 61.25em) {
  /*980px*/
  .bottom-aside h3{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .bottom-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bottom-content{
    width: calc(100% - 56rem);
  }
  .bottom-aside{
    width: 48rem;
    padding: 5rem;
  }
  .aside-logos{
    max-width: 100%;
  }
  .aside-btns{
    justify-content: center;
  }

}
/* ================================================================================== 
23. Footer
===================================================================================== */
.footer-box{
  padding: 3rem;
  border-radius: 2rem;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  font-weight: 400;

}
.footer-box a{
  text-decoration: none;
}
.phone{
  display: block;
  padding-left: 4rem;
  background-image: url(images/phone-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  margin-top: auto;
}
.mail{
  display: block;
  padding-left: 4rem;
  background-image: url(images/mail-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
}
.worktime{
  display: block;
  padding-left: 4rem;
  background-image: url(images/clock-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  margin: 2rem 0;
}
.copyright{
  background-color: #1c1c1c;
  color: #fff;
  padding-top: 20rem;
  margin-top: -15rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
.copyright .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.go-back{
  position: fixed;
  right: 2rem;
  bottom: 7rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ed1c24;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;

}
.fixed-btn{
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
   width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background-color: #ed1c24;
  background-image: url(images/chat-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  z-index: 10;
  transition: all .4s ease-in-out;

}
.fixed-btn:hover{
  background-color: #052d6f;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-box{
    padding: 5rem;
  }
}
@media only screen and (max-width: 61.25em) {
  /*980px*/
  .footer-box:last-child{
    width: 100%;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.top-image img {
	width: 100%;
	height: 40rem;
	object-fit: cover;
  display: block;
}

.mission-box, .text-box{
  background-color: #b6c3d9;
  padding: 3rem;
  margin: 5rem 0;
}
.text-box{
  margin-bottom: 0;
}
.about-numbers{
  background-color: #052d6f;
  color: #fff;
}
.numbers-wrapper{
  margin-top: 5rem;
}
.numbers-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.numbers-icon{
  margin-bottom: 3rem;
}
.numbers-icon img {
	display: block;
	width: 9rem;
	height: 7rem;
	object-fit: contain;
	margin: 0 auto;
}
.about-banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-banner-text{
  max-width: 100rem;
  width: 100%;
  margin: 0  auto;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
}
.about-banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.5);
}
.container-section-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.contact-section-box{
  display: block;
  padding: 3rem;
  border:1px solid #000;
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-section-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.numbers-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 7rem;
}
.numbers-box{
  width: 31.3%;
  }
  .mission-box, .text-box{
    padding: 5rem;
  }

}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-banner{
    background-attachment: fixed;
  }
}

/*---------*/

.accordion-wrapper {
  width: 100%;
  margin-top: 5rem;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 1.5rem 3rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 1rem;
  background-color: #f6f8fc;

}
.accordion__head {
  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;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 1.8rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .accordion__head_text {
    font-size: 2rem;
  }

}
/*------------*/
.about-banner2{
  padding: 10rem 0;
  font-size: 2rem;
  font-style: italic;
}
.btn-wrap{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap:1rem;
  margin-top: 3rem;
}
 .btn-wrap .btn{
  margin: 0;
 }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .btn-wrap{
    gap: 3rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
 
}
/*---------*/
.timeline-history {
  position:relative;
  margin-top:5rem;
  padding-left:3rem
}
.timeline-box {
  position:relative;
  margin-bottom:5rem
}
.timeline-box::before {
  content:'';
  position:absolute;
  left:-4rem;
  width:2rem;
  height:2rem;
  background-color:#fff;
  border-radius:50%;
  border:3px solid #ed1c24;
  top:0
}
.timeline-box-text {
  width:100%;
  margin-bottom:5rem
}
.timeline-box-image {
  width:100%
}
.timeline-box-image img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/12;
  object-fit:contain
}
.timeline-line {
  position:absolute;
  top:0;
  left:0;
  width:2px;
  background-color:#ed1c24;
  height:100%
}
.timeline-box-text h3 {
  font-size:2.6rem
}
@media only screen and (min-width:48.0625em) {
  .timeline-box {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center
  }
  .timeline-box:nth-child(2n+2) {
    flex-direction:row-reverse
  }
  .timeline-box-text {
    width:43%;
    margin-bottom:0
  }
  .timeline-box-image {
    width:43%
  }
  .timeline-box::before {
    left:50%;
    transform:translateX(-50%)
  }
  .timeline-line {
    left:50%;
    transform:translateX(-50%)
  }
  .timeline-history {
    padding-left:0
  }
}
@media only screen and (min-width:64.0625em) {
  .timeline-history {
    margin-top:10rem
  }
}
/* ================================================================================== 
25. Services Pages
===================================================================================== */
.form-wrapper{
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
}
/*----------*/
.more-text {
    display: none;
}
.pages-row.open .more-text {
    display: block;
}
.pages-row:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}
.banner-blue{
  background-color: #052d6f;
  color: #FFF;
  margin-bottom: 10rem;
}
.banner-light{
  background-color: #f6f8fc;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner-blue{
      margin-bottom: 10rem;
  }
}
/*-------------------*/
.accordion-wrapper2 .accordion__head_text p {
  font-size: 1.8rem;
  font-weight: 400;
}
/*-------------------*/
.testimonials-wrapper{
  margin-top: 5rem;
}
.testimonials-box{
  padding: 3rem;
  background-color: #f6f8fc;
}
.testimonials-box:not(:last-child){
  margin-bottom: 5rem;
}
.gallery-wrapper{
  column-count: 2;
  column-gap: 3rem;
  margin-top: 5rem;
}
.gallery-wrapper a {
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
  margin-bottom: 3rem;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all.4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .testimonials-box{
    padding: 5rem;
  }
  .gallery-wrapper{
    column-count: 3;
  }
}
/*--------*/
.documents{
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #ccc;
}
.documents ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
}
.documents ul li{
  padding-left: 3rem;
  background-image: url(images/doc.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  margin-bottom: 2rem;
}
/* ================================================================================== 
26. News Page
===================================================================================== */
.news-image{
  display: block;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.news-box{
  background-color: #f6f8fc;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.news-box h3{
  padding: 0 2rem;
}
.news-box p{
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.news-image:hover img{
  transform: scale(1.05);
}
.news-box a{
  text-decoration: none;
}
.news-box h3{
  font-size: 2rem;
}
.news-box .btn-sm{
  margin: 0 2rem;
  margin-top: auto;
  align-self: flex-start;
}
.news-date{
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  background-color: #ed1c24;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.7px 1rem;
}
/*--------*/
.article-content{
  width: 100%;
  margin-bottom: 5rem;
}
.article-aside{
  width: 100%;
}
.article-aside h3{
  font-size: 2.1rem;
}

.article-aside .news-date{
  position: static;
  left: auto;
  bottom: auto;
  display: inline-block;
  align-self: flex-start;
  margin: 2rem;
}
.gallery-wrapper2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 2rem;
  overflow: hidden;
  display: block;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-box:hover img{
  transform: scale(1.05);
}
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-box{
    width: 31.3%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .article-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article-content{
    width: calc(100% - 45rem);
    margin-bottom: 0;
  }
  .article-aside{
    width: 40rem;
  }
  .article-aside .news-box{
    width: 100%;
  }
} 
/* ================================================================================== 
27. Donations Page
===================================================================================== */

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .donations-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
.donations-text{
  width: 45%;
}
}

/* Dodatno */
.post-type-archive-publikacija .publications-wrapper.box-wrapper {justify-content:normal;gap:4rem;}
.post-type-archive-publikacija .publications-wrapper.box-wrapper article {margin-bottom:0;}
.post-type-archive-publikacija .publications-wrapper.box-wrapper h2 {
    width: 100%;
}

/* Ankete */
.basic-yop-poll-container {
    margin-top: -2rem;
}
.col-md-12 {
    padding: 0 !important;
}
.basic-question-title {
    font-size: 1.8rem !important;
    font-weight: 300 !important;
}
ul.basic-answers {
    display: flex;
    gap: 2rem;
}
.bootstrap-yop label {
    display: flex;
    font-weight: 700 !important;
	align-items: center;
    justify-content: center;
}
span.basic-text {
    display: flex;
    flex-direction: row;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}
.basic-answer-content.basic-text-vertical {
    word-break: normal;
}
label.basic-answer-label {
    border-radius: 10rem;
    padding: 1.2rem 3.5rem;
    background-color: #e9ecf0;
    cursor: pointer;
}
li.basic-answer {
    margin-bottom: 0 !important;
}
.basic-stats.text-center {
    margin-top: 0;
    text-align: left;
    opacity: .53;
}
.basic-vote {
    display: flex !important;
    justify-content: space-between;
	align-items: center;
}
a.button.basic-results-button {
    border: 0 !important;
    padding: 0 !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}
a.button.basic-vote-button {
    color: #fff !important;
	padding: 1rem 3rem 1rem 5.5rem !important;
	background-color: #ed1c24 !important;
    background-image: url(images/send-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 2rem center !important;
    background-size: 2rem !important;
	border-radius: 10rem !important;
	border:0 !important;
	font-size:1.6rem !important;
	font-weight:400 !important;
	line-height:2.6rem !important;
	transition: all .4s ease-in-out;
}
a.button.basic-vote-button:hover {
	background-color: #052d6f !important;
}

/* Header fixevi */
@media all and (max-width:1280px) {
	main {
		top: 125px;
		padding-bottom:125px;
	}
}
@media all and (max-width:1099px) {
	main {
		top: 109px;
		padding-bottom:109px;
	}
}
@media all and (max-width:768px) {
	main {
		top: 100px;
		padding-bottom:100px;
	}
}
@media all and (max-width:579px) {
	main {
		top: 78px;
		padding-bottom:78px;
	}
}