/*!
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. About
17. Services
18. Banner
19. FAQ
20. Blog
21. Footer
22. Animation
23. About Page
24. Service Single Page
25. Contact Page

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

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

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

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

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

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

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

@media only screen and (min-width: 50.0625em) { /* 801px */
  .box-4 { width: 31.3%; }
  .box-5 { width: 22.4%; }
  .box-6 { width: 22.4%; }
}

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

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

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

@media only screen and (min-width: 68.75em) { /* 1100px */
  .box-6 { width: 14.17%; }
}

/* ================================================================================== 
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: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
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: #20461a;  color: #fff; }  
::selection { background-color: #20461a; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: calc(102.4rem - 4rem);
}
.container-sm{
  max-width: 90rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0 2rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;margin-top:1rem;font-family: 'Playfair Display', serif;}
h1 { font-size: 4.8rem; line-height: 1.3; }
h2 { font-size: 3.6rem; line-height: 1.4; }
h3 { font-size: 2.8rem; line-height: 1.5; }
h4 { font-size: 2.2rem; line-height: 1.6; }
h5 { font-size: 1.8rem; line-height: 1.7; }
h6 { font-size: 1.6rem; line-height: 1.7; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 5rem);
  line-height: 1.3;
}

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

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


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-primary{
  background-color: #20461a;
  color: #fff;
}

.btn-primary:hover{
  background-color: #000;
  color: #fff;
}
.btn-arrow{
  display: inline-block;
  font-weight: 400;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  padding-right: 5rem;
  transition: all .4s ease-in-out;
}
.btn-arrow:hover{
  padding-right: 7rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: auto;
  border: 1px solid #ccc;
  padding: 1.2rem 2rem;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-family: inherit;

}
textarea{
  resize: vertical;
  height: 19rem;
  width: 100%;
}
input:focus,
textarea:focus, select:focus {
  border-color: #20461a;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  font-size: inherit;
  font-family: inherit;
  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: #20461a !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}

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

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */

/* ================================================================================== 
13. Slider
===================================================================================== */
.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;
}

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

}
/* pagination custom 2 */
.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: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
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-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-radius: 16px;
	transition: 0.3s ease;
	z-index: 4;
  order: 3;
  margin-right: -1.9rem;
}

