/*!
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. Work Process
19. Why Us
20. FAQ
21. Banner
22. Footer
23. Services Page
24. Products 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;
}


/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}
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: #c70000;  color: #fff; }  
::selection { background-color: #c70000; 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: 76rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 500;margin-top:1rem; font-family: 'IBM Plex Sans', sans-serif;letter-spacing: 0; }
h1 { font-size: 4.8rem; line-height: 1.1; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.8rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 5.6rem);
  line-height: 1.1;
}

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

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


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
  text-decoration: none;
  border-radius: 10rem;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary{
  background-color: #c70000;
  color: #fff;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: left 2rem center;
  padding-left: 6rem;

}
.btn-primary:hover{
  background-color: #000;
}
.btn-sm{
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
}
.btn-sm:hover{
  color: #c70000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border:1px solid #f9f9f9;
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
  outline: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 300;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-bottom-color: #000;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

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

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

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  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;
  justify-content: center;
  text-align: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.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
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem;
}
.custom-arrow{
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  cursor: pointer;

 
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);

}
.custom-prev{
  background-image: url(images/prev.svg);

}

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

  
}
/* pagination custom 1 */
.custom-pagination{

  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
}
.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: #000;

}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #000;

}
/* 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
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.menu-toggle {
  width: 45px;
  height: 56px;
  position: relative;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(0.7);
  z-index: 5;
  order: 3;
  margin-left: 3rem;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* header.scrolled .menu-toggle span, header.scrolled .menu-toggle.open span, .menu-toggle.open span{
  background-color: #000;
} */
.menu-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 50%;
}

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

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

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

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

.menu-toggle.open span:nth-child(7), .menu-toggle.open span:nth-child(8), .menu-toggle.open span:nth-child(9) {
  top: 20px;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1rem 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: 8rem;
  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-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
  transition: all .4s ease-in-out;
}

nav li a:hover, nav li.current_page_item a{
  color: #c70000;
}
.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{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  align-items: center;
  margin-left: auto;
}
.header-mail img{
  display: block;
  width: 2rem;
  height: auto;
}
 .header-mail span{
    display: none;
  }
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-mail span{
    display: inline-block;
  }
  .header-logo img{
    width: 12rem;
  }
}

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

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 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: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
}

