/* media queries */
:root {
  --white-color: #fff;
  --black-color: #272727;
  --main-color: #0055ff;
  --grey-color: #757F95;
  --main-m: 'Roboto-Medium';
  --main-b: 'Roboto-Bold';
  --main-bl: 'Roboto-Black';
  --main-r: 'Roboto-Regular';
  --main-l: 'Roboto-Light';
  --flat-r: 'Font-Flat';
  --second-r: 'Barlow-Regular';
  --second-b: 'Barlow-Bold';
  --second-eb: 'Barlow-ExtraBold';
  --second-sb: 'Barlow-SemiBold';
  --dark-blue: #00194c;
  --lavander: #e6eeff;
  --blue-color: #0055ff;
  --text-color: #687799;
  --border-blue: #b6c1db;
  --text-color-2: #667594;
  --baby-blue: #f1f4fc;
  --answ-blue: #f1f5ff;
  --yellow-color: #ffb930;
  --footer-text: #96A1B8;
  --blue-color-2: #0049dc;
}
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-50px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes smalltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-50px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('https://www.europrojectpartner.ro/static/fonts/fontawesome-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/fontawesome-webfont.svg#fontawesome') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/fontawesome-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Font-Flat';
  src: url('https://www.europrojectpartner.ro/static/fonts/flaticon-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/flaticon-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/flaticon-webfont.svg#flaticon') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/flaticon-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/flaticon-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Light-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Light-webfont.svg#Roboto-Light') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Light-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Light-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Regular-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Regular-webfont.svg#Roboto-Regular') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Regular-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Regular-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Medium-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Medium-webfont.svg#Roboto-Medium') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Medium-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Medium-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Bold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Bold-webfont.svg#Roboto-Bold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Bold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Bold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Black-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Black-webfont.svg#Roboto-Black') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Black-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Roboto-Black-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Barlow-Regular';
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-Regular-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Regular-webfont.svg#Barlow-Regular') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Regular-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Regular-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Barlow-Bold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-Bold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Bold-webfont.svg#Barlow-Bold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Bold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-Bold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Barlow-ExtraBold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-ExtraBold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-ExtraBold-webfont.svg#Barlow-ExtraBold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-ExtraBold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-ExtraBold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Barlow-SemiBold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-SemiBold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Barlow-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-SemiBold-webfont.svg#Barlow-SemiBold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-SemiBold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Barlow-SemiBold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-Light';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Light-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Light-webfont.svg#PlusJakartaSans-Light') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Light-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Light-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-Regular';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Regular-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Regular-webfont.svg#PlusJakartaSans-Regular') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Regular-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Regular-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-Medium';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Medium-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Medium-webfont.svg#PlusJakartaSans-Medium') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Medium-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Medium-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-Bold';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Bold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Bold-webfont.svg#PlusJakartaSans-Bold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Bold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-Bold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-ExtraBold';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-ExtraBold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-ExtraBold-webfont.svg#PlusJakartaSans-ExtraBold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-ExtraBold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-ExtraBold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'PlusJakartaSans-SemiBold';
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-SemiBold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-SemiBold-webfont.svg#PlusJakartaSans-SemiBold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-SemiBold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/PlusJakartaSans-SemiBold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-Light';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Light-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Light-webfont.svg#Urbanist-Light') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Light-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Light-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-Regular';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Regular-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Regular-webfont.svg#Urbanist-Regular') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Regular-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Regular-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-Medium';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Medium-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Medium-webfont.svg#Urbanist-Medium') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Medium-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Medium-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-Bold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Bold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Bold-webfont.svg#Urbanist-Bold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Bold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Bold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-Black';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Black-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Black-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Black-webfont.svg#Urbanist-Black') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Black-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-Black-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
@font-face {
  font-family: 'Urbanist-SemiBold';
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-SemiBold-webfont.eot');
  src: url('https://www.europrojectpartner.ro/static/fonts/Urbanist-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-SemiBold-webfont.svg#Urbanist-SemiBold') format('svg'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-SemiBold-webfont.woff') format('woff'), url('https://www.europrojectpartner.ro/static/fonts/Urbanist-SemiBold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-style: 'normal';
}
.button {
  font-size: 15px;
  line-height: 1;
  padding: 16px 33px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  font-family: 'PlusJakartaSans-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--blue-color);
}
.button.main-button {
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 30px;
}
.button.main-button:hover {
  background: transparent !important;
  color: var(--blue-color);
}
.button.second-button {
  background: var(--blue-color);
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px;
  width: 97%;
  font-size: 16px;
  line-height: 27.2px;
  text-transform: uppercase;
}
.button.second-button:hover {
  background: var(--dark-blue);
  border: 2px solid var(--dark-blue);
}
.swich-btn a {
  border: 2px solid var(--blue-color);
  background: transparent;
  color: var(--blue-color);
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 18px 18px 22px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.swich-btn a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--blue-color);
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.swich-btn a:after {
  content: "\f054";
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-weight: 700;
  margin-left: 45px;
  color: white;
}
.swich-btn a:hover {
  color: var(--white-color);
}
.swich-btn a:hover:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .swich-btn a {
    font-size: 12px;
    padding: 10px 10px 10px 15px;
  }
  .swich-btn a:before {
    width: 36px;
    height: 36px;
  }
}
.white-btn {
  background: transparent;
  padding: 14px 18px 14px 14px;
  font-family: 'PlusJakartaSans-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--white-color);
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 18px;
  border: 2px solid var(--white-color);
  position: relative;
  height: 50px;
  z-index: 1;
}
.white-btn:hover {
  color: var(--blue-color);
}
.white-btn:hover:before {
  width: 100%;
}
.white-btn:after {
  content: "\f054";
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--blue-color);
  margin-left: 45px;
}
.white-btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease 0s;
  background: var(--white-color);
}
.request {
  background-color: var(--blue-color);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: 'PlusJakartaSans-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 18px 18px 22px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  cursor: pointer;
}
.request:hover:before {
  width: 100%;
}
.request:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--blue-color-2);
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.request:after {
  content: "\f054";
  font-weight: 700;
  margin-left: 45px;
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.sprite {
  display: inline-block;
  background-image: url('/static/images/sprite.png');
}
.sprite.search {
  width: 18px;
  height: 18px;
  background-position: 0 0;
}
.boxes-flex-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1199px) {
  .boxes-flex-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .boxes-flex-wrap {
    gap: 15px;
  }
}
.boxes-flex-wrap .boxes {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .boxes-flex-wrap .boxes .mobile-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .boxes-flex-wrap .boxes .box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 400ms ease-in-out;
    transform: translateX(-150%);
    z-index: 11;
  }
  .boxes-flex-wrap .boxes .box.open {
    transform: translateX(0%);
    background: rgba(0, 0, 0, 0.3);
  }
}
.boxes-flex-wrap .main-template {
  width: 100%;
  max-width: 100%;
}
.search-holder {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .search-holder {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 100%;
    background: var(--white-color);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
    border-top: 1px solid var(--light-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .search-holder.open {
    opacity: 1;
    visibility: initial;
  }
}
.search-holder .form-search {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--light-color);
  border-radius: 6px;
  width: 100%;
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .search-holder .form-search {
    background: var(--white-color);
  }
}
.search-holder .form-search #sugestive-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.search-holder .form-search #sugestive-search-results .results-list {
  background: var(--white-color);
  border-radius: 6px;
  padding: 10px;
  border: 1px solid var(--light-color);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 230px;
  overflow-y: auto;
}
.search-holder .form-search #sugestive-search-results .results-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.search-holder .form-search #sugestive-search-results .results-list li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
}
.search-holder .form-search #sugestive-search-results .results-list li .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .search-holder .form-search #sugestive-search-results .results-list li .image {
    max-width: 50px;
  }
}
.search-holder .form-search #sugestive-search-results .results-list li .right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search-holder .form-search #sugestive-search-results .results-list li .right-section .name {
  font-family: 'Roboto-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-holder .form-search #sugestive-search-results .results-list li .right-section .name:hover {
  color: var(--second-color);
}
.search-holder .form-search #sugestive-search-results .results-list li .right-section .price .new {
  color: var(--second-color);
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.search-holder .form-search #sugestive-search-results .results-list li .right-section .price .new sup {
  font-size: 9px;
  top: -5px;
  margin-right: 3px;
}
.search-holder .form-search input {
  bordeR: 0;
  outline: none;
  padding: 0 15px;
  flex: 1;
  height: 40px;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  color: var(--black-color);
}
@media (max-width: 991px) {
  .search-holder .form-search input {
    height: 35px;
  }
}
.search-holder .form-search button {
  width: 70px;
  bordeR: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 0 6px 6px 0;
  background: var(--black-color);
  transition: all 400ms ease-in-out;
  position: absolute;
  top: -1px;
  right: -1px;
}
@media (max-width: 1199px) {
  .search-holder .form-search button {
    background: var(--second-color);
  }
}
@media (max-width: 991px) {
  .search-holder .form-search button {
    height: 37px;
  }
}
.search-holder .form-search button:hover {
  background: var(--second-color);
}
.search-holder .form-search button svg {
  fill: transparent;
  stroke: var(--white-color);
}
.check-section {
  position: relative;
}
.check-section.mb-10 {
  margin-bottom: 10px;
}
.check-section.mb-20 {
  margin-bottom: 20px;
}
.check-section input {
  position: absolute;
  top: 0;
  lefT: 0;
  opacity: 0;
}
.check-section input:checked + span:after,
.check-section input:checked + label:after {
  opacity: 1;
  visibility: initial;
}
.check-section span:not(.form-error),
.check-section label:not(.form-error) {
  position: relative;
  padding-left: 30px;
  font-family: 'Roboto-Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.check-section span:not(.form-error) span,
.check-section label:not(.form-error) span {
  display: initial;
}
.check-section span:not(.form-error) a,
.check-section label:not(.form-error) a {
  color: var(--second-color);
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.check-section span:not(.form-error) a:hover,
.check-section label:not(.form-error) a:hover {
  color: var(--black-color);
}
.check-section span:not(.form-error):before,
.check-section label:not(.form-error):before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--light-color);
  border-radius: 5px;
  transition: all 400ms ease-in-out;
}
.check-section span:not(.form-error):after,
.check-section label:not(.form-error):after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  transform: rotate(-45deg);
  border-bottom: 2px solid var(--green-color-100);
  border-left: 2px solid var(--green-color-100);
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.check-section span.links-area,
.check-section label.links-area {
  display: block;
}
.check-section .form-error {
  width: 100%;
  color: red;
  order: 2;
}
.checkout-form .tabs-form .form-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkout-form .tabs-form .form-switch label,
.checkout-form .tabs-form .form-switch span {
  padding-left: 0;
}
.checkout-form .tabs-form .form-switch label::before,
.checkout-form .tabs-form .form-switch span::before {
  display: none;
}
.checkout-form .tabs-form .form-switch label span,
.checkout-form .tabs-form .form-switch span span {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  display: block;
  padding: 0 10px 4px;
  position: relative;
  margin-right: 10px;
}
.checkout-form .tabs-form .form-switch label span::after,
.checkout-form .tabs-form .form-switch span span::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--black-color);
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0;
  transition: 0.3s ease-out;
  transform: unset;
}
.checkout-form .tabs-form .form-switch label input:checked + span::after,
.checkout-form .tabs-form .form-switch span input:checked + span::after {
  width: 70%;
}
.checkout-form .form-step:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--light-color);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.checkout-form .form-step .step-title {
  margin: 0.5rem;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.checkout-form .form-step label {
  font-size: 15px;
  line-height: 19px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  margin: 13px 0 3px 0;
}
.checkout-form .form-step input {
  width: 100%;
}
.checkout-form .form-step textarea {
  width: 100%;
  min-height: 120px;
}
.checkout-form .form-step .check-section label {
  padding-left: 0;
}
.checkout-form .form-step .check-section label::before {
  display: none;
}
.checkout-form .form-step .shipping-list,
.checkout-form .form-step .payment-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.checkout-form .form-step .shipping-list .check-section,
.checkout-form .form-step .payment-sections .check-section {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 576px) {
  .checkout-form .form-step .shipping-list .check-section:nth-child(3n+1),
  .checkout-form .form-step .payment-sections .check-section:nth-child(3n+1) {
    flex-basis: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .checkout-form .form-step .shipping-list .check-section:nth-child(3n+2),
  .checkout-form .form-step .payment-sections .check-section:nth-child(3n+2) {
    flex-basis: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .checkout-form .form-step .shipping-list .check-section:nth-child(3n+3),
  .checkout-form .form-step .payment-sections .check-section:nth-child(3n+3) {
    flex-basis: calc((100% - 30px) / 3);
  }
  .checkout-form .form-step .shipping-list .check-section:nth-child(2n+4),
  .checkout-form .form-step .payment-sections .check-section:nth-child(2n+4) {
    flex-basis: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .checkout-form .form-step .shipping-list .check-section:nth-child(2n+5),
  .checkout-form .form-step .payment-sections .check-section:nth-child(2n+5) {
    flex-basis: calc((100% - 15px) / 2);
    margin-right: 0;
  }
  .checkout-form .form-step .shipping-list .check-section:nth-child(n+6),
  .checkout-form .form-step .payment-sections .check-section:nth-child(n+6) {
    flex-basis: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .checkout-form .form-step .shipping-list .check-section,
  .checkout-form .form-step .payment-sections .check-section {
    width: 100%;
  }
}
.checkout-form .form-step .shipping-list .check-section label,
.checkout-form .form-step .payment-sections .check-section label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  margin: 0;
  pointer-events: none;
}
.checkout-form .form-step .shipping-list .check-section label::before,
.checkout-form .form-step .payment-sections .check-section label::before,
.checkout-form .form-step .shipping-list .check-section label::after,
.checkout-form .form-step .payment-sections .check-section label::after {
  display: none;
}
.checkout-form .form-step .shipping-list .check-section label span,
.checkout-form .form-step .payment-sections .check-section label span {
  padding-left: 0;
  display: flex;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  margin-top: 3px;
  text-align: center;
}
.checkout-form .form-step .shipping-list .check-section label span::before,
.checkout-form .form-step .payment-sections .check-section label span::before,
.checkout-form .form-step .shipping-list .check-section label span::after,
.checkout-form .form-step .payment-sections .check-section label span::after {
  display: none;
}
.checkout-form .form-step .shipping-list .check-section label img,
.checkout-form .form-step .payment-sections .check-section label img {
  width: 100%;
  max-width: 50px;
  height: auto;
  margin-bottom: 4px;
}
.checkout-form .form-step .shipping-list .check-section .show-details,
.checkout-form .form-step .payment-sections .check-section .show-details {
  width: 100%;
  transition: 0.4s ease-out;
}
.checkout-form .form-step .shipping-list .check-section .show-details #showLockerDetails,
.checkout-form .form-step .payment-sections .check-section .show-details #showLockerDetails {
  padding-left: 0;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
  color: var(--black-color);
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-weight: initial;
  padding-bottom: 10px;
}
.checkout-form .form-step .shipping-list .check-section .show-details #showLockerDetails::before,
.checkout-form .form-step .payment-sections .check-section .show-details #showLockerDetails::before {
  display: none;
}
.checkout-form .form-step .shipping-list .check-section input,
.checkout-form .form-step .payment-sections .check-section input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form .form-step .shipping-list .check-section input:checked + label,
.checkout-form .form-step .payment-sections .check-section input:checked + label {
  background-color: #e2f3e7;
}
.checkout-form .form-step .shipping-list .check-section input:checked + label + .show-details,
.checkout-form .form-step .payment-sections .check-section input:checked + label + .show-details {
  background-color: #e2f3e7;
}
.checkout-form .form-step .info {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  margin-bottom: 10px;
}
.checkout-form .form-step dd {
  position: relative;
}
.checkout-form .form-step dd span.form-error {
  color: #ff0000;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  background-color: var(--white-color);
  padding: 0 0 0 7px;
}
.checkout-form .terms-section label {
  padding-left: 0;
}
.checkout-form .terms-section label::before {
  display: none;
}
.checkout-form .buttons-checkout {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.checkout-form .buttons-checkout .button svg {
  fill: var(--white-color);
}
@media (max-width: 991px) {
  .checkout-form .form-step .step-title {
    font-size: 20px;
    line-height: 26px;
  }
}
#form-contact {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}
#form-contact dl {
  width: 100%;
  margin-bottom: 15px;
}
#form-contact dl:nth-child(2),
#form-contact dl:nth-child(3) {
  width: 50%;
}
#form-contact dl:nth-child(2) {
  padding-right: 7.5px;
}
#form-contact dl:nth-child(3) {
  padding-left: 7.5px;
}
#form-contact label {
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
}
#form-contact .error {
  color: #ff0000;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#form-contact .buttons {
  width: 100%;
  margin-top: 25px;
}
.main-custom-form dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.main-custom-form dl label {
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .main-custom-form dl label {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-custom-form dl input[type="text"],
.main-custom-form dl input[type="password"],
.main-custom-form dl input[type="email"],
.main-custom-form dl input[type="number"] {
  height: 40px;
  border: 1px solid var(--light-color);
  padding: 0 10px;
  outline: none;
  color: var(--black-color);
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  width: 100%;
  box-shadow: unset;
}
@media (max-width: 767px) {
  .main-custom-form dl input[type="text"],
  .main-custom-form dl input[type="password"],
  .main-custom-form dl input[type="email"],
  .main-custom-form dl input[type="number"] {
    height: 38px;
    font-size: 13px;
  }
}
.main-custom-form .reimbursement-method > label {
  margin-bottom: 10px;
}
.main-custom-form .reimbursement-method .inline {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
#noStockModal .form input {
  border: 1px solid var(--light-color);
  border-radius: 5px;
  outline: none;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
.section-heading:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--light-color);
}
@media (max-width: 991px) {
  .section-heading:before {
    top: 13px;
  }
}
@media (max-width: 767px) {
  .section-heading:before {
    top: 12px;
  }
}
.section-heading h2 {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  line-height: 32px;
  font-size: 24px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  position: relative;
  background: var(--white-color);
}
.section-heading h2 span {
  color: var(--second-color);
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
  }
}
.section-heading h4 {
  line-height: 25px;
  font-size: 14px;
  font-family: 'Roboto-Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--light-color-200);
  position: relative;
}
@media (max-width: 767px) {
  .section-heading h4 {
    font-size: 13px;
    line-height: 22px;
  }
}
.page-heading {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: var(--black-color);
  margin-bottom: 20px;
}
.page-heading span {
  color: var(--second-color);
  font-size: 18px;
}
.page-heading.m-0 {
  margin-bottom: 0;
}
.page-heading.center {
  text-align: center;
}
@media (max-width: 991px) {
  .page-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .page-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer-heading {
  color: var(--white-color);
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  z-index: 1;
  line-height: 1.2rem;
  text-transform: capitalize;
}
.footer-heading:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 3px;
  background-color: var(--main-color);
  bottom: 0;
  left: 0;
}
.site-heading .site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 23.8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-color);
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  padding-top: 18px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.site-heading .site-title-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 4px;
  background: var(--blue-color);
  border-radius: 4px;
}
.site-heading .site-title-tagline.white {
  color: var(--white-color);
  text-align: center;
  width: fit-content;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.site-heading .site-title-tagline.white::before {
  background: var(--white-color);
  left: calc(50% - 15px);
}
.site-heading .site-title-round {
  margin: 0px 0px 12px 0px;
  padding: 4px 13px 4px 13px;
  background-color: #E6EEFF;
  border-radius: 50px 50px 50px 50px;
  color: #0055FF;
  font-family: 'PlusJakartaSans-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
}
.site-heading .heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--main-color);
  width: 90px;
  overflow: hidden;
}
.site-heading .heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: var(--white-color);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
.site-heading .site-title {
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--dark-blue);
  margin-bottom: 0;
  line-height: 48px;
}
@media (max-width: 767px) {
  .site-heading .site-title {
    font-size: 32px;
    line-height: 39px;
  }
}
.site-heading .site-title span {
  color: var(--main-color);
}
.site-heading .site-title.white {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 15px;
}
.site-heading .title-white {
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: white;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .site-heading .title-white {
    font-size: 32px;
  }
}
.site-heading p {
  font-size: 16px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--text-color);
}
.site-heading p.center {
  text-align: center;
}
.modal-content {
  overflow: hidden;
}
.modal-content .close {
  color: #fff;
  opacity: 1;
}
.modal-header {
  background: var(--main-color);
}
.modal-header .modal-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.modal-body.description {
  font-size: 14px;
  line-height: 20px;
}
#noStockModal .field {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#noStockModal .field label {
  margin: 0;
  padding: 0;
}
#noStockModal .field input {
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
}
#reviewFormModal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
#reviewFormModal .field {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#reviewFormModal .field label {
  margin: 0;
  padding: 0;
}
#reviewFormModal .field input {
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid var(--main-color);
}
#reviewFormModal .field textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
}
#reviewFormModal .field .upload-file-wrap {
  position: relative;
}
#reviewFormModal .field .upload-file-wrap input {
  position: absolute;
  top: 0;
  lefT: 0;
  opacity: 0;
}
#reviewFormModal .field .upload-file-wrap label {
  width: 100%;
  padding: 10px;
  background: var(--light-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#reviewFormModal .field .upload-file-wrap label span {
  background: var(--white-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#reviewFormModal .field .upload-file-wrap label img {
  width: 100%;
  max-width: 120px;
}
#benefitsModal ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 12px;
}
#benefitsModal ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
#benefitsModal ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--green-color);
}
#benefitsModal p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
#benefitsModal p a {
  color: var(--green-color);
}
#benefitsModal p a:hover {
  color: var(--green-color-100);
  text-decoration: underline;
}
.modal-sizes {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.modal-sizes.active {
  opacity: 1;
  pointer-events: all;
}
.modal-sizes img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.breadcrumbs-section .navigator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-color);
}
@media (max-width: 767px) {
  .breadcrumbs-section .navigator {
    padding: 6px 0;
  }
}
.breadcrumbs-section .navigator li {
  color: var(--light-color-500);
  font-size: 13px;
  line-height: 22px;
}
.breadcrumbs-section .navigator li a {
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: var(--light-color-500);
}
.breadcrumbs-section .navigator li a:hover {
  color: var(--blue-color);
}
.breadcrumbs-section .navigator li.a a {
  color: var(--black-color);
}
.breadcrumbs-section .navigator li.a a:hover {
  color: var(--blue-color);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pagination {
    padding-bottom: 40px;
    position: relative;
  }
}
.pagination a {
  padding: 5px;
  border: 1px solid var(--light-color);
  border-right: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--black-color);
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .pagination a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pagination a.a {
  background: var(--black-color);
  border-color: var(--black-color);
  color: var(--white-color);
}
.pagination a:nth-last-child(2),
.pagination a:first-child,
.pagination a:last-child {
  border-right: 1px solid var(--light-color);
}
.pagination a:hover {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--white-color);
}
.pagination a.prev-btn,
.pagination a.next-btn {
  width: auto;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .pagination a.prev-btn,
  .pagination a.next-btn {
    font-size: 12px;
    padding: 0 7px;
  }
}
@media (max-width: 450px) {
  .pagination a.prev-btn,
  .pagination a.next-btn {
    font-size: 11px;
  }
}
.pagination a.prev-btn.disabled,
.pagination a.next-btn.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pagination a.prev-btn {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination a.prev-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.pagination a.next-btn {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .pagination a.next-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.box.open .filter-section {
  transform: translateX(0%);
}
.filter-section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--light-color);
}
@media (max-width: 1199px) {
  .filter-section {
    background: var(--white-color);
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    max-width: 290px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateX(-200%);
    transition: all 450ms ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
  .filter-section .head {
    background: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
  }
  .filter-section .head h2 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  }
  .filter-section .head button {
    background: transparent;
    outline: none;
    width: 25px;
    height: 25px;
    position: relative;
    border: 0;
    box-shadow: unset;
  }
  .filter-section .head button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background: var(--white-color);
  }
  .filter-section .head button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 2px;
    height: 20px;
    background: var(--white-color);
  }
}
.filter-section .filter {
  width: 100%;
  max-width: calc(100% / 4 - ((10px * 3) / 4));
  position: relative;
}
@media (max-width: 1199px) {
  .filter-section .filter {
    padding: 0 20px;
    max-width: 100%;
  }
}
.filter-section .filter .filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--light-color);
  padding: 0 10px;
  position: relative;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}
