/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
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

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* ================================================================================== 
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;
}
.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: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#808080;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
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: #022f5b;  color: #fff; }  
::selection { background-color: #022f5b; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  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: 600;line-height:1.5;color: #000;}
.title h1, .title h2{ font-size: 3.2rem; }

p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
.intro h1{
  font-weight: 500;
  color: #fff;
}
.title-center p{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;  
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
  .intro h1{
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4.5rem; }
  .intro h1{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
  .intro h1{
    font-size: 4rem;
  }
}


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

.btn {
	display: inline-block;
	padding: 1.3rem 4.5rem;
	font-weight: 700;
  border-radius: 10rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.btn-primary{
  background-color: #e68513;
  color: #fff;
}
.btn-primary:hover{
  background-color: #022f5b;
  color: #fff;
}
.btn-secondary{
  background-color: #022f5b;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #e68513;
  color: #000;
}
.btn-white{
  border:1px solid #ffff;
  background-color: transparent;
  color: #ffff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-sm{
  font-weight: 600;
  color: #e68513;
  display: inline-block;
  text-transform: uppercase;

}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #b5b5b5;
	padding: 2rem 3rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 1rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #022f5b;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
}
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{
  background-color: #e1e1e1;
  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: 3rem;
}
.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: 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
===================================================================================== */
.swiper-pagination{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.swiper-pagination-bullet{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
  background-color: transparent;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width:6px;
  height: 6px;
  background-color: #000;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #000;
}
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.custom-arrow{
  width:6rem;
  height:6rem;
  border-radius: 50%;
  border:1px solid #e68513;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.7rem;
  cursor: pointer;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
.materials-prev, .materials-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.materials-prev{
  left: 0;
}
.materials-next{
  right: 0;
}

/* ================================================================================== 
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;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
header.scrolled .line-toggle, .toggle.activate .line-toggle, header.scrollinho .line-toggle, .toggle.activate .line-toggle{
  background-color: #000;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 2rem 0;
  transition: all .4s ease-in-out;
}
header.scrolled, header.scrollinho {
	background-color: #fff;
	box-shadow: 0 0 62px 5px rgba(0,0,0,.05);
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 7rem;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
header.scrolled .header-logo img, header.scrollinho .header-logo img{
  filter: none;
}
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 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}
header.scrolled nav li a, header.scrollinho nav li a{
  color: #000;
}
nav li a:hover, nav li.current_page_item a{
  color: #e68513;
}



.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;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 9rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  header{
    padding: 5rem 0;

  }
  header.scrolled,   header.scrollinho {
    padding: 3rem 0;
  }
  header ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .header-logo{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .header-logo img{
    width: 11rem;
  }
  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;
    width: 100%;
    padding-right: 5rem;

  }
  nav li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
    color: #fff;
  }
  nav li:nth-child(2){
    margin-right: 30rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .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;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.intro-slider img{
  display: block;
  width: 100%;
  height: 90rem;
  object-fit: cover;
}
.intro-slider .swiper-slide{
  position: relative;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro-inner{
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.intro-text .btn{
  margin-top: 3rem;
}
.intro-prev, .intro-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  filter: brightness(0) invert(100);
}
.intro-prev{
  left: 2rem;
}
.intro-next{
  right: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-slider img{
    height: 100vh;
  }

}
/* ================================================================================== 
16. About
===================================================================================== */


.about-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.about-text{
  width:100%;
  padding-bottom: 5rem;
}
.images-left{
  width: 100%;
}
.images-right{
  width: 100%;
  display: none;
}
.images-text{
  width: 100%;
  color: #fff;
  padding: 5rem 3rem;
  background-color: #022f5b;
  margin-top: 3rem;
  text-align: center;
}
.images-text h3{
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
}
.images-right{
  margin-top: 20rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-image{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-text{
    width: 32%;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .images-right{
    width: 48%;
    display: block;
  }
  .images-left{
    width: 48%;
  }
  .about-image img{
    aspect-ratio: 16/20;
  }
  .images-text{
    padding: 5rem 5rem 10rem 5rem;
    text-align: left;
  }
}
/*---------*/

.about2-text{
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 2rem;

}
.about2-image{
  width: 100%;
}
.about2-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.about-row img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.icon-text{
  width: calc(100% - 8rem);
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about2-text{
    width: 48%;
    padding: 5rem 5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  
  }
  .about2-image{
    width: 48%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-icons{
    max-width: 50rem;
    width: 100%;
  }
  .about2-text{

    padding: 5rem 10rem;
  }
}
/* ================================================================================== 
17. Materials
===================================================================================== */
.materials-slider{
  overflow: hidden;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
}
.materials{
  padding-bottom: 3rem;


}
.materials .title{
  margin-bottom:1rem;
}
.relative{
  position: relative;
}
.material-box{
  display: block;
  background-color: #f3f3f3;
  padding: 3rem;
  box-sizing: border-box;
  transition: all .4s ease-in-out;

}
.material-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.material-box:hover{
  background-color: #fff;
  box-shadow: 0 0 21px 9px rgba(0,0,0,0.05);
}
.material-box h3{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.material-box p{
  font-size: 1.5rem;
}
/* ================================================================================== 
18. References
===================================================================================== */
.references-text{
  width: 100%;

  padding: 0 2rem;
  margin-bottom:5rem;

}
.references-text strong{
  color: #000;
  font-weight: 400;
}

.references-content{
 width: 100%;
}
.references-slider{
  overflow: hidden;
}
.references-text h2{
  font-size: 2.6rem;
}
.references-box{
  display: block;

}
.references-box a{
  display: block;
  position: relative;
  overflow: hidden;
}
.references-box img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
  transition: all .4s ease-in-out;

}
.references-box:hover img{
  transform: scale(1.1);
}
.references-box-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
.references-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);

}
.references-box-text h3{
  color: #fff;
  font-size: 3rem;

}
.references-box-text p{
  max-width: 60%;
}
.references-box .btn-sm{
  margin-top: 3rem;
}
.references-pagination{
  margin-top: 5rem;
  justify-content: center;
  position: static;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .references-box-text{
    padding: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .references-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .references-text{
    width: 35%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  .references-inner{
    max-width: 40rem;
    width: 100%;
  }
  .references-content{
   width: 60%;
  }
  .references-pagination{
    justify-content: flex-end;
    padding-right: 10rem;
  }
  .references-text h2{
    font-size: 3rem;
  }

}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 10rem 0;
}
.banner-text{
  text-align: center;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;

}
.banner-text h2{
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 100%);

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
    padding: 20rem 0;
  }
}
/* ================================================================================== 
20. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  position: relative;
  z-index: 11;
  background-color: #ffffff;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center; 
}
.footer-box{
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  font-size: 3rem;
}
footer .social{
  justify-content: center;
}
.footer-logo img{
  display: block;
  width: 10rem;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;  
  }
  .footer-box{
    margin-bottom: 0;
    width: auto;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
    width: 14rem;
  }
}
/*--------*/
.fixed-icons{
  position: fixed;
  right: 1rem;
  bottom: 15rem;
  display: flex;
  flex-direction: column;
  gap:1rem;
  z-index: 10;
  display: none;
}
.fixed-icons a{
  width: 4.4rem;
  height: 4.4rem;
  background-color: #e68513;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.fixed-icons a img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.fixed-icons a:last-child{
  background-color: #022f5b;
}


@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .fixed-icons a{
    width: 6.4rem;
    height: 6.4rem;
  }
}
/*----------*/
.copyright{
  padding: 1rem;
  font-size: 1.4rem;
  background-color: #022f5b;
  color: #fff;

}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

}
/* ================================================================================== 
21. Materials Page
===================================================================================== */
.top-image {
	height: 40rem;
	width: 100%;
	background-repeat:no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;

}
.top-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.materials-wrapper .material-box{
  width: 100%;
  margin-bottom: 3rem;
}
.materials-wrapper .material-box:last-child{
  margin-bottom: 0;
}
.page-text{
  max-width: 120rem;
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .materials-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .materials-wrapper .material-box{
    width: 48.5%;
  }
  .materials-wrapper .material-box:last-child{
    margin-bottom: 3rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .materials-wrapper .material-box{
    width: 31.3%;
  }
}
/*------------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}

.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}

.single-gallery .swiper-slide{
  background: #fff;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4/4;
}


.single-text .title{
  margin-bottom: 2rem;
}


.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}

.thumbs-gallery{
  margin-top: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 3/3;
	border: 1px solid #faf5f2;
	object-position: center;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #e68513;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 35%;

  }
  .single-text{
    width: 65%;
    padding-left: 5rem;
    margin-top: 0;
  }

}
.btn-pdf {
	background-image: url(images/pdf-white.svg);
	background-repeat: no-repeat;
	background-position: left 4rem center;
	background-size: 1.7rem;
	padding-left: 7rem;
}

/* ================================================================================== 
22. References Page
===================================================================================== */

.references-wrapper .references-box{
  width: 100%;
  margin-bottom: 4rem;
  display: block;
}
.references-wrapper .references-box:last-child{
  margin-bottom: 0;
}
.references-wrapper .references-box p{
  max-width: 100%;
}

.references-wrapper .references-box figcaption {
	text-align:center;	
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .references-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  
  .references-wrapper .references-box{
    width: 48.5%; 
  }
  .references-wrapper .references-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .references-wrapper .references-box{
     width: 31.3%; 
  }
}
/*------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery-wrapper a{
  width: 48.5%;
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery-wrapper a{
    width: 31.3%;
  }
}
 
/* ================================================================================== 
23. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;

}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;

  }

}
/* ================================================================================== 
24. Contact Page
===================================================================================== */
.contact-form{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
input.btn{
  width: auto;
  transition: all .4s ease-in-out;
}
.map iframe {
	width: 100%;
	height: 50rem;
	display: block;
}

.wpml-ls-legacy-list-horizontal {
  position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* New css */

.title--center,
.page-text--center{
	text-align:center;
}

.page-text--center {
	margin: 0 auto 5rem auto;
}

section.top-image {
    display: none;
}

.contact-info.tels img, .contact-info.mails img {
    height: 1.5rem;
    margin-right: 0.5rem;
    top: 2px;
    position: relative;
}