

/*===================== 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. Header
12. Intro
13. Products
14. Rent
15. Finance
16. Support
17. Contact
18. Footer
19. Animations
20. Contact Page
21. Rent Page
22. Finance Page
23. Support Page
24. Product Page
25. References Page
26. Banner

=============================================================*/
/* ================================================================================== 
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: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #305f9c;  color: #fff; }  
::selection { background-color: #305f9c; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 185rem;
}
.container-sm{
  max-width: 80rem;
}
.container-md{
  max-width: 120rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 700;line-height:1.4; font-family: 'Raleway', sans-serif;}
h1{ font-size: 3.6rem; }
.title h1, .title h2{ font-size: 3.6rem;font-weight: 400; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title h4{
  font-family: 'Mulish', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  h1{ font-size: 5rem; }
  .title h1, .title h2{ font-size: 5rem }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1.3rem 3rem;
	font-weight: 400;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  font-weight: 700;

}
.btn-primary{
  background: linear-gradient(to right,  rgba(33,102,159,1) 16%,rgba(233,27,112,1) 50%,rgba(255,235,1,1) 100%);

  color: #fff;
}
.btn-secondary{
  background-color: rgba(255,255,255,.11);
  color: #fff;
  border:1px solid rgba(255,255,255,.29)
}
.btn-primary:hover, .btn-tertiary:hover{
  opacity: 0.6;
}
.btn-secondary:hover{
  background-color: rgba(33,102,159,1);
  border:1px solid rgba(33,102,159,1);
}
.btn-tertiary{
  background: linear-gradient(to right, rgba(33,102,159,1) 16%,rgba(233,27,112,1) 100%);
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  background-color: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.3);
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 1.5rem 1rem;
  color: #fff;
  font-weight: 400;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #305f9c;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 600;
}
.order-form  input,.order-form
textarea, .order-form select{
  color: #000;
  background-color: #f2f3f4;
}
.order-form label{
  color: #000;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
  
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.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: 1rem;
}
.list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 1.8rem;
	height: 1.8rem;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-size: 1.8rem;
}
/* ================================================================================== 
11. Header
===================================================================================== */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  color: #fff;
  transition: all .4s ease-in-out;
  padding: 1rem 0;

}

header.scrolled{
  background-color: #011b26;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav{
  position: fixed;
  top:0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #011b26;
  transition: all .4s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  padding: 2rem;
  padding-top: 10rem;

}
header nav.open{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header nav li{
  display: block;
}
header nav li  a{
  display: block;
  padding: 1rem 2rem;
  font-weight: 500;
  position: relative;
}
header nav li a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;

}
header nav li a:hover::after{
  width: 100%;
  opacity: 1;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width:15rem;
  height: auto;

}

.lang{
  font-weight: 500;
  font-size: 1.8rem;
  margin-left: auto;
}
.lang a{
  display: inline-block;
}

.lang a:first-child::after{
  content: '|';
  margin: 0 0.7rem 0 1rem;
  
}
.menu-toggle{
  display: block;
  order: 3;
  width: 60px;
  height: 45px;
  position: relative;
  z-index: 1001;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.4);
  -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;
  margin-right: -2rem;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #fff;
}

.menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #fff;
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: #fff;
}
.mobile-info{
  padding-left: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(255,255,255,.4);
}
.has-sub-menu{
  position: relative;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}