.filter-section .filter .filter-heading.active svg {
  transform: rotate(-90deg);
}
.filter-section .filter .filter-heading h3 {
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-transform: uppercase;
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
}
.filter-section .filter .filter-heading svg {
  transition: all 400ms ease-in-out;
  transform: rotate(90deg);
}
.filter-section .filter .fall-box {
  padding: 10px 0;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .filter-section .filter .fall-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white-color);
    padding: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid var(--light-color-400);
    z-index: 3;
    width: 100%;
  }
}
.filter-section .filter .fall-box .slider-wrap #slider-range {
  margin-bottom: 15px;
  position: relative;
  background: var(--light-color);
  border-radius: 10px;
}
.filter-section .filter .fall-box .slider-wrap #slider-range .ui-slider-range {
  height: 6px;
  background: var(--second-color);
  border-radius: 10px;
}
.filter-section .filter .fall-box .slider-wrap #slider-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--second-color);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.filter-section .filter .fall-box .slider-wrap #slider-range .ui-slider-handle:last-child {
  transform: translate(-50%, -50%);
}
.filter-section .filter .fall-box #price-filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 15px;
}
.filter-section .filter .fall-box #price-filter-form div {
  width: 100%;
  max-width: calc(50% - (50px / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.filter-section .filter .fall-box #price-filter-form div strong {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 22px;
}
.filter-section .filter .fall-box #price-filter-form div input {
  width: 100%;
  border: 1px solid var(--light-color);
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  outline: none;
  font-family: 'Roboto-Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 13px;
}
.filter-section .filter .fall-box .check-section {
  width: 100%;
  padding: 5px 0;
}
.filter-section .filter .fall-box .check-section a {
  display: block;
  position: relative;
}
.filter-section .filter .fall-box .check-section a:hover span {
  color: var(--second-color);
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/components/components/elements/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fast {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.main-container {
  width: 100%;
  max-width: 1250px;
}
@media (max-width: 1024px) {
  .main-container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .main-container {
    max-width: 540px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#drop-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all 500ms ease-in-out;
  transform: translateX(150%);
  z-index: 11;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-end;
}
#drop-cart .inner {
  background: var(--white-color);
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 15px;
  transform: translateX(150%);
  transition: all 550ms ease-in-out;
  transition-delay: 300ms;
  display: flex;
  flex-direction: column;
}
#drop-cart .inner .minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--light-color);
  margin-bottom: 10px;
}
#drop-cart .inner .minicart-header .success-added {
  width: 100%;
  color: var(--second-color);
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 5px;
}
#drop-cart .inner .minicart-header h2 {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-transform: uppercase;
}
#drop-cart .inner .minicart-header .cart-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
#drop-cart .inner .minicart-header .cart-close svg {
  stroke: var(--second-color);
}
#drop-cart .inner .ev-quick-cart {
  max-height: calc(100vh - 240px);
}
#drop-cart .inner .buttons {
  margin-top: 10px;
}
#drop-cart .inner .buttons .actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#drop-cart .inner .buttons .total .ev-quick-cart-total {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 5px;
}
#drop-cart .inner .buttons .total .ev-quick-cart-total .final-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
}
#drop-cart .inner .buttons .total .ev-quick-cart-total .final-price sup {
  font-size: 11px;
  top: -5px;
  margin-right: 10px;
}
#drop-cart .inner .buttons .total .ev-quick-cart-total .final-price span {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--second-color);
  font-size: 18px;
}
#drop-cart.open {
  transform: translateX(0%);
  background: rgba(0, 0, 0, 0.7);
}
#drop-cart.open .inner {
  transform: translateX(0%);
}
.ev-quick-cart-container .no-products,
#cart .no-products {
  font-siZe: 14px !important;
  line-height: 22px;
  color: var(--second-color);
  text-align: center;
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.ev-quick-cart-container .ev-quick-cart,
#cart .ev-quick-cart,
.ev-quick-cart-container .cart-list,
#cart .cart-list {
  display: flex;
  flex-direction: column;
  max-height: 260px;
  overflow-y: auto;
}
.ev-quick-cart-container .ev-quick-cart li,
#cart .ev-quick-cart li,
.ev-quick-cart-container .cart-list li,
#cart .cart-list li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.ev-quick-cart-container .ev-quick-cart li:not(:last-child),
#cart .ev-quick-cart li:not(:last-child),
.ev-quick-cart-container .cart-list li:not(:last-child),
#cart .cart-list li:not(:last-child) {
  border-bottom: 1px solid var(--light-color);
}
.ev-quick-cart-container .ev-quick-cart li .image,
#cart .ev-quick-cart li .image,
.ev-quick-cart-container .cart-list li .image,
#cart .cart-list li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 60px;
}
.ev-quick-cart-container .ev-quick-cart li .image img,
#cart .ev-quick-cart li .image img,
.ev-quick-cart-container .cart-list li .image img,
#cart .cart-list li .image img {
  max-width: 100%;
  border-radius: 6px;
}
.ev-quick-cart-container .ev-quick-cart li .right-section,
#cart .ev-quick-cart li .right-section,
.ev-quick-cart-container .cart-list li .right-section,
#cart .cart-list li .right-section {
  width: 100%;
  max-width: calc(100% - 75px);
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 25px;
  gap: 5px;
}
.ev-quick-cart-container .ev-quick-cart li .right-section:before,
#cart .ev-quick-cart li .right-section:before,
.ev-quick-cart-container .cart-list li .right-section:before,
#cart .cart-list li .right-section:before,
.ev-quick-cart-container .ev-quick-cart li .right-section:after,
#cart .ev-quick-cart li .right-section:after,
.ev-quick-cart-container .cart-list li .right-section:after,
#cart .cart-list li .right-section:after {
  display: none;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .name,
