/*!
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. Services
17. News
18. Locator Banner
19. Footer
20. Animations
21. About Page
22. News Page
23. Contact Page
24. Services Page
25. Special Offer 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; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: 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; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } 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; }

/* ================================================================================== 
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;
  background-color: #ebf2fb;
  
}
main{
  position: relative;
}
/*----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: #002659;  color: #ffc700; }  
::selection { background-color: #002659; color: #ffc700 }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 154rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.title h1, .title h2{ font-size: 3.8rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4.2rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
   .title h1, .title h2{ font-size: 6rem; }
   .slide-text .title  h2{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
   .title h1, .title h2{ font-size: 7rem; }
   .slide-text .title  h2{
    font-size: 5rem;
  }
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1.5rem 5rem;
	font-weight: 600;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #ffc700;
  color: #000;
}

.btn-primary:hover{
  background-color: #002659;
  color: #fff;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.2);

  padding: 2rem 2rem;
  border-radius: 10rem;
  outline: none;
  background-color: #ffffff;

}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #002659;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
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;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !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: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{

  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.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;
}
.bg .list  ul li::before{
  filter: brightness(0) invert(100);
}
/* ================================================================================== 
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: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  transition: all .4s ease-in-out;
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2rem
}
.custom-arrow:hover{
  opacity: 0.6;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.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: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.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-toggle {
  width: 45px;
  height: 45px;
  position: relative;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(0.8);
  z-index: 5;
  order: 3;
  margin-left: 2rem;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 50%;
}

.menu-toggle span:nth-child(odd) {
  left:0px;
  border-radius: 50%;
}
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 0px;
}
.menu-toggle span:nth-child(4), .menu-toggle span:nth-child(5), .menu-toggle span:nth-child(6) {
  top: 20px;
}
.menu-toggle span:nth-child(7), .menu-toggle span:nth-child(8), .menu-toggle span:nth-child(9) {
  top: 40px;
}
.menu-toggle span:nth-child(3) {
    left: 100%;
}

.menu-toggle span:nth-child(6) {
    left: 100%;
}

.menu-toggle span:nth-child(9) {
    left: 100%;
}

.menu-toggle.open span:nth-child(1), .menu-toggle.open span:nth-child(2), .menu-toggle.open span:nth-child(3) {
  top: 20px;
}

.menu-toggle.open span:nth-child(7), .menu-toggle.open span:nth-child(8), .menu-toggle.open span:nth-child(9) {
  top: 20px;
}

/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;

  color: #fff;
  transition: all .4s ease-in-out;
}
header.header-pages{
   background-color: #002659;
   position: sticky;
   top: 0;
}
header.scrolled{
  background-color: #002659;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding:0  2rem;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 11rem;
  height: auto;
  filter: brightness(0) invert(100);
}
.header-logo svg{
  display: block;
  width: 11rem;
  height: auto;
  transition: all.4s ease-in-out;
}
.header-logo svg path{
    transition: all.4s ease-in-out;
}
.header-logo:hover svg path{
fill:#ffc700;
}

nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #002659;
  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 0;
  font-size: 2rem;
  font-weight: 400;
}

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

.mobile-nav{
  opacity: 0.6;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.2);
}

.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.2);
}
.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;
}
.locator-btn{
  background-color: #ffc700;
  color: #000;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 5.4rem;
  gap:1rem;
  margin-left: auto;
  
}
.beat {
	-webkit-animation: beat 1.5s ease-in-out infinite both;
	        animation: beat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.locator-btn h3{
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.locator-btn img{
  width: 4rem;
  height: auto;
  display: block;
  -webkit-animation: beat 1.5s ease-in-out infinite both;
	        animation: beat 1.5s ease-in-out infinite both;
}
.locator-btn-text{
  width: calc(100% - 5rem);
}
.locator-btn  p{
  font-size: 1.4rem;
  margin: 0;
  opacity: 0.5;
}
.locator-btn:hover{
  opacity: 0.6;
}
.back-nav {
  display: none !important;
}
.sub-menu.open-sub .back-nav{
  display: inline-block !important;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-logo img{
    width: 15rem;
  }
   .header-logo svg{
    width: 15rem;
  }
  nav{
    width: 40rem;
  }
  .locator-btn{
    height: 9rem;
    gap:3rem;
    padding: 0 2rem;
  }
  .locator-btn img{
    width: 6rem;
  }
  .locator-btn-text{
    width: calc(100% - 8rem);
  }
  .locator-btn h3{
   font-size: 2rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .menu-toggle {
    display: none;
  }
  .locator-btn{
    margin-left: 0;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;

  }
  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: 4rem;
    width: 24rem;
    background-color: #002659;
    padding: 2rem;

    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .4s ease-in-out;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 6rem;
  }
  .sub-menu li a{
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
  .locator-btn{
    height: 12rem;
    padding: 0 4rem;
  }
  .locator-btn img{
    width: 8rem;
  }
  .locator-btn h3{
    font-size: 2.2rem;
  }
  nav li a{
    font-size: 1.8rem;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .header-logo img{
    width: 18rem;
  }
    .header-logo svg{
    width: 18rem;
  }
  nav li a{
    font-size: 2rem;
  }
  header .container{
    padding: 0;
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-logo img{
    width: 23.4rem;
  }
   .header-logo svg{
    width: 23.4rem;
  }
  
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  header .sub-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #002659;
    padding: 4rem;
    padding-top: 15rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .8s ease-in-out;
    z-index: 2;
    overflow-y: auto;
    text-align: center;
    display: block;
  }
  header .sub-menu.open-sub{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.back-nav {
	display: inline-block;
	opacity: 0.6;
	background-image: url(images/arrow-left-white.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{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 8.5rem  0 3rem 0;
}
.intro-slider{
  overflow: hidden;
}

.slide-text{
  width: 100%;
  padding-right: 5rem;
  box-sizing: border-box;
  padding-bottom: 5rem;
  margin-top: 3rem;
}

.slide-image{
  width: 100%;
}
.slide-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/9;
}
.slide-text .title{
  margin-bottom: 3rem;
}
.slide-text .btn{
  margin-top: 3rem;
}
.intro-pagination{
  width: 100%;
  z-index: 2;
  /* margin-top: 0rem; */
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro{
    padding: 11.5rem  0 3rem 0;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro{
    padding: 14rem  0 3rem 0;
  }
  .slider-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .slide-text{
    width: 40%;
    margin-top: 0;
  }
  .slide-image{
    width: 60%;
  }
  /* .intro-pagination{
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: auto;

  } */
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .slide-text{
    width: 30%;
  }
  .slide-image{
    width: 70%;
  }
}
/* ================================================================================== 
16. Services
===================================================================================== */
.services{
  background: radial-gradient(ellipse at center,  rgba(237,237,237,1) 0%,rgba(150,192,241,1) 100%);
}
.text-center{
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center ul{
  padding: 0;
  margin: 0;
  list-style-position: inside;
  margin-bottom: 3rem;
}
.text-center ul li{
  margin-bottom: 1rem;
}
.text-center .btn{
  margin-top: 3rem;
}
.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:3%;
  margin-top: 5rem;
}
.service-box{
  width: 48.5%;
  border-radius: 2rem;
  padding: 3rem 1rem;
  color: #fff;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease  !important;
  margin-bottom: 2rem;
}