header nav .sub-menu li{
  display: block;
}
header nav .sub-menu li a{
  display: block;
}
header nav .sub-menu li a:hover{
  opacity: 0.7;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  header nav{
    width: 40rem;
  }
 
  header .btn{
    display: inline-block;
  }
  .header-logo img{
    width:18rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  header nav{
   position: static;
   top: auto;
   right: auto;
   width: auto;
   height: auto;
   min-height: auto;
   background-color: transparent;
   transform: none;
   transition: none;
   opacity: 1;
   visibility: visible;
   overflow-y: visible;
   margin-left: auto;
   margin-right: 1rem;
   padding: 0;
   display: block;
  }
  header nav li{
    display: inline-block;
  }
  header nav li  a{
    display: inline-block;
    font-size: 1.8rem;
    padding: 2rem 1.6rem;
  }
  .menu-toggle{
    display: none;
  }
  .mobile-info{
    display: none;
  }
  header .btn{
    margin-left: 0;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    background-color: #011b26;
    color: #fff;
    width: 15rem;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding-left: 0;
  }
  .has-sub-menu:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  header nav .sub-menu li a{
    display: block;
    padding:  0.9rem 1.5rem;
  }
 
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .header-logo img{
    width: 22rem
  }
  header nav{
    margin-right: 4rem;
  }

}

/* ================================================================================== 
12. Intro
===================================================================================== */
.intro{
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom,  #00121c 0%,#011b26 100%);
  padding: 15rem 0;
}
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: 0.4;
}
.intro-text{
  width: 100%;
  margin-top: 5rem;
  text-align: center;
}
.intro-text p {
  text-align: justify;
}
.intro-image{
  width: 100%;
}
.intro-wrapper{
  height: 100vh;
  position: relative;
  z-index: 5;
}
.intro-wrapper .container{
display: flex;
flex-direction: column-reverse;
color: #fff;
}
.intro-text .title{
  margin-bottom: 3rem;
}