.intro-text .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*/

}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro img{
    height: 80rem;
  }

}
/* ================================================================================== 
16. About
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center h3{
  margin-bottom: 5rem;
}
.about p{
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* ================================================================================== 
17. Services
===================================================================================== */
.title-row{
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.services-slider{
  overflow: hidden;
}

.services-box{
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;

}
.title-row h2{
  margin-bottom: 0;

}
.title-row .title{
  width: 100%;
}
.services-image{
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.services-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.services-image:hover img{
  transform: scale(1.1);
}
.services-box a{
  text-decoration: none;
}
.services-box .btn-sm{
  margin-top: auto;
  align-self: flex-start;
}
.services-text{
  padding: 1rem 0;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
.services-pagination{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .services-pagination{
    display: flex;
  }
  .title-row .custom-arrows{
    margin-left: 0;
    margin-right: 5rem;
  }
  .services-text{
    margin-top: -5rem;
    width: 80%;
    margin-left: auto;
    padding: 2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .title-row{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .title-row .title{
    width: auto;
  }
  .title-row .custom-arrows{
    margin-left: auto;
  }

}
/* ================================================================================== 
18. Work Process
===================================================================================== */
.work-process-wrapper{
  counter-reset: process;
  margin-top: 15rem;
}
.work-process-box {
	width: 100%;
	border-radius: 2rem;
	background-color: #fff;
	box-shadow: 0 0 44px 16px rgba(0,0,0,.05);
	padding: 3rem 2rem;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  margin-bottom: 10rem;
}
.process-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.process-icon{
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  width: 7rem;
}
.process-icon img{
  width: 100%;
  height: 7rem;
  object-fit: contain;
  display: block;
}
.process-text{
  width: calc(100% - 8rem);
}
.process-text h4{
  margin-bottom: 1rem;
}
.numb{
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  height: 7rem;
  background-color: #c70000;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;

}
.numb::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  counter-increment: process;
  content: '0' counter( process);
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
}
.numb::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #c70000;
}
.work-process-box:nth-child(1) .numb{
  background-color: #c9a2a2;
}
.work-process-box:nth-child(1) .numb::after{
  border-top: 1rem solid #c9a2a2;
}
.work-process-box:nth-child(2) .numb{
  background-color: #cb7777;
}
.work-process-box:nth-child(2) .numb::after{
  border-top: 1rem solid #cb7777;
}
.work-process-box:nth-child(3) .numb{
  background-color: #c44b4b;
}
.work-process-box:nth-child(3) .numb::after{
  border-top: 1rem solid #c44b4b;
}
.work-process{
  padding-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .work-process-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .work-process-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .work-process{
    padding-bottom: 10rem;
  }
  .work-process-box {
    width: 22.7%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
19. Why Us
===================================================================================== */
.whyus{
  background-color: #f5f5f5;
}

.whyus-image{
  width: 100%;
}
.whyus-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/12;
}
.whyus-text{
  width: 100%;
  padding: 5rem 2rem;
}
.whyus-text .btn{
  margin-top: 3rem;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .whyus-image{
    width: 50%;
  }
  .whyus-text{
    width: 50%;
    padding: 5rem;
  }
}

@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .whyus-text{
    padding: 10rem;
    padding-right: 15rem;
  }
}
/* ================================================================================== 
20. FAQ
===================================================================================== */
.faq-text{
  width: 100%;
  margin-bottom: 5rem;
}
.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: 2rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .faq-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .faq-text{
    width: 40%;
    margin-bottom: 0;
  }
  .accordion-wrapper {
    width: 60%;
  }
  .acc2{
    width: 100%;
  }
}
/*================================================================================== 
21. Banner
===================================================================================== */
.banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4); 
}
.banner-text{
  max-width: 60rem;
  width: 100%;
  color: #fff;
}
.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/*================================================================================== 
22. Footer
===================================================================================== */
footer{
  position: relative;
  padding: 5rem 0;
  font-size: 1.6rem;
  background-color: #fff;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.footer-logo img{
  width: 15rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer a{
  text-decoration: none;
}
.copyright{
  padding: 1rem 0;
}
.copyright  .container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
}
.go-back{
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #c70000;
  background-image: url(images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 10;
  display: none;
  cursor: pointer;

}
.footer-text {
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-style: italic;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}
.footer-text p{
  margin: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  /* footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #ffffff;
  } */
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo {
    background-color: #fff;
  }
  
} 
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-logo img{
    width: 20rem;
    margin: 0;
  }
  .footer-logo2 img{
    width: 17rem;
}
}
/*================================================================================== 
23. Services Page
===================================================================================== */
.services-wrapper{
  margin-top: 5rem;
}
.services-wrapper .services-box{
  width: 100%;
  margin-bottom: 3rem;
}
.services-wrapper .services-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .services-wrapper .services-box{
    width: 48.5%;
  }
  .services-wrapper .services-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .services-wrapper .services-box{
    width: 31.3%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-wrapper{
    margin-top: 8rem;
  }
}

.text-center .btn, .text-page .btn{
  margin-top: 3rem;
}
.text-page{
  max-width: 120rem;
  width: 100%;
}
/*================================================================================== 
24. Products Page
===================================================================================== */
.products-row{
  margin-bottom: 5rem;
}
.products-row:last-child{
  margin-bottom: 0;

}
.products-single-wrapper{
  margin-top: 7rem;
}
.products-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.products-text{
  width: 100%;
  margin-bottom: 5rem;
}
.products-image{
  width: 100%;
}

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

}

.gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.gallery a{
  width: 48.5%;
  margin-bottom: 3rem;
  overflow: hidden;
}
.gallery a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all.4s ease-in-out;
}
.gallery a:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .gallery a{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .products-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-text{
    width: 48%;
    margin-bottom: 0;
  }
  .products-image{
    width: 48%;
  }
} 
/*-------*/
.products-wrapper{
  margin-top: 5rem;
}
.products-box{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.products-box img{
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.products-box:hover img{
  transform: scale(1.05);
}
.products-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  z-index: 1;
}
.products-box h3{
  font-size: 2.6rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 2rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    margin-top: 7rem;
  }
  .products-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products-box h3{
    font-size: 3rem;
  }
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}

.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}