#cart .ev-quick-cart li .right-section .name,
.ev-quick-cart-container .cart-list li .right-section .name,
#cart .cart-list li .right-section .name {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .name:hover,
#cart .ev-quick-cart li .right-section .name:hover,
.ev-quick-cart-container .cart-list li .right-section .name:hover,
#cart .cart-list li .right-section .name:hover {
  color: var(--second-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .name *,
#cart .ev-quick-cart li .right-section .name *,
.ev-quick-cart-container .cart-list li .right-section .name *,
#cart .cart-list li .right-section .name * {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .name *:hover,
#cart .ev-quick-cart li .right-section .name *:hover,
.ev-quick-cart-container .cart-list li .right-section .name *:hover,
#cart .cart-list li .right-section .name *:hover {
  color: var(--second-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container,
#cart .ev-quick-cart li .right-section .quantity-container,
.ev-quick-cart-container .cart-list li .right-section .quantity-container,
#cart .cart-list li .right-section .quantity-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--light-color);
  width: 100%;
  max-width: 100px;
  border-radius: 5px;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container .button-q,
#cart .ev-quick-cart li .right-section .quantity-container .button-q,
.ev-quick-cart-container .cart-list li .right-section .quantity-container .button-q,
#cart .cart-list li .right-section .quantity-container .button-q {
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container .button-q:hover,
#cart .ev-quick-cart li .right-section .quantity-container .button-q:hover,
.ev-quick-cart-container .cart-list li .right-section .quantity-container .button-q:hover,
#cart .cart-list li .right-section .quantity-container .button-q:hover {
  background: var(--light-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container .button-q.dec,
#cart .ev-quick-cart li .right-section .quantity-container .button-q.dec,
.ev-quick-cart-container .cart-list li .right-section .quantity-container .button-q.dec,
#cart .cart-list li .right-section .quantity-container .button-q.dec {
  border-right: 1px solid var(--light-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container .button-q.inc,
#cart .ev-quick-cart li .right-section .quantity-container .button-q.inc,
.ev-quick-cart-container .cart-list li .right-section .quantity-container .button-q.inc,
#cart .cart-list li .right-section .quantity-container .button-q.inc {
  border-left: 1px solid var(--light-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .quantity-container input,
#cart .ev-quick-cart li .right-section .quantity-container input,
.ev-quick-cart-container .cart-list li .right-section .quantity-container input,
#cart .cart-list li .right-section .quantity-container input {
  width: 100%;
  max-width: calc(100% - 50px);
  min-width: 0;
  border: 0;
  height: 20px;
  box-shadow: unset;
  padding: 0 10px;
  text-align: Center;
  font-size: 13px;
  outline: none;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .price .new,
#cart .ev-quick-cart li .right-section .price .new,
.ev-quick-cart-container .cart-list li .right-section .price .new,
#cart .cart-list li .right-section .price .new {
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--second-color);
  font-size: 14px;
  line-height: 22px;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .price .new sup,
#cart .ev-quick-cart li .right-section .price .new sup,
.ev-quick-cart-container .cart-list li .right-section .price .new sup,
#cart .cart-list li .right-section .price .new sup {
  font-size: 10px;
  top: -5px;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .delete-wrap a,
#cart .ev-quick-cart li .right-section .delete-wrap a,
.ev-quick-cart-container .cart-list li .right-section .delete-wrap a,
#cart .cart-list li .right-section .delete-wrap a {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-color);
  cursor: pointer;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .delete-wrap a:hover,
#cart .ev-quick-cart li .right-section .delete-wrap a:hover,
.ev-quick-cart-container .cart-list li .right-section .delete-wrap a:hover,
#cart .cart-list li .right-section .delete-wrap a:hover {
  opacity: .8;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .delete-wrap a svg,
#cart .ev-quick-cart li .right-section .delete-wrap a svg,
.ev-quick-cart-container .cart-list li .right-section .delete-wrap a svg,
#cart .cart-list li .right-section .delete-wrap a svg {
  stroke: var(--white-color);
}
.ev-quick-cart-container .ev-quick-cart li .right-section .ev-checkout-cart-remove,
#cart .ev-quick-cart li .right-section .ev-checkout-cart-remove,
.ev-quick-cart-container .cart-list li .right-section .ev-checkout-cart-remove,
#cart .cart-list li .right-section .ev-checkout-cart-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-color);
  cursor: pointer;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .ev-checkout-cart-remove:hover,
#cart .ev-quick-cart li .right-section .ev-checkout-cart-remove:hover,
.ev-quick-cart-container .cart-list li .right-section .ev-checkout-cart-remove:hover,
#cart .cart-list li .right-section .ev-checkout-cart-remove:hover {
  opacity: .8;
}
.ev-quick-cart-container .ev-quick-cart li .right-section .ev-checkout-cart-remove svg,
#cart .ev-quick-cart li .right-section .ev-checkout-cart-remove svg,
.ev-quick-cart-container .cart-list li .right-section .ev-checkout-cart-remove svg,
#cart .cart-list li .right-section .ev-checkout-cart-remove svg {
  stroke: var(--white-color);
}
#cart #products-cart-list {
  background-color: var(--white-color);
  padding: 15px;
  margin-bottom: 20px;
}
#cart #products-cart-list .cart-list {
  overflow: initial;
  max-height: initial;
}
#cart #products-cart-list .cart-list li {
  padding: 10px 0;
}
#cart #products-cart-list .cart-list li .image {
  max-width: 100px;
}
#cart #products-cart-list .cart-list li .right-section .name {
  font-size: 16px;
  line-height: 24px;
}
#cart #products-cart-list .cart-list li .right-section .name * {
  font-size: 16px;
  line-height: 24px;
}
#cart #products-cart-list .cart-list li .right-section .quantity-container {
  max-width: 125px;
}
#cart #products-cart-list .cart-list li .right-section .quantity-container input {
  height: 30px;
}
#cart #products-cart-list .cart-list li .right-section .quantity-container .button-q {
  width: 30px;
  height: 30px;
}
#cart #products-cart-list .cart-list li .right-section .price .new {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--main-m);
  margin: 5px 0 2px;
}
#cart #products-cart-list .cart-list li .right-section .price .new sup {
  font-size: 10px;
  top: -6px;
}
#cart #products-cart-list .cart-list li .right-section .price .price-per {
  font-size: 14px;
  line-height: 24px;
  color: var(--black-color);
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#cart #products-cart-list .cart-list li .right-section .price .price-per sup {
  font-size: 10px;
  top: -5px;
}
.cart-checkout-summary .cart-list {
  display: flex;
  flex-direction: column;
}
.cart-checkout-summary .cart-list li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.cart-checkout-summary .cart-list li:not(:last-child) {
  border-bottom: 1px solid var(--light-color);
}
.cart-checkout-summary .cart-list li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 60px;
}
.cart-checkout-summary .cart-list li .image img {
  max-width: 100%;
  border-radius: 6px;
}
.cart-checkout-summary .cart-list li .right-section {
  width: 100%;
  max-width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
}
.cart-checkout-summary .cart-list li .right-section:before,
.cart-checkout-summary .cart-list li .right-section:after {
  display: none;
}
.cart-checkout-summary .cart-list li .right-section .name {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--black-color);
}
.cart-checkout-summary .cart-list li .right-section .name:hover {
  color: var(--second-color);
}
.cart-checkout-summary .cart-list li .right-section .name * {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--black-color);
}
.cart-checkout-summary .cart-list li .right-section .name *:hover {
  color: var(--second-color);
}
.cart-checkout-summary .cart-list li .right-section .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.cart-checkout-summary .cart-list li .right-section .price .new {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--second-color);
  font-size: 14px;
  line-height: 22px;
}
.cart-checkout-summary .cart-list li .right-section .price .price-per {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  font-size: 12px;
  line-height: 22px;
  display: none;
}
.benefits-section .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1191px;
  gap: 30px;
  margin-top: -40px;
}
@media (max-width: 991px) {
  .benefits-section .wrap {
    justify-content: center;
    align-items: self-start;
    gap: 25px;
  }
}
.benefits-section .benefit {
  width: 100%;
  max-width: calc((100% / 3) - (30px * 2) / 3);
  padding: 35px 50px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--border-blue);
  border-radius: 10px;
  background: var(--white-color);
}
.benefits-section .benefit:hover {
  transition: 0.3s ease-in;
}
.benefits-section .benefit:hover:before {
  bottom: 3px;
}
.benefits-section .benefit:hover:after {
  bottom: 3px;
}
.benefits-section .benefit:hover .icon i:after {
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .benefits-section .benefit {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  .benefits-section .benefit {
    max-width: calc(100% / 2 - (30px * 2) / 3);
  }
}
@media (max-width: 767px) {
  .benefits-section .benefit {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.benefits-section .benefit .icon {
  margin-bottom: 15px;
  gap: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.benefits-section .benefit .icon h2 {
  font-size: 22px;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
  margin-bottom: 0;
  text-transform: capitalize;
}
.benefits-section .benefit .icon i {
  font-family: 'Font-Flat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.benefits-section .benefit .icon i:after {
  content: "";
  position: absolute;
  left: -13px;
  top: -15px;
  width: 46px;
  height: 46px;
  background: var(--lavander);
  border-radius: 50%;
  transition: 0.3s ease-in;
}
.benefits-section .benefit .icon i:before {
  z-index: 1;
}
.benefits-section .benefit .txt p {
  color: var(--text-color-2);
  text-align: left;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
}
.benefits-section .benefit .txt .show-more {
  color: var(--green-color);
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}
.benefits-section .benefit .txt .show-more:hover {
  text-decoration: underline;
}
.benefits-section .benefit:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -5px;
  background: var(--baby-blue);
  border: 1px solid var(--border-blue);
  border-radius: 8px;
  height: 70px;
  z-index: -1;
  transition: 0.3s ease-in;
}
.benefits-section .benefit:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -10px;
  background: #DFE5F0;
  border: 1px solid var(--border-blue);
  border-radius: 8px;
  height: 70px;
  z-index: -2;
  transition: 0.3s ease-in;
}
i {
  display: flex;
  line-height: 20px;
}
i.flaticon-location:before {
  content: "\f12e";
  font-family: var(--flat-r);
  font-size: 20px;
  color: #b3ccff;
}
i.flaticon-mail:before {
  content: "\f12b";
  font-family: var(--flat-r);
  font-size: 20px;
  color: #b3ccff;
}
i.flaticon-phone-call:before {
  content: "\f130";
  font-family: var(--flat-r);
  font-size: 20px;
  color: #b3ccff;
}
i.flaticon-puzzle-piece:before {
  content: "\f109";
  font-family: var(--flat-r);
  font-size: 50px;
  color: var(--blue-color);
}
i.flaticon-inspiration:before {
  content: "\f139";
  font-family: var(--flat-r);
  font-size: 50px;
  color: var(--blue-color);
}
i.flaticon-profit:before {
  content: "\f10a";
  font-family: var(--flat-r);
  font-size: 50px;
  color: var(--blue-color);
}
i.flaticon-right-arrow:before {
  content: "\f101";
  font-family: var(--flat-r);
  font-size: 22px;
  color: var(--blue-color);
}
i.flaticon-investment:before {
  content: "\f112";
  font-family: var(--flat-r);
  font-size: 30px;
  color: var(--blue-color);
}
i.flaticon-business-presentation:before {
  content: "\f11a";
  font-family: var(--flat-r);
  font-size: 30px;
  color: var(--blue-color);
}
i.flaticon-pin:before {
  content: "\f12d";
  font-family: var(--flat-r);
  font-size: 22px;
  color: var(--white-color);
}
.fab {
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--lavander);
}
.fab:hover:before {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
.fa-calendar:before {
  content: "\f133";
  color: var(--blue-color);
  font-size: 20px;
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.code {
  padding: 10px;
  border-bottom: 1px solid #ffc600;
  background: #333;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.code code {
  font: 15px 'Droid Sans', 'Ubuntu', 'Tahoma', 'Arial', sans-serif;
}
.padding-section {
  padding: 100px 0 !important;
}
@media (max-width: 991px) {
  .padding-section {
    padding: 50px 0 !important;
  }
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
#scripts {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}
a {
  outline: none !important;
  transition: all 400ms ease-in-out;
}
a:active {
  color: inherit !important;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
html {
  text-rendering: geometricPrecision;
}
.n {
  display: none;
}
.ni {
  display: none !important;
}
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--grey-color);
  line-height: 1.8;
}
@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 slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.p-0 {
  padding: 0 !important;
}
.pt-120 {
  padding-top: 120px;
}
.mb-50 {
  margin-bottom: 50px;
}
.py-120 {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .py-120 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .py-120 {
    padding: 50px 0;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@keyframes ripple-wave {
  0% {
    opacity: .8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.mx-auto {
  margin: auto;
}
.bg {
  background-color: #fef7f1;
}
.text-white {
  color: var(--white-color);
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.preloader .loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loader-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .loader-ripple div:nth-child(2) {
  animation-delay: -.5s;
}
.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  display: block;
}
.site-breadcrumb {
  background-image: url('/static/images/consultanta-europroject.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-breadcrumb {
    padding: 50px 0;
  }
}
.site-breadcrumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #03091B;
  opacity: .85;
  z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 44px;
  color: var(--white-color);
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 48.4px;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 767px) {
  .site-breadcrumb .breadcrumb-title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .site-breadcrumb .breadcrumb-title {
    font-size: 30px;
  }
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  color: #9FA9BE;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-right: 5px;
  text-align: center;
}
.site-breadcrumb .breadcrumb-menu li.a {
  margin-right: 0;
}
.site-breadcrumb .breadcrumb-menu li.a a {
  color: #9FA9BE;
}
.site-breadcrumb .breadcrumb-menu li.a a:hover {
  color: var(--blue-color);
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--white-color);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 6px;
  color: #fff;
  background-color: var(--main-color);
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll-top:hover {
  background-color: var(--dark-blue);
  transition: all 0.5s ease-in-out;
}
#scroll-top:active {
  background-color: var(--dark-blue);
  transition: all 0.5s ease-in-out;
}
#scroll-top svg {
  width: 10px;
  filter: invert(1);
}
#scroll-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.partner-area .owl-item img {
  height: 105px;
  object-fit: contain;
}
#trigger-review {
  border-radius: 0;
  color: #fff;
  background-color: var(--main-color);
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
}
#trigger-review span {
  font-size: 15px;
  font-family: var(--main-b);
  text-transform: uppercase;
}
.addReview {
  display: none;
  position: fixed;
  box-shadow: 0px 4px 8px 3px #0000001A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  line-height: 50px;
  text-align: center;
}
.addReview.isActive {
  display: block;
}
.addReview .closeReview {
  background-color: var(--main-color);
}
.addReview .closeReview span {
  text-align: center;
  display: block;
  font-size: 15px;
  font-family: var(--main-b);
  text-transform: uppercase;
  color: white;
}
.addReview .closeReview #closeButton {
  box-shadow: none;
  outline: none;
  background-color: var(--main-color);
  border: none;
  color: white;
  width: 50px;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0px;
  height: 50px;
  cursor: pointer;
}
.addReview .addReview-wrapper {
  padding: 25px 50px 0;
}
@media (max-width: 991px) {
  .addReview .addReview-wrapper {
    padding: 15px 10px 0;
  }
}
.addReview .addReview-wrapper .form-group textarea {
  resize: none;
  height: 125px;
}
.addReview .button.second-button {
  height: 45px;
  width: 100%;
  max-width: 130px;
  padding: 0;
  margin-bottom: 15px;
}
.bg-shadow {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.bg-shadow.isActive {
  opacity: 1;
  visibility: visible;
}
#template-search {
  padding: 80px 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header.second-header {
  position: static;
}
header.second-header .top-header {
  background: var(--dark-blue);
  padding: 9px 0;
  overflow: hidden;
}
header.second-header .top-header .main-container {
  height: 27.19px;
}
@media (max-width: 991px) {
  header.second-header .top-header .main-container {
    height: auto;
  }
}
header.second-header .top-header .main-container .left-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  header.second-header .top-header .main-container .left-content {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  header.second-header .top-header .main-container .left-content {
    display: none;
  }
}
header.second-header .top-header .main-container .left-content li {
  display: flex;
  align-items: center;
  gap: 8px;
}
header.second-header .top-header .main-container .left-content li:first-child {
  position: relative;
}
header.second-header .top-header .main-container .left-content li:first-child:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: #324b7d !important;
}
@media (max-width: 991px) {
  header.second-header .top-header .main-container .left-content li:first-child:before {
    height: 25px;
  }
}
header.second-header .top-header .main-container .left-content li i {
  height: 20px;
}
header.second-header .top-header .main-container .left-content li p {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
header.second-header .top-header .main-container .left-content li a {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
  display: block;
}
header.second-header .top-header .main-container .left-content li a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
header.second-header .top-header .main-container .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
@media (max-width: 991px) {
  header.second-header .top-header .main-container .right-content {
    justify-content: center;
  }
}
header.second-header .top-header .main-container .right-content .phone {
  position: relative;
}
header.second-header .top-header .main-container .right-content .phone:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #324b7d;
  height: 500%;
}
@media (max-width: 991px) {
  header.second-header .top-header .main-container .right-content .phone:before {
    height: 25px;
  }
}
header.second-header .top-header .main-container .right-content .phone a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
header.second-header .top-header .main-container .right-content .phone a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
header.second-header .top-header .main-container .right-content .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
header.second-header .main-header-section .flex-items .header-pages ul li a {
  color: var(--dark-blue) !important;
}
header.second-header .main-header-section .flex-items .header-pages ul li a:hover {
  color: var(--blue-color) !important;
}
header.second-header .main-header-section .flex-items .website-actions .search-trigger svg {
  fill: var(--dark-blue) !important;
}
header.second-header.fixed-top {
  background: var(--white-color);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  animation: slide-down 0.7s;
  position: fixed !important;
}
header.second-header.fixed-top .header-pages ul li a {
  color: var(--dark-blue) !important;
}
header.second-header.fixed-top .search-trigger svg {
  fill: var(--dark-blue) !important;
}
header.second-header.fixed-top .header-top {
  display: none;
}
header.second-header.fixed-top .top-header {
  display: none;
}
header.fixed-top {
  background: var(--white-color);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  animation: slide-down 0.7s;
}
header.fixed-top .header-pages ul li a {
  color: var(--dark-blue) !important;
}
header.fixed-top .header-pages ul li a:hover {
  color: var(--blue-color) !important;
}
header.fixed-top .search-trigger svg {
  fill: var(--dark-blue) !important;
}
header.fixed-top .header-top {
  display: none;
}
header.fixed-top .top-header {
  display: none;
}
header .top-header {
  background: var(--dark-blue);
  padding: 9px 0;
  overflow: hidden;
}
header .top-header .main-container {
  height: 27.19px;
}
@media (max-width: 991px) {
  header .top-header .main-container {
    height: auto;
  }
}
header .top-header .main-container .left-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  header .top-header .main-container .left-content {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  header .top-header .main-container .left-content {
    display: none;
  }
}
header .top-header .main-container .left-content .adress {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
header .top-header .main-container .left-content li {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .top-header .main-container .left-content li:first-child {
  position: relative;
}
header .top-header .main-container .left-content li:first-child:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: #324b7d !important;
}
@media (max-width: 991px) {
  header .top-header .main-container .left-content li:first-child:before {
    height: 25px;
  }
}
header .top-header .main-container .left-content li i {
  height: 20px;
}
header .top-header .main-container .left-content li p {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
header .top-header .main-container .left-content li a {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
  display: block;
}
header .top-header .main-container .left-content li a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
header .top-header .main-container .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
@media (max-width: 991px) {
  header .top-header .main-container .right-content {
    justify-content: center;
  }
}
header .top-header .main-container .right-content .phone {
  position: relative;
}
header .top-header .main-container .right-content .phone:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #324b7d;
  height: 500%;
}
@media (max-width: 991px) {
  header .top-header .main-container .right-content .phone:before {
    height: 25px;
  }
}
header .top-header .main-container .right-content .phone a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
header .top-header .main-container .right-content .phone a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
header .top-header .main-container .right-content .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .top-header .main-container .right-content .about {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
  display: block;
}
header .top-header .main-container .right-content .about:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
header .header-top {
  margin-top: 10px;
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  header .header-top {
    margin-bottom: 0;
    padding: 0px 0 8px;
  }
}
header .header-top .socials {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header .header-top .socials {
    margin-top: 10px;
    gap: 12px;
    justify-content: center;
  }
}
header .header-top .socials li a {
  height: 30px;
  width: 30px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 25px 25px 25px;
}
header .header-top .socials li a svg {
  filter: invert(1);
}
header .header-top .socials li a.facebook {
  background-color: #3b5998;
}
header .header-top .socials li a.facebook svg {
  width: 15px;
  height: 15px;
}
header .header-top .socials li a.tiktok {
  background-color: #000000;
}
header .header-top .socials li a.tiktok svg {
  width: 13px;
  height: 15px;
}
header .header-top .socials li a.google {
  background-color: #4285f4;
}
header .header-top .socials li a.google svg {
  width: 15px;
  height: 15px;
}
header .header-top .socials li a.instagram {
  background-color: #e1306c;
}
header .header-top .socials li a.instagram svg {
  width: 13px;
  height: 15px;
}
header .header-top .socials li a.thumbtack {
  background-color: #009fd9;
}
header .header-top .socials li a.thumbtack svg {
  width: 11px;
  height: 15px;
}
header .header-top .socials li a.yelp {
  background-color: #af0606;
}
header .header-top .socials li a.yelp svg {
  width: 11px;
  height: 15px;
}
header .header-top .socials li a.signature {
  background-color: #93d500;
}
header .header-top .socials li a.signature svg {
  width: 18px;
  height: 15px;
}
@media (max-width: 767px) {
  header .main-header-section {
    padding: 10px 0;
  }
}
header .main-header-section .wrap {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .main-header-section .wrap .header-logo {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main-header-section .wrap .header-logo img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (max-width: 767px) {
  header .main-header-section .wrap .header-logo img {
    max-width: 120px;
  }
}
header .main-header-section .wrap .flex-items {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .main-header-section .wrap .flex-items .header-pages {
  transition: 2s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition-delay: 1200ms;
  transform-origin: right center;
}
@media (max-width: 1200px) {
  header .main-header-section .wrap .flex-items .header-pages {
    display: none;
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    height: 100vh;
    z-index: 999;
    background: var(--white-color);
    color: var(--dark-blue);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: visible;
  }
  header .main-header-section .wrap .flex-items .header-pages.show {
    transform: translateX(0);
    transition: 2s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
    transition-delay: 1200ms;
    transform-origin: right center;
  }
  header .main-header-section .wrap .flex-items .header-pages ul {
    background-color: var(--white-color);
    flex-direction: column;
    padding: 0;
    align-items: start !important;
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
  }
}
header .main-header-section .wrap .flex-items .header-pages .head {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 25px;
}
@media (max-width: 991px) {
  header .main-header-section .wrap .flex-items .header-pages .head {
    display: flex;
  }
}
header .main-header-section .wrap .flex-items .header-pages .head .img img {
  width: 100%;
  max-width: 135px;
}
header .main-header-section .wrap .flex-items .header-pages .head .close i:before {
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
  font-size: 20px;
}
header .main-header-section .wrap .flex-items .header-pages ul {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .main-header-section .wrap .flex-items .header-pages ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  header .main-header-section .wrap .flex-items .header-pages ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
header .main-header-section .wrap .flex-items .header-pages ul li a {
  padding: 40px 10px;
  font-size: 15px;
  font-family: 'PlusJakartaSans-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 1;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .main-header-section .wrap .flex-items .header-pages ul li a:hover {
  color: var(--blue-color);
}
@media (max-width: 1260px) {
  header .main-header-section .wrap .flex-items .header-pages ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .main-header-section .wrap .flex-items .header-pages ul li a {
    font-size: 16px;
    padding: 10px 25px;
  }
}
header .main-header-section .wrap .flex-items .website-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  header .main-header-section .wrap .flex-items .website-actions {
    margin-left: 0px;
  }
}
header .main-header-section .wrap .flex-items .website-actions .search-trigger {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  header .main-header-section .wrap .flex-items .website-actions .search-trigger {
    display: none;
  }
}
header .main-header-section .wrap .flex-items .website-actions .search-trigger svg {
  fill: white;
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  header .main-header-section .wrap .flex-items .website-actions .search-trigger svg {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  header .main-header-section .wrap .flex-items .website-actions .hamburger-wrap {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .main-header-section .wrap .flex-items .website-actions .hamburger-wrap {
    display: block;
    padding: 7px 10px;
    border: 2px solid var(--blue-color);
  }
  header .main-header-section .wrap .flex-items .website-actions .hamburger-wrap span {
    font-size: 25px;
    background-color: var(--blue-color);
    font-weight: 500;
    width: 25px;
    height: 4px;
    display: block;
  }
  header .main-header-section .wrap .flex-items .website-actions .hamburger-wrap span:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (max-width: 1199px) {
  header .main-header-section .wrap .flex-items .website-actions .main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0px 5px;
    height: 35px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  header .main-header-section .wrap .flex-items .website-actions .main-button {
    display: none;
  }
}
header .main-header-section .wrap .flex-items .website-actions .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
header .main-header-section .wrap .flex-items .website-actions .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.top-header {
  background: var(--dark-blue);
  padding: 9px 0;
  overflow: hidden;
}
.top-header .main-container {
  height: 27.19px;
}
@media (max-width: 991px) {
  .top-header .main-container {
    height: auto;
  }
}
.top-header .main-container .left-content {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  .top-header .main-container .left-content {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .top-header .main-container .left-content {
    display: none;
  }
}
.top-header .main-container .left-content li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-header .main-container .left-content li:first-child {
  position: relative;
}
.top-header .main-container .left-content li:first-child:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: #324b7d !important;
}
@media (max-width: 991px) {
  .top-header .main-container .left-content li:first-child:before {
    height: 25px;
  }
}
.top-header .main-container .left-content li i {
  height: 20px;
}
.top-header .main-container .left-content li p {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
.top-header .main-container .left-content li a {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
  display: block;
}
.top-header .main-container .left-content li a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
.top-header .main-container .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
@media (max-width: 991px) {
  .top-header .main-container .right-content {
    justify-content: center;
  }
}
.top-header .main-container .right-content .phone {
  position: relative;
}
.top-header .main-container .right-content .phone:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #324b7d;
  height: 500%;
}
@media (max-width: 991px) {
  .top-header .main-container .right-content .phone:before {
    height: 25px;
  }
}
.top-header .main-container .right-content .phone a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  color: var(--lavander);
}
.top-header .main-container .right-content .phone a:hover {
  color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
.top-header .main-container .right-content .socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07000000000000001, 1);
}
.search-popup.search-active {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup.search-active .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}
.search-popup.search-active form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}
.search-popup form .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup form .form-group input {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 0;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.search-popup form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 0px;
  background: var(--main-color);
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup form .form-group button svg {
  width: 20px;
  filter: invert(1);
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 0px;
  background: var(--main-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-popup .close-search svg {
  width: 12.5px;
  filter: invert(1);
}
#side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-150%);
  transition: all 550ms ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  z-index: 11;
}
#side-menu .inner {
  background: var(--white-color);
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 10px;
  transform: translateX(-150%);
  transition: all 550ms ease-in-out;
  transition-delay: 300ms;
  display: flex;
  flex-direction: column;
}
#side-menu .inner .close-drop {
  border-bottom: 1px solid var(--light-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0px;
  margin-bottom: 15px;
}
#side-menu .inner .close-drop .logo {
  display: flex;
  align-items: Center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
}
#side-menu .inner .close-drop .logo img {
  max-width: 100%;
}
#side-menu .inner .close-drop .close-side-menu {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#side-menu .inner .close-drop .close-side-menu:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background: var(--main-color);
}
#side-menu .inner .close-drop .close-side-menu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 100%;
  background: var(--main-color);
}
#side-menu .inner .nav-pages {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}
#side-menu .inner .nav-pages .parent-wrap {
  display: flex;
  align-items: Center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
#side-menu .inner .nav-pages .parent-wrap .first-lvl-lnk {
  display: flex;
  flex-wrap: wrap;
  color: var(--black-color);
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 7px 10px;
  width: 100%;
  flex: 1;
}
#side-menu .inner .nav-pages .parent-wrap i {
  border: 1px solid var(--light-color);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#side-menu .inner .nav-pages .parent-wrap .subnav-categories {
  padding-left: 20px;
  display: none;
  width: 100%;
}
#side-menu .inner .nav-pages .parent-wrap .subnav-categories > li {
  display: flex;
  align-items: Center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
