/*!
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. References
19. Footer
20. About Page
21. Banner
22. Team Page
23. Contact Page
24. News Page
25. Services Page
26. References Page
27. Intro 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 0.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: #262626;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  background-color: #f5f5f5;
}
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: #fcb043;
  color: #fff;
}
::selection {
  background-color: #fcb043;
  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;
}
.container-sm {
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.title h1,
.title h2 {
  font-size: 3.2rem;
}
p {
  margin-bottom: 2rem;
}
.title {
  margin-bottom: 4rem;
}
.title-center {
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1,
  .title h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
}

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

.btn {
  display: inline-block;
  padding: 1.3rem 4.6rem;
  font-weight: 400;
  border-radius: 10rem;
}
.btn-desktop {
  padding: 1rem 2.6rem;
}
.btn-primary {
  background-color: #fcb043;
  color: #fff;
}
.btn-secondary {
  background-color: #8fc641;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fcb043;
}
.btn-primary:hover {
  background-color: #8fc641;
}
.btn-sm {
  display: inline-block;
  color: #8fc641;
  font-weight: 600;
}
.btn-sm:hover {
  color: #fcb043;
}
.btn-sm2 {
  display: inline-block;
  color: #e49a2f;
  font-weight: 400;
  text-decoration: underline;
}
.btn-sm2:hover {
  text-decoration: none;
}
.btn-sm3 {
  display: inline-block;
  color: #e49a2f;
  font-weight: 400;
}
.btn-sm3:hover {
  color: #8fc641;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p {
  margin-bottom: 0;
}
input,
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  outline: none;
  background-color: #ffffff;
  border-radius: 2rem;
}
textarea {
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #fcb043;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  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: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
  position: relative !important;
  padding: 0.75rem 1.25rem !important;
  margin-top: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.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: #f2eee9;
  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: #e49a2f !important;
  border: 2px solid #e49a2f !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #e49a2f !important;
  border: 2px solid #e49a2f !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #e49a2f !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #e49a2f !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.custom-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.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: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8fc641;
}
.custom-arrows .custom-arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .custom-arrow {
    width: 5rem;
    height: 5rem;
  }
}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.social a {
  display: block;
}
.social a img {
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 36px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  order: 3;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .toggle {
    margin-left: 3rem;
  }
}
.line-toggle {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #30373e;
  border-radius: 20px;
  transition: all 0.6s;
  right: 0;
  z-index: 11;
}

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

.toggle .line-toggle:nth-child(2) {
  transition-delay: 0.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: 0.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: 0.1s;
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 5.3rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  cursor: pointer;
  transition: all.4s ease-in-out;
  z-index: 2;
  background-color: #fff;
}
.o.menu-toggle {
  transform: rotate(180deg);
}
/*-----------*/
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
  font-size: 1.8rem;
}
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: 9rem;
  height: auto;
}
nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem 2rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.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;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
}

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

