/*
Theme Name: Pekara Cvijeta
Theme URI: https://cvijeta.ba/
Author: Singularity Solution - Darko
Author URI: https://www.singularity.is
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v26-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v26-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v26-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face { 
    font-display: swap;
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/pacifico-v22-latin_latin-ext-regular.woff2') format('woff2');
}
/*****************************************************
                       ROOT
******************************************************/
:root {
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Pacifico', sans-serif;
    --primary-color: #EF3E22;
    --primary-text: #222;
}
/*****************************************************
                BODY HTML
******************************************************/
body {
    font-family: var(--primary-font);
}
html {
	scroll-padding-top: 100px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/*********************************
            MODAL
**********************************/
.contact {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FAFAFA;
    padding: 5px 0;
}
.modal-content {
    border: none;
    border-radius: 0;
    background: #222222;
    border-radius: 10px;
}
.modal-header {
    border-bottom: none;
    padding: 0 40px;
    padding-top: 20px;
}
.modal-footer {
    border-top: none;
}
.modal-title {
    color: #FAFAFA;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}
.form-control {
    border-radius: 3px;
}
.form-control::placeholder {
    color: #C9C9C9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
.modal-footer .btn-modal {
    border-radius: 10px;
    padding: 13px 29px;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
/*****************************************************
                PREDEFINED CLASSES
******************************************************/
.myBtn {
    position: fixed;
    bottom: 20px;
    right: -100%;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border: none;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: all 0.7s;
}
.myBtn img {
    width: auto;
    height: 18px;
	object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(168deg) brightness(117%) contrast(95%);
}
.scroll-box {
    opacity: 1;
    visibility: visible;
    right: 10px;
    bottom: 55px;
}
.section-padding {
    padding: 30px 0;
}
.btn {
    padding: 10px 16px;
    min-width: 170px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.btn-primary {
    background: var(--primary-color);
    border: none;
    transition: all 0.5s;
    border-radius: 10px;
}
.btn-sm {
    font-size: 14px;
    padding: 10px 16px;
}
.btn:hover {
    background-color: var(--primary-color);
    border: none;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--primary-color);
}
.hero-title {
    font-family: var(--secondary-font);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 20px;
}
.hero-paragraph {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    max-width: 920px;
}
.title-section h3 {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.title-section h2 {
    color: var(--primary-text);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}
.editor {
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto;
}
.overlay::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.6);
}
/*********************************
           NAV-BAR
**********************************/
.scrollUp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    backdrop-filter: blur(9px);
}
.scrollUp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: .3;
}
.admin-bar .navbar.fixed-top,
.admin-bar .offcanvas.offcanvas-end {
    top: 46px;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler img {
    width: auto;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7500%) hue-rotate(318deg) brightness(113%) contrast(103%);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-brand,
.offcanvas-title {
    width: auto;
    height: auto;
    margin-right: 0;
}
.offcanvas-title img {
    width: 100%;
    height: 50px;
}
.navbar-brand img {
    width: auto;
    height: 45px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FAFAFA;
}
.navbar-nav .nav-item {
    padding: 5px 0;
}
.offcanvas {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.btn-exit img {
    width: auto;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7500%) hue-rotate(318deg) brightness(113%) contrast(103%);
}
.btn-exit {
    background: none;
    border: none;
}
.nav-xl .contact {
    margin-right: 20px;
}
.delivery-btn .btn-primary {
    text-transform: uppercase;
}
/*********************************
           HERO-SECTION
**********************************/
.hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-block{
    min-height: 100svh;
    padding: 60px 0;
}
/*********************************
           ABOUT-US-SECTION
**********************************/
.about-img {
    width: 100%;
}
.about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-icons {
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 5px;
}
.about-icons a {
    background: #DADADA;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.about-us-section .title-section h2 {
    margin-bottom: 20px;
}
/*********************************
      LOCATION-SECTION
**********************************/
.location-section .title-section h2 {
    margin-bottom: 20px;
}
.location-section .editor p {
    margin-top: 21px;
}
.location-section .editor {
    margin-bottom: 29px;
}
.location-section a {
    text-decoration: none;
}
.card-title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 4px;
}
.location-card:hover .location-images img {
	scale: 1.04;
}
.location-images {
    width: auto;
    height: 250px;
    border-radius: 10px;
	overflow: hidden;
}
.location-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 10px;
}
.images-top {
    width: auto;
    height: 104px;
    left: 0;
}
.images-top img {
    width: 100%;
    height: 100%;
}
.images-right {
    width: auto;
    height: 80px;
    right: 0;
}
.images-right img {
    width: 100%;
    height: 100%;
}
.images-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images-section {
    width: auto;
    height: 78px;
}
/*********************************
           PRODUCT-SECTION
**********************************/
.product-block {
    padding-top: 31px;
}
.product-section a {
    text-decoration: none;
}
.product-images {
    width: 100%;
    height: 205px;
	overflow: hidden;
}
.product-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
	transition: all .3s;
}
.product-card:hover .btn-primary {
	background-color: #D35400;
}
.product-box h2 {
    color: var(--primary-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}
.product-box {
    background: #F9F9F9;
    padding: 14px 10px;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
	width: fit-content;
}
/*********************************
           PROCES-SECTION
**********************************/
.proces-section {
    background-image: url('local-images/pozadinaproces.png');
    background-size: cover;
    width: 100%;
    height: 100%;
}
.cooperation-section {
    background-image: url('local-images/pozadinaproces.png');
    background-size: cover;

}
.proces-section a{
    text-decoration: none;
}
.proces-images {
    border: 2px dashed #DCDCDC;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 240px;
    height: 240px;
}
.proces-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.proces-images.rotate10 {
    transform: rotate(-10deg);
}
.proces-images.rotate-10 {
    transform: rotate(10deg);
}
.proces-images.rotate-5 {
    transform: rotate(-5deg);
}
.proces-images.rotate {
    transform: rotate(5deg);
}
.proces-title {
    font-family: var(--secondary-font);
    color:var(--primary-text);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 50px;
}
.proces-text {
    color: #878787;
    padding-top: 23px;
    font-size: 16px;
    font-weight: 500;
    max-width: 250px;
}
.air-img,
.air-images,
.fire-img{
    width: 25px;
    height: 25px;
}
.air-img {
    bottom: -34px;
    left: 50%;
}
.air-images {
    bottom: -44px;
    left: 48%;
}
.fire-img {
    left: 48%;
    bottom: -30px;
}
/*********************************
             FOOTER
**********************************/
.footer-block {
    padding: 30px 0;
    background: #ECF0F1;
}
.work-time {
    padding-top: 30px;
}
.footer-logo-img {
    width: auto;
    max-width: 220px;
    height: 50px;
}
.footer-logo-img img {
    width: auto;
	max-width: 100%;
    height: 100%;
}
.work {
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.time {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 500;
}
.link h1,
.information h2 {
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.information h3 {
    margin-top: 18px;
}
.information h3,
.location a,
.phone a,
.city a {
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.4s;
}
.phone a {
    text-decoration: none;
}
.link ul {
    padding-left: 0;
}
.link .nav-item {
    list-style: none;
    padding: 7px 0;
}
.link .nav-link {
    text-decoration: none;
    color: #A1A1A1;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.4s;
}
.link .nav-link::before {
    display: none;
}
.location a img {
    width: auto;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
}
.location a,
.city a {
    text-decoration: none;
    transition: all 0.4s;
}
.phone img {
    width: auto;
    height: 16px;
    margin-right: 5px;
}
.icons-link a {
    background: #5E5E5E;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
	flex-shrink: 0
}
.copy-right {
    border-top: 1px solid #CDCDCD;
    padding-top: 30px;
}
.copy-right a,
.copy {
    text-decoration: none;
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.4s;
}
/*********************************
          EMPLOYMENT
**********************************/
.employment-section {
    padding: 30px 0;
}
.page-header {
    width: 100%;
    min-height: 170px;
	height: fit-content;
	padding: 90px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-head-img {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employment-section .title-section h2 {
    color: var(--primary-text);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.employment-editor p {
    color: var(--primary-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.accordion-img {
    width: auto;
    height: 20px;
}
.accordion-img img {
    width: auto;
    height: 100%;
    margin-right: 10px;
}
.accordion-box {
    color: #ABABAB;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
}
.accordion-button {
    color: var(--primary-color) !important;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: none;
}
.bread-card .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(2193%) hue-rotate(349deg) brightness(95%) contrast(96%);
}
.accordion-button:not(.collapsed) img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7496%) hue-rotate(343deg) brightness(90%) contrast(100%);
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #CDCDCD;
}
.accordion-button:not(.collapsed) .accordion-box {
    color: var(--primary-text);
}
 .accordion-button:not(.collapsed) {
    background: none;
}
.employment-block {
    padding-top: 20px;
    padding-bottom: 30px;
}
/*********************************
            BREAD-SECTION
**********************************/
.bread-section, .cake-section{
    background-image: url('local-images/pozadinaproces.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bread-card, .cake-card{
    border-radius: 10px;
}
.bread-block, .cake-block {
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.18); 
    margin-top: -30px;
    position: relative;
    border-radius: 10px;
    padding: 15px 0;;
    background: #fff;
}
.bread-section .accordion-body, .cake-section .accordion-body{
    font-size: 14px;
    color: var(--primary-text);
    line-height: 1.3;
    padding: 5px 16px;
}
.bread-section .accordion-button, .cake-section .accordion-button{
    padding: 5px 16px;
}
.bread-images, .cake-images{
    width: 100%;
    height: 300px;
}
.bread-images img, .cake-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.bread-title, .cake-title {
    font-size: 24px;
    color: var(--primary-text);
    line-height: 1.2;
    font-weight: 500;
    padding: 0 16px 8px 16px;
}
.grams{
    background: var(--primary-color);
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.bread-section .accordion-button::after, .cake-section .accordion-button::after{
    margin-left:16px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.accordion-flush .accordion-item:last-child{
    border-bottom: none;
}
.accordion-button{
    font-size: 16px;
    color: var(--primary-text);
    line-height: 1.2;
    font-weight: 500;
}
.accordion-button:not(.collapsed){
    color: var(--primary-color);
    box-shadow: none;
    font-size: 16px;
}
/*********************************
         COOPERATION-SECTION
**********************************/
.cooperation-section{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.cooperation-section a{
    text-decoration: none;
}
.cooperation-images{
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.cooperation-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 10px;
}
.cooperation-title{
    margin-top: -30px;
    border-radius: 10px;
    padding: 16px 5px !important;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
.cooperation-title h3{
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
}
/*********************************
          EROR-SECTION
**********************************/
.error-section{
    padding: 80px 0;
}
.title-eror h2{
    color: var(--primary-text);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.title-eror h3{
    color: var(--primary-text);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}
.wpcf7-response-output {
    color: #FFFFFF;
}
.hero-arrow {
	bottom: 30px;
	left: 0;
	right: 0;
	height: 60px;
	width: auto;
	padding: 15px 0;
}
.hero-arrow img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	position: relative;
  	animation: move-up 1s infinite;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(102%) contrast(103%);
}
.admin-bar .hero-arrow {
	bottom: 76px;
}
.small-footer-logo {
	height: 28px;
	width: auto;
}
.footer-logo-xs {
	height: 23px;
}
.small-footer-logo img {
	height: 100%;
	width: auto;
}
@keyframes move-up {
	0% {top: 0;}
	50% {top: -10px;}
  	100% {top: 0;}
}
.page-head-title {
	color: #FFFFFF;
	font-weight: 700;
	position: relative;
	z-index: 20;
	font-size: 24px;
	text-align: center;
}
.single-img {
	width: 100%;
	height: 220px;
	margin-bottom: 20px;
}
.single-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.single-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.1;
	text-decoration: none;
	color: #212529;
	transition: all .3s;
}
.single-date-box {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0000001c;
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5{
	color: var(--primary-color);
	font-weight: 600;
}
.single-button-box {
	border-top: 1px solid #0000001c;
	padding-top: 15px;
}
.sidebar h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	margin: 5px 0;
	border-bottom: 1px solid #0000001c;
}
.sidebar a {
	color: #575757;
	text-decoration: none;
	font-size: 15px;
	padding: 10px 0;
	display: block;
	line-height: 1.1;
	transition: all .3s;
}
.sidebar a:hover {
	color:  var(--primary-color);
}
.oglas-img-box {
	width: 100%;
	height:230px;
	overflow: hidden;
	border-radius: 10px;
}
.oglas-img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s;
}
.oglas-box {
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 15px;
}
.oglas-box .single-title:hover {
	color: var(--primary-color);
}
.oglas-img-box:hover img {
	scale: 1.03;
}
.pagination .page-link {
	color: #000000;
}
.pagination .page-link:focus {
	box-shadow: none;
}
.pagination .page-link.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #FFFFFF;
}
.footer-logo-sm {
	height: 25px;
}
.footer-logo-pizza {
	height: 38px !important;
}
.footer-logo-pekara {
	height: 33px !important;
}
.karijera-header h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.karijera-header p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
.numbers-text-box {
    font-size: 18px;
    padding: 50px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    max-width: 260px;
}
.count {
    font-size: 40px;
    font-weight: 500;
}
@property --progress-value {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  
  @keyframes progress {
   to { --progress-value: 110; }
  }
  
  .progress-bar {
    border-radius: 50%;
    background: 
      radial-gradient(closest-side, white 85%, transparent 100% 100%),
      conic-gradient(var(--primary-color) calc(var(--progress-value) * 1%), #ef3d222a 0);
    animation: progress 2s 1 forwards;
}
/* .gtranslate_wrapper {
	position: absolute;
	right: 30px;
}*/
.gtranslate_wrapper  {
	display: flex;
	gap: 14px;
	justify-content: end;
} 
.gtranslate_wrapper img {
	border-radius: 50%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.gtranslate_wrapper a:nth-child(3) {
	order: 1;
}
.gtranslate_wrapper a:nth-child(2) {
	order: 2;
}
.gtranslate_wrapper a:nth-child(1) {
	order: 3;
}
.top-bar {
	border-bottom: 1px solid #FFFFFF4D;
	transition: all .3s;
}
.top-bar-scrolled {
	height: 0;
	opacity: 0;
	padding: 0 !important;
	margin: 0 !important;
}

/*********************************
            RESPONSIVE-SM
**********************************/
@media (min-width: 576px) {

    /******************************
                ABOUT-US-SECTION
    **********************************/
    .about-img {
        height: 450px;
    }
    .images-section {
        width: auto;
        height: 124px;
    }
}
/*********************************
            RESPONSIVE-MD
**********************************/
@media (min-width: 768px) {
	.about-img {
        height: 580px;
    }
    .admin-bar .navbar.fixed-top,
    .admin-bar .offcanvas.offcanvas-end {
        top: 32px;
    }
    .title-section h3 {
        font-size: 24px;
    }
    .title-section h2 {
        font-size: 30px;
    }
    .editor  {
        font-size: 16px;
    }
    .hero-paragraph {
        font-size: 18px;
    }
    .hero-title {
        font-size: 72px;
    }
        /*********************************
                ABOUT-US-SECTION
    **********************************/
        /*********************************
                LOCATION-SECTION
    **********************************/
    .images-top {
        height: 217px;
    }
    .images-right {
        height: 118px;
        top: 130px;
    }
    .air-img img,
    .air-images img {
        transform: rotate(-90deg);
    }
    .air-img {
        left: 96%;
        top: 20%;
    }
    .fire-img {
        left: -10px;
        bottom: 30px;
    }
    .air-images {
        left: 97%;
        top: 30%;
    }
        /*********************************
            EMPLOYMENT
    **********************************/
    .employment-images {
        height: 210px;
    }
    .employment-section {
        padding: 40px 0;
    }
    .employment-section .title-section h2{
        font-size: 48px;
    }
    .employment-editor p {
        font-size: 18px;
    }
    .accordion-img {
        width: auto;
        height: 24px;
    }
    .accordion-img img {
        margin-right: 28px;
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: none;
    }
    .accordion-button:not(.collapsed) {
        background: none;
    }
    .employment-block {
        padding-top: 54px;
        padding-bottom: 50px;
    }
    /*********************************
            EROR-SECTION
    **********************************/
    .title-eror h2{
        color: var(--primary-text);
        font-size: 25px;
        line-height: 1.2;
        font-weight: 600;
    }
    .title-eror h3{
        color: var(--primary-text);
        font-size: 28px;
        line-height: 1.2;
        font-weight: 600;
    }
	.single-img {
		height: 260px;
	}
}
/*********************************
            RESPONSIVE-LG
**********************************/
@media (min-width: 992px) {
    .section-padding {
        padding: 50px 0;
    }
    .about-us-section .title-section h2 {
        margin-bottom: 35px;
    }
    .about-box{
        padding-left: 18px;
    }
    .about-img {
        top: 0;
        width: 50%;
        position: absolute;
		left: 0;
		bottom: 0;
		height: 100%;
    }
	.about-us-section {
		min-height: 580px;
	}
    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .about-icons a:hover {
        background: var(--primary-color);
    }
    .images-section {
        width: auto;
        height: 208px;
    }
    .location-section .editor p {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .location-images {
        border-radius: 10px;
    }
    /***********FOOTER**************/
    .icons-link a:hover {
        background: var(--primary-color);
    }
    .link .nav-link:hover {
        color: var(--primary-color);
    }
    .copy-right div a:hover{
        color: var(--primary-color);
    }
    .location a:hover, .phone a:hover, .city a:hover {
        color: var(--primary-color);
    }
        /*********************************
            EMPLOYMENT
    **********************************/
    .employment-images {
        height: 365px;
    }
        /*********************************
            COOPERATION-SECTION
    **********************************/
    .cooperation-images {
        height: 320px;
    }
    .cooperation-box .cooperation-images {
        position: relative;
        overflow: hidden;
        background: rgba(0, 0, 0, 5);
    }
    .cooperation-box:hover .cooperation-images img {
        opacity: 0.5;
        transform: scale(1.05);
    }
    /*********************************
            EROR-SECTION
    **********************************/
    .title-eror h2{
        color: var(--primary-text);
        font-size: 35px;
        line-height: 1.2;
        font-weight: 600;
    }
    .title-eror h3{
        color: var(--primary-text);
        font-size: 30px;
        line-height: 1.2;
        font-weight: 600;
    }
	.title-section h3 {
        font-size: 32px;
    }
	.page-header {
		min-height: 250px;
	}
	.single-img {
		height: 330px;
	}
	.karijera-header h3 {
		font-size: 48px;
	}
	.karijera-header p {
		font-size: 18px;
		margin-bottom: 60px;
	}
}
/*********************************
            RESPONSIVE-XL
**********************************/
@media (min-width: 1200px) {

    /********************************
         PREDEFINED CLASSES
**********************************/
    .section-padding {
        padding: 80px 0;
    }
        /*********************************
                NAV-BAR
    **********************************/
    .offcanvas-body-xl {
        padding: 10px 0;
    }
    .btn-primary:hover {
        background: #D35400;
    }
    .nav-xl {
        padding-left: 0;
    }
    .nav-xl .nav-item {
        list-style: none;
        margin-right: 20px;
    }
    .nav-xl .nav-item .nav-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        color: #FAFAFA;
        transition: all 0.5s;
    }
    .nav-xl .nav-link:hover {
        color: #fff;
    }
    .nav-xl .nav-item .active {
        color: #fff;
    }
    .nav-item {
        position: relative;
    }
    .contact::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        bottom: 0px;
        left: 0;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
	.logo-nav {
		margin-left: -50px;
	}
    .contact:hover::before {
        opacity: 1;
        visibility: visible;
        bottom: -5px;
    }
    .contact {
        position: relative;
        padding: 0;
    }
    .nav-link::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primary-color);
        bottom: 0px;
        left: 0;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .nav-link:hover::before {
        opacity: 1;
        visibility: visible;
        bottom: -5px;
    }
    .logo-nav {
        width: auto;
        height: 100%;
    }
    .logo-nav img {
        width: 100%;
        height: 55px;
    }
	.nav-xl .nav-item:last-child {
		margin-right: 0;
	}
        /*********************************
                LOCATION-SECTION
    **********************************/
    .images-top {
        height: 271px;
    }
    .images-right {
        height: 270px;
        top: 50%;
    }
        /*********************************
                LOCATION-SECTION
    **********************************/
    .fire-img {
        left: 280px;
        top: 20%;
    }
    .air-images {
        top: 20%;
    }
    .air-img {
        top: 20%;
    }

    /*********************************
            EROR-SECTION
    **********************************/
    .title-eror h2{
        color: var(--primary-text);
        font-size: 45px;
        line-height: 1.2;
        font-weight: 600;
    }
    .title-eror h3{
        color: var(--primary-text);
        font-size: 40px;
        line-height: 1.2;
        font-weight: 600;
    }
    .error-section{
        padding: 115px 0;
    }
	.single-img {
		height: 380px;
	}
	.oglas-box {
		padding: 25px;
		border-radius: 15px;
	}
}
/*********************************
            RESPONSIVE-XXL
**********************************/
@media (min-width: 1400px) {	
    .logo-nav img {
        height: 70px;
    }
        /*********************************
                LOCATION-SECTION
    **********************************/
    .fire-img {
        left: 320px;
    }
	.logo-nav {
		margin-left: -65px;
	}
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