.service-box img {
	display: block;
	width: 10rem;
	height: 5rem;
	object-fit: contain;
	margin: 0 auto;
}
.service-box p{
  margin: 0;
  line-height: 1.1;
  margin-top: 1rem;
}
.btn-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .service-box{
    padding: 5rem 3rem;
  }
  .service-box img {
    width: 12rem;
    height: 3rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .service-box{
    width: 31.3%; 
    margin-bottom: 3rem;
    padding: 3rem;
  }
  .service-box:hover {
    transform: rotate(-3deg) scale(1.05) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap:2rem;
  }
  .service-box{
    width: auto;
    margin-bottom: 0;
  }
  .service-box:nth-child(1){ grid-area: 4 / 1 / 6 / 2; }
  .service-box:nth-child(2){ grid-area: 2 / 2 / 4 / 3; }
  .service-box:nth-child(3){ grid-area: 4 / 2 / 6 / 3; }
  .service-box:nth-child(4){ grid-area: 6 / 2 / 8 / 3; }
  .service-box:nth-child(5){ grid-area: 3 / 3 / 5 / 4; }
  .service-box:nth-child(6){ grid-area: 5 / 3 / 7 / 4; }
  .service-box:nth-child(7){ grid-area: 2 / 4 / 4 / 5; }
  .service-box:nth-child(8){ grid-area: 4 / 4 / 6 / 5; }
  .service-box:nth-child(9){ grid-area: 6 / 4 / 8 / 5; }
  .service-box:nth-child(10){ grid-area: 3 / 5 / 5 / 6; }
  .service-box:nth-child(11){ grid-area: 5 / 5 / 7 / 6; }
  .service-box:nth-child(12){ grid-area: 7 / 5 / 9 / 6; }
  .service-box:nth-child(13){ grid-area: 4 / 6 / 6 / 7; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .service-box img {
    height: 6rem;
  }
}
/* ================================================================================== 
17. News
===================================================================================== */
.news .container{
  padding: 0 2rem;
}

.news-text{
  width: 100%;
}
.news-text .btn{
  margin-top: 3rem;
}
.news-slider{
  overflow: hidden;
  width: 100%;
}
.news-image{
  display: block;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.btn-sm{
  color: #002659;
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  font-weight: 600;
}
.news-box{
  height: auto;
  display: flex;
  flex-direction: column;
}
.news-date {
	background-color: #00457c;
	color: #fff;
	width: 7rem;
	height: 9rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.news-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.news-box h3{
  font-size: 2.1rem;
  font-weight: 400;
  width: calc(100% - 9rem);
  margin-bottom: 0;
}
.news-inner{
  max-width: 65rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.news-arrows{
  margin-bottom: 5rem;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-outer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-text{
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-slider{
    width: 65%;
  }
  .news-inner{
    max-width: 40rem;
    text-align: left;
    margin-bottom: 0;
  }
  .news-arrows{
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    margin: 0;
    justify-content: flex-start;
  }
  .news-box h3{
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news .container{
    padding: 0 0 0 2rem;
  }

}
/* ================================================================================== 
18. Locator Banner
===================================================================================== */
.locator-banner{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
}
.locator-banner-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.locator-banner-image{
  width: 48%;
}
.locator-banner-image img{
  display: block;
  width: 100%;
  height: auto;
  
}
.locator-banner-text{
  width: 100%;
  margin-bottom: 5rem;
  color: #fff;
  text-align: center;
}
.locator-banner-map{
  width: 50%;
  order: 3;
  display: block;
}
.locator-banner-map img{
  display: block;
  width: 100%;
  height: auto;
  /* animation: tilt 3s ease-in-out infinite;
  transform-origin: center; */
  transition: all .4s ease-in-out;

}

.locator-banner-text h3{
  font-size: 3rem;
  opacity: 0.7;
}
.locator-banner-text h2{
  font-weight: 700;
  margin-bottom: 0;
}
/* @keyframes tilt {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-3deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
} */
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .locator-banner-image{
    width: 38%;
    order: 1;
  }
  .locator-banner-text{
    order: 2;
    width: 30%;
    margin-bottom: 0;
  }
  .locator-banner-map{
    width: 23%;
    order: 3;
  }
 
  .locator-banner-map:hover img{
    transform: rotate(-3deg) scale(1.05);
  }

} 
 /* ================================================================================== 
19. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  background-color: #ccddf0;
}

.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo img{
  display: block;
  width: 17rem;
  height: auto;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  font-size: 2.6rem;
}
.copyright{
  background-color: #002659;
  color: #fff;
  padding: 2rem 0;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer-box{
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-logo img{
    width: 20rem;
    margin: 0;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer ul{
    column-count: 2;
    column-gap: 8rem;
  }
} 
/* ================================================================================== 
20. Animations
===================================================================================== */
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.animate__animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

}
/* ================================================================================== 
21. About Page
===================================================================================== */
.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
  position: relative;
}
.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #002659;

}
.timeline-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
  max-width: 86rem;
  width: 100%;
}
.timeline-item h3{
  font-size: 2.8rem;
}
.timeline-item .content {
  width: 100%;
  padding-left: 3rem;
}

.timeline-item .content .text p{
  color: #fff !important;
}
.timeline-item .content .text {
	background-color: #002659;
	padding: 3rem;
  color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.timeline-item:nth-child(3) .content .text{
  background-color: #4b71a4;
}
.timeline-item:nth-child(4) .content .text{
  background-color: #244b80;
}
.timeline-item .content .text  h3{
  color: #ffc700;
}
.timeline-item:nth-child(2) .content .text{
  background-color: #ffc700;
  color: #000;
}
.timeline-item:nth-child(2) .content .text p{
  color: #6c6c6c  !important;
}
.timeline-item:nth-child(2) .content .text  h3{
  color: #002659;
}
.timeline-item .content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.timeline-item .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7.5px;
  width: 15px;
  height: 15px;
  background-color: #002659;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item .content .text p {
  margin-top: 5px;
  color: #777;
}
.text-center-lg{
  max-width: 100rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .timeline-line {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-item .dot {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .timeline-item .content {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .timeline-item:nth-child(even) .content {
    flex-direction: row-reverse;
    margin-left: 0;
  }
  .timeline-item .content .text {
    max-width: 29rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .timeline-item .content .text {
    padding:5rem;
    max-width: 38rem;
  }
}
/* ================================================================================== 
22. News Page
===================================================================================== */

.news-wrapper .news-box{
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper .news-box{
    width: 48.5%;
  }
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-wrapper .news-box{
    width: 31.3%;
  }
}  
/*----------*/

.news-page-wrapper .news-wrapper{
  margin-top: 0;
}

.news-aside{
  width: 100%;
  margin-top: 5rem;
  font-size: 1.6rem;
}
.article-image{
  margin-bottom: 5rem;
  position: relative;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-title h1{
  font-size: 3rem;
}
.aside-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.aside-box .news-image{
  width: 8rem;
  height: 8rem;
}
.aside-box .news-image img{
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-box h3{
  width: calc(100% - 10rem);
  font-size: 1.6rem;
}
.aside-box a{
  text-decoration: none;
}
.social-media{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}
.social-media ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.social-media a{
  text-decoration: none;
}
.social-media li{
  margin-bottom: 0.5rem;
}
.aside-tags{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;

}
.tags-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.tags-wrapper a {
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4rem;
	padding: 0rem 0.7rem;
}
.tags-wrapper a:hover{
  background-color: #000;
  color: #fff;
}


@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-content .news-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .news-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7rem;
  }
  .news-content{
    width: calc(100% - 45rem);
  }
  .news-aside{
    width: 40rem;
    margin-top: 0;
  }
  .news-content .title h1{
    font-size: 4.5rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-content .news-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}

.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}
/*----------*/
.bg{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.career-text{
  width: 100%;
  margin-bottom: 5rem;

}
.career-text h2{
  font-size: 2.4rem;
}
.career-text  h3{
  font-size: 2.6rem;
  margin-top: 5rem;
}
.career-text  .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .career-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .career-text{
    width: 48%;
    margin-bottom: 0;
  }
  .career-text h2{
    font-size: 4rem;
  }
  .career-text  h3{
    font-size: 3rem;
  }
}
/*-------------*/
.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 0.5rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.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: 2rem;
}
.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;
}
/* ================================================================================== 
24. Services Page
===================================================================================== */
.services-wrapper2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 8rem;
}
.services-wrapper2 .service-box{
  width: 48.5%;
  margin-bottom: 3rem;
}
.title img{
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: block;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper2 .service-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .services-wrapper2 .service-box{
    width: 22.7%;
  }
}  
/* ================================================================================== 
25. Special Offer Page
===================================================================================== */
.special-offer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.special-offer-wrapper a{
  width: 48.5%;
  margin-bottom: 3rem;
  overflow: hidden;
  display: block;
}
.special-image{
  overflow: hidden;
  margin-bottom: 2rem;
}
.special-offer-wrapper a h3{
  text-align: center;
  font-size: 2.4rem;
}
.special-offer-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.special-offer-wrapper a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .special-offer-wrapper a{
    width: 30.3%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
   .special-offer-wrapper a{
    width: 22.7%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
   .special-offer-wrapper a{
    width: 17.6%;
  }
}

/* Lokator page */
body.page-template-template-lokator {height:100vh;}
body.page-template-template-lokator header, body.page-template-template-lokator footer, body.page-template-template-lokator section.copyright {
    display: none;
}
@media (min-width: 1200px) {
    .asl-cont .pol-xl-4 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 1200px) {
    .asl-cont .pol-xl-8 {
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}

.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) {
    width: 100% !important;
    max-width: 100% !important;
	padding:0;
}
.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) .swiper-wrapper {
	margin-bottom: -23.5rem;
}
@media all and (max-width:1024px) {
	.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) .swiper-wrapper {
		margin-bottom: -5.5rem;
	}
}
@media all and (max-width:600px) {
	.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) .swiper-wrapper {
		margin-bottom: -3.5rem;
	}
}
.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) article.slide-text {
    display: none !important;
}
.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) .slide-image {
	width: 100%;
}
.intro .container:has(.swiper-slide-active[data-samo-slika="1"]) .slide-image img {
    object-fit: cover;
    aspect-ratio: initial;
}
.intro .container:not(:has(.swiper-slide[data-samo-slika="0"])) .swiper-wrapper {
	margin-bottom: 0;
}