.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: 1rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
.btn-desktop {
  margin: 0 2rem;
  margin-left: auto;
  display: none;
}
.social-desktop {
  display: none;
}
.mobile-info .social {
  margin-top: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav {
    width: 40rem;
  }
  .btn-desktop {
    display: inline-block;
  }
  .header-logo img {
    width: 13rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .social-desktop {
    display: flex;
  }
}
@media only screen and (min-width: 71.875em) {
  /*1150px*/
  .toggle {
    display: none;
  }
  header {
    font-size: 1.6rem;
  }
  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;
  }
  .btn-desktop {
    margin: 0 3rem;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 45rem;
    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 1.6rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .btn-desktop {
    margin: 0 5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .header-logo img {
    width: 17rem;
  }
  header {
    font-size: 1.8rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro2 {
  background-color: #212121;
  color: #fff;
  position: relative;
}
.intro-slider {
  overflow: hidden;
}
.intro-slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.intro-slider .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.intro2-left {
  width: 100%;
  padding: 5rem 2rem 5rem 2rem;
}
.intro2-right {
  width: 100%;
  position: relative;
}
.intro2 .container {
  padding: 0;
}
.intro-pagination {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro2 .container {
    padding: 2rem;
  }
  .intro2-left {
    width: 50%;
    padding: 5rem 5rem 5rem 0;
  }
  .intro2-right {
    width: 50%;
  }
  .intro2-wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .intro2-left {
    padding: 15rem 10rem 15rem 0;
  }
}
/* ================================================================================== 
16. Services
===================================================================================== */
.text-center {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7rem;
}

.services-box {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.services-box:last-child {
  margin-bottom: 0;
}
.services-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.services-icon img {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.services-box h3 {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.services-box .btn-sm2 {
  margin-top: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
  }
  .services-box {
    width: 48.5%;
  }
  .services-box:last-child {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-box {
    width: 22.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-icon {
    width: 12rem;
    height: 12rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .services-box h3 {
    font-size: 2.1rem;
  }
  .services-box {
    width: 19%;
  }
}
/* ================================================================================== 
17. News
===================================================================================== */
.news-slider {
  overflow: hidden;
}

.news-slider .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
.news-text {
  width: 100%;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;

  background-color: #f5f5f5;
}
.news-image {
  width: 100%;
}
.news-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
}

.news-text h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  opacity: 0.54;
}
.news-text h2 {
  font-size: 2.4rem;
}
.news-text .btn {
  margin-top: 3rem;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .slider-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news-image {
    width: 40%;
  }
  .news-text {
    width: 60%;
    padding: 5rem;
    padding-left: 5rem;
  }
  .news-inner {
    max-width: 60rem;
    width: 100%;
  }
  .news-pagination {
    position: absolute;
    right: 8rem;
    bottom: 3rem;
    width: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-text h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .news-text {
    padding-left: 15rem;
  }
}
/* ================================================================================== 
18. References
===================================================================================== */
.title-row {
  margin-bottom: 5rem;
}
.title-text {
  max-width: 90rem;
  width: 100%;
  margin-bottom: 3rem;
}
.references-slider {
  overflow: hidden;
}
.references-slider img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
}
.references-slider .swiper-slide {
  position: relative;
  box-sizing: border-box;
}
.references-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.references-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 2.5rem;
  color: #fff;
}
.references-text h3 {
  font-size: 2.4rem;
  font-weight: 500;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .title-text {
    margin-bottom: 0;
  }
  .references-text {
    width: 80%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .references-slider img {
    aspect-ratio: 16/12;
  }
  .references-text h3 {
    font-size: 3rem;
  }
  .references-text {
    padding: 5rem;
  }
}
/*-------------*/
.clients {
  background-color: #fff;
}
.clients-slider {
  overflow: hidden;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.clients-slider img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 14/3;
  object-fit: contain;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
}
.clients-slider a:hover img {
  filter: none;
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer {
  padding: 5rem 0;
  background-color: #212121;
  color: #fff;
  font-size: 1.5rem;
}
footer .container {
  max-width: 120rem;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-logo img {
  width: 10rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer .social {
  justify-content: center;
}
footer h3 {
  font-size: 2.4rem;
}
.copyright {
  font-size: 1.4rem;
  padding: 1rem 0;
  background-color: #212121;
  color: #fff;
}
.copyright .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .social {
    justify-content: flex-start;
  }
  .copyright .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-logo {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img {
    width: 16rem;
  }
}
/* ================================================================================== 
20. About Page
===================================================================================== */
.text-center-lg {
  max-width: 100rem;
}
.about-page-wrapper {
  margin-top: 5rem;
}
.about-page-box {
  width: 100%;
  margin-bottom: 3rem;
  padding: 5rem 4rem;
  background-color: #f2eee9;
  border-radius: 2rem;
}
.about-icons-wrapper {
  margin-top: 5rem;
}
.about-icon-box {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.about-icon-box:last-child {
  margin-bottom: 0;
}
.about-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 2rem;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-icon img {
  display: block;
  width: 6rem;
  height: 4rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-icons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-top: 7rem;
  }
  .about-icon-box {
    width: 48.5%;
  }
  .about-icon-box:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;
  }
  .about-page-box {
    width: 48%;
    padding: 5rem;
  }
  .about-icon-box {
    width: 31.3%;
  }
}
/*-------*/
table td {
  padding: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
table {
  width: 100%;
}
.about-info-page table td:first-child {
  color: #000;
  font-weight: 400;
}
.about-info-page {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-info-page table td:first-child {
    width: 30%;
  }
}
/* ================================================================================== 
21. Banner
===================================================================================== */
.banner {
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.banner-text {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 0 2rem;
}
.banner-text2 {
  max-width: 80rem;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 0;
}
.banner-text .btn {
  margin-top: 3rem;
}

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

@media only screen and (min-width: 92.5em) {
  /*1480px*/
}
/* ================================================================================== 
22 Team Page
===================================================================================== */

.team-box {
  width: 100%;
  margin-bottom: 3rem;
}
.team-photo {
  margin-bottom: 2rem;
}
.team-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/14;
  object-fit: cover;
}
.team-box h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.team-box h4 {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .team-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
  }
  .team-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .team-box {
    width: 31.3%;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form {
  width: 100%;
}

@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%;
  }
}
/*------*/
.contact-offer {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
/* ================================================================================== 
24. News Page
===================================================================================== */
.news-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.news-box-image {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.news-box-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.news-box-image:hover img {
  transform: scale(1.1);
}
.news-box h3 {
  font-size: 2rem;
  font-weight: 400;
}
.news-box .btn-sm {
  margin-top: auto;
  align-self: flex-start;
}
.news-page-wrapper2 .news-box {
  text-align: center;
}
.news-page-wrapper2 .news-box .btn-sm {
  text-align: center;
  align-self: center;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-page-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .news-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-box {
    width: 31.3%;
  }
}
/*--------*/
.article-image {
  margin-bottom: 5rem;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  object-fit: cover;
}
/* ================================================================================== 
25. Services Page
===================================================================================== */
.services-page-wrapper {
  margin-top: 7rem;
}
.service-single-row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.service-single-row:not(:last-child) {
  margin-bottom: 5rem;
}
.service-single-text {
  width: 100%;
  margin-bottom: 5rem;
}
.service-single-image {
  width: 45%;
}
.service-single-gallery {
  width: 100%;
}
.service-single-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  margin-bottom: 4rem;
}
.service-single-gallery a:last-of-type img {
  margin-bottom: 0;
}
.service-single-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}
.service-single-row:nth-child(2n + 2) {
  flex-direction: row-reverse;
}
.text-center .btn {
  margin-top: 3rem;
}

.service-single-gallery a {
  width: 100%;
}
.service-single-text .btn {
  margin-top: 0rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-single-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .service-single-gallery {
    width: 45%;
  }
  .service-single-text {
    width: 50%;
    position: sticky;
    top: 15rem;
    right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .services-page-wrapper .services-box {
    width: 31.3%;
  }
}
/*---------*/
.bg-grey {
  background-color: #f2eee9;
}
.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
.gallery-box {
  width: 48.5%;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}
.gallery-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all 0.4s ease-in-out;
}
.gallery-box:hover img {
  transform: scale(1.05);
}
.gallery-page .gallery-wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-box {
    width: 31.3%;
    margin-bottom: 3rem;
  }
}
/*----------*/

.services-box2 {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
.services-box2:hover {
  border-color: #95c94b;
  background-color: transparent;
}
.services-box2 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.services-box2 h3 {
  font-size: 2.1rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .services-page-wrapper2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .services-box2 {
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .services-box2 {
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-box2 {
    padding: 4rem;
  }
}
/* ================================================================================== 
26. References Page
===================================================================================== */
.ref-row {
  text-align: center;
}
.ref-row h3 {
  margin: 0;
}
.ref-row:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.ref-image {
  width: 100%;
  margin-bottom: 3rem;
}
.ref-image img {
  display: block;
  width: 20rem;
  height: 4rem;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .ref-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
    text-align: left;
  }
  .ref-image img {
    object-position: left;
    margin: 0;
  }
  .ref-image {
    width: 20rem;
    margin-bottom: 0;
  }
  .ref-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .ref-image img {
    height: 6rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .ref-image {
    width: 30rem;
  }
}
/* ================================================================================== 
27. Intro Page
===================================================================================== */

.intro-page-box {
  width: 100%;
  padding: 2.5rem;
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 0 43px 7px rgba(0, 0, 0, 0.05);
}
.intro-page-box:hover {
  box-shadow: 0 0 43px 7px rgba(0, 0, 0, 0.13);
}
.intro-page {
  text-align: center;
  padding: 5rem 0;
  background-image: url(images/logo-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  height: 100%;
  background-position: center;
}
.intro-page .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intro-page-logo img {
  display: block;
  width: 17rem;
  height: auto;
  margin: 0 auto;
}
.intro-page-logo {
  margin: 2rem 0 5rem 0;
}
.intro-page-box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin: 0 auto;
}
.intro-page-box h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #95c94b;
  margin-top: 3rem;
  margin-bottom: 0;
}
.intro-page-box:first-child h3 {
  color: #fcb043;
}
.intro-page .container {
  max-width: 130rem;
}
.intro-page-header {
  font-size: 1.8rem;
}
.intro-footer {
  font-size: 1.6rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-page {
    padding: 5rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .intro-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro-page-box {
    width: 48%;
    margin-bottom: 0;
  }
  .intro-footer {
    margin-top: 8rem;
  }
  .intro-page-header {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-page-box {
    padding: 5rem;
  }
  .intro-page-box h3 {
    font-size: 3rem;
  }
}