.menu-icon:hover {
  background: rgba(255, 255, 255, 0.05);
}

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

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

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

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.menu-icon.active span:nth-child(3),
.menu-icon.active span:nth-child(4) {
  opacity: 0;
  transform: scale(0.5);
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
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: 13rem;
  height: auto;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


nav li{
  display: block;
}

nav li a{
  display: block;
  padding: 1rem 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: all.4s ease-in-out;
  font-size: 1.6rem;
  letter-spacing: 1px;

}

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



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

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-mail, .header-phone{
  display: flex;
  align-items: center;
  gap:1rem;

  font-size: 1.6rem;
  font-weight: 400;

}
.header-info{
  display: flex;
  align-items: center;
  gap:2rem;
  margin-left: auto;
}
.header-info img{
  display: block;
  width:  1.7rem;
  height: auto;
}

 .header-mail span, .header-phone span{
    display: none;
  }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-mail span, .header-phone span{
    display: inline-block;
  }
 
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-info{
    position: absolute;
    top: 0;
    right: 2rem;
    margin-left: 0;
  }
  .menu-icon{
    display: none;
  }
  .info-mobile{
    display: none;
  }
  .info-desktop{
    display: flex;
  }
   .header-logo img{
    width: 16rem;
  }
  header .container{
    padding-top: 3rem;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  .header-logo{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  nav ul{
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  nav li:last-child a{
    padding-right: 0;
  }
   nav li:first-child a{
    padding-left: 0;
  }
  nav li:nth-child(5){
    margin-left: auto;
}
  .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{
  position: relative;
  overflow: hidden;
}
 
.intro img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  position: relative;
  -webkit-animation: introAnimation 5s ease-out infinite alternate-reverse both;
        animation: introAnimation 5s ease-out infinite alternate-reverse both;
}

.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.intro h1{
  text-transform: uppercase;
  letter-spacing: 1px;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
}
.intro-inner p{
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.intro .btn{
  margin-top: 3rem;
}

@-webkit-keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes introAnimation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-btns{
    flex-direction: row;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro-sm-text{
    left: 20rem;
  }
}
/* ================================================================================== 
16. About
===================================================================================== */
.text-center{
  max-width:70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

.about-left{
  width: 100%;
}
.about-left img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
}
.about-right{
  width: 100%;
}
.about-right img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.about-text{
  width: 100%;
  padding: 5rem 2rem 0 2rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-left{
    width: 40%;
  }

  .about-right{
    width: 47%;
    margin-top: 10rem;
  }
  .location-row  .about-right{
    width: 60%;
    padding: 0 10rem;
  }
  .location-row img{
    aspect-ratio: 16/14;
  }
  .about-text{
    padding: 0;
    max-width: 50rem;
  }
  .location-row  .about-text{
    max-width: 100%;
  }
  .location-row:nth-child(2n+2){
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 10rem;
  }
  .about-text{
    margin-bottom: 10rem;
  }
}
 .location-row .about-left img {
	width: 100%;
	height: 100%;
  aspect-ratio: unset; 
	object-fit: cover;
	max-height: 80rem;
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  padding-top: 5rem;
}
.service-row img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: top;
}
.service-row{
  position: relative;
  display: block;
  text-decoration: none;
}

.service-text{
  padding: 5rem 2rem;
  text-align: center;
  
}
.service-row:nth-child(2n+2) .service-text{
  right: 10rem;
  left: auto;
}
.services-title{
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services{
    padding-top: 0;
  }
  .pages.services{
    padding-top: 5rem;
  }
  .services-title{
    max-width: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-title{
    margin-bottom: 10rem;
  }
  .service-text{
    position: absolute;
    left: 10rem;
    bottom: 5rem;
    width: 60rem;
    background-color: #fff;
    padding: 5rem;
    text-align: left;
    
  }
  .pages.services{
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .service-row img{
    aspect-ratio: 16/5;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  background-color: #f5f5f5;
}

.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner-text{
  padding: 0 5rem;
}
}
/* ================================================================================== 
19. FAQ
===================================================================================== */
.accordion-wrapper {
  width: 100%;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 1.5rem 3rem;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 1rem;
  background-color: #f5f5f5;
 


}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 1.8rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}
.faq-text{
  padding-right: 15rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .accordion__head_text {
    font-size: 2rem;
  }

}
/* ================================================================================== 
20. Blog
===================================================================================== */
.blog-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog .text-center{
  margin-bottom: 5rem;
}
.blog a{
  text-decoration: none;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/15;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.05);
}
.blog-box h3{
  font-size: 2.4rem;
}
.blog-box h3:hover{
  text-decoration: underline;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* ================================================================================== 
21. Footer
===================================================================================== */
.map iframe{
  width: 100%;
  height: 60rem;
  display: block;
  filter: grayscale(100);
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .container {
	padding: 0 2rem;
	background-color: #fff;
  padding-bottom: 0;
}
footer a{
  text-decoration: none;
}
.footer-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
footer h4{
  text-transform: uppercase;
  font-weight: 400;
}
.copyright{
  font-size: 1.6rem;
}
.copyright{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 5rem;
}
.go-back{
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #20461a;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;

}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer .social{
  justify-content: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-logo img{
    margin: 0;
  }
  .copyright{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .footer-logo{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
  }
  footer .container{
    	padding: 5rem 2rem;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
  width: 20rem;
  } 
  footer ul{
    column-count: 2;
    column-gap: 2rem;
  }
  footer .container {
	  padding: 5rem 10rem;
    margin-top: -28.1rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
   footer .container {
    margin-top: -28.1rem;
  }
}
/* ================================================================================== 
22. Animation
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
 }
 @-webkit-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)
  }
 }
 @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 fadeIn {
  0% {
   opacity:0
  }
  to {
   opacity:1
  }
 }
 @keyframes fadeIn {
  0% {
   opacity:0
  }
  to {
   opacity:1
  }
 }
 .animate__fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
 }
 @-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)
  }
 }
 .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 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
}

/* ================================================================================== 
23. About Page
===================================================================================== */
.about-page-inner .btn{
  margin-top: 3rem;
}
.about-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.about-row:not(:last-child){
  margin-bottom: 5rem;
}
.about-row{
  align-items: center;
}
.about-row:nth-child(2n+2) .about-text{
  justify-content: flex-end;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  
  .about-page-inner{
    max-width: 60rem;
    width: 100%;
  }
  .about-page-text{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 0;
  }
 
  .about-row:nth-child(2n+2) .bg-title{
    left: 5rem;
    top: -3rem;
  }
  .about-reverse.about-row{
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-row:not(:last-child){
    margin-bottom: 10rem;
  }
 
}

/* ================================================================================== 
24. Service Single Page
===================================================================================== */
.top-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  object-fit: cover;
}

.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-wrapper a{
  margin-bottom: 2rem;
  display: block;
  overflow: hidden;
  width: 48.5%;
}
.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.05);
}
.text-center .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .gallery-wrapper a{
    width: 31.3%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .gallery-wrapper a{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-single-text:last-child{
    padding-left: 8rem;
  }
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}

.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form input{
  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%;
  }
}
 
