/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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


/*===================== TABLE OF 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. Whyus
19. Home Section
20. How It Works
21. Blog
22. Newsletter
23. Footer
24. Animations
25. About Page
26. Contact Page
27. FAQ Page
28. Services Page
29. Service Single 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;
}
.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: "Host Grotesk", 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;
}
/* ================================================================================== 
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: #7a12d4;  color: #fff; }  
::selection { background-color: #7a12d4; 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-md{
  max-width: 160rem
}
.container-sm{
  max-width: 110rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;}
.title h1, .title h2{ font-size: 3.4rem; line-height: 1.3;}
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; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .title h1, .title h2{ font-size: 6rem; }
}


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

.btn {
	display: inline-block;
	padding: 2rem 4rem;
	font-weight: 600;
  border:1px solid transparent;
  overflow: hidden;
  position: relative;
  transition: all .6s ease-in-out;
}
.btn-primary{
  background-color: #7a12d4;
  color: #fff;
  border-color: #7a12d4;

}
.btn span{
  position: relative;
  z-index: 1;
}
.btn::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.btn-primary::before{
  background-color: #1c1c1c;
}
.btn:hover::before{
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.btn-secondary::before{
  background-color: #1c1c1c;
}

.btn-secondary{
  border-color: #1c1c1c;
  color: #1c1c1c;
  background-color: transparent;
}
.btn-secondary:hover{
  color: #fff;
}
.btn-sm{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem;
}
.btn-sm:hover{
  opacity: 0.4;
}
.btn-sm2{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: auto;
  color: #7a12d4;
}
.btn-sm2:hover{
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #43515a;
  padding:2.1rem 3rem;
  outline: none;
  background-color: #ffffff;

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

}
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;
}
.contact-btn{
  padding: 0;
}
.contact-btn input{
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 1;
  position: relative;
  border: 0;
  padding: 2rem 4rem;
}
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: #f4f4f4;
  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: 7px;
  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
===================================================================================== */
.slick-dots{
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slick-dots li button{
  font-size: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #f9f3eb;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #b44f1b;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.slick-dots li.slick-active button::after{
  opacity: 1;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  font-size: 0;
  width: 4rem;
  height: 5.5rem;
  z-index: 1;
  cursor: pointer;
}

.slick-prev{
  left: 0;
  background-image: url(images/prev.svg);
}
.slick-next{
  right: 0;
  background-image: url(images/next.svg);
}
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev{
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.7rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(images/next.svg);
}
.swiper-button-prev{
  background-image: url(images/prev.svg);
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  z-index: 3;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  font-weight: 500;
}
.lang a:hover{
  color: #7a12d4;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .lang{
    margin-left: 10rem;
  }
}
.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: 4rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .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: .12s;
}

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

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

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

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

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #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: 9rem;
}
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;
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 400;
}

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



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

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-logo img{
    width: 13.6rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  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;

  }
  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-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0  2rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
}
.intro-image{
  width: 100%;
}
.intro-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.intro-inner{
  max-width: 70rem;
  width: 100%;
}
.intro-inner p{
  width: 90%;
}
.intro-inner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro-text{
    width: 50%;
    margin-top: 0;
    padding: 0;
    padding-left: 2rem;
  }
  .intro-image{
    width: 50%;
  }
  .intro-image img{
    height: 70rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .intro-text{
    padding-left: 0;
  }
  .intro-image img{
    height: 93rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .intro-inner{
    padding: 0;
    padding-left: 10rem;
  }
  
}
/* ================================================================================== 
16. About
===================================================================================== */

.about-text{
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-inner{
  max-width: 50rem;
  width: 100%;
}
.about-inner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .about-text{
    width: 45%;
    padding: 0;
    padding-left: 10rem;
    padding-top: 0;
  }
  .about-text::after {
    content: '';
    position: absolute;
    bottom: -43rem;
    right: 0;
    background-color: #f4f4f4;
    width: 100%;
    height: 50rem;
  }
  .about-image{
    width: 55%;
  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services .title{
  max-width: 64rem;
  width: 100%;
  margin-bottom: 8rem;
}
.services .title .btn{
  margin-top: 3rem;
}
.services-box{
  display: block;
  position: relative;
  overflow: hidden;
}
.services-overlay{
  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%);
}
.services-box img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-text{
  padding: 3rem 3rem;
  color: #fff;
}
.services-box:nth-child(1) .services-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}


.services-text h3{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.services-box:nth-child(3){
  background-color: #1c1c1c;
}
.services-box:nth-child(1) h3{
  font-size: 3rem;
}
.services-box:nth-child(4){
  background-color: #7a12d4;
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  
  }
  .services-box{
    width: 50%;
  }
  .services-box:first-child{
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .services-box{
    width: 100%;
  }
  .services-box:nth-last-child(3){
    order: 4;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .services-box:nth-child(1){ grid-area: 1 / 1 / 3 / 3; }
  .services-box:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
  .services-box:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
  .services-box:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
  .services-box:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
  .services-box:nth-child(1) .services-text{
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .services-box:nth-child(1) img{
    height: 88rem;
  }
  .services-box:nth-child(1) .services-text{
    padding: 10rem 15rem 10rem 10rem;
  }
  .services-text{
    padding: 6rem 5rem;
    color: #fff;
  }
  .services-text h3{
    font-size: 3rem;
  }
  .services-box:nth-child(1) h3{
    font-size: 3.6rem;
  }
}
/* ================================================================================== 
18. Whyus
===================================================================================== */
.whyus .title{
  max-width: 64rem;
  width: 100%;
  margin-bottom: 8rem;
}

.whyus-box{
  width: 100%;
  margin-bottom: 5rem;
}
.whyus-box:last-child{
  margin-bottom: 0;
}
.whyus-box img{
  display: block;
  width: 6rem;
  height: 6.5rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.whyus-box h3{
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus-box{
    width: 48.5%;
    text-align: left;
    margin-bottom: 0;
  }
  .whyus-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }

}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .whyus-box h3{
    font-size: 2.4rem;
  }
}

/* ================================================================================== 
19. Home Section
===================================================================================== */
.home-section{
  overflow: hidden;
}
.home-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
  width: 192rem;
  gap:3rem;
}

.move {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  align-items: flex-start;
  gap:3rem
}

.move-slide {
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 20rem;
  height: 27rem;
	padding: 0px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.move-slide img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/15;

}
.move-slide:nth-child(odd){
  margin-top: 5rem;
}
.move.back {
	-webkit-animation-name: moveSlideshowBack;
	animation-name: moveSlideshowBack;
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.slide-bg1{
  background-color: #7a12d4;
}
.slide-bg2{
  background-color: #1c1c1c;
}
.slide-text{
  color: #fff;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.slide-text h3{
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .move-slide {
    width: 30rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .move-slide {
    width: 40rem;
    height: 38rem;
  }


}

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

@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .move-slide {
    width: 60rem;
    height: 45rem;
  }
  .slide-text{

    padding: 10rem;
  }
  .slide-text h3{
    font-size: 2.4rem;
  }
}
@keyframes moveSlideshowBack {
  0% {
   -webkit-transform:translateX(0);
           transform:translateX(0)
  }
  to {
   -webkit-transform:translateX(-100%);
           transform:translateX(-100%)
  }
 }
 @-webkit-keyframes moveSlideshowBack {
  0% {
   -webkit-transform:translateX(0)
  }
  to {
   -webkit-transform:translateX(-100%)
  }
 }
 @keyframes moveSlideshowForward {
  0% {
   -webkit-transform:translateX(-100%);
           transform:translateX(-100%)
  }
  to {
   -webkit-transform:translateX(0);
           transform:translateX(0)
  }
 }
 @-webkit-keyframes moveSlideshowForward {
  0% {
   -webkit-transform:translateX(-100%)
  }
  to {
   -webkit-transform:translateX(0)
  }
 }
/* ================================================================================== 
20. How It Works
===================================================================================== */
.how-it-works .title{
  margin-bottom: 5rem;
}
.how-wrapper{
  counter-reset: numbers;
}
.how-box{
  width: 100%;
  position: relative;
  padding-top: 10rem;
  margin-bottom: 3rem;
  counter-increment: numbers;
}
.how-box:nth-child(2){
  animation-delay: 0.5s;
}
.how-box:nth-child(3){
  animation-delay: 1s;
}
.how-box:nth-child(4){
  animation-delay: 1.5s;
}
.how-box::before{
  content: counter(numbers) '.';
  position: absolute;
  top: 0;
  width: 6.8rem;
  height: 6.7rem;
  border-radius: 50%;
  background-color: #e7d6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;

}
.h-line{
  width: 100%;
  height: 1px;
  display: none;
  background-color: #e7d6ef;
}
.how-box:nth-child(1)::before, .how-box:nth-child(4)::before{
  background-color: #7a12d4;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .how-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:4%;
  }
  .how-box{
    width: 48%;
  }
  .how-it-works .title{
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .h-line{
    display: block;
  }
  .how-box{
    width: 22%;
    margin-top: -3.4rem;
    margin-bottom: 0;

  }

}
/* ================================================================================== 
21. Blog
===================================================================================== */
.blog{
  background-color: #f4f4f4;
}
.blog-wrapper{
  margin-top: 6rem;
}
.blog-box{
  width: 100%;
  margin-bottom: 5rem;
}
.blog-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/15;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.05);
}
.blog-box h3{
  font-size: 2.1rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:5%;
  }
  .blog-box{
    width: 47.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-box{
    width: 30%;
 
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .blog-box h3{
    font-size: 2.6rem;
  }

}
/*--------*/
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-banner{
  background-color: #f4f4f4;
}
.article-banner .text-center{
  margin-bottom: 0;
}
.article-banner  .btn{
  margin-top: 3rem;
}
.article-banner .title{
  max-width: 120rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* ================================================================================== 
22. Newsletter
===================================================================================== */
.newsletter{
  background-color: #7a12d4;
}

.newsletter .title{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.newsletter .title h2{
  color: #fff;
  font-size: 4rem;
  margin-bottom: 0;
}
.newsletter-form{
  width: 100%;
}
.newsletter-form h3{
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 400;
}
.newsletter input{
  background-color: rgba(255,255,255,.4);
  color: #fff;
  font-size: 1.6rem;
  border-color: transparent;
}
.newsletter input:focus{
  border-color: #fff;
}
.newsletter-form form{
  position: relative;
}
.newsletter input.btn-newsletter {
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	filter: brightness(0) invert(100);

}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .newsletter .title{
    max-width: 40rem;
    margin-bottom: 0;
    text-align: left;
  }
  .newsletter-form{
    max-width: 67rem;
  }
}
/* ================================================================================== 
23. Footer
===================================================================================== */
footer{
  font-size: 1.6rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo img{
  display: block;
  width: 16rem;
  height: auto;
  margin: 0 auto;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer ul li {margin-bottom: 3px;}
footer ul li a:hover{
  color: #7a12d4;
}
.copyright{
  padding: 1rem 0;
  background-color: #f4f4f4;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
    width: 22rem;
  }
}
/* ================================================================================== 
24. Animations
===================================================================================== */
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .hidden{
    opacity: 0;
  }
  .visible{
    opacity: 1;
  }
  .animate__animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
  @-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 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
}

}
/* ================================================================================== 
25. About Page
===================================================================================== */
.about-page-wrapper{
  margin-top: 5rem;
}
.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
  position: relative;

}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-image img:last-child {
  margin-top: 2rem;
}
.bg{
  background-color: #f4f4f4;
  color: #000;
}

.about-page-text2{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-text2 .btn{
  margin-top: 3rem;
}
.about-page-content2{
  width: 100%;
}
.about-page-box{
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.about-page-box span{
  font-size: 5rem;
  font-weight: 500;
  color: #7a12d4;
}


.bio-text{
  width: 100%;
  padding-bottom: 5rem;
}
.bio-text .signature{
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 2rem;
}
.bio-image{
  width: 100%;
}
.bio-image img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}
.bg-cubes{
  background-image: url(images/bg1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-page-content2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .about-page-box{
    width: 48.5%;
  }
  .bg-cubes{
    background-size: 50rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
    
  
  }
  .about-page-image img{
    width: 80%;
    margin-left: auto;
  }
  .about-page-image img:last-child {
    width: 60%;
    position: absolute;
    top: 20rem;
    left: 4rem;
    margin-top: 0;
  }
  .about-page-wrapper2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text2{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-content2{
    width: 48%;
  }
 
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-image{

    background-image: url(images/bg3.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20rem;
  }
  .about-page-wrapper{
    margin-top: 10rem;
    margin-bottom: 16rem;
  }
  .bio-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
  }
  .bio-text{
    width: 48%;
  }
  .bio-image{
    width: 38%;
  }
  .bio-image img{
    max-width: 100%;
    margin: 0;
  }
  .bg-cubes{
    background-position: right center;
    background-size: 50%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-page-image img:last-child {
    top: 27rem;
  }
  .about-page-text2 {
    padding-right: 10rem;
    padding-left: 6rem;
  }
}
/*-------*/
.about-banner{
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 80rem;
  display: flex;
}
.about-banner-text{
  padding: 5rem 2rem;
  background-color: #fff;

  width: 100%;
  margin-top: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-banner-text{
    margin-left: auto;
    margin-right: 5rem;
    max-width: 80rem;
    margin-top: auto;
    padding: 5rem;
  }
  .about-banner{
      height: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
26. Contact Page
===================================================================================== */
.top-image {
	height: 40rem;
	width: 100%;
  background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-top-text{
  width: 100%;
  padding: 5rem 0;
}
.contact-top-map{
  width: 100%;
}
.contact-top-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-box-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem
}
.contact-box-wrap img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.contact-box-wrap p{
  margin-bottom: 0;
}
.contact-box{
  margin-bottom: 3rem;
}
.contact-form{
  max-width: 80rem;
  width: 100%;
	margin: 0 auto;
}
.contact-form .wpcf7-spinner{
  display: none !important;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    margin-top: -15rem;
    background-color: #fff;
    box-shadow: 0 0 9px 7px rgba(0,0,0,.02);
  }
  .contact-top-text{
    width: 48%;
    padding: 5rem;
  }
  .contact-top-map{
    width: 48%;
  }
  .contact-top-map iframe{
    height: 100%;
  }
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-top-text{

    padding: 10rem;
  }
  .top-image {
    background-attachment: fixed;
  }
}
/* ================================================================================== 
27. FAQ Page
===================================================================================== */
.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;

}

.accordion {
	padding: 4rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #e7e7e7;
}
.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;
  font-size: 2.1rem;
  width: 80%;
  color: #000;
}

.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__body_text{
  padding-top: 2rem;
}
.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);
}
/* ================================================================================== 
28. Services Page
===================================================================================== */

.row-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}

.row-image{
  width: 100%;
  display: block;
  overflow: hidden;
}
.row-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all.4s ease-in-out;
}