#side-menu .inner .nav-pages .parent-wrap .subnav-categories > li a {
  color: var(--black-color);
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
  display: block;
  flex: 1;
}
#side-menu .inner .nav-pages .parent-wrap .subnav-categories > li a.has-drop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
#side-menu .inner .nav-pages .parent-wrap .subnav-categories > li .subnav-categories {
  display: none;
}
#side-menu.open {
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(0%);
}
#side-menu.open .inner {
  transform: translateX(0%);
}
.newsletter-section {
  background: var(--main-color);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .newsletter-section {
    padding: 25px 0;
  }
}
.newsletter-section .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .newsletter-section .wrap {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.newsletter-section .wrap .left-section {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .newsletter-section .wrap .left-section {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .newsletter-section .wrap .left-section {
    text-align: center;
    max-width: 700px;
  }
}
.newsletter-section .wrap .left-section h2 {
  color: var(--white-color);
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 19px;
  line-height: 26px;
}
.newsletter-section .wrap .left-section p {
  color: var(--light-color-200);
}
.newsletter-section .wrap .right-section {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .newsletter-section .wrap .right-section {
    flex: 1;
  }
}
.newsletter-section .wrap .right-section form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsletter-section .wrap .right-section form div {
  flex: 1;
  position: relative;
}
.newsletter-section .wrap .right-section form div input {
  height: 40px;
  border-radius: 6px 0 0 6px;
  outline: none;
  padding: 0 15px;
  box-shadow: unset;
  color: var(--black-color);
  font-family: var(--main-r);
  font-size: 16px;
}
.newsletter-section .wrap .right-section form div input::placeholder {
  font-family: var(--main-r);
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsletter-section .wrap .right-section form div input {
    font-size: 14px;
  }
}
.newsletter-section .wrap .right-section form div #newsletter-error {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  color: var(--second-color);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .newsletter-section .wrap .right-section form div #newsletter-error {
    top: 100%;
    text-align: center;
    width: 100%;
  }
}
.newsletter-section .wrap .right-section form button {
  border-radius: 0 6px 6px 0;
  padding: 0 20px;
  gap: 10px;
}
@media (max-width: 767px) {
  .newsletter-section .wrap .right-section form button {
    padding: 0 10px;
    height: 40px;
  }
}
footer {
  background-image: url('/static/images/footer_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .main-footer {
  padding: 100px 0 70px;
}
footer .main-footer .wrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  footer .main-footer .wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
footer .main-footer .wrap .area.small {
  width: 16%;
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area.small {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area.small {
    width: 100%;
  }
}
footer .main-footer .wrap .area.medium {
  width: calc(25% - ((20px * 3) / 4));
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area.medium {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area.medium {
    width: 100%;
  }
}
footer .main-footer .wrap .area.big {
  flex: 1;
  max-width: 371px;
  float: right;
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area.big {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area.big {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area {
    width: 100%;
  }
}
footer .main-footer .wrap .area .footer-logo {
  display: block;
}
footer .main-footer .wrap .area .footer-logo img {
  width: 230px;
}
footer .main-footer .wrap .area .footer-description {
  font-family: var(--main-r);
  margin-bottom: 16px;
  color: var(--white-color);
  padding-right: 18px;
}
footer .main-footer .wrap .area .footer-description span {
  display: block;
  color: var(--main-color);
}
footer .main-footer .wrap .area .pages {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .pages {
    padding-right: 0;
  }
}
footer .main-footer .wrap .area .pages li {
  position: relative;
}
footer .main-footer .wrap .area .pages li a {
  color: var(--footer-text);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  line-height: 27.2px;
}
footer .main-footer .wrap .area .pages li a:hover {
  color: #1c67ff;
}
footer .main-footer .wrap .area .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .info {
    padding-right: 0;
  }
}
footer .main-footer .wrap .area .info li {
  color: var(--footer-text);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  line-height: 27.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .main-footer .wrap .area .info li i:before {
  color: var(--white-color);
  font-size: 22px;
}
footer .main-footer .wrap .area .info li a {
  color: var(--footer-text);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 27.2px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-size: cover;
}
footer .main-footer .wrap .area .info li a:hover {
  color: var(--main-color);
}
footer .main-footer .wrap .area .info li p {
  color: var(--light-color-400);
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .info li p {
    font-size: 13px;
  }
}
footer .main-footer .wrap .area .info li.initial {
  color: var(--light-color-400);
  font-family: 'Roboto-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: block;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .info li.initial {
    font-size: 13px;
  }
}
footer .main-footer .wrap .area .info li.initial svg {
  fill: var(--white-color);
  position: absolute;
  top: 3px;
  left: 0;
}
footer .main-footer .wrap .area .external-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .external-links {
    padding-right: 0;
  }
}
footer .main-footer .wrap .area .external-links li {
  width: 100%;
  max-width: 140px;
}
footer .main-footer .wrap .area .external-links li a {
  display: flex;
  flex-wrap: wrap;
}
footer .main-footer .wrap .area .external-links li a img {
  max-width: 100%;
}
footer .main-footer .wrap .area .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .socials {
    gap: 10px;
  }
}
footer .main-footer .wrap .area .socials li {
  width: 100%;
  max-width: calc(100% / 6 - ((15px * 5) / 6));
}
@media (max-width: 1199px) {
  footer .main-footer .wrap .area .socials li {
    max-width: calc(100% / 5 - ((15px * 4) / 5));
  }
}
@media (max-width: 991px) {
  footer .main-footer .wrap .area .socials li {
    max-width: calc(100% / 8 - ((15px * 7) / 8));
  }
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .socials li {
    max-width: calc(100% / 8 - ((10px * 7) / 8));
  }
}
@media (max-width: 500px) {
  footer .main-footer .wrap .area .socials li {
    max-width: calc(100% / 5 - ((10px * 4) / 5));
  }
}
@media (max-width: 380px) {
  footer .main-footer .wrap .area .socials li {
    max-width: calc(100% / 4 - ((10px * 3) / 4));
  }
}
footer .main-footer .wrap .area .socials li a {
  display: flex;
  flex-wrap: wrap;
}
footer .main-footer .wrap .area .socials li a img {
  max-width: 100%;
}
@media (max-width: 767px) {
  footer .main-footer .wrap .area .socials li a img {
    width: 100%;
    max-width: 30px;
  }
}
footer .main-footer .wrap .area .newsletter-description p {
  color: var(--footer-text);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 20px;
}
footer .main-footer .wrap .area .newsletter-form__wrapper form .rel {
  position: relative;
}
footer .main-footer .wrap .area .newsletter-form__wrapper form .rel .form-control {
  padding: 12px 125px 12px 22px;
  border-radius: 30px;
  box-shadow: none;
  border: none;
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--white-color);
  font-size: 14px;
  background-color: #1E2E4E;
  height: 46px;
}
footer .main-footer .wrap .area .newsletter-form__wrapper form .rel .form-control::placeholder {
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: white;
  text-transform: capitalize;
}
footer .main-footer .wrap .area .newsletter-form__wrapper form .rel .submit {
  border: none;
  background: var(--blue-color);
  color: var(--white-color);
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 14px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 23px;
  height: 46px;
  width: fit-content;
  display: flex;
  align-items: center;
}
footer .main-footer .wrap .area .newsletter-form__wrapper form .rel .submit:hover {
  background: var(--dark-blue);
}
footer .main-footer .wrap .area .newsletter-form__wrapper p {
  margin: 15px 0px 0px 0px;
  color: var(--footer-text);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 27.2px;
}
footer .main-footer .wrap .area blockquote {
  margin-bottom: 10px;
  font-style: italic;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  color: var(--footer-text);
}
footer .main-footer .wrap .area p {
  font-family: 'PlusJakartaSans-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 27.2px;
  color: var(--footer-text);
}
footer .bottom-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #253352;
}
@media (max-width: 991px) {
  footer .bottom-footer .wrap {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
footer .bottom-footer .wrap .copyright-wrapper {
  width: 100%;
}
footer .bottom-footer .wrap .copyright-wrapper .copyright {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
  color: #7C8DB1;
  text-align: center;
}
footer .bottom-footer .wrap .copyright-wrapper .copyright a {
  color: var(--blue-color);
}
@media (max-width: 991px) {
  footer .bottom-footer .wrap .copyright-wrapper .copyright {
    order: 2;
  }
}
footer .bottom-footer .wrap .socials {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .bottom-footer .wrap .socials {
    justify-content: center;
  }
}
footer .bottom-footer .wrap .socials li a {
  height: 45px;
  width: 45px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px 25px 25px 25px;
  background-color: #1A2948;
}
footer .bottom-footer .wrap .socials li a:hover {
  background-color: var(--blue-color);
  transform: scale(0.7);
}
footer .bottom-footer .wrap .socials li a svg {
  filter: invert(1);
  width: 20px;
}
.products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .products-list {
    gap: 15px;
  }
}
.products-list .product {
  width: 100%;
  max-width: calc(100% / 4 - ((20px * 3) / 4));
}
@media (max-width: 991px) {
  .products-list .product {
    max-width: calc(100% / 3 - ((20px * 2) / 3));
  }
}
@media (max-width: 575px) {
  .products-list .product {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
.products-list.xs-list .product {
  width: 100%;
  max-width: calc(100% / 5 - ((20px * 4) / 5));
}
@media (max-width: 1199px) {
  .products-list.xs-list .product {
    max-width: calc(100% / 4 - ((20px * 3) / 4));
  }
}
@media (max-width: 991px) {
  .products-list.xs-list .product {
    max-width: calc(100% / 3 - ((20px * 2) / 3));
  }
}
@media (max-width: 575px) {
  .products-list.xs-list .product {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
.product .inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product .inner .tags {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.product .inner .tags div {
  padding: 0 8px;
  background: var(--green-color);
  font-size: 13px;
  line-height: 23px;
  color: var(--white-color);
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-align: center;
}
.product .inner .tags div .new-label {
  background: var(--second-color);
}
.product .inner .image-holder {
  position: relative;
  margin-bottom: 12px;
}
.product .inner .image-holder .fav-btn {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 32px;
  height: 32px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--light-color);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .product .inner .image-holder .fav-btn {
    right: 5px;
  }
}
.product .inner .image-holder .fav-btn svg {
  width: 18px;
  height: 18px;
  transition: all 400ms ease-in-out;
}
.product .inner .image-holder .fav-btn:hover,
.product .inner .image-holder .fav-btn.added {
  background: vaR(--second-color);
}
.product .inner .image-holder .fav-btn:hover svg,
.product .inner .image-holder .fav-btn.added svg {
  fill: var(--white-color);
}
.product .inner .image-holder .image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 100%;
  position: relative;
}
.product .inner .image-holder .image img {
  width: auto;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.product .inner .image-holder .no-stock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 20px;
  line-height: 25px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .product .inner .image-holder .no-stock {
    font-size: 16px;
    line-height: 22px;
  }
}
.product .inner h3 .name {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--black-color);
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px;
  text-align: center;
}
.product .inner h3 .name:hover {
  color: var(--second-color);
}
.product .inner .code-wrap {
  color: var(--light-color-300);
  font-size: 12px;
  line-height: 20px;
}
.product .inner .price-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 7px;
}
.product .inner .price-container .new {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--second-color);
}
.product .inner .price-container .new sup {
  font-size: 11px;
  line-height: 12px;
  top: -7px;
}
@media (max-width: 767px) {
  .product .inner .price-container .new sup {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .product .inner .price-container .new {
    font-size: 16px;
    line-height: 22px;
  }
}
.product .inner .price-container .old {
  order: 2;
  display: flex;
  flex-wrap: wrap;
}
.product .inner .price-container .old .line {
  color: var(--light-color-200);
  font-size: 14px;
  line-height: 23px;
  font-family: 'Roboto-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-decoration: line-through;
}
.product .inner .price-container .old .line sup {
  font-size: 11px;
  line-height: 12px;
  top: -4px;
}
@media (max-width: 767px) {
  .product .inner .price-container .old .line sup {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .product .inner .price-container .old .line {
    font-size: 13px;
    line-height: 20px;
  }
}
.product .inner .quantity-wrap {
  display: none;
}
.categories-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .categories-list {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .categories-list.small .category {
    max-width: calc(100% / 2 - (20px / 2));
  }
}
@media (max-width: 767px) {
  .categories-list.small .category {
    max-width: 100%;
  }
}
.categories-list.small .category .image {
  max-width: 70px;
}
@media (max-width: 1300px) {
  .categories-list.small .category .image {
    max-width: 60px;
  }
}
.categories-list .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  max-width: calc(100% / 3 - (40px / 3));
  bordeR: 1px solid var(--light-color);
  padding: 10px;
}
@media (max-width: 991px) {
  .categories-list .category {
    max-width: calc(100% / 2 - (20px / 2));
  }
}
@media (max-width: 767px) {
  .categories-list .category {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
@media (max-width: 575px) {
  .categories-list .category {
    max-width: 100%;
  }
}
.categories-list .category .image {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list .category .image img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .categories-list .category .image {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .categories-list .category .image {
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .categories-list .category .image {
    max-width: 60px;
  }
}
.categories-list .category .txt .name {
  font-family: 'Roboto-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color);
  transition: all 400ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .categories-list .category .txt .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .categories-list .category .txt .name {
    font-size: 13px;
    line-height: 22px;
  }
}
.categories-list .category:hover .txt .name {
  color: var(--second-color);
}
.categories-list.circle-design .category {
  border: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: calc(100% / 7 - ((20px * 6) / 7));
}
@media (max-width: 1199px) {
  .categories-list.circle-design .category {
    max-width: calc(100% / 5 - ((20px * 4) / 5));
  }
}
@media (max-width: 767px) {
  .categories-list.circle-design .category {
    max-width: calc(100% / 4 - ((15px * 3) / 4));
  }
}
@media (max-width: 575px) {
  .categories-list.circle-design .category {
    max-width: calc(100% / 3 - ((15px * 2) / 3));
  }
}
@media (max-width: 380px) {
  .categories-list.circle-design .category {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
.categories-list.circle-design .category .image {
  width: 60px;
  height: 60px;
  border: 2px solid var(--second-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list.circle-design .category .image div {
  border-radius: 50%;
  border: 3px solid #ebebeb;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list.circle-design .category .image div img {
  max-width: 100%;
}
.categories-list.circle-design .category .txt .name {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  transition: all 400ms ease-in-out;
}
.categories-list.circle-design .category:hover .txt .name {
  color: var(--second-color);
}
.categories-slider-section .products-slider .owl-item::before {
  content: "";
  background: rgba(46, 46, 46, 0.3);
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  transition: all 400ms ease-in-out;
}
.categories-slider-section .products-slider .owl-item:hover::before {
  bottom: 100%;
}
.categories-slider-section .products-slider .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.categories-slider-section .products-slider .txt {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .categories-slider-section .products-slider .txt {
    font-size: 14px;
  }
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.hero-section .before-slider .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 7000ms ease;
  z-index: 1;
}
.hero-section .before-slider .item-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.hero-section .before-slider picture {
  width: 100%;
}
.hero-section .before-slider picture img {
  width: 100% !important;
  max-height: 791px !important;
  object-fit: cover;
}
.hero-section .before-slider .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  max-width: 864px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-content {
    padding: 0 12px;
  }
}
.hero-section .before-slider .hero-content .hero-sub-title {
  color: var(--main-color);
  font-size: 28px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--second-sb);
  line-height: 33px;
}
@media (max-width: 767px) {
  .hero-section .before-slider .hero-content .hero-sub-title {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.hero-section .before-slider .hero-content .hero-title {
  color: var(--white-color);
  font-size: 60px;
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 72px;
}
@media (max-width: 1199px) {
  .hero-section .before-slider .hero-content .hero-title {
    font-size: 37px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-content .hero-title {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
  }
}
.hero-section .before-slider .hero-content .hero-title span {
  color: var(--main-color);
}
.hero-section .before-slider .hero-content p {
  color: var(--white-color);
  line-height: 30px;
  font-family: var(--second-r);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-content p {
    text-align: center;
  }
}
.hero-section .before-slider .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-content .hero-btn {
    margin: 0 auto;
  }
}
.hero-section .before-slider .hero-content .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.hero-section .before-slider .hero-content .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #272727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.hero-section .hero-slider2 .active .img-layer {
  transform: scale(1);
}
.hero-section .hero-slider2 .owl-nav .owl-prev,
.hero-section .hero-slider2 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-section .hero-slider2 .owl-nav .owl-prev,
  .hero-section .hero-slider2 .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }
}
.hero-section .hero-slider2 .owl-nav .owl-prev:hover,
.hero-section .hero-slider2 .owl-nav .owl-next:hover {
  background: var(--white-color);
}
.hero-section .hero-slider2 .owl-nav .owl-prev:hover svg,
.hero-section .hero-slider2 .owl-nav .owl-next:hover svg {
  filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(5576%) hue-rotate(347deg) brightness(99%) contrast(93%);
}
.hero-section .hero-slider2 .owl-nav .owl-prev svg,
.hero-section .hero-slider2 .owl-nav .owl-next svg {
  width: 30px;
  height: 30px;
  filter: invert(1);
  transition: all 0.5s ease-in-out;
}
.hero-section .hero-slider2 .owl-nav .owl-next {
  right: 40px;
}
@media (max-width: 1199px) {
  .hero-section .hero-slider2 .owl-nav .owl-next {
    right: 40px;
  }
}
.hero-section .hero-slider2 .owl-nav .owl-prev {
  left: 40px;
}
@media (max-width: 1199px) {
  .hero-section .hero-slider2 .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }
}
.hero-section .hero-slider2 .hero-single {
  padding-top: 370px;
  padding-bottom: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 791px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single {
    min-height: 550px;
    padding: 180px 0 80px;
    background-position: left center !important;
  }
}
.hero-section .hero-slider2 .hero-single .img-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single .img-layer {
    background-position: left center !important;
  }
}
.hero-section .hero-slider2 .hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-align: left;
}
.hero-section .hero-slider2 .hero-single .hero-content .hero-sub-title {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 23.8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-color);
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  padding-top: 18px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.hero-section .hero-slider2 .hero-single .hero-content .hero-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 4px;
  background: var(--blue-color);
  border-radius: 4px;
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single .hero-content .hero-sub-title {
    text-align: center;
    justify-content: center;
  }
  .hero-section .hero-slider2 .hero-single .hero-content .hero-sub-title:before {
    left: calc(50% - 15px);
  }
}
.hero-section .hero-slider2 .hero-single .hero-content .hero-title {
  color: var(--dark-blue);
  font-size: 60px;
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 1;
  text-shadow: #ececec 1px 0 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-section .hero-slider2 .hero-single .hero-content .hero-title {
    font-size: 37px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single .hero-content .hero-title {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
  }
}
.hero-section .hero-slider2 .hero-single .hero-content .hero-title span {
  color: var(--main-color);
}
.hero-section .hero-slider2 .hero-single .hero-content p {
  color: var(--text-color);
  line-height: 30px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  margin-bottom: 45px;
  width: 79%;
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single .hero-content p {
    text-align: center;
    width: 100%;
  }
}
.hero-section .hero-slider2 .hero-single .hero-content .request {
  width: fit-content;
}
@media (max-width: 991px) {
  .hero-section .hero-slider2 .hero-single .hero-content .request {
    margin: 0 auto;
  }
}
.hero-section .hero-slider2 .hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
.hero-section .hero-slider2 .hero-single .hero-content .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.hero-section .hero-slider2 .hero-single .hero-content .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #272727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.hero-section .hero-slider2 .float-shape {
  position: absolute;
  left: 15%;
  bottom: 23%;
  animation: alltuchtopdown 8s infinite linear;
}
.hero-section .hero-slider2 .float-shape img {
  max-width: 100%;
  animation-delay: 0.8s;
}
.hero-section .hero-slider {
  position: relative;
}
.hero-section .item {
  position: relative;
  display: block;
}
.hero-section .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hero-section .item a img {
  width: auto;
  max-width: 100%;
}
.hero-section .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.hero-section .owl-dots .owl-dot {
  background: var(--white-color) !important;
}
.hero-section .owl-dots .owl-dot.active {
  background: var(--second-color) !important;
}
.about-area {
  background-image: url('/static/images/about_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 200px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-area .flex {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 991px) {
  .about-area .row {
    display: initial;
  }
  .about-area .row.flex {
    flex-direction: column;
  }
}
.about-area .about-left .about-img {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 15px;
  margin-top: 16px;
}
.about-area .about-left .about-img img.main-img {
  border-radius: 50%;
  width: 314px;
  object-fit: cover;
  height: 314px;
  border: 5px solid var(--white-color);
}
@media (max-width: 400px) {
  .about-area .about-left .about-img img.main-img {
    width: auto;
    height: auto;
  }
}
.about-area .about-left .about-img img:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  z-index: -1;
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 345px;
}
@media (max-width: 400px) {
  .about-area .about-left .about-img img:nth-child(2) {
    max-width: 100%;
  }
}
.about-area .about-left .about-img img:nth-child(3) {
  right: 0;
  top: -10%;
  animation: alltuchtopdown 8s infinite linear;
  position: absolute;
  z-index: -1;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.about-area .about-right {
  position: relative;
  display: block;
}
.about-area .about-right .about-text {
  font-size: 16px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1.7em;
  color: var(--text-color);
  margin-bottom: 30px;
}
.about-area .about-right .site-heading {
  margin-bottom: 25px;
}
.about-area .about-right .about-list-wrapper {
  position: relative;
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-area .about-right .about-list-wrapper li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}
.about-area .about-right .about-list-wrapper li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "font awesome 6 pro";
  color: #f37e21;
}
.about-area .about-right .main-button {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-right .main-button svg {
  filter: invert(1);
  width: 14px;
  margin-left: 8px;
  margin-top: -4px;
}
.about-area .about-right .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.about-area .about-right .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #272727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.benefits-section {
  margin-top: -100px;
  margin-bottom: 0px;
  z-index: 2;
}
.service-area {
  background: var(--dark-blue);
}
.service-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.service-area .site-heading .site-title-tagline.white:before {
  background: var(--blue-color);
}
.service-area .service-item {
  position: relative;
  padding: 25px 35px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.service-area .service-item:hover .content-top .service-icon {
  background: var(--blue-color);
}
.service-area .service-item:hover .content-top .service-icon i:before {
  color: white;
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
}
.service-area .service-item:hover .service-img .service-arrow {
  display: flex;
}
.service-area .service-item .content-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.service-area .service-item .content-top .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--lavander);
}
.service-area .service-item .content-top .service-icon img {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-out 0s;
}
.service-area .service-item .content-top h3 a {
  color: var(--dark-blue);
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  min-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-area .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 70%;
}
.service-area .service-item .service-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transition: all 0.5s ease-in-out;
  transform: skewX(-25deg);
  z-index: 1;
}
.service-area .service-item .service-img img {
  max-width: 100%;
  display: block;
  border-radius: 0;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.service-area .service-item .service-img .service-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 85, 255, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s linear;
}
.service-area .service-item .service-content {
  position: relative;
}
.service-area .service-item .service-content .service-text {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--text-color);
  font-size: 16px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  min-height: 81.6px;
}
.service-area .service-item .service-content .service-title a {
  font-size: 25px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--black-color);
  line-height: 30px;
  font-family: var(--second-sb);
}
.service-area .service-item .service-content .service-arrow {
  margin-top: 25px;
}
.service-area .service-item .service-content .service-arrow .main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-area .service-item .service-content .service-arrow .main-button svg {
  filter: invert(1);
  width: 14px;
  margin-left: 8px;
  margin-top: -3px;
}
.service-area .service-item .service-content .service-arrow .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.service-area .service-item .service-content .service-arrow .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #272727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.service-area p {
  color: var(--white-color);
  font-size: 16px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 27.2px;
}
.service-area .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.service-area .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--lavander);
}
.service-area .owl-dots .owl-dot.active {
  background: var(--blue-color);
  border: 2px solid var(--blue-color);
}
.portfolio-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.portfolio-area .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}
.portfolio-area .owl-nav button.owl-prev,
.portfolio-area .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 10px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-area .owl-nav button.owl-prev svg,
.portfolio-area .owl-nav button.owl-next svg {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(51%) sepia(72%) saturate(1391%) hue-rotate(349deg) brightness(101%) contrast(91%);
}
.portfolio-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.portfolio-area .owl-dots .owl-dot span {
  background: #ced7e7;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.portfolio-area .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}
.portfolio-area .portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-area .portfolio-item .portfolio-img img {
  height: 440px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.portfolio-area .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.portfolio-area .portfolio-item .portfolio-content:hover:before {
  opacity: .9;
  visibility: visible;
}
.portfolio-area .portfolio-item .portfolio-content:hover .portfolio-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.portfolio-area .portfolio-item .portfolio-content:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.portfolio-area .portfolio-item .portfolio-content:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 0;
  background: var(--main-color);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.portfolio-area .portfolio-item .portfolio-content .portfolio-info {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.portfolio-area .portfolio-item .portfolio-content .portfolio-info .portfolio-subtitle {
  line-height: 19.2px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--second-sb);
}
.portfolio-area .portfolio-item .portfolio-content .portfolio-info .portfolio-title {
  line-height: 33.6px;
  color: #fff;
  font-size: 28px;
  font-family: var(--second-sb);
}
.portfolio-area .portfolio-item .portfolio-content .portfolio-link {
  width: 60px;
  height: 60px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  transition: .5s;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  color: var(--main-color);
}
.portfolio-area .portfolio-item .portfolio-content .portfolio-link svg {
  width: 24px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(5576%) hue-rotate(347deg) brightness(99%) contrast(93%);
}
.choose-area {
  background-image: url('/static/images/about_shape02.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 0px 120px 0px;
}
@media (min-width: 991px) {
  .choose-area .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.choose-area .cont {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .choose-area .cont {
    flex-direction: column;
  }
}
.choose-area .choose-content {
  width: calc(40% - 15px);
}
@media (max-width: 991px) {
  .choose-area .choose-content {
    width: 100%;
  }
}
.choose-area .choose-content .site-heading {
  margin-bottom: 50px;
}
.choose-area .choose-content .site-heading p {
  margin-top: 15px;
}
.choose-area .choose-content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 30px;
}
.choose-area .choose-content .list li {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 8px;
  font-size: 18px;
  font-family: 'Urbanist-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 23.4px;
  color: #687799;
}
.choose-area .choose-content .list li .fa-check {
  background: var(--blue-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  flex: 0 0 auto;
}
.choose-area .choose-content .list li .fa-check:before {
  font-family: 'Font Awesome', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--white-color);
}
.choose-area .choose-content .numbers {
  border-top: 1px solid #D9D9D9;
  padding: 30px 0px 0px 0px;
  margin-bottom: 40px;
  display: flex;
}
.choose-area .choose-content .numbers li {
  width: 50%;
}
.choose-area .choose-content .numbers li h2 {
  color: var(--dark-blue);
  font-size: 36px;
  line-height: 1.2em;
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.choose-area .choose-content .numbers li p {
  font-size: 16px;
  color: var(--text-color);
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1.7em;
}
@media (max-width: 991px) {
  .choose-area .choose-content .site-heading {
    margin-bottom: 20px;
  }
}
.choose-area .choose-content .choose-content-wrapper .choose-item {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.choose-area .choose-content .choose-content-wrapper .choose-item .choose-item-icon {
  width: 90px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .choose-area .choose-content .choose-content-wrapper .choose-item .choose-item-icon {
    width: 189px;
  }
}
.choose-area .choose-content .choose-content-wrapper .choose-item .choose-item-icon img {
  max-width: 100%;
}
.choose-area .choose-content .choose-content-wrapper .choose-item .choose-item-info h3 {
  color: var(--black-color);
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26.4px;
  font-family: var(--second-sb);
}
.choose-area .team-slider {
  width: calc(60% - 15px);
}
@media (max-width: 991px) {
  .choose-area .team-slider {
    width: 100%;
  }
}
.choose-area .team-slider .owl-nav .owl-prev {
  display: none;
}
.choose-area .team-slider .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  top: 42%;
  right: -17px;
  transition: all 0.5s ease-in-out;
}
.choose-area .team-slider .owl-nav .owl-next svg {
  width: 14px;
  fill: dimgray;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .choose-area .team-slider .owl-nav .owl-next {
    display: none;
  }
}
.choose-area .team-slider .owl-nav .owl-next:hover {
  background: #a6a6a6;
}
.choose-area .team-slider .owl-nav .owl-next:hover svg {
  width: 14px;
  fill: white;
}
.choose-area .choose-img {
  background-image: url('/static/images/about_img02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  border: 9px solid var(--white-color);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  position: relative;
  z-index: 9;
  margin-left: 218px;
}
@media (max-width: 991px) {
  .choose-area .choose-img {
    margin-left: 0;
    min-height: 700px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .choose-area .choose-img {
    min-height: 450px;
  }
}
.choose-area .choose-img .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.choose-area .choose-img .video-wrapper .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 85, 255, 0.8);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.choose-area .choose-img .video-wrapper .play-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--main-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.choose-area .choose-img .video-wrapper .play-btn svg {
  width: 20px;
  filter: invert(1);
}
.choose-area .choose-img .second-img {
  border: 9px solid #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transform: rotate(-2.71deg);
  position: absolute;
  left: -190px;
  bottom: 70px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .choose-area .choose-img .second-img {
    display: none;
  }
}
.choose-area .choose-img .abs-img {
  position: absolute;
  width: auto;
  top: -26px;
  z-index: -1;
  left: -80px;
}
@media (max-width: 991px) {
  .choose-area .choose-img .abs-img {
    display: none;
  }
}
.team-title {
  margin-top: 60px;
  font-size: 40px;
  color: var(--dark-blue);
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1.2;
  text-align: center;
}
.team-slider .box {
  padding: 0;
}
.team-slider .box .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.team-slider .box .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 5px solid white;
  object-fit: cover;
  border-radius: 15px;
}
.team-slider .box .text h3 {
  text-align: center;
  font-size: 18px;
  font-family: 'PlusJakartaSans-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
}
.team-slider .box .text p {
  color: var(--text-color);
  font-size: 14px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-align: center;
}
.counter-area {
  position: relative;
  background-image: url('/static/images/counter_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 120px 0 90px;
}
.counter-area .counter-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 30px;
  background: white;
}
@media (max-width: 1200px) {
  .counter-area .counter-box {
    margin: 20px 0;
  }
}
.counter-area .counter-box.blue {
  background: var(--dark-blue);
}
.counter-area .counter-box.blue h3 {
  color: white;
}
.counter-area .counter-box.blue .counter {
  color: white;
}
.counter-area .counter-box .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.counter-area .counter-box .icon img {
  width: 65px;
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
.counter-area .counter-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--dark-blue);
  line-height: 1.4;
  text-align: left;
  font-family: 'Urbanist-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.counter-area .counter-box .counter {
  display: block;
  font-size: 60px;
  margin-bottom: 5px;
  color: var(--dark-blue);
  align-items: center;
  justify-content: center;
  line-height: .8;
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.counter-area .counter-box .title {
  color: var(--text-color);
  font-size: 16px;
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  text-align: left;
  text-transform: initial;
  min-height: 115.2px;
}
@media (max-width: 991px) {
  .counter-area .counter-box .title {
    min-height: auto;
  }
}
.faq {
  background: url('/static/images/faq_shape01.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 120px 0px;
}
@media (max-width: 991px) {
  .faq {
    background: none;
  }
}
.faq .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .faq .content {
    flex-direction: column;
    align-items: center;
  }
}
.faq .content .photo {
  padding: 0 15px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .faq .content .photo {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}
.faq .content .photo .imgs {
  text-align: right;
  position: relative;
  margin-right: 45px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 991px) {
  .faq .content .photo .imgs {
    margin: 0;
  }
}
.faq .content .photo .imgs img.main-photo {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 8px solid var(--white-color);
  height: auto;
  max-width: 100%;
}
.faq .content .photo .imgs img.sec {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: auto;
  max-width: 100%;
  border: none;
  animation: smalltuchtopdown 8s infinite linear;
  -webkit-transform: translate3d(0px, 43.163px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
@media (max-width: 767px) {
  .faq .content .photo .imgs img.sec {
    max-width: 176px;
  }
}
.faq .content .photo .bg-image {
  position: absolute;
  left: -50px;
  width: auto;
  bottom: -20px;
  max-width: 100%;
  top: 30px;
}
.faq .content .photo .bg-image img {
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  object-fit: cover;
  height: 100%;
}
.faq .content .text {
  width: 50%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .faq .content .text {
    width: 100%;
    padding: 0;
  }
}
.faq .content .text .site-title {
  margin-bottom: 30px;
}
.faq .content .text .answ {
  margin-top: 30px;
  width: 100%;
}
.faq .content .text .answ .boxy {
  margin-bottom: 10px;
  width: 100%;
}
.faq .content .text .answ .boxy .trigger {
  background-color: var(--answ-blue);
  position: relative;
  padding: 17px 50px 17px 30px;
  font-size: 18px;
  border-color: #DFDFDF;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
  cursor: pointer;
  line-height: 21.6px;
  border-radius: 10px;
}
.faq .content .text .answ .boxy .trigger.active {
  color: var(--blue-color);
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #DFDFDF;
  border-radius: 0;
}
.faq .content .text .answ .boxy .trigger.active:before {
  background-image: none;
  transform: rotate(-180deg);
  color: var(--blue-color);
  transition: transform 0.2s ease-in-out;
}
.faq .content .text .answ .boxy .trigger:before {
  content: "\f102";
  width: auto;
  height: auto;
  background-image: none;
  font-family: 'Font-Flat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 18px;
  color: var(--blue-color);
  font-weight: 700;
}
.faq .content .text .answ .boxy .body-anw {
  display: none;
}
.faq .content .text .answ .boxy .body-anw p {
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 16px;
  margin: 0;
  color: var(--text-color-2);
  padding: 20px 30px 30px;
  border: 1px solid #DFDFDF;
  border-top: none;
}
.schedule {
  background-image: url('/static/images/request_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 80px 0px;
  border-bottom: 3px solid var(--blue-color);
}
.schedule h2 {
  font-size: 32px;
  color: var(--white-color);
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 38.4px;
}
@media (max-width: 991px) {
  .schedule h2 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .schedule h2 {
    font-size: 25px;
  }
}
.schedule .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .schedule .btns {
    justify-content: center;
  }
}
.schedule .btns .phone {
  border-radius: 30px;
  padding: 5px 22px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  gap: 10px;
}
.schedule .btns .phone .icon i:before {
  color: white;
  font-size: 30px;
}
.schedule .btns .phone .txt {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: white;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.schedule .btns .phone .txt span {
  font-size: 18px;
  font-family: 'Urbanist-SemiBold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1;
}
.schedule .btns .phone .txt span:hover {
  color: var(--blue-color);
}
.pricing-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.pricing-area .pricing-item {
  padding: 10px;
  position: relative;
  background: var(--white-color);
  margin-bottom: 25px;
  border-radius: 0px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.9s ease-in-out;
  z-index: 1;
}
.pricing-area .pricing-item:hover {
  transform: translateY(-10px);
}
.pricing-area .pricing-item .pricing-header {
  position: relative;
  padding: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.pricing-area .pricing-item .pricing-header:before {
  content: "";
  position: absolute;
  background: #1A1D1F;
  opacity: .65;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pricing-area .pricing-item .pricing-header .pricing-header-content h4 {
  color: var(--white-color);
  line-height: 36px;
  font-size: 30px;
  font-family: var(--second-b);
}
.pricing-area .pricing-item .pricing-header .pricing-header-content .pricing-sub-title {
  color: var(--white-color);
  margin-top: 5px;
  font-family: var(--main-r);
}
.pricing-area .pricing-item .pricing-header .pricing-header-content .pricing-amount {
  color: var(--main-color);
  margin-top: 10px;
  font-size: 40px;
  font-family: var(--second-sb);
  line-height: 48px;
}
.pricing-area .pricing-item .pricing-feature {
  padding: 20px 40px;
}
.pricing-area .pricing-item .pricing-feature ul {
  margin-bottom: 35px;
}
.pricing-area .pricing-item .pricing-feature ul li {
  position: relative;
  margin: 14px 0;
  padding-left: 25px;
}
.pricing-area .pricing-item .pricing-feature ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--main-color);
  border-radius: 50px;
  left: 0;
  top: 6px;
}
.pricing-area .pricing-item .pricing-feature .main-button {
  display: inline-flex;
  align-items: center;
}
.pricing-area .pricing-item .pricing-feature .main-button svg {
  filter: invert(1);
  width: 14px;
  margin-left: 8px;
  margin-top: -3px;
}
.pricing-area .pricing-item .pricing-feature .main-button:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.pricing-area .pricing-item .pricing-feature .main-button:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #272727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: -1;
}
.quote-area {
  padding: 120px 0px 120px 0px;
  background: url('/static/images/contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.quote-area .site-heading .site-title {
  margin-bottom: 30px;
}
.quote-area .quote-form {
  width: 100%;
  margin-left: auto;
  padding: 0 30px 0 80px;
}
@media (max-width: 991px) {
  .quote-area .quote-form {
    margin-top: 50px;
    padding: 0;
  }
}
.quote-area .quote-form h2 {
  color: #272727;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 42px;
  font-family: var(--second-sb);
}
.quote-area .quote-form .form-group {
  margin-bottom: 15px;
}
.quote-area .quote-form .form-group label {
  color: #272727;
  font-family: var(--second-sb);
}
.quote-area .quote-form .form-group span {
  color: red;
}
.quote-area .quote-form .form-group.flex {
  width: calc(50% - 16px);
  display: inline-flex;
}
@media (max-width: 991px) {
  .quote-area .quote-form .form-group.flex {
    display: inherit;
    width: 100%;
  }
}
.quote-area .quote-form .form-group.flex.xs {
  width: calc(25% - 16px) !important;
  gap: 1px;
}
@media (max-width: 991px) {
  .quote-area .quote-form .form-group.flex.xs {
    width: 100% !important;
  }
}
.quote-area .quote-form .form-group .form-control {
  padding: 14px 18px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  font-family: var(--main-r);
  height: 50px;
  border: 1px solid #D5DAE4;
}
.quote-area .quote-form .form-group textarea {
  min-height: 100px;
}
.quote-area .quote-form dl {
  margin: 0 8px;
}
@media (max-width: 991px) {
  .quote-area .quote-form dl {
    margin: 0;
  }
}
.quote-area .quote-form dd {
  width: 100%;
}
.quote-area .quote-form .second-button {
  margin: 0 8px;
}
.team-area {
  position: relative;
  overflow: hidden;
}
.team-area .mt-5 {
  margin-top: 48px;
}
.team-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.team-area .team-item {
  padding: 15px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  background: var(--white-color);
  border-radius: 0;
  border-bottom: 4px solid var(--main-color);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}
.team-area .team-item:hover {
  transform: translateY(-10px);
}
.team-area .team-item:hover .team-social {
  opacity: 1;
  right: 30px;
}
.team-area .team-item .team-img img {
  border-radius: 0;
  margin-top: -50px;
  max-width: 100%;
  display: block;
}
.team-area .team-item .team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 20px;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.team-area .team-item .team-social a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  border-radius: 0;
  background: var(--main-color);
}
.team-area .team-item .team-social a:hover {
  background: var(--black-color);
}
.team-area .team-item .team-social a:not(.facebook) svg {
  width: 14px;
}
.team-area .team-item .team-social a svg {
  filter: invert(1);
  width: 10px;
}
.team-area .team-item .team-content {
  padding: 10px 0 0;
}
.team-area .team-item .team-content .team-bio h5 a {
  font-size: 23px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
  line-height: 27.6px;
  font-family: var(--second-sb);
  color: var(--black-color);
}
.team-area .team-item .team-content .team-bio span {
  color: var(--main-color);
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--main-m);
}
.testimonial-area {
  position: relative;
  background: url('/static/images/testimonial_bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.testimonial-area .cont {
  width: 82%;
}
@media (max-width: 991px) {
  .testimonial-area .cont {
    width: 100%;
  }
}
.testimonial-area .cont .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-area .cont .owl-dots .owl-dot span {
  background: white;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.testimonial-area .cont .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}
.testimonial-area .cont .owl-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .testimonial-area .cont .owl-nav {
    justify-content: center;
  }
}
.testimonial-area .cont .owl-nav button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #0F2D6A !important;
  background: #0F2D6A !important;
  color: var(--white-color);
  font-size: 22px;
  line-height: 0;
  border-radius: 50% !important;
}
.testimonial-area .cont .owl-nav button:hover {
  background-color: var(--blue-color) !important;
  background: var(--blue-color) !important;
}
.testimonial-area .cont .owl-nav button.owl-prev:before {
  content: "\f101";
  font-family: 'Font-Flat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 22px;
  color: var(--white-color);
  transform: rotate(-180deg);
}
.testimonial-area .cont .owl-nav button.owl-prev span {
  display: none;
}
.testimonial-area .cont .owl-nav button.owl-next:before {
  content: "\f101";
  font-family: 'Font-Flat', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 22px;
  color: var(--white-color);
}
.testimonial-area .cont .owl-nav button.owl-next span {
  display: none;
}
.testimonial-area .cont .testimonial-single {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
}
.testimonial-area .cont .testimonial-single .testimonial-content .testimonial-author-img {
  position: absolute;
  top: -45px;
  left: 25px;
  margin-right: 20px;
  width: 90px;
  padding: 5px;
  border-radius: 50px;
  border: 3px solid var(--main-color);
}
.testimonial-area .cont .testimonial-single .testimonial-content .testimonial-author-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
.testimonial-area .cont .testimonial-single .testimonial-quote .testimonial-quote-icon {
  position: absolute;
  right: 20px;
  top: 0;
  width: 65px;
}
.testimonial-area .cont .testimonial-single .testimonial-quote p {
  color: var(--white-color);
  font-size: 20px;
  line-height: 34px;
  font-family: 'Urbanist-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .testimonial-area .cont .testimonial-single .testimonial-quote p {
    text-align: center;
  }
}
.testimonial-area .cont .testimonial-single .testimonial-author-info h4 {
  font-size: 22px;
  line-height: 26.4px;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--white-color);
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .testimonial-area .cont .testimonial-single .testimonial-author-info h4 {
    text-align: center;
  }
}
.testimonial-area .cont .testimonial-single .testimonial-author-info p {
  display: block;
  font-family: 'Urbanist-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--white-color);
  position: relative;
  padding-bottom: 16px;
  line-height: 1;
}
@media (max-width: 991px) {
  .testimonial-area .cont .testimonial-single .testimonial-author-info p {
    text-align: center;
  }
}
.testimonial-area .cont .testimonial-single .testimonial-author-info p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: var(--blue-color);
}
@media (max-width: 991px) {
  .testimonial-area .cont .testimonial-single .testimonial-author-info p:before {
    left: calc(50% - 20px);
  }
}
.testimonial-area .cont .testimonial-single .testimonial-rate {
  margin-bottom: 20px;
  height: 46px;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.testimonial-area .cont .testimonial-single .testimonial-rate svg {
  fill: var(--yellow-color);
  width: 22px;
}
.testimonial-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.testimonial-area .site-heading .site-title {
  color: var(--white-color);
}
.testimonial-area .testimonial-photo {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .testimonial-area .testimonial-photo {
    width: 66%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 576px) {
  .testimonial-area .testimonial-photo {
    width: 100%;
  }
}
.testimonial-area .testimonial-photo .main-img {
  border-radius: 30px 85px 30px 95px;
  border: 6px solid var(--white-color);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
}
.testimonial-area .testimonial-photo .count-rev {
  background: var(--white-color);
  max-width: 180px;
  border-radius: 20px;
  padding: 20px 25px 20px;
  position: absolute;
  left: -30px;
  bottom: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-photo .count-rev {
    max-width: 150px;
    border-radius: 10px;
    padding: 10px 10px 10px;
    left: 0;
  }
}
.testimonial-area .testimonial-photo .count-rev img {
  margin-bottom: 15px;
}
.testimonial-area .testimonial-photo .count-rev .txt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-color);
  font-size: 40px;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1;
}
.testimonial-area .testimonial-photo .count-rev .txt span {
  font-family: 'PlusJakartaSans-Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 15.6px;
  color: var(--dark-blue);
}
.blog-area {
  padding: 120px 0px 90px 0px;
}
.blog-area .site-heading {
  max-width: 568px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.blog-area .site-heading .site-title-tagline {
  width: fit-content;
  margin: 0 auto;
}
.blog-area .site-heading .site-title-tagline:before {
  left: calc(50% - 15px);
}
.blog-area .center {
  margin-top: 15px;
}
.blog-area .blog-item {
  margin-bottom: 25px;
  background-color: var(--white-color);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blog-area .blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}
.blog-area .blog-item .blog-item-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  max-height: 257px;
  height: 257px;
}
.blog-area .blog-item .blog-item-img img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-area .blog-item .blog-item-img .blog-item-meta {
  position: absolute;
  left: 30px;
  top: 0;
  background: var(--blue-color);
  padding: 15px 20px;
  border-radius: 0 0 30px 30px;
  text-align: center;
  min-width: 70px;
}
.blog-area .blog-item .blog-item-img .blog-item-meta a {
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1;
}
.blog-area .blog-item .blog-item-img .blog-item-meta a span {
  font-size: 16px;
}
.blog-area .blog-item .blog-item-info {
  padding: 25px 30px 30px;
  border-radius: 0 0 10px 10px;
}
.blog-area .blog-item .blog-item-info h5 {
  color: var(--blue-color);
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.blog-area .blog-item .blog-item-info .blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}
.blog-area .blog-item .blog-item-info .blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: var(--black-color);
}
.blog-area .blog-item .blog-item-info .blog-item-meta ul li a {
  color: var(--black-color);
  display: inline-flex;
  align-items: baseline;
  font-family: var(--main-r);
  transition: all 0.3s ease-in-out;
}
.blog-area .blog-item .blog-item-info .blog-item-meta ul li a:hover {
  color: var(--main-color);
}
.blog-area .blog-item .blog-item-info .blog-item-meta ul li a svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(5576%) hue-rotate(347deg) brightness(99%) contrast(93%);
}
.blog-area .blog-item .blog-item-info .blog-title a {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Urbanist-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: var(--dark-blue);
  line-height: 28.8px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-area .blog-item .blog-item-info .blog-title a:hover {
  color: var(--main-color);
}
.blog-area .blog-item .blog-item-info .short-descr {
  margin-bottom: 20px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  min-height: 54.375px;
}
.blog-area .blog-item .blog-item-info .more {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-color);
  gap: 10px;
  font-family: 'PlusJakartaSans-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.blog-area .blog-item .blog-item-info .more:hover {
  color: var(--blue-color);
}
#videoModal .modal-dialog {
  width: 100%;
  max-width: 900px;
}
#videoModal .modal-body {
  text-align: center;
}
#videoModal .modal-body iframe {
  max-width: 100%;
}
.partner-area {
  padding: 0 0 100px;
  background: white;
}
.partner-area .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.partner-area .image:hover img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.partner-area .image img {
  filter: grayscale(100%);
  opacity: 0.5;
  max-width: 100%;
}
.hero-section .before-slider .hero-single {
  padding-top: 370px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-single {
    min-height: 550px;
    padding: 180px 0 80px;
    background-position: left center !important;
  }
}
.hero-section .before-slider .hero-single .img-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-single .img-layer {
    background-position: left center !important;
  }
}
.hero-section .before-slider .hero-single .float-shape {
  position: absolute;
  left: 15%;
  bottom: 23%;
  animation: alltuchtopdown 8s infinite linear;
}
.hero-section .before-slider .hero-single .float-shape img {
  max-width: 100%;
  animation-delay: 0.8s;
}
.hero-section .before-slider .hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-align: left;
  position: static;
  transform: none;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-single .hero-content {
    padding: 0;
  }
}
.hero-section .before-slider .hero-single .hero-content .hero-sub-title {
  display: none;
}
.hero-section .before-slider .hero-single .hero-content .hero-title {
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 1;
  text-shadow: #ececec 1px 0 10px;
  position: relative;
  z-index: 2;
  color: var(--dark-blue);
  font-family: 'Urbanist-Black', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-single .hero-content .hero-title {
    font-size: 35px;
    line-height: 42px !important;
    text-align: center;
  }
}
.hero-section .before-slider .hero-single .hero-content p {
  margin-bottom: 45px;
}
.hero-section .before-slider .hero-single .hero-content a {
  width: fit-content;
}
@media (max-width: 991px) {
  .hero-section .before-slider .hero-single .hero-content a {
    margin: 0 auto;
  }
}