.intro-image img{
  display: block;
  width: 80%;
  height: auto;
  margin:  0 auto;
}
.intro-btns{
  display: flex;
  justify-content: center;
  gap:2rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-wrapper .container{
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    flex-direction: row;
  }
  .intro-text{
    width: 50%;
    margin-top: 0;
    text-align: left;
  }
  .intro-image{
    width: 36%;
  }
  .intro-wrapper{
    height: 100vh;
  }
  .intro{
    height: 100vh;
    padding: 0;
  
  }
  .intro-image img{
    width: 100%;
    margin: 0;
  }
  .intro-btns{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-text{
    width: 40%;
  }
}
/* ================================================================================== 
13. Products
===================================================================================== */
.products{
  overflow-x: hidden;
}
.text-center{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
  max-width: 84rem;
  width: 100%;
}
.product-row{
  padding: 5rem 0;
  padding-bottom: 10rem;
  background-color: #f2f3f4;
  margin-bottom: 5rem;
  position: relative;
  
}
.product-row:last-child{
  margin-bottom: 0;
}
.product-row::before{
  content: '';
  position: absolute;
  right: -29rem;
  top: 0;
  width: 40rem;
  height: 100%;
  background-color: #f2f3f4;
  z-index: -2;
}
.product-row::after {
	content: '';
	position: absolute;
	left: -29rem;
	top: 0;
	width: 30rem;
	height: 100%;
	background-color: #f2f3f4;
  z-index: -2;
}
.product-text{
  width: 100%;
  margin-bottom: 5rem;
}
.product-images{
  width: 100%;


}
.product-images img{
  display: block;
  width: 100%;
  height: auto;
    -webkit-box-shadow: 0px 0px 45px 14px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 45px 14px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 45px 14px rgba(0,0,0,0.23);

}

.images-slider{
  position: static;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	height: auto;
	bottom: 4rem;
}
.slick-dots li{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border:1px solid #011a25;
  background-color: #fff;
  cursor: pointer;
  transition: all .4s ease-in-out;
  display: block;
  font-size: 0;

}
.slick-dots li.slick-active{
  background-color: #011a25;
}

.product-row h4{
  font-family: 'Mulish', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}
.product-row h2{
  font-size: 3.6rem;
  font-weight: 600;
}
.product-row .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f3f4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10rem;
    padding-right: 0;
    
  }
  .product-text{
    width: 40%;
    margin-bottom: 0;
  }
  .product-images{
    width: 50%;
  
  
  }
  .slick-dots {
    left: 4rem;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
  }
  .product-row:nth-child(2n+2)::before{
    right: auto;
    left: -29rem;
  }
  .product-row:nth-child(2n+2){
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 10rem;
  }
  .product-row:nth-child(2n+2) .slick-dots{
    left: auto;
    right: -4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-row{
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .product-row::after {
    content: none;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .slick-dots {
    left: -4rem;
  }
}
/*-----------*/

.products-wrapper2 article:not(:last-child){
  margin-bottom: 5rem;
}
.product-image2{
  width: 100%;
  margin-bottom: 3rem;
}
.product-image2 a:not(:first-child){
  display: none;
}
.product-image2 img{
  display: block;
  width: 100%;
  height: auto;
}
.product-text2{
  width: 100%;
}
.product-text2 h3{
  font-size: 2.6rem;
  font-weight: 600;
}
.product-text2 .btn{
  margin-top: 3rem;
}
.desc-row{
  display: flex;
justify-content: space-between;
  align-items: center;
}
.desc-row:not(:last-child) {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #000;
}
.desc-row span:first-child{
  font-weight: 600;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-wrapper2 article{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .product-image2{
    width: 50%;
    margin-bottom: 0;
  }
  .product-text2{
    width: 50%;
    padding: 0 10rem;
  }
}
/* ================================================================================== 
14. Rent
===================================================================================== */
.rent{
  background: linear-gradient(to bottom, #00121c 0%,#011b26 100%);
  color: #fff;
  position: relative;

}
.rent::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/rent-bg.png);
	background-repeat: no-repeat;
	background-position: right  center;
	background-size: 58rem;
  background-attachment: fixed;
}

.rent-text{
  width: 100%;
  margin-bottom: 5rem;
}
.rent-image {
	width: 100%;
}
.rent-image img{
  display: none;
  width: 100%;
  height: auto

}
.rent .title h4{
  color: rgba(255,255,255,.5);
}
.rent-inner-wrapper{
  margin-top: 5rem;
}
.rent-inner-box{
  width: 100%;
  background: linear-gradient(to bottom, #011b26 0%,#00121c 100%);
  padding: 5rem;
  font-weight: 300;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rent-inner-box h3{
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 0;
}
.rent-icon{
  width: 7rem;
  height: 7rem;
  background: linear-gradient(to right, rgba(33,102,159,1) 16%,rgba(233,27,112,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.rent-inner-box:nth-child(2n+2) .rent-icon{
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.rent-inner-box:nth-child(2n+2){
  background: transparent;
}
.rent-icon img {
	display: block;
	width: 3rem;
	height: 3.9rem;
	object-fit: contain;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .rent-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .rent-image {
    width: 30%;
    padding-right: 13rem;
  }
  .rent-text{
    width: 60%;
    margin-bottom: 0;
  }
  .rent-image img{
    display: block;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .rent-inner-wrapper{
    display: flex;
    flex-direction: row;
    gap:2%;
    flex-wrap: wrap;
  }
  .rent-inner-box{
    width: 48%;
  }
  .rent-image {
    width: 25%;
  }
  .rent::before {
    background-position: right 20rem center;
    background-size: 88rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .rent-text{
    width: 60%;
  }
  .rent-image {
    width: 22%;
  }
}
/* ================================================================================== 
15. Finance
===================================================================================== */

.finance-image{
  width: 100%;
  margin-top: 5rem;
}
.finance-image img{
  display: block;
  width: 100%;
  height: auto;
}
.finance-text{
  width: 100%;
}
.finance-text .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .finance-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .finance-image{
    width: 45%;
    margin-top: 0;
  }
  .finance-text{
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .finance-text{
    width: 45%;
  }
}
/* ================================================================================== 
16. Support
===================================================================================== */
.support{
  background: linear-gradient(to right, #011b26 0%,#00121c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.wheel1{
  position: absolute;
  left: 0;
  top: -10rem;
  width: 40rem;

}
.wheel2 {
	position: absolute;
	right: 0;
	bottom: -10rem;
	width: 40rem;
}
.support .title h4{
  color: rgba(255,255,255,.5);
}

.support-text{
  width: 100%;
}
.support-text:not(:last-child){
  margin-bottom: 5rem;
}
.support-text .btn{
  margin-top: 2rem;
}
.support-text:last-child .title h4{
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .support-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .support-text{
    width: 45%;
  }
  .support-text:not(:last-child){
    margin-bottom: 0;
  }
  .support-text:last-child .title h4{
    display: block;
  }
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .wheel1{
 
    top: -28rem;
    width: 60rem;
  
  }
  .wheel2 {

    bottom: -28rem;
    width: 60rem;
  }
}
/* ================================================================================== 
17. Contact
===================================================================================== */
.contact-home-image{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-home-image img{
  display: block;
  width: 100%;
  height: auto;
}
.contact-home-text{
  width: 100%;
}
.contact-home-text .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .contact-home-image{
    width: 45%;
    margin-bottom: 0;
  }
  .contact-home-text{
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-home-text{
    width: 45%;
  }
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer{
  background-color: #011b26;
  color: #fff;
  padding: 5rem 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer article{
  width: 100%;
  margin-bottom: 3rem;
}
footer article:last-child{
  margin-bottom: 0;
}
footer .btn{
  padding: 0.5rem 3rem;
  margin-bottom: 2rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 5px;
}
.newsletter .btn{
  margin-bottom: 0;
}
.newsletter label p{
  margin: 0;
}
.newsletter label a{
  color: #fff !important;
}
.newsletter{
  width: 100%;
  font-size: 1.4rem;
}
.newsletter input{
  background-color: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.3);
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 1.1rem 1.1rem;
}
.newsletter input:focus{
  border-color: #305f9c;
}
.copyright{
  padding: 1rem 0;
  background-color: #43515a;
  color: #fff;
  
}
.copyright p{
  margin-bottom: 0;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.social{
  display: flex;
  flex-direction: row;
  gap:1rem;
  margin-top: 1rem;
}
.social a{
  display: block;
}
.social img{
  display: block;
  width: 3rem;
  height: auto;
}
.footer-signaled img {
  width: 18rem;
  display: block;
  height: auto;
  margin: 0 auto;
}
.footer-signaled{
  width: 25rem;
  text-align: center;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .newsletter{
    width: 31rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
  }
  .social{
    margin-top: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  footer .container{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  footer article{
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .footer-signaled{
    width: auto;
    text-align: left;
  }
}
/* ================================================================================== 
19. Animations
===================================================================================== */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
@-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
}
/* ================================================================================== 
20. Contact Page
===================================================================================== */
.contact-wrapper{
  display: flex;
  flex-direction: column;
}
.contact-form{
  width: 100%;
  background-color: #011b26;
  padding: 5rem 2rem;
  max-width: 80rem;
}
.contact-text{
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}
.contact-map{
  margin-top: 5rem;
}
.contact-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-text .social{
  justify-content: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-wrapper{
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-form{
    background-color: #011b26;
    padding: 5rem;
  }

  .contact-text .social{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 49%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-form{
    padding: 10rem;
  }
  
}
/* ================================================================================== 
21. Rent Page
===================================================================================== */


.rent-page-text{
  width: 100%;
  background-color: #011b26;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}
.rent-page-image{
  width: 100%;
}
.rent-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}



@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .rent-text2{
    column-count: 2;
    column-gap: 5rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .rent-page-wrapper{
    display: flex;
    flex-direction: row;
  }
  .rent-page-text{
    width: 50%;
    padding: 0;
  }
  .rent-page-image{
    width: 50%;
  }
  .rent-page-image img{
    height: 100%;
  }
  .rent-page-inner{
    max-width: 70%;
  }
}
/* ================================================================================== 
22. Finance Page
===================================================================================== */


.finance-page-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  background-color: #f2f3f4;
}

.finance-page-image{
  width: 100%;
}
.finance-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.finance-page-wrapper{
  margin-bottom: 5rem;
}
.finance-page-wrapper .btn{
  margin-top: 2rem;
}
.finance-page-wrapper:nth-child(2n+2) .finance-page-text{
 background-color: #011b26;
 color: #ffffff;
}
.finance-page-wrapper:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .finance-text2{
    column-count: 2;
    column-gap: 5rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .finance-page-wrapper{
    display: flex;
    flex-direction: row;
    margin-bottom: 10rem;
  }
  .finance-page-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .finance-page-text{
    width: 50%;
    padding: 0;
  }
  .finance-page-image{
    width: 50%;
  }
  .finance-page-image img{
    height: 100%;
  }
  .finance-page-inner{
    max-width: 72%;
    margin: 10%;
  }
  .finance-page-inner p{
    text-align: justify;
  }
 
}

/* ================================================================================== 
23. Support Page
===================================================================================== */
.pages .title{
  opacity: 1 !important;
}
.support-page-image{
  width: 100%;
  margin-bottom: 5rem;
}
.support-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.support-page-h2 {
   font-family: Arial, Helvetica, sans-serif !important;
}
.support-page-text{
  width: 100%;
  background-color: #f2f3f4;
  padding: 5rem 2rem;
}
.support-page-text .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .support-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .support-page-image{
    width: 45%;
    margin-bottom: 0;
  }
  .support-page-text{
    width: 55%;
    padding: 5rem 10rem;
    text-align: justify;
  }
  .support-page-image img{
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}


/* ================================================================================== 
24. Product Page
===================================================================================== */
.top-height{
  width: 100%;
  height: 7rem;
  background-color: #011b26; 
  position: relative;
  z-index: 0;
}
.pages .title{
  opacity: 1 !important;
  animation: none;
}
.product-single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.product-single-image{
  margin: 5rem 0;
}
.product-btns{
  display: flex;
  gap:1rem;
  flex-direction: row;
  margin-top: 5rem;
}
.product-slider img{
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(1, 27, 38, 0.92));
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 10rem;
  }
  .top-height{
    height: 8.9rem;

  }
}
/* ================================================================================== 
25. References Page
===================================================================================== */

.references-page-image{
  width: 100%;
  margin-bottom: 5rem;
}
.references-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.references-page-image a{
  display: block;
  position: relative;
}
.references-page-image a::before{
  content: '';
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
}
.references-page-image a:not(:first-child){
  display: none;
}
.references-page-text{
  width: 100%;
  background-color: #f2f3f4;
  padding: 5rem 2rem;
}
.references-page-text .btn{
  margin-top: 2rem;
}
.references-page-text h3{
  font-weight: 500;
  font-size: 2.4rem;
}
.references-page-wrapper{
  margin-bottom: 5rem;
}
.references-page-wrapper:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .references-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
   
  }
  .references-page-wrapper:nth-child(2n+2){
    flex-direction: row;
  }
  .references-page-image{
    width: 45%;
    margin-bottom: 0;
  }
  .references-page-text{
    width: 55%;
    padding: 5rem 10rem;
  }
  .references-page-image img{
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .references-page-wrapper{
    margin-bottom: 10rem;


  }
  .references-page-wrapper:last-child{
    margin-bottom: 0;
  }
}

#loaderOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 150px;
  background-image: url('/images/Spinner-1s-200px.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.parsley-txt-red p {
  color: red;
}

/* Style for error message */
.error-message {
    color: red;
}

/* Style for error input fields */
.error-input {
    border: 1px solid red;
}
.success-msg {
  color: #ffffff;
}

/* ================================================================================== 
26. Banner
===================================================================================== */
.banner{
  background: linear-gradient(to right, #011b26 0%,#00121c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner .btn{
  margin-top: 3rem;
}
.banner .text-center{
  margin-bottom: 0;
}