.row-text .btn{
  margin-top: 3rem;
}

.row-text h2{
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.services-page .title{
  margin-bottom: 6rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .services-page .title{
    margin-bottom: 10rem;
  }
  .service-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-row:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .row-text{
    width: 50%;
    padding: 5rem;

  }
  .row-inner{
    max-width: 60rem;
    width: 100%;
  }
  .row-image{
    width: 50%;
  }
  .row-image img{
    height: 100%;

  }
  .row-image:hover  img{
    transform: scale(1.1);
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .row-text h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .row-text h2{
    font-size: 5rem;
  }
}
/* ================================================================================== 
29. Service Single Page
===================================================================================== */
.service-single-wrapper{
  display: flex;
  flex-direction: column;
}
.service-single-text{
  width: 100%;
}
.service-single-text .btn{
  margin-top: 3rem;
}
.service-single-image{
  width: 100%;
  margin-top: 5rem;
}
.service-single-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service-single-wrapper2 {
	display: flex;
	flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
	max-width: 144rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 5rem;
}
.service-single-text2 {
	width: 100%;
  margin-bottom: 5rem;
}
.service-single-image2 {
	width: 100%;
}
.service-single-image2 img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}
.service-bottom b{
  color: #000;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.service-bottom{
  background-color: #f8f8f8;
}
.service-bottom-text{
  max-width: 100rem;
  width: 100%;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-wrapper a{
  display: block;
  width: 48.5%;
  border:1px solid #ccc;
  margin-bottom: 3rem;
  overflow: hidden;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: contain;
  transition: all .4s ease-in-out;

}
.gallery-wrapper  a:hover img{
  transform: scale(1.1);
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .service-single-wrapper{
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .service-single-text{
    width: 40%;
  }
  .service-single-image{
    width: 55%;
    margin-top: 0;
  }
  .service-single-wrapper2 {
    margin-top: 10rem;
  }
  .service-single-text2 {
    width: 45%;
    padding-right: 10rem;
    margin-bottom: 0;
  }
  .service-single-image2 {
    width: 41%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .service-single-wrapper{
    align-items: center;
  }
}

.cky-btn-revisit-wrapper,
.grecaptcha-badge,
.manage-consent-1 {
	display: none !important;
}
