/*=== Scss File indexing Here===========

1. variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation'
10.common'
11.header
12.banner
13.button
14.about
15.gsap style
16.serviue
17.product
18.pricing
19.clients
20.approch area
21.progress-bar
22.cta 
23.social area
24. footer
25. testimonials
26.brand
27.faq
28.appoinment
29.progress-bar
30.BLog
31.feature
32.courser
33.banner-video
34.video
35.text-animation
36.team
37.offcanvas-menu
38.drop-down
39.pre-loading
40.contact
41.back-to-top
42.masonry
43.elements
43.switcher



========================================*/
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-primary: #4c164a;
  --color-secondary: #2a0f29;
  --color-body: #74787c;
  --color-heading-1: #4c164a;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Hanken Grotesk", sans-serif;
  --font-secondary: "Hanken Grotesk", sans-serif;
  --font-3: "fontawesome", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(135deg, #faf6fa 0%, #f7f2f7 30%, #fcfafc 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
menu,
ul {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 91px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold);
}

h6,
.h6 {
  font-weight: var(--s-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
p:last-child {
  margin-bottom: 0;
}

var {
  font-family: "Hanken Grotesk", sans-serif;
}

/*---------------------------
	List Style 
---------------------------*/
ul {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/*=========================
    Section Separation 
==========================*/

.rts-section-gap {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.rts-section-gapTop {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mt--10 {
  margin-top: 10px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--40 {
  margin-top: 40px;
}

.mb--40 {
  margin-bottom: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.plr--60 {
  padding: 0 60px;
}

.pl--60 {
  padding-left: 60px;
}

.pr--60 {
  padding-right: 60px;
}

.mt--60 {
  margin-top: 60px;
}

.mb--60 {
  margin-bottom: 60px;
}

.pt--80 {
  padding-top: 80px;
}

.pb--80 {
  padding-bottom: 80px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--90 {
  margin-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pl--100 {
  padding-left: 100px;
}

.pr--100 {
  padding-right: 100px;
}

.mt--100 {
  margin-top: 100px;
}

.mb--100 {
  margin-bottom: 100px;
}

.mt--110 {
  margin-top: 110px;
}

.plr--120 {
  padding: 0 120px;
}

.pt--120 {
  padding-top: 120px;
}

.pb--120 {
  padding-bottom: 120px;
}

.mt--120 {
  margin-top: 120px;
}

.pt--130 {
  padding-top: 130px;
}

.mt--130 {
  margin-top: 130px;
}

.pr--140 {
  padding-right: 140px;
}

.pl--150 {
  padding-left: 150px;
}

.ptb--200 {
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt_lg--50 {
    padding-top: 50px;
  }

  .mt_lg--50 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt_md--10 {
    padding-top: 10px;
  }

  .pl_md--15 {
    padding-left: 15px;
  }

  .pr_md--15 {
    padding-right: 15px;
  }

  .plr_md--20 {
    padding: 0 20px;
  }

  .plr_md--40 {
    padding: 0 40px;
  }

  .pt_md--50 {
    padding-top: 50px;
  }

  .pr_md--50 {
    padding-right: 50px;
  }

  .mt_md--50 {
    margin-top: 50px;
  }

  .pt_md--60 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt_sm--0 {
    padding-top: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .pt_sm--10 {
    padding-top: 10px;
  }

  .pr_sm--10 {
    padding-right: 10px;
  }

  .pl_sm--15 {
    padding-left: 15px;
  }

  .pr_sm--15 {
    padding-right: 15px;
  }

  .plr_sm--20 {
    padding: 0 20px;
  }

  .pr_sm--20 {
    padding-right: 20px;
  }

  .plr_sm--30 {
    padding: 0 30px;
  }

  .pt_sm--30 {
    padding-top: 30px;
  }

  .pb_sm--30 {
    padding-bottom: 30px;
  }

  .mt_sm--30 {
    margin-top: 30px;
  }

  .pt_sm--60 {
    padding-top: 60px;
  }

  .pb_sm--60 {
    padding-bottom: 60px;
  }

  .ptb_sm--150 {
    padding: 150px 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }
}

.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

details,
figure,
footer,
header,
nav {
  display: block;
}

video {
  display: inline-block;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

code,
pre {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

menu,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul {
  list-style: none;
  list-style-image: none;
}

li > ul {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* BlockQuote  */

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="submit"] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type="submit"]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/

/*===============================
    Background Color 
=================================*/

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Height and width */

/*===================
Custom Row
======================*/

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/

/*------------------------------
    Scroll Up 
--------------------------------*/

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand-2 {
  from {
    transform: scale3d(1, 1, 1);
  }
  0% {
    transform: scale3d(1, 0.95, 1);
  }
  50% {
    transform: scale3d(1, 0, 1);
  }
  100% {
    transform: scale3d(1, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight-2 {
  from {
    transform: translate3d(30%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }
  100% {
    right: -23%;
    top: 0;
  }
}
@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }
  100% {
    background: var(--color-danger);
  }
}

/* -------------------------------- 

xclip 

-------------------------------- */

.container {
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container-150 {
  max-width: 1620px;
  margin: auto;
  padding: 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-150 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-150 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-150 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container-150 {
    padding: 0 20px;
  }
}

.container-160 {
  max-width: 1600px;
  margin: auto;
}

.mt--100 {
  margin-top: 100px !important;
}

.sub-title {
  padding: 7px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-transform: uppercase;
  color: #4c164a;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.container-2 {
  max-width: 1473px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container-2 {
    padding: 0 20px;
  }
}

.grow {
  transform: scale(0.8);
}

.rts-has-mask-fill > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: #8b8b8b23;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(270deg, #d8d8d8 0%, #1d1c1c 100%);
  background-size: 0% 100%;
}

.rts-has-mask-fill-2 > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: #4e4e4e21;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(-90deg, #00000059 20%, #ffffff 100%);
  background-size: 0% 100%;
}

.rts-cursor[data-default="no"] {
  opacity: 0;
}

.rts-cursor[data-default="no"].cursor-inner {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.rts-cursor[data-default="no"].cursor-inner.cursor-hover {
  opacity: 1;
}

.rts-cursor[data-link="no"].cursor-inner.cursor-hover {
  opacity: 0;
}

.rts-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

@media (max-width: 1040px) {
  .rts-cursor {
    display: none;
  }
}
.cursor-link {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 10000000;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer {
  z-index: 10000000;
  -webkit-transition:
    transform 0.08s ease-out,
    opacity 1s ease;
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 0.08s ease-out;
  transition:
    opacity 1s ease,
    -webkit-transform 0.08s ease-out;
  -o-transition:
    transform 0.08s ease-out,
    opacity 1s ease;
  transition:
    transform 0.08s ease-out,
    opacity 1s ease;
  transition:
    transform 0.08s ease-out,
    opacity 1s ease,
    -webkit-transform 0.08s ease-out;
}

.cursor-outer .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #8f8f8f;
}

.cursor-inner .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
  -webkit-transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
  -o-transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  transition:
    transform 0.08s ease-out,
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
}

.cursor-inner {
  z-index: 10000001;
}

.cursor-inner.cursor-hover .fn-cursor {
  margin: -30px 0 0 -30px;
  width: 80px;
  height: 80px;
  background-color: #8f8f8f62;
}

.cursor-inner.cursor-remove.cursor-hover .fn-cursor {
  display: none;
}

.cursor-outer.cursor-remove {
  display: none;
}

.cursor-inner .fn-left,
.cursor-inner .fn-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  left: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  right: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  right: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: var(--titleColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-outer.cursor-remove {
  opacity: 0;
  -webkit-transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
  -o-transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  transition:
    transform 0.08s ease-out,
    opacity 0.2s ease;
  transition:
    transform 0.08s ease-out,
    opacity 0.2s ease,
    -webkit-transform 0.08s ease-out;
}

.bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.bg-noise::before {
  position: absolute;
  content: "";
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/banner/shape-nois.png);
  background-position: 50%;
  animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
/* elements */
.header-area.header-one {
  position: absolute;
  width: 100%;
  margin: auto;
  z-index: 5;
}
.header-area.header-one .header-container-one {
  padding: 25px 140px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-area.header-one .header-container-one {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-one .header-container-one {
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-one .header-container-one {
    padding: 20px 15px;
  }
}
.header-area.header-one .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area.header-one .header-wrapper .header-right {
  display: flex;
  align-items: center;
}
.header-area.header-one .header-wrapper .header-right .nav-area {
  margin-right: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-one .header-wrapper .header-right .nav-area {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-one .header-wrapper .header-right .nav-area {
    display: none;
  }
}
.header-area.header-one .header-wrapper .header-right .nav-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-area.header-one .header-wrapper .header-right .nav-area ul li {
  margin: 0 20px;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li.main-nav-on {
  padding: 10px 0;
}
.header-area.header-one .header-wrapper .header-right .nav-area ul li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 0.03em;
  display: block;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub {
  position: relative !important;
  display: block !important;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl {
  opacity: 0 !important;
  min-width: 200px !important;
  left: 100.1% !important;
  top: 13% !important;
  border-radius: 10px !important;
  display: block;
  flex-direction: column;
  transition: 0.3s;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl::after {
  display: none;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl
  .nav-link {
  position: relative;
  transition: all 0.4s;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl
  .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl
  .menu-item:hover
  .nav-link {
  padding: 14px 0 14px 15px;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub
  .sub-menu.third-lvl
  .menu-item:hover
  .nav-link::before {
  width: 10px;
}
.header-area.header-one
  .header-wrapper
  .header-right
  .nav-area
  ul
  li
  .has-children-sub:hover
  .sub-menu.third-lvl {
  opacity: 1 !important;
  min-width: 200px !important;
  top: -13px !important;
  right: 3px;
  display: block;
  visibility: visible;
  border-radius: 10px;
}
.header-area.header-one .header-wrapper .header-right .action-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.rts-header-area-two .has-children-sub {
  position: relative !important;
  display: block !important;
}
.rts-header-area-two .has-children-sub .sub-menu.third-lvl {
  opacity: 0 !important;
  min-width: 225px !important;
  left: 100.1% !important;
  top: 40px !important;
  border-radius: 10px !important;
  display: block !important;
  transition: 0.3s !important;
}
.rts-header-area-two .has-children-sub .sub-menu.third-lvl::after {
  display: none;
}
.rts-header-area-two .has-children-sub:hover .sub-menu.third-lvl {
  opacity: 1 !important;
  min-width: 225px !important;
  top: -13px !important;
  right: 3px;
  display: block;
  visibility: visible;
  border-radius: 10px;
}

.rts-header-area-two {
  z-index: 5;
}

.header-area .logo img,
.logo-footer img,
.footer-left-two .logo img {
  min-width: 0;
  max-height: 37px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .header-area .logo img {
    max-height: 30px;
  }
}

.logo-footer img,
.footer-left-two .logo img {
  display: block;
}

nav.nav-area ul {
  display: flex;
  align-items: baseline;
  padding: 0px;
  margin: 0;
}
nav.nav-area ul li {
  margin: 0 20px;
}
nav.nav-area ul li:last-child {
  margin-right: 0;
}
nav.nav-area ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.rts-header-area-two {
  position: absolute;
  width: 100%;
}
.rts-header-area-two.header--sticky.sticky .header-top-two {
  border-bottom: 1px solid #3b3b3b !important;
}
.rts-header-area-two .header-top-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #181818;
}
.rts-header-area-two .header-top-two .left p {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.rts-header-area-two .header-top-two .right {
  display: flex;
  align-items: center;
  gap: 70px;
}
.rts-header-area-two .header-top-two .right a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
}
.rts-header-area-two .main-header-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
  .rts-header-area-two .main-header-two {
    padding: 23px 0;
  }
}
.rts-header-area-two .main-header-two .header-left-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-header-area-two .main-header-two .header-left-area {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-header-area-two .main-header-two .header-left-area {
    gap: 30px;
  }
}
.rts-header-area-two .main-header-two .header-left-area .rts-btn {
  text-transform: uppercase;
  background: #393939;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .rts-header-area-two .main-header-two .header-left-area .rts-btn {
    display: none;
  }
}
.rts-header-area-two .main-header-two .header-left-area .rts-btn:hover {
  background: #fff;
  color: #141414;
}
.rts-header-area-two .header-right {
  display: flex;
  align-items: center;
}
.rts-header-area-two .header-right .language-check {
  position: relative;
  max-width: max-content;
}
.rts-header-area-two .header-right .language-check::after {
  position: absolute;
  content: "";
  right: -35px;
  top: 2px;
  height: 18px;
  width: 1px;
  background: #545454;
}
@media (max-width: 1200px) {
  .rts-header-area-two .header-right .language-check::after {
    display: none;
  }
}
.rts-header-area-two .header-right .language-check .input-group button {
  padding: 0;
  margin: 0;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.rts-header-area-two .header-right .language-check .input-group button i {
  font-size: 14px;
}
.rts-header-area-two .header-right .social-transparent-wrapper ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .rts-header-area-two .header-right .social-transparent-wrapper ul {
    padding-left: 10px;
  }
}
.rts-header-area-two .header-right .social-transparent-wrapper ul li {
  margin: 0 12px;
}
.rts-header-area-two
  .header-right
  .social-transparent-wrapper
  ul
  li:last-child {
  margin-right: 0;
}
.rts-header-area-two .header-right .social-transparent-wrapper ul li a {
  color: #fff;
}
.rts-header-area-two .header-right .social-transparent-wrapper ul li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.large-video-playing video {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .main-header-two .language-check {
    display: none;
  }
}

.search-icon-header {
  position: relative;
  padding-right: 25px;
}
.search-icon-header .icon {
  cursor: pointer;
}
.search-icon-header .search-offcanvas-wrapper {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
  background-color: #1a0a1a;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  -ms-background-size: cover;
  background-size: cover;
  position: fixed;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1a0a1a;
  -webkit-clip-path: polygon(0 0, 100% 0, 130% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 130% 0, 0 0);
  -webkit-transform: translate(0, 0) rotate(7deg) scale(1.3);
  transform: translate(0, 0) rotate(7deg) scale(1.3);
  -webkit-transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.search-icon-header .search-offcanvas-wrapper .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.search-icon-header .search-offcanvas-wrapper .inner .close-icon-search {
  position: absolute;
  right: 240px;
  top: 30px;
  left: auto;
  cursor: pointer;
}
.search-icon-header .search-offcanvas-wrapper .inner .close-icon-search i {
  font-size: 26px;
  color: #fff;
}
.search-icon-header .search-offcanvas-wrapper .inner form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-icon-header .search-offcanvas-wrapper .inner form h4 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.search-icon-header .search-offcanvas-wrapper .inner form input {
  height: 65px;
  width: 650px;
  border-bottom: 0.5px solid #494949 !important;
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .search-icon-header .search-offcanvas-wrapper .inner form input {
    width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .search-icon-header .search-offcanvas-wrapper .inner form input {
    width: 270px;
  }
}
.search-icon-header .search-offcanvas-wrapper .inner form input::placeholder {
  color: #494949;
}
.search-icon-header .search-offcanvas-wrapper .inner form button {
  position: absolute;
  right: 0;
  bottom: 19px;
  height: auto;
  width: 55px;
  background-color: transparent;
  left: auto;
}
.search-icon-header .search-offcanvas-wrapper .inner form button i {
  font-weight: 500;
  color: #494949;
  font-size: 24px;
}
.search-icon-header .search-offcanvas-wrapper.visible {
  opacity: 1;
  z-index: 100;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.search-icon-header::after {
  position: absolute;
  right: -4px;
  content: "";
  height: 100%;
  background: #74787c;
  top: 0;
  width: 2px;
}

.header--sticky {
  transition: none !important;
  top: 0;
  z-index: 5;
  position: relative;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #1a0a1a;
  z-index: 1002;
  margin: auto;
  display: flex;
  align-items: center;
  border-radius: 0;
  transition: none !important;
}

.sticky-150 {
  top: -150px;
  transition: 2s;
}

@media only screen and (max-width: 1199px) {
  .rts-header-area-two .header-nav-area {
    display: none;
  }
}
.rts-header-area-two .menu-btn {
  display: none;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .rts-header-area-two .menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rts-header-area-two .header-top-two {
    display: none;
  }
}
.rts-header-area-two .container-150 {
  max-width: 1620px;
  margin: auto;
  padding: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .rts-header-area-two .container-150 {
    padding: 0 15px;
  }
}

.rts-header-area-two.header--sticky {
  position: absolute !important;
}

.rts-header-area-two.header--sticky.sticky {
  position: fixed !important;
}

@media only screen and (max-width: 767px) {
  .social-transparent-wrapper {
    display: none;
  }
}

.thumbnail.rts-team__item {
  display: block;
}

.index-one svg:nth-child(1) line,
.index-six svg:nth-child(1) line,
.index-four svg:nth-child(1) line {
  stroke: #000;
}

.rts-light-mood .index-three .header-right .menu-btn span {
  color: #fff;
}
.rts-light-mood
  .index-three
  .header-right
  .menu-btn
  .burger
  svg:nth-child(2)
  line {
  stroke: #fff;
}

/* elements */
.banner-bg-1 {
  background-image: url(../images/banner/bg-shape.png);
  background-position: center;
  background-repeat: repeat;
  height: 1080px;
  background-color: #0a0a0a;
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}

.banner-one-wrapper .title {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  line-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .banner-one-wrapper .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-wrapper .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .title {
    font-size: 28px;
    line-height: 47px;
  }
}
.banner-one-wrapper .title span {
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.banner-one-wrapper .title span::after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 12px;
  width: 100%;
  height: 3px;
  background: #a8a8a8;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .title span::after {
    position: absolute;
    content: "";
    left: 4px;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .title span::after {
    left: 3px;
    bottom: 2px;
    width: 100%;
    height: 1px;
  }
}
.banner-one-wrapper .title .border-bottom-1 {
  color: #c9a0c8;
}
.banner-one-wrapper .para-wraph {
  position: absolute;
  left: 39%;
  top: 51%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-wrapper .para-wraph {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .para-wraph {
    left: 30px;
    top: 42%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-wrapper .para-wraph {
    top: 38%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .para-wraph {
    left: 23px;
    top: 30%;
  }
}
.banner-one-wrapper .para-wraph p {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-wrapper .para-wraph p {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .para-wraph p {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-wrapper .para-wraph p {
    width: 95%;
  }
}

.banner-area.banner-style-one {
  position: relative;
  z-index: 0;
}

.vedio-button-area-banner-one {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 160px;
}

.banner-area.banner-style-one {
  position: relative;
}
.banner-area.banner-style-one .shape-image {
  position: absolute;
  left: 90px;
  top: 150px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.index-five {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}
.index-five .rts-header-area-two {
  position: relative;
  z-index: 5;
  background: #141414;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h2 div {
  display: inline-block;
}

.banner-area.banner-style-one .top-center-image {
  position: absolute;
  left: 75%;
  top: 35%;
}
@media only screen and (max-width: 1199px) {
  .banner-area.banner-style-one .top-center-image {
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-one .top-center-image {
    left: 68%;
    top: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-one .top-center-image {
    left: 63%;
    top: 58%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-one .top-center-image {
    left: 24%;
    top: 66%;
    padding: 0;
  }
}
.banner-area.banner-style-one .top-center-image .speen-shape {
  position: absolute;
  left: 54.7%;
  top: 63%;
  border-radius: 50%;
  border: 1px solid #5e5e5e2d;
  padding: 8px;
}
.banner-area.banner-style-one .top-center-image .speen-shape text textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.banner-area.banner-style-one .top-center-image .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
.banner-area.banner-style-one .top-center-image .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.banner-area.banner-style-one .top-center-image .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
.banner-area.banner-style-one .top-center-image .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-area.banner-style-one .top-center-image .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.mt--120 {
  margin-top: 120px !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inner-page {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}
.inner-page .rts-header-area-two {
  position: relative;
}

.language-check .input-group .dropdown-menu {
  padding: 0 15px;
}

.rts-breadcrumb-area {
  background-image: url(../images/banner/18.png);
  height: 540px;
  border-bottom: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .rts-breadcrumb-area {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .rts-breadcrumb-area {
    height: auto;
    padding-top: 120px;
  }
}
.rts-breadcrumb-area .inner .works {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .works {
    font-size: 16px;
  }
}
.rts-breadcrumb-area .inner .title {
  color: #fff;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 94px;
  }
}
@media (max-width: 1200px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 36px;
  }
}
.rts-breadcrumb-area .inner .bg-text {
  color: rgba(255, 255, 255, 0.03);
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 46%;
  transform: translate(-50%, -50%);
  min-width: max-content;
}
@media (max-width: 1400px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 180px;
    top: 55%;
  }
}
@media (max-width: 1200px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 90px;
    top: 60%;
  }
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 55px;
  }
}

@keyframes VarticleSlide {
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes VarticleSlide-2 {
  100% {
    transform: translate3d(0, 50%, 0);
  }
}

.content {
  flex: 1;
}

.blog-details-breadcrumb .main-wrapper {
  height: 665px;
  width: 100%;
  overflow: hidden;
}
.blog-details-breadcrumb .main-wrapper .thumbnail-banner-large-iamge {
  background-image: url(../images/blog/16.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  transform: scaleX(1.4);
}

body.coming-soon {
  height: 100vh;
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rts-btn {
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 3px;
  display: block;
  max-width: max-content;
  transition: 0.3s;
  background: #4c164a;
}
.rts-btn.btn-primary {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.rts-btn.btn-primary:hover {
  background: #fff;
  color: #4c164a;
}
.rts-btn.btn-white {
  background: #fff;
  color: #4c164a;
  padding: 14px 44px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  min-width: max-content;
  transition: 0.3s;
}
.rts-btn.btn-white:hover {
  background: #4c164a;
  color: #fff !important;
}
.rts-btn.btn-white i {
  margin-left: 10px;
  font-weight: 500;
}
.rts-btn.btn-radious {
  border-radius: 100px;
}

.learn-more-btn.white {
  color: #fff;
}
.learn-more-btn.white i {
  color: #fff;
  border-color: #fff;
}
.rts-mouse-move-button .rts-btn-mouse-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #74787c;
  border: 1px solid rgba(76, 22, 74, 0.5) !important;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 160px;
  min-height: 160px;
}
.rts-mouse-move-button .rts-btn-mouse-move i {
  color: #74787c;
  position: absolute;
  left: 120px;
  top: 87px;
}
.rts-mouse-move-button .rts-btn-mouse-move span {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rts-mouse-move-button .rts-btn-mouse-move:hover {
  color: #4c164a;
  border-color: #4c164a;
}
.rts-mouse-move-button .rts-btn-mouse-move:hover i {
  color: #4c164a;
}
.rts-mouse-move-button .rts-btn-mouse-move:hover span {
  width: 300px;
  height: 300px;
}

.rts-team__item {
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  scale: 0.5;
  opacity: 0;
}

.rts-team__item:nth-child(even) {
  top: 50%;
}

.rts-team__item {
  -webkit-transform: perspective(4000px) rotateX(90deg);
  transform: perspective(4000px) rotateX(90deg);
}

.image-wrapper-main-about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mt-dec-135 {
  margin-top: -135px;
}

.rts-about-area-1 {
  position: relative;
  z-index: 52;
}

.grid-lines-wrapper {
  width: 67%;
  position: absolute;
  margin: auto;
  z-index: -1;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.grid-lines-wrapper .grid-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.grid-lines-wrapper .grid-lines .grid-line {
  height: 100%;
  width: 1px;
  background: rgba(76, 22, 74, 0.15);
}

.rts-about-area-1 {
  position: relative;
  z-index: 10;
}

.text-split-wrap-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .text-split-wrap-about {
    margin-top: 100px;
  }
}
.text-split-wrap-about h2 {
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
  color: #4c164a;
  text-transform: uppercase;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .text-split-wrap-about h2 {
    font-size: 60px;
  }
}

.about-area-right-start .inner-about-wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #4c164a;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .about-area-right-start .inner-about-wrapper .title {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-right-start .inner-about-wrapper .title {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-area-right-start .inner-about-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-right-start .inner-about-wrapper .title br {
    display: none;
  }
}
.about-area-right-start .inner-about-wrapper p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
@media only screen and (max-width: 1199px) {
  .about-area-right-start .inner-about-wrapper p.disc br {
    display: none;
  }
}

.rts-about-area-1 {
  position: relative;
  z-index: 1;
}
.rts-about-area-1 .shape-about-one {
  position: absolute;
  left: 55px;
  bottom: 7%;
  z-index: -1;
}

.left-main-about-inner {
  position: relative;
  max-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-main-about-inner {
    margin: auto;
  }
}
.left-main-about-inner .shape-about-two {
  position: absolute;
  right: 20px;
  top: -40px;
}

.single-progress-area-one {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .single-progress-area-one {
    width: 100%;
  }
}
.single-progress-area-one .progress {
  height: 3px;
  background: rgba(76, 22, 74, 0.2);
  border-radius: 0;
}
.single-progress-area-one .progress .progress-bar {
  background: #4c164a;
}
.single-progress-area-one .progress-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.single-progress-area-one .progress-bottom p.name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4c164a;
  text-transform: uppercase;
}
.single-progress-area-one .progress-bottom span {
  color: #4c164a;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.inner-page.about .title-faq-4 .title {
  color: #fff !important;
}
.inner-page.about .title-faq-4 .pre {
  color: #fff;
}
.inner-page.about
  .four-accordion-area-faq
  .accordion-item
  .accordion-header
  button {
  color: #fff;
}
.inner-page.about .four-accordion-area-faq {
  border-top: 1px solid #1d1d1d;
}
.inner-page.about .four-accordion-area-faq .accordion-item::after {
  background: #1d1d1d;
}
.inner-page.about .four-accordion-area-faq .accordion-item {
  border-bottom: 1px solid #1d1d1d;
}
.inner-page.about .accordion-body p {
  color: #74787c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.inner-page.about
  .four-accordion-area-faq
  .accordion-item
  .accordion-header
  button::before {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}

.rts-video-area-about {
  background-image: url(../images/about/11.jpg);
  height: 700px;
  background-attachment: fixed;
}

.rts-reveal-one {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  max-width: max-content;
  margin-left: auto;
  right: 0;
  overflow: hidden;
}

.rts-reveal-two {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  right: 0;
  overflow: hidden;
}

.rts-reveal-three {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  right: 0;
  overflow: hidden;
}

.rts-reveal-to-bottom-wrapper {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  right: 0;
  overflow: hidden;
}

.scrolltext-wrapper {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.scrolltext-wrapper h2.title {
  width: 500vw;
  min-width: max-content;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .scrolltext-wrapper h2.title {
    margin-bottom: 100px !important;
  }
}

.rts-service-area.three {
  position: relative;
}

.single-service-card-box-1 {
  background: #f6f6f6;
  padding: 50px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .single-service-card-box-1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-card-box-1 {
    padding: 25px;
  }
}
.single-service-card-box-1 .right-icon {
  color: rgba(20, 20, 20, 0.07);
  position: absolute;
  right: 54px;
  top: 34px;
  font-family: Hanken Grotesk;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4px;
}
.single-service-card-box-1 .icon {
  margin-bottom: 30px;
}
.single-service-card-box-1 .title {
  color: #141414;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .single-service-card-box-1 .title {
    font-size: 20px;
  }
}
.single-service-card-box-1 .check-area-wrapper .single-check-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}
.single-service-card-box-1 .plus-btn {
  display: flex;
  align-items: center;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 45px;
}
.single-service-card-box-1 .plus-btn i {
  margin-left: 10px;
  color: #141414;
}

/*----------------------------------------*/
/*  17. SERVICE CSS START
/*----------------------------------------*/

.rts-service-item-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-grid-columns: 50% 35% 15%;
  grid-template-columns: 50% 35% 15%;
  padding: 55px 0 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-service-item-1 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-service-item-1 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.btn_wrapper,
#btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 100%;
  margin-left: -40px;
}

.btn-item {
  position: absolute;
}

.service-area-one-main-wrapper .single-item-service-one {
  height: 10.75vw;
  display: inline-flex;
  width: 100%;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-area-one-main-wrapper .single-item-service-one {
    height: auto !important;
    display: flex;
    width: 100%;
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area-one-main-wrapper .single-item-service-one {
    height: auto !important;
    display: flex;
    width: 100%;
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area-one-main-wrapper .single-item-service-one {
    align-items: center;
    display: flex;
    height: auto;
  }
}
.service-area-one-main-wrapper
  .single-item-service-one:hover
  a
  .rts-img-contaciner {
  width: 11.22vw !important;
}
.service-area-one-main-wrapper .single-item-service-one:hover a .list-title {
  transform: translateX(12.5vw);
}
.service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
  opacity: 0;
  transform: translateX(15%);
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 1 !important;
  }
}
.service-area-one-main-wrapper
  .single-item-service-one:hover
  a
  .button-area
  svg {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 575px) {
  .service-area-one-main-wrapper
    .single-item-service-one:hover
    a
    .rts-img-contaciner {
    width: 32.22vw !important;
  }
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-title {
    transform: translateX(38.5vw);
  }
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 0;
    transform: translateX(45%);
  }
}
@media only screen and (max-width: 575px) and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 575px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .button-area {
    margin: auto 43vw auto auto;
  }
}
.service-area-one-main-wrapper .single-item-service-one a {
  display: flex;
  border-top: solid 1px rgba(76, 22, 74, 0.2);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .rts-img-contaciner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 0;
  margin: auto 0;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper
  .single-item-service-one
  a
  .rts-img-contaciner
  .list-img {
  position: absolute;
  left: 50%;
  top: 11px;
  overflow: unset;
  -webkit-transform: translateX(-50%) scale(1.4);
  -ms-transform: translateX(-50%) scale(1.4);
  transform: translateX(-50%) scale(1.4);
  height: 100%;
  width: auto;
  margin: auto;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper
  .single-item-service-one
  a
  .rts-img-contaciner
  .list-img
  .list-img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .list-title {
  height: 30%;
  margin: auto 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
  width: 30vw;
  padding-right: 0;
  font-size: 2vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c164a;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
    font-size: 16px;
    width: 100%;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .list-info {
  height: 53%;
  margin: auto 0 auto 0;
  padding-top: 4pt;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .button-area {
  height: 0%;
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a .button-area {
    margin: 0;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .button-area svg {
  display: block;
  width: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.title-top-service-varticle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-top-service-varticle {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-top-service-varticle {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
  }
}
.title-top-service-varticle .title {
  margin: 0;
  color: #4c164a;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .title-top-service-varticle .title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-top-service-varticle .title {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-top-service-varticle .title {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .title-top-service-varticle .title {
    font-size: 34px;
  }
}
.title-top-service-varticle p.dsic {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-top-service-varticle p.dsic {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .title-top-service-varticle p.dsic {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-top-service-varticle p.dsic {
    max-width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .title-top-service-varticle p.dsic {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-top-service-varticle p.dsic br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .title-top-service-varticle p.dsic br {
    display: none;
  }
}
.title-top-service-varticle .learn-more-btn {
  color: #4c164a;
  min-width: max-content;
}

.mySwiper-testimonails-about-s {
  overflow: hidden;
  position: relative;
}
.mySwiper-testimonails-about-s .swiper-button-next,
.mySwiper-testimonails-about-s .swiper-button-prev {
  background-image: none;
  position: absolute;
}
.mySwiper-testimonails-about-s .swiper-button-next::after,
.mySwiper-testimonails-about-s .swiper-button-prev::after {
  font-family: var(--font-3);
  position: absolute;
  font-size: 20px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.mySwiper-testimonails-about-s .swiper-button-next:hover::after,
.mySwiper-testimonails-about-s .swiper-button-prev:hover::after {
  background: #fff;
  color: #141414;
}
.mySwiper-testimonails-about-s .swiper-button-prev {
  right: 120px;
  left: auto;
  bottom: 40px;
  top: auto;
}
.mySwiper-testimonails-about-s .swiper-button-prev::after {
  border: 1px solid #fff;
  content: "\f053";
}
.mySwiper-testimonails-about-s .swiper-button-next {
  right: 60px;
  left: auto;
  bottom: 40px;
  top: auto;
}
.mySwiper-testimonails-about-s .swiper-button-next::after {
  border: 1px solid #fff;
  content: "\f054";
}

.bg-dark-s {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}

.rts-header-area-two.header--sticky.six {
  background: #141414;
}

.main-page-title-service-left-area {
  position: relative;
}
.main-page-title-service-left-area .title-page {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
}
@media only screen and (max-width: 575px) {
  .main-page-title-service-left-area .title-page {
    font-size: 36px;
    line-height: 45px;
  }
}
.main-page-title-service-left-area .bottom-content {
  padding-top: 30px;
  position: relative;
  margin-top: 40px;
}
.main-page-title-service-left-area .bottom-content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #232323;
  width: 67%;
  height: 1px;
}

.check-area-main-sd .single-check {
  display: flex;
  align-items: center;
  margin: 8px 0;
  gap: 12px;
}
.check-area-main-sd .single-check i {
  color: #9c9c9c;
}
.check-area-main-sd .single-check p {
  color: #fff;
}

.circle-speen .speen-shape {
  position: absolute;
  left: 82%;
  top: 25%;
  border-radius: 50%;
  border: 1px solid #5e5e5e2d;
  padding: 8px;
}
@media only screen and (max-width: 1199px) {
  .circle-speen .speen-shape {
    display: none;
  }
}
.circle-speen .speen-shape text textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.circle-speen .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
.circle-speen .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.circle-speen .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
.circle-speen .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-speen .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.fsm-opened body {
  overflow: hidden;
  height: 100vh !important;
}

.single-para-title-service-details .title {
  margin-bottom: 10px;
}
.single-para-title-service-details p.disc {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-para-title-service-details p.disc span {
  color: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .pl_lg--0 {
    padding-left: 10px !important;
  }
}

.service-details-accordion-area .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .service-details-accordion-area .title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .service-details-accordion-area .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.service-details-accordion-area .accordion {
  margin-top: 40px;
}
.service-details-accordion-area .accordion .accordion-item {
  background-color: transparent;
  padding: 16px 0;
  border-top: 1px solid #333;
}
.service-details-accordion-area .accordion .accordion-item:last-child {
  border-bottom: 1px solid #333;
}
.service-details-accordion-area .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
}
.service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  font-family: var(--font-3);
}
.service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}
.service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]::after {
  content: "\f068";
}
.service-details-accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 15px;
}
.service-details-accordion-area .accordion .accordion-item .accordion-body p {
  text-transform: capitalize;
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.service-details-form input {
  width: 100%;
  height: 50px;
  background: #212121;
  margin-bottom: 15px;
}
.service-details-form textarea {
  height: 130px;
  background: #212121;
  padding: 15px 15px;
}
.service-details-form button {
  height: 50px;
  background: #fff;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  transition: 0.3s;
}
.service-details-form button:hover {
  background: #141414;
  color: #fff;
}

.download-area-service-details .left-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-area-service-details .left-download .icon-area {
  display: flex;
  align-items: center;
  gap: 24px;
}
.download-area-service-details .left-download .icon-area .info .title {
  margin-bottom: 5px;
}

.service-short-quote {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-short-quote {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-short-quote {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.service-short-quote .check-area-main-sd {
  min-width: max-content;
}
.service-short-quote .check-area-main-sd .single-check {
  margin: 15px 0;
}
.service-short-quote .check-area-main-sd i {
  color: #fff;
}
.service-short-quote .right-info-service-short-quote .title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.service-short-quote .right-info-service-short-quote .title::after {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #323232;
  width: 124px;
  content: "";
  bottom: -5px;
}
.service-short-quote .right-info-service-short-quote p.disc {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.service-short-quote .right-info-service-short-quote p.disc span {
  color: #fff;
}

.inner-page.service-3 .single-service-card-box-1 {
  transition: 0.3s;
  background-position: center;
  background: transparent;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 99%;
}
.inner-page.service-3 .single-service-card-box-1 .right-icon {
  transition: 0.3s;
}
.inner-page.service-3 .single-service-card-box-1 .title {
  transition: 0.3s;
}
.inner-page.service-3 .single-service-card-box-1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  background: #fff;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.inner-page.service-3 .single-service-card-box-1.two,
.inner-page.service-3 .single-service-card-box-1.three,
.inner-page.service-3 .single-service-card-box-1.four,
.inner-page.service-3 .single-service-card-box-1.five,
.inner-page.service-3 .single-service-card-box-1.six {
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .inner-page.service-3 .single-service-card-box-1 {
    height: 100%;
  }
  .inner-page.service-3
    .rts-service-area
    .row
    > [class*="col-"]:last-child
    .single-service-card-box-1 {
    border-bottom: none;
    box-shadow: none;
  }
}

.mt_sm--30 {
  margin-top: 30px !important;
}

.bg-dark-1 .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .bg-dark-1 .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .bg-dark-1 .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.bg-dark-1 .sub-title {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  display: block;
  margin-bottom: 30px;
  max-width: max-content;
  padding: 8px 16px;
}
.bg-dark-1 p.disc {
  color: #828282;
}
.bg-dark-1 a.learn-more-btn {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: 0.3s;
  min-width: max-content;
}
.bg-dark-1 a.learn-more-btn:hover i {
  transform: scale(1.2);
  background: #fff;
  color: #4c164a;
}
.bg-dark-1 a.learn-more-btn i {
  margin-left: 30px;
  font-size: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.use-case-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .use-case-area-start {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper {
    min-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper {
    min-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .use-case-area-start .content-wrapper {
    width: 100%;
  }
}
.use-case-area-start .content-wrapper br {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper .title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper .title {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .use-case-area-start .content-wrapper .title {
    font-size: 26px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper br {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .use-case-area-start {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .carticle-slide-active .container-full-150 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .carticle-slide-active .container-full-150 {
    padding: 0 25px;
  }
}

.large-image-option-start {
  position: relative;
}

.counter-up-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.counter-up-wrapper .counter-single {
  margin: 0;
  min-width: 319px;
  height: 260px;
  border-right: 1px dashed #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-up-wrapper .counter-single:first-child {
  border-left: 1px solid transparent;
}
.counter-up-wrapper .counter-single:last-child {
  border-right: 1px solid transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-up-wrapper .counter-single {
    min-width: 340px;
    height: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper .counter-single {
    min-width: 270px;
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper .counter-single {
    margin: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper .counter-single {
    margin: 0;
    border: none;
  }
}
.counter-up-wrapper .counter-single .inner {
  text-align: center;
}
.counter-up-wrapper .counter-single .inner .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 90px;
  position: relative;
}
.counter-up-wrapper .counter-single .inner .title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  height: 1px;
  width: 50px;
  background: #282828;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 56px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 46px;
    line-height: 38px;
  }
}
.counter-up-wrapper .counter-single .inner .title span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 80px;
  line-height: 90px;
  position: relative;
}
.counter-up-wrapper .counter-single .inner p {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #74787c;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .counter-up--mobile-2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
    align-items: stretch;
    justify-items: stretch;
  }
  .counter-up--mobile-2col .counter-single {
    min-width: 0 !important;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 16px 8px;
    box-sizing: border-box;
  }
  .counter-up--mobile-2col .counter-single .inner p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }
  .counter-up--mobile-2col .counter-single .inner .title {
    font-size: 36px;
    line-height: 1.1;
  }
  .counter-up--mobile-2col .counter-single .inner .title span {
    font-size: 44px;
    line-height: 1.1;
  }
}

.cta-main-wrapper-three {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}
.cta-main-wrapper-three .cta-main-wrapper-inner {
  background-image: url(../images/cta/03.jpg);
  padding: 55px 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .cta-main-wrapper-three .cta-main-wrapper-inner {
    padding: 25px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-main-wrapper-three .cta-main-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .cta-main-wrapper-three .cta-main-wrapper-inner {
    padding: 15px;
  }
}
.cta-main-wrapper-three .cta-main-wrapper-inner .left .title {
  color: #fff;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 575px) {
  .cta-main-wrapper-three .cta-main-wrapper-inner .left .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-main-wrapper-three .cta-main-wrapper-inner .left .title {
    font-size: 26px;
    line-height: 36px;
  }
}

figure {
  position: relative;
  margin: 0;
}

main {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  overflow: hidden;
}

.scroller-wrapper {
  display: block;
  width: 100%;
  border-radius: 0.7vw;
  overflow: hidden;
}
.scroller-wrapper .scroller {
  display: block;
  white-space: nowrap;
}
.scroller-wrapper .scroller .slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
  font-weight: 600;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .scroller-wrapper .scroller {
    white-space: unset;
  }
  .scroller-wrapper .scroller .slide {
    height: 40vh;
    font-size: 4rem;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 767px) {
  .scroller-wrapper .scroller .slide {
    height: auto;
    font-size: 5rem;
    margin-bottom: 0;
  }
}

.swiper-slider-main-main-wrapper-portfolio {
  cursor: url(../images/product/03.webp), auto;
  margin-bottom: 0;
  position: relative;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.mySwiper_portfolio-5 .swiper-slide {
  opacity: 0.2;
  transition: all 0.4s;
}
.mySwiper_portfolio-5 .swiper-slide .single-portfolio-style-five a {
  pointer-events: none;
}
.mySwiper_portfolio-5 .swiper-slide .single-portfolio-style-five a img {
  transform: scale(90%);
  width: 100%;
  transition: all 0.3s;
}
.mySwiper_portfolio-5
  .swiper-slide
  .single-portfolio-style-five
  .inner-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
  transform: scale(1);
}
.mySwiper_portfolio-5
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mySwiper_portfolio-5
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  a {
  padding: 18px 25px;
  display: block;
}
.mySwiper_portfolio-5
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  a
  .name {
  color: #141414;
  font-size: 47px;
  font-style: normal;
  margin-bottom: 0;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  bottom: -57px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-stretch: 120%;
  font-variation-settings: "wght" 300;
  opacity: 0;
  transition-delay: 2s;
  -webkit-transition:
    font-variation-settings 520ms,
    text-shadow 1.4s ease,
    opacity 1s;
  transition:
    font-variation-settings 520ms,
    text-shadow 1.4s ease,
    opacity 1s;
}
@media (max-width: 1600px) {
  .mySwiper_portfolio-5
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 47px;
  }
}
@media (max-width: 1200px) {
  .mySwiper_portfolio-5
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .mySwiper_portfolio-5
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 26px;
  }
}
.mySwiper_portfolio-5 .swiper-button-next,
.mySwiper_portfolio-5 .swiper-button-prev {
  position: absolute;
  bottom: 10%;
  top: auto;
  display: block !important;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-image: none;
  transition: 0.3s;
  transform: scale(0.8);
}
@media only screen and (max-width: 1199px) {
  .mySwiper_portfolio-5 .swiper-button-next,
  .mySwiper_portfolio-5 .swiper-button-prev {
    bottom: 20%;
  }
}
.mySwiper_portfolio-5 .swiper-button-next::after,
.mySwiper_portfolio-5 .swiper-button-prev::after {
  width: 38px !important;
  height: 13.692px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.mySwiper_portfolio-5 .swiper-button-next:hover,
.mySwiper_portfolio-5 .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
}
.mySwiper_portfolio-5 .swiper-button-next {
  right: 40px;
  bottom: 20px;
}
.mySwiper_portfolio-5 .swiper-button-next::after {
  background-image: url(../images/product/icons/01.png);
  background-size: contain;
}
.mySwiper_portfolio-5 .swiper-button-next:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(30px) scale(1);
}
.mySwiper_portfolio-5 .swiper-button-prev {
  right: unset;
  width: 38px !important;
  left: 40px;
  top: auto;
  bottom: 20px;
}
.mySwiper_portfolio-5 .swiper-button-prev::after {
  position: absolute;
  background-image: url(../images/product/icons/02.png);
  background-size: contain;
}
.mySwiper_portfolio-5 .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(-30px) scale(1);
}

.single-portfolio-style-five {
  position: relative;
}

.mySwiper_portfolio-5-scale-none .swiper-slide {
  opacity: 1;
  transition: all 0.4s;
  cursor: url(../images/product/03.webp), auto;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
}
.mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five a {
  pointer-events: none;
}
.mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  a
  img {
  transform: scale(90%);
  width: 100%;
  transition: all 0.3s;
  height: 60vh;
}
@media only screen and (max-width: 1199px) {
  .mySwiper_portfolio-5-scale-none
    .swiper-slide
    .single-portfolio-style-five
    a
    img {
    height: 40vh;
    width: 100%;
  }
}
.mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
  transform: scale(1);
  mix-blend-mode: exclusion;
}
.mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  a {
  padding: 18px 25px;
  display: block;
}
.mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  a
  .name {
  color: #141414;
  font-size: calc(0px + 2.2vw);
  font-style: normal;
  margin-bottom: 0;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  bottom: -70px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-stretch: 120%;
  font-variation-settings: "wght" 300;
  opacity: 0;
  transition-delay: 2s;
  -webkit-transition:
    font-variation-settings 520ms,
    text-shadow 1.4s ease,
    opacity 1s;
  transition:
    font-variation-settings 520ms,
    text-shadow 1.4s ease,
    opacity 1s;
}
@media (max-width: 1600px) {
  .mySwiper_portfolio-5-scale-none
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .mySwiper_portfolio-5-scale-none
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .mySwiper_portfolio-5-scale-none
    .swiper-slide
    .single-portfolio-style-five
    .inner-content
    a
    .name {
    font-size: 26px;
  }
}
.mySwiper_portfolio-5-scale-none .swiper-button-next,
.mySwiper_portfolio-5-scale-none .swiper-button-prev {
  position: absolute;
  bottom: 10%;
  top: auto;
  display: block !important;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-image: none;
  transition: 0.3s;
  transform: scale(0.8);
  content: "" !important;
  background: #1d1d1d;
}
@media only screen and (max-width: 1199px) {
  .mySwiper_portfolio-5-scale-none .swiper-button-next,
  .mySwiper_portfolio-5-scale-none .swiper-button-prev {
    bottom: 20%;
  }
}
.mySwiper_portfolio-5-scale-none .swiper-button-next::after,
.mySwiper_portfolio-5-scale-none .swiper-button-prev::after {
  width: 38px !important;
  height: 13.692px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.mySwiper_portfolio-5-scale-none .swiper-button-next:hover,
.mySwiper_portfolio-5-scale-none .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
}
.mySwiper_portfolio-5-scale-none .swiper-button-next {
  right: 40px;
  bottom: 20px;
}
.mySwiper_portfolio-5-scale-none .swiper-button-next::after {
  background-image: url(../images/product/icons/01.png);
  background-size: contain;
}
.mySwiper_portfolio-5-scale-none .swiper-button-next:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(20px) scale(1);
}
.mySwiper_portfolio-5-scale-none .swiper-button-prev {
  right: unset;
  width: 38px !important;
  left: 40px;
  top: auto;
  bottom: 20px;
}
.mySwiper_portfolio-5-scale-none .swiper-button-prev::after {
  position: absolute;
  background-image: url(../images/product/icons/02.png);
  background-size: contain;
}
.mySwiper_portfolio-5-scale-none .swiper-button-prev:hover {
  border: 1px solid #ffffff4d;
  transform: translateX(-20px) scale(1);
}

.bg_image-1 {
  background-repeat: no-repeat;
  background-size: cover;
}

.product-details-form .single-input label {
  color: #74787c;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.product-details-form .single-input input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background: #212121;
  color: #fff;
}
.product-details-form .single-input textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background: #212121;
  color: #fff;
}
.product-details-form .submit-pd {
  width: 180px;
  height: 55px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  display: block;
}

.inner-page.six {
  background: #fff;
}

.inner-page.six.inner-page .rts-header-area-two {
  background: #1d1d1d;
}

@-webkit-keyframes slideInUp-2 {
  0% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: hidden;
  }
  80% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@-webkit-keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}

.mySwiper-product-details-lm {
  position: relative;
  overflow: hidden;
}
.mySwiper-product-details-lm .swiper-button-next,
.mySwiper-product-details-lm .swiper-button-prev {
  position: absolute;
  background-image: none;
  transition: 0.3s;
  opacity: 0;
}
.mySwiper-product-details-lm .swiper-button-next:hover::after,
.mySwiper-product-details-lm .swiper-button-prev:hover::after {
  background: #fff;
  color: #141414;
  transform: scale(1.3);
}
.mySwiper-product-details-lm .swiper-button-next::after,
.mySwiper-product-details-lm .swiper-button-prev::after {
  height: 60px;
  width: 60px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  font-family: var(--font-3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.mySwiper-product-details-lm .swiper-button-next {
  right: 150px;
}
.mySwiper-product-details-lm .swiper-button-next::after {
  content: "\f054";
}
.mySwiper-product-details-lm .swiper-button-prev {
  left: 120px;
}
.mySwiper-product-details-lm .swiper-button-prev::after {
  content: "\f053";
}
.mySwiper-product-details-lm:hover .swiper-button-next,
.mySwiper-product-details-lm:hover .swiper-button-prev {
  opacity: 1;
}
.mySwiper-product-details-lm:hover .swiper-button-next {
  right: 100px;
}
.mySwiper-product-details-lm:hover .swiper-button-prev {
  left: 70px;
}

.inner-page.portfolio-grid {
  height: 100vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inner-page.portfolio-grid {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-page.portfolio-grid {
    height: auto;
  }
}

.rts-coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts-coming-soon .section-inner .title-elements-parent {
  padding-bottom: 50px;
  width: max-content;
  margin: 0 auto 55px auto;
  border-bottom: 1px solid #272727;
}
@media (max-width: 991px) {
  .rts-coming-soon .section-inner .title-elements-parent {
    padding-bottom: 25px;
    margin: 0 auto 25px auto;
  }
}
@media (max-width: 768px) {
  .rts-coming-soon .section-inner .title-elements-parent {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .rts-coming-soon .section-inner .title-elements-parent {
    font-size: 30px;
  }
}
.rts-coming-soon .section-inner .countdown-time {
  color: #ffffff;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.rts-coming-soon .section-inner .countdown-time span {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  width: 80px;
  height: 80px;
  display: inline-block;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  border: 1px solid #272727;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .rts-coming-soon .section-inner .countdown-time span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}
.rts-coming-soon.error .section-inner .title-elements-parent {
  color: #ffffff;
  padding-bottom: 30px;
  margin: 0 auto 35px auto;
}
.rts-coming-soon.error .section-inner .title-elements-parent span {
  font-size: 250px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
@media (max-width: 991px) {
  .rts-coming-soon.error .section-inner .title-elements-parent span {
    font-size: 210px;
  }
}
@media (max-width: 768px) {
  .rts-coming-soon.error .section-inner .title-elements-parent span {
    font-size: 170px;
  }
}
@media (max-width: 576px) {
  .rts-coming-soon.error .section-inner .title-elements-parent span {
    font-size: 120px;
  }
}
.rts-coming-soon.error .section-inner .buttons-main-wrapper-elements .rts-btn {
  padding: 14px 22px;
}

.rts-coming-soon p.desc {
  font-size: 20px;
}
@media (max-width: 576px) {
  .rts-coming-soon p.desc {
    font-size: 16px;
  }
}

.title-area .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #141414;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .title-area .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area .title {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area .title {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}

.grid-lines-wrapper {
  top: 0;
}

.accordion-area-start-one {
  margin-top: 40px;
}
.accordion-area-start-one .accordion .accordion-item {
  background: transparent;
  border: transparent;
  box-shadow: none;
  border-top: 1px solid rgba(76, 22, 74, 0.15);
  padding: 14px 0;
}
.accordion-area-start-one .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(76, 22, 74, 0.3);
}
.accordion-area-start-one .accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordion-area-start-one
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  background: transparent;
  border: transparent;
  box-shadow: none;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .accordion-area-start-one
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 15px;
  }
}
.accordion-area-start-one
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-image: none;
  content: "+";
  font-family: "fontawesome";
  transform: none;
  top: 0;
  position: absolute;
  right: 0;
}
.accordion-area-start-one
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]::after {
  content: "\f068";
}
.accordion-area-start-one .accordion .accordion-item .accordion-body {
  padding: 20px 0 0 0;
  color: #74787c;
}

.single-pricing-area-start {
  padding: 50px;
  border-radius: 8px;
  text-align: left;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .single-pricing-area-start {
    padding: 20px;
  }
}
.single-pricing-area-start.active {
  background: linear-gradient(135deg, #4c164a 0%, #2a0f29 60%, #0a0a0a 100%);
}
.single-pricing-area-start.active span.pre-title {
  color: #fff;
}
.single-pricing-area-start span.pre-title {
  color: #141414;
}
.single-pricing-area-start.active .title {
  color: #fff;
}
.single-pricing-area-start .title {
  color: #141414;
}
.single-pricing-area-start.active p.dsic {
  color: rgba(255, 255, 255, 0.6);
}
.single-pricing-area-start p.dsic {
  color: #74787c;
}
@media only screen and (max-width: 1199px) {
  .single-pricing-area-start.active p.dsic br {
    display: none;
  }
}
.single-pricing-area-start.active .single-fc i {
  color: #fff;
}
.single-pricing-area-start.active .single-fc p {
  color: #fff;
}
.single-pricing-area-start.active a.pricing-btn {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid transparent;
}
.single-pricing-area-start .badge {
  position: absolute;
  right: 0;
  width: 120px;
  height: 30px;
  top: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
  background: #4c164a;
  align-items: center;
  display: flex;
}
.single-pricing-area-start .badge span {
  margin-left: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.single-pricing-area-start::after {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 0%;
  width: 0%;
  transform: translate(-50%, -50%);
  content: "";
  background: #141414;
  z-index: -1;
  transition: 0.5s;
  border-radius: 50%;
}
.single-pricing-area-start span.pre-title {
  border: 1px solid #282828;
  border-radius: 4px;
  padding: 4px 14px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  max-width: max-content;
  color: #141414;
}
.single-pricing-area-start .title {
  font-weight: 800;
  font-size: 34px;
  line-height: 44px;
  color: #141414;
  margin-top: 25px;
  transition: 0.5s;
}
.single-pricing-area-start .title span {
  font-size: 18px;
}
.single-pricing-area-start p.dsic {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-pricing-area-start p.dsic br {
    display: none;
  }
}
.single-pricing-area-start .single-fc {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.single-pricing-area-start .single-fc i {
  color: #141414;
  margin-right: 15px;
  transition: 0.5s;
}
.single-pricing-area-start .single-fc p {
  color: #141414;
  transition: 0.3;
}
.single-pricing-area-start .pricing-btn {
  border: 1px solid #4c164a;
  border-radius: 4px;
  display: block;
  padding: 12px 30px;
  max-width: max-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #4c164a;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
  transition: 0.3;
}

.btn--area-center {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.learn-more-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4c164a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.learn-more-btn:hover i {
  background: #4c164a;
  border: transparent;
  color: #fff;
  transform: scale(1.2);
}
.learn-more-btn i {
  margin-left: 30px;
  height: 100px;
  width: 100px;
  border: 1px solid #4c164a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
}

.brad-pricing-area-start .pricing-wrapper-main {
  text-align: center;
}
.brad-pricing-area-start .pricing-wrapper-main p {
  color: #4c164a;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

.brand-area-style-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .brand-area-style-one {
    justify-content: center;
    gap: 30px;
  }
}
.brand-area-style-one img {
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .brand-area-style-one img {
    max-width: 120px;
  }
}
.brand-area-style-one img:hover {
  transform: translateY(-5px) scale(1.03);
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
.trusted-clients-area-start .scrollingText-three .title {
  color: #141414;
}
@media only screen and (max-width: 1199px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.trusted-clients-area-start .scrollingText-three .title span {
  color: #4c164a;
}

.bg-dark-1 {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  p br {
    display: none;
  }
}

.approch-area-left .title-area-left-wrapper .pre-title {
  padding: 7px 16px;
  border-radius: 4px;
  border: 1px solid #141414;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  max-width: max-content;
}
.approch-area-left .title-area-left-wrapper .title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}
.approch-area-left .title-area-left-wrapper .title:last-child {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .approch-area-left .title-area-left-wrapper .title {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .approch-area-left .title-area-left-wrapper .title {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .approch-area-left .title-area-left-wrapper .title {
    font-size: 26px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .approch-area-left .title-area-left-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .approch-area-left .title-area-left-wrapper .title br {
    display: none;
  }
}
.approch-area-left p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787c;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .approch-area-left p.disc {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.our-approch-area-style-one {
  position: relative;
  z-index: 10;
}
.our-approch-area-style-one .grid-lines-wrapper {
  top: 0;
}
.our-approch-area-style-one .grid-lines-wrapper .grid-lines .grid-line {
  background: rgba(76, 22, 74, 0.2);
}

.single-approach-area-start {
  padding: 32px;
  background-color: rgba(76, 22, 74, 0.15);
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 2;
  width: 519px;
  border: 1px solid rgba(76, 22, 74, 0.4);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-approach-area-start {
    width: 100%;
    padding: 28px 24px;
    margin-bottom: 40px;
  }
  .single-approach-area-start::after {
    font-size: 36px;
    right: 12px;
    top: 14px;
  }
  .single-approach-area-start p.disc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .single-approach-area-start {
    padding: 24px 20px;
    margin-bottom: 36px;
  }
  .single-approach-area-start::after {
    font-size: 28px;
    right: 10px;
    top: 12px;
  }
}
.single-approach-area-start.two::after {
  content: "02" !important;
}
.single-approach-area-start.two::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url(../images/home/admin.jpeg);
}
.single-approach-area-start.three::after {
  content: "03" !important;
}
.single-approach-area-start.three::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/home/grafik.jpeg);
}
.single-approach-area-start::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url(../images/home/musteri.jpeg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.single-approach-area-start:hover {
  background-color: none;
}
.single-approach-area-start:hover .title {
  font-style: italic;
}
.single-approach-area-start:hover .title::after {
  width: 100%;
  left: 0;
}
.single-approach-area-start:hover p.disc {
  color: #fff;
}
.single-approach-area-start:hover::before {
  opacity: 1;
}
.single-approach-area-start:hover::after {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bdbdbd;
}
.single-approach-area-start::after {
  position: absolute;
  content: "01";
  font-size: 80px;
  right: 20px;
  top: 30px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(76, 22, 74, 0.35);
  font-weight: 700;
  transition: 0.3s;
}
.single-approach-area-start .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  transition: all 0.1s;
  position: relative;
  max-width: max-content;
}
.single-approach-area-start .title::before {
  content: none;
  display: none;
}
.single-approach-area-start .title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 0%;
  transition: 0.5s;
}
.single-approach-area-start p.disc {
  color: #74787c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-approach-area-start p.disc br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-approach-area-start p.disc br {
    display: none;
  }
}

.main-wrapper-case-studies .title {
  font-weight: 800;
  font-size: 200px;
  line-height: 210px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-wrapper-case-studies .title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-wrapper-case-studies .title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .main-wrapper-case-studies .title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .main-wrapper-case-studies .title {
    font-size: 100px;
  }
}
.main-wrapper-case-studies .title span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #74787c;
  color: transparent;
}

.container-full-150 {
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  .container-full-150 {
    padding: 0 15px;
  }
}

.flot-right-150 {
  width: 110%;
}
@media only screen and (max-width: 575px) {
  .flot-right-150 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .carticle-slide-active .title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 43px;
  }
}

.cta-main-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 60px;
  background: transparent;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-main-wrapper-one {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-main-wrapper-one {
    padding: 25px;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-main-wrapper-one {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .cta-main-wrapper-one {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .cta-main-wrapper-one {
    padding: 15px;
  }
}
.cta-main-wrapper-one .right-bg-image {
  position: absolute;
  right: 160px;
  top: 62%;
  transform: translateY(-50%);
  z-index: -1;
}
.cta-main-wrapper-one .right-bg-image img {
  min-width: max-content;
}
.cta-main-wrapper-one .cta-mid-area .title {
  color: #fff;
  margin-left: 24px;
}
@media only screen and (max-width: 1199px) {
  .cta-main-wrapper-one .cta-mid-area .title {
    font-size: 24px !important;
    text-transform: uppercase;
    line-height: 43px;
  }
}
.cta-main-wrapper-one .cta-mid-area .title span {
  font-style: italic;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .cta-main-wrapper-one .cta-mid-area .title br {
    display: none;
  }
}
.cta-main-wrapper-one .cta-mid-area p.disc {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 24px;
}
@media only screen and (max-width: 1199px) {
  .cta-main-wrapper-one .cta-mid-area p.disc br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .rts-footer-area-one .grid-lines-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-footer-area-one .grid-lines-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-footer-area-one .grid-lines-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title {
    font-size: 26px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image .title br {
    display: none;
  }
}

.rts-social-area-one ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .rts-social-area-one ul {
    justify-content: center;
  }
}
.rts-social-area-one ul li {
  margin: 0;
}
.rts-social-area-one ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4c164a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.rts-social-area-one ul li a i {
  color: #fff;
}
.rts-social-area-one ul li:hover a {
  transform: scale(1.2) translateY(-3px);
}

.rts-footer-area-one {
  position: relative;
  background: #fff;
}
.rts-footer-area-one .footer-left-area p.disc {
  color: #74787c;
}
@media only screen and (max-width: 1199px) {
  .rts-footer-area-one .footer-left-area p.disc br {
    display: none;
  }
}

.logo-footer {
  margin-bottom: 30px;
  display: block;
}

.footer-left-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-main-wrapper-one {
  display: flex;
  align-items: flex-start;
  gap: 99px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-main-wrapper-one {
    gap: 71px;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-main-wrapper-one {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main-wrapper-one {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main-wrapper-one {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-main-wrapper-one .footer-single-wized-start .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #4c164a;
}
.footer-main-wrapper-one .footer-single-wized-start ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-main-wrapper-one .footer-single-wized-start ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #74787c;
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .mail-contact-area
  .single-con-info
  a {
  color: #74787c;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .mail-contact-area
  .single-con-info.mail {
  margin-bottom: 7px;
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .mail-contact-area
  .single-con-info.mail
  a {
  color: #4c164a;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.footer-main-wrapper-one .footer-single-wized-start .subscribtion-area p.disc {
  color: #74787c;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1199px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    p.disc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    p.disc
    br {
    display: none;
  }
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input {
  position: relative;
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  label
  i {
  color: #4c164a;
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  input {
  height: 55px;
  background: #f6f6f6;
  color: #333;
  padding-left: 50px;
  padding-right: 140px;
}
@media only screen and (max-width: 1199px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    .subscribtion-input
    input {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    .subscribtion-input
    input {
    padding-right: 130px;
  }
}
.footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  button {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    .subscribtion-input
    button {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    .subscribtion-input
    button {
    padding: 10px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main-wrapper-one
    .footer-single-wized-start
    .subscribtion-area
    .subscribtion-input
    button {
    padding: 10px 22px;
  }
}

.rts-footer-area-one .copyright-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0;
  border-top: 1px solid #e8e8e8;
}
@media only screen and (max-width: 575px) {
  .rts-footer-area-one .copyright-area {
    flex-direction: column;
    justify-content: center;
  }
}
.rts-footer-area-one .copyright-area .left p {
  color: #74787c;
  margin: 0;
}
.rts-footer-area-one .copyright-area .right ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.rts-footer-area-one .copyright-area .right ul li a {
  color: #4c164a;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 479px) {
  .rts-footer-area-one .copyright-area .right ul li a {
    font-size: 15px;
  }
}
.rts-footer-area-one .copyright-area .right ul li:last-child {
  margin-left: 50px;
}

.inner-page .rts-footer-area-one {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}
.inner-page .rts-footer-area-one .footer-left-area p.disc,
.inner-page .rts-footer-area-one .copyright-area .left p,
.inner-page .footer-main-wrapper-one .footer-single-wized-start .title,
.inner-page
  .footer-main-wrapper-one
  .footer-single-wized-start
  .mail-contact-area
  .single-con-info
  a,
.inner-page
  .footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  p.disc {
  color: #fff;
}
.inner-page .rts-footer-area-one .copyright-area .left p a {
  color: #d4a5d2;
}
.inner-page .rts-footer-area-one .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.inner-page .rts-footer-area-one .grid-lines-wrapper .grid-lines .grid-line {
  background: rgba(255, 255, 255, 0.05);
}
.inner-page
  .footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  input {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.inner-page
  .footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.inner-page
  .footer-main-wrapper-one
  .footer-single-wized-start
  .subscribtion-area
  .subscribtion-input
  label
  i {
  color: #fff;
}
.inner-page .rts-footer-area-one .rts-social-area-one ul li a i {
  color: #fff;
}

.container-140 {
  max-width: 1640px;
  margin: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .container-140 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-140 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-140 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-140 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .container-140 {
    padding: 0 15px;
  }
}

.footer-two-wrapper-content .rts-social-area-one {
  display: flex;
  justify-content: flex-start;
}

.footer-two-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-two-wrapper-content {
    padding: 0 33px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-two-wrapper-content {
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 34px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-two-wrapper-content {
    padding: 0 15px;
  }
}
.footer-two-wrapper-content .footer-left-two .logo {
  display: block;
  margin-bottom: 40px;
}
.footer-two-wrapper-content .footer-left-two p.disc {
  color: #74787c;
}
.footer-two-wrapper-content .footer-right-two {
  display: flex;
  gap: 150px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-wrapper-content .footer-right-two {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-wrapper-content .footer-right-two {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.footer-two-wrapper-content .footer-right-two .contact-information .title {
  color: #fff;
  font-size: 22px;
}
.footer-two-wrapper-content .footer-right-two .contact-information .map {
  color: #74787c;
  margin-bottom: 30px;
}
.footer-two-wrapper-content .footer-right-two .contact-information .mail {
  color: #fff;
  margin-bottom: 10px;
}
.footer-two-wrapper-content .footer-right-two .contact-information .number {
  color: #74787c;
}
.footer-two-wrapper-content .footer-right-two .contact-information a {
  display: block;
}
.footer-two-wrapper-content
  .footer-right-two
  .contact-information.input
  .form-footer-2 {
  position: relative;
  max-width: max-content;
}
.footer-two-wrapper-content
  .footer-right-two
  .contact-information.input
  .form-footer-2
  label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #141414;
}
.footer-two-wrapper-content
  .footer-right-two
  .contact-information.input
  .form-footer-2
  input {
  width: 411px;
  height: 55px;
  background: #ffffff;
  color: #74787c;
  margin-left: 0;
  padding: 10px 120px 10px 45px;
}
@media only screen and (max-width: 575px) {
  .footer-two-wrapper-content
    .footer-right-two
    .contact-information.input
    .form-footer-2
    input {
    width: 100%;
  }
}
.footer-two-wrapper-content
  .footer-right-two
  .contact-information.input
  .form-footer-2
  button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  padding: 10px 15px;
  line-height: 0;
}

.bg-footer-2 {
  background-image: url(../images/footer/01.jpg);
  background-repeat: no-repeat;
}

.copy-right-area-start-two {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #1e1e1e;
  padding: 30px 0;
}
@media only screen and (max-width: 575px) {
  .copy-right-area-start-two {
    flex-direction: column;
    justify-content: center;
  }
}
.copy-right-area-start-two p {
  margin-bottom: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
.copy-right-area-start-two ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .copy-right-area-start-two ul {
    padding: 0;
  }
}
.copy-right-area-start-two ul li {
  margin: 0;
  padding: 0;
}
.copy-right-area-start-two ul li a {
  color: #fff;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .footer-single-wized-start {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-single-wized-start {
    flex-basis: 100%;
  }
}

.after-effect-testi-right-img {
  position: relative;
  z-index: 1;
  max-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .after-effect-testi-right-img {
    margin: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .after-effect-testi-right-img {
    margin: auto;
    margin-top: 50px;
  }
}
.after-effect-testi-right-img::after {
  position: absolute;
  left: -30px;
  top: -30px;
  border: 1px solid #e8e8e8;
  height: 100%;
  content: "";
  width: 100%;
  background: transparent;
  z-index: -1;
}

.single-testimonials-main-wrapper .star-area-start {
  margin-bottom: 25px;
}
.single-testimonials-main-wrapper .star-area-start i {
  color: #141414;
  margin: 0 1px;
}
.single-testimonials-main-wrapper .body {
  position: relative;
  z-index: 1;
}
.single-testimonials-main-wrapper .body .quote-img {
  position: absolute;
  top: 24%;
  left: 45%;
  z-index: -1;
}
.single-testimonials-main-wrapper .body p.disc {
  font-weight: 300;
  font-size: 30px;
  line-height: 44px;
  color: #141414;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 40px;
  margin-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-main-wrapper .body p.disc {
    font-size: 18px;
    line-height: 31px;
  }
}
.single-testimonials-main-wrapper .body p.disc::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 86%;
  background: #e8e8e8;
}
@media only screen and (max-width: 1199px) {
  .single-testimonials-main-wrapper .body p.disc br {
    display: none;
  }
}
.single-testimonials-main-wrapper .body .author-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-testimonials-main-wrapper .body .author-area .thumbnail {
  flex-shrink: 0;
}
.single-testimonials-main-wrapper .body .author-area .thumbnail img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.single-testimonials-main-wrapper .body .author-area .info-wrapper .title {
  margin-bottom: 5px;
  color: #141414;
}
.single-testimonials-main-wrapper .body .author-area .info-wrapper span {
  color: #74787c;
}

.trusted-clients-area-start {
  position: relative;
  z-index: 1;
}
.trusted-clients-area-start .right-shape-testi {
  position: absolute;
  right: 50px;
  left: auto;
  top: 50%;
  z-index: 0;
}

.swiper-testimonails-style-one-main-wrapper {
  position: relative;
  overflow: hidden;
}
.swiper-testimonails-style-one-main-wrapper .button-area-next-prev {
  margin-right: 110px;
}
@media only screen and (max-width: 575px) {
  .swiper-testimonails-style-one-main-wrapper .button-area-next-prev {
    display: none;
  }
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev {
  background-image: none;
  position: relative;
  height: 46px;
  width: 44px;
  display: flex;
  margin-top: -46px;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next::after,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 44px;
  width: 46px;
  display: block;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next:hover::after,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev:hover::after {
  background: #cacaca;
  color: #141414;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next {
  right: 0;
  left: auto;
  margin-left: auto;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next::after {
  content: "\f061";
  font-family: "fontawesome";
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev {
  right: 60px;
  left: auto;
  margin-left: auto;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev::after {
  content: "\f060";
  font-family: "fontawesome";
}

.mySwiper-testimonials-two {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-two {
    padding: 0;
  }
}

.testimonials-main-wrapper-about {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px;
  border: 1px solid #1e1e1e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-main-wrapper-about {
    padding: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-main-wrapper-about {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.testimonials-main-wrapper-about .left-side {
  min-width: max-content;
}
@media only screen and (max-width: 479px) {
  .testimonials-main-wrapper-about .left-side {
    max-width: max-content;
    min-width: auto;
  }
}
.testimonials-main-wrapper-about .left-side .title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.testimonials-main-wrapper-about .right-side p {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-main-wrapper-about .right-side p {
    display: 26px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-main-wrapper-about .right-side p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonials-main-wrapper-about .right-side p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonials-main-wrapper-about .right-side p br {
    display: none;
  }
}
.testimonials-main-wrapper-about .right-side .bottom p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .blog-left-wrapper-area-one .content-wrapper p.disc br {
    display: none;
  }
}

.brand-style-one {
  text-align: center;
}
.brand-style-one .title-brand {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 50px;
}
.brand-style-one .brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-one .brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-one .brand-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.brand-style-one .brand-wrapper img {
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .brand-style-one .brand-wrapper img {
    max-width: 120px;
  }
}
.brand-style-one .brand-wrapper a:hover img {
  filter: invert(1);
}

.brand-main-wrapper-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .brand-main-wrapper-about {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.brand-main-wrapper-about a {
  display: flex;
  align-items: center;
  height: 160px;
  justify-content: center;
  border-right: 1px solid #1e1e1e;
  width: 215px;
}
@media only screen and (max-width: 575px) {
  .brand-main-wrapper-about a {
    border: none;
    width: max-content;
    height: 60px;
  }
}
.brand-main-wrapper-about a img {
  max-width: 120px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .brand-main-wrapper-about a img {
    max-width: 90px;
  }
}
.brand-main-wrapper-about a:last-child {
  border: none;
}
.brand-main-wrapper-about a:hover img {
  filter: invert(1);
}
.brand-main-wrapper-about::after {
  position: absolute;
  content: "";
  left: -15%;
  width: 130%;
  height: 1px;
  background: #1e1e1e;
  bottom: 0;
}
.brand-main-wrapper-about::before {
  position: absolute;
  content: "";
  left: -15%;
  width: 130%;
  height: 1px;
  background: #1e1e1e;
  top: 0;
}

.title-faq-4 .pre {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
}
.title-faq-4 .title {
  color: #141414;
  font-family: Hanken Grotesk;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .title-faq-4 .title {
    font-size: 26px;
    line-height: 38px;
  }
}

.four-accordion-area-faq {
  border-top: 1px solid #d9d9d9;
}
.four-accordion-area-faq .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item {
    padding: 20px 0;
  }
}
.four-accordion-area-faq .accordion-item::after {
  position: absolute;
  left: 150px;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
  top: 0;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item::after {
    display: none;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header {
  border: none;
  background: transparent;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-header {
    padding-left: 0;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header button {
  background-color: transparent;
  border: none;
  position: relative;
  color: #141414;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-header button {
    font-size: 22px;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header button::before {
  content: "\f063";
  font-family: "fontawesome";
  position: absolute;
  font-size: 22px;
  color: #141414;
  left: -155px;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}
.four-accordion-area-faq .accordion-item .accordion-header button::after {
  display: none;
}
.four-accordion-area-faq .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.four-accordion-area-faq
  .accordion-item
  .accordion-header
  button[aria-expanded="true"] {
  border-bottom: none !important;
  box-shadow: none;
}
.four-accordion-area-faq
  .accordion-item
  .accordion-header
  button[aria-expanded="true"]::before {
  content: "\f062";
}
.four-accordion-area-faq .accordion-item .accordion-collapse {
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-collapse {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .appoinment-area-two {
    padding: 0 !important;
  }
}
.appoinment-area-two .title-area-appoinment span.pre {
  color: #141414;
  font-family: Hanken Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.appoinment-area-two .title-area-appoinment .title {
  color: #141414;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .appoinment-area-two .title-area-appoinment .title {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 450px) {
  .appoinment-area-two .title-area-appoinment .title {
    font-size: 28px;
    line-height: 1.1;
  }
}
.appoinment-area-two .title-area-appoinment .title span {
  font-style: italic;
  position: relative;
  font-weight: 400;
  max-width: max-content;
  margin-top: 10px;
}
.appoinment-area-two .title-area-appoinment .title span::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: #141414;
  content: "";
}

.appoinment-h2 {
  margin-top: 60px;
}
.appoinment-h2 .input-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .appoinment-h2 .input-line {
    display: block;
  }
}
.appoinment-h2 .input-line .input-half {
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .appoinment-h2 .input-line .input-half {
    margin-top: 40px;
  }
}
.appoinment-h2 label {
  margin-bottom: 15px;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
}
.appoinment-h2 input,
.appoinment-h2 select {
  border-radius: 8px;
  background: #f6f6f6;
  height: 65px;
  font-size: 16px;
  color: #141414;
  border: 1px solid transparent;
  padding: 10px 30px;
}
.appoinment-h2 input::placeholder,
.appoinment-h2 select::placeholder {
  color: #74787c;
}
.appoinment-h2 input:focus,
.appoinment-h2 select:focus {
  background: transparent;
  border: 1px solid #141414;
}
.appoinment-h2 select {
  color: #74787c;
  position: relative;
}
.appoinment-h2 select:focus {
  box-shadow: none;
}
.appoinment-h2 select::after {
  transform: none;
  background-image: none;
  content: "+";
  top: 0;
  position: absolute;
  right: 25px;
  top: 33%;
  font-family: "fontawesome";
}
.appoinment-h2 .text-area textarea {
  border-radius: 8px;
  background: #f6f6f6;
  height: 180px;
  padding: 20px;
  color: #74787c;
  border: 1px solid transparent;
  color: #141414;
}
.appoinment-h2 .text-area textarea::placeholder {
  color: #74787c;
}
.appoinment-h2 .text-area textarea:focus {
  border: 1px solid #141414;
  background: transparent;
}

/*For CodePen*/
svg.radial-progress {
  height: auto;
  max-width: 240px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 33, 0.08);
  transform: rotate(-90deg);
  width: 100%;
  background-image: none;
  border-radius: 50%;
  transition: 0.3s;
}
svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}
svg.radial-progress circle.bar-static {
  stroke: #1e1e1e !important;
  stroke-width: 2px;
  transition: 0.3s;
}
svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: #ffffff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 2px;
  transition: 0.3s;
}
svg.radial-progress text {
  fill: #fafafa;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-primary);
  fill: whitesmoke;
  transition: 0.3s;
}

.single-progress-circle {
  display: flex;
  justify-content: center;
  position: relative;
}
.single-progress-circle .small-text {
  position: absolute;
  bottom: -30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: var(--font-primary);
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.progress-ciurcle-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-ciurcle-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-ciurcle-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}

.blog-single-main-wrapper .inner .head {
  padding: 40px 0 15px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.blog-single-main-wrapper .inner .head::after {
  position: absolute;
  content: "";
  left: 117px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #fff;
}
.blog-single-main-wrapper .inner .head span.date {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.blog-single-main-wrapper .inner .head span.time {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #74787c;
}
.blog-single-main-wrapper .inner .body .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media (max-width: 450px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}

.bg-dark-1 {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}

.blog-single-main-wrapper .thumbnail {
  display: block;
  overflow: hidden;
}
.blog-single-main-wrapper .thumbnail img {
  transition: 0.8s;
  width: 100%;
}
.blog-single-main-wrapper.style-one:hover .thumbnail .imgae-box img {
  transform: scale(1.2);
}

.single-blog-list-one {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #272727;
}
.single-blog-list-one .thumbnail {
  flex-shrink: 0;
  display: block;
  width: 400px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.single-blog-list-one .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .single-blog-list-one .thumbnail {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .single-blog-list-one {
    display: block;
  }
  .single-blog-list-one .thumbnail {
    width: 100%;
  }
}
.single-blog-list-one:last-child {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .single-blog-list-one .blog-content-area {
    margin-top: 50px;
  }
}
.single-blog-list-one .blog-content-area span {
  color: #74787c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.single-blog-list-one .blog-content-area .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-one .blog-content-area .title br {
    display: none;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .single-blog-list-one .blog-content-area .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-blog-list-one .blog-content-area p.dsic {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .single-blog-list-one .blog-content-area p.disc br {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-blog-list-one .blog-content-area p.disc br {
    display: none;
  }
}
.single-blog-list-one .blog-content-area .read-more-bb {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.single-blog-list-one .blog-content-area .read-more-bb::after {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  left: 0;
}

.blog-details-breadcrumb {
  background-image: url(../images/banner/19.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #272727;
}

.blog-details-bd-wrapper p {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-details-bd-wrapper p span {
  color: #74787c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.blog-details-bd-wrapper .title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .blog-details-bd-wrapper .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog-details-bd-wrapper .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .blog-details-bd-wrapper .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.blog-details-bd-wrapper .author-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.blog-details-bd-wrapper .author-area .info span {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-details-bd-wrapper .author-area .info p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.blog-details-main-wrapper .main-wrapper {
  height: 665px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-details-main-wrapper .main-wrapper {
    height: 350px;
  }
}
.blog-details-main-wrapper .thumbnail-banner-large-iamge {
  background-image: url(../images/blog/16.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  transform: scaleX(1.4);
}
.blog-details-main-wrapper .quote-area {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
@media (max-width: 576px) {
  .blog-details-main-wrapper .quote-area {
    display: block;
    text-align: center;
  }
}
.blog-details-main-wrapper .quote-area h6 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .blog-details-main-wrapper .quote-area h6 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-main-wrapper .quote-area h6 {
    font-size: 18px;
  }
}

.post-author-blog {
  display: flex;
  align-items: center;
  gap: 50px;
  background: rgba(11, 11, 11, 0.911);
  padding: 50px;
}
@media (max-width: 768px) {
  .post-author-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .post-author-blog .infor-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .post-author-blog {
    padding: 15px;
  }
}
.post-author-blog .thumbnail {
  display: block;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .post-author-blog .thumbnail {
    min-width: auto;
  }
}
.post-author-blog .thumbnail img {
  width: 100px;
  height: 100px;
  min-width: 0;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .post-author-blog .thumbnail img {
    width: 80px;
    height: 80px;
  }
}
.post-author-blog .infor-wrapper {
  display: block;
}
.post-author-blog .infor-wrapper .title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-author-blog .infor-wrapper p.dsic {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}

.inner-page.blog-details .blog-single-main-wrapper .thumbnail img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .inner-page.blog-details .blog-single-main-wrapper .thumbnail img {
    width: 100%;
  }
}

.rts-comment-area .title-m {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rts-comment-area .sigle-comments-bd {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
.rts-comment-area .sigle-comments-bd .comment-avatar {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  display: block;
  background: rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 575px) {
  .rts-comment-area .sigle-comments-bd {
    gap: 16px;
  }
  .rts-comment-area .sigle-comments-bd .comment-avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-comment-area .sigle-comments-bd.pl--150 {
    padding-left: 20px;
  }
}
.rts-comment-area .sigle-comments-bd .inner-info {
  flex: 1;
  min-width: 0;
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea button {
  max-width: max-content;
  margin-left: auto;
  color: #d3d3d3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.rts-comment-area .sigle-comments-bd .inner-info .details-area p.disc {
  margin-bottom: 15px;
}
.rts-comment-area .sigle-comments-bd .inner-info .details-area span.date {
  color: #a7a7a7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rts-single-wized {
  background: transparent;
  border-radius: 0;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #1e1e1e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized:last-child {
  margin-bottom: 0 !important;
}

.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
}

.rts-single-wized .wized-body {
  margin-top: 30px;
}

.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories a {
  transition: 0.3s;
}
.rts-single-wized .single-categories:hover a {
  background: #fff;
  color: #141414;
  transform: translateY(-3px);
}

.rts-single-wized .single-categories li {
  list-style: none;
}

.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 25px;
  background: transparent;
  color: #bbbbbb;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 0;
  border: 1px solid #1e1e1e;
}

.rts-single-wized .single-categories li a i {
  color: #383838;
  transition: 0.3s;
}

.cta-main-wrapper-three .rts-btn.btn-primary {
  border: 1px solid #fff;
  min-width: 204px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.cta-main-wrapper-three .rts-btn.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #141414;
}

@media only screen and (max-width: 1199px) {
  .blog-left-wrapper-area-one p.disc br {
    display: none;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 1020px;
  height: 1020px;
  pointer-events: none;
  opacity: 0;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}

.title-area-inner.large-image {
  display: flex;
  justify-content: space-between;
}
.title-area-inner.large-image .title {
  text-align: center;
  font-size: 90px;
  margin-bottom: -200px;
  z-index: 10;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-inner.large-image .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area-inner.large-image .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .title-area-inner.large-image .title {
    font-size: 21px;
  }
}
.title-area-inner.large-image .title span {
  font-size: 120px;
  color: white;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-inner.large-image .title span {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area-inner.large-image .title span {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .title-area-inner.large-image .title span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .large-image-option-start .title-area-inner.large-image .title {
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .large-image-option-start .title-area-inner.large-image .title br {
    display: block;
    margin-bottom: 6px;
  }
  .large-image-option-start .title-area-inner.large-image .title span {
    display: block;
    margin-top: 0;
    line-height: 1.2;
  }
  .large-image-option-start .container.mt--120 {
    margin-top: 36px !important;
  }
}

.banner-style-one {
  overflow: hidden;
}

#video_check {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 9999999;
}

#video_check:hover ~ .video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

#video_check:checked ~ .video {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: 250px;
  width: 1920px;
  left: 0;
}

.banner-jump-button {
  position: absolute;
  left: 17%;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .banner-jump-button {
    left: 60px;
    top: 55%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-jump-button {
    left: 10%;
    top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-jump-button .btn_wrapper {
    margin-left: 0 !important;
  }
}

.large-image-option-start {
  position: relative;
}

.wrap {
  width: 100%;
  height: auto;
  max-width: 768px;
  background-color: transparent;
  margin: 0 auto;
  padding: 20px;
  padding-top: 60px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote {
  overflow: hidden;
}

.quote-2 {
  overflow: hidden;
}

.split-line {
  overflow: hidden;
}

.split-parent {
  overflow: hidden;
}

.title-area-left-wrapper .title {
  text-align: left;
}

.team-title-4 {
  text-align: right;
  padding-top: 140px;
  padding-bottom: 80px;
  margin-right: 0;
}
.team-title-4 .title {
  background: linear-gradient(92deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Hanken Grotesk;
  font-size: 140px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .team-title-4 .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-title-4 .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .team-title-4 .title {
    font-size: 36px;
  }
}

.single-team-style-one {
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
}
.single-team-style-one .thumbnail img {
  transform: scale(1);
  transition: 0.8s;
  width: 100%;
}
.single-team-style-one .inner-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  left: -50px;
  transition: 0.8s;
}
.single-team-style-one .inner-content span {
  display: block;
  padding: 11px 20px;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.single-team-style-one .inner-content a {
  padding: 18px 25px;
  background: #fff;
  display: block;
}
.single-team-style-one .inner-content a .name {
  color: #141414;
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.single-team-style-one:hover .thumbnail img {
  transform: scalex(-1);
}
.single-team-style-one:hover .inner-content {
  left: 40px;
  opacity: 1;
}

.progress-team-area.four .single-team-style-one {
  padding-bottom: 0;
}

.rts-offcanvas-wrapper .container-menu {
  position: relative;
  z-index: 1;
  z-index: 99;
}
.rts-offcanvas-wrapper .container-menu .action-menu {
  cursor: pointer;
  position: relative;
}
.rts-offcanvas-wrapper .container-menu .action-menu .close-event {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}
.rts-offcanvas-wrapper .container-menu .action-menu .open-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.rts-offcanvas-wrapper .container-menu .action-menu .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  position: relative;
  font-size: 20px;
  letter-spacing: 1pt;
}
.rts-offcanvas-wrapper .container-menu .action-menu .burger {
  width: 28px;
  height: 100%;
  position: relative;
  margin-left: 10px;
}
.rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-close {
  position: absolute;
  top: -2px;
  left: 0;
  will-change: transform;
  -webkit-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
  -webkit-transition:
    color 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  will-change: transform;
  -webkit-transition:
    color 0.5s,
    -webkit-transform 0.3s;
  transition:
    color 0.5s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    color 0.5s;
  transition:
    transform 0.3s,
    color 0.5s,
    -webkit-transform 0.3s;
  overflow: hidden;
  color: #fff;
}

.rts-fs-menu {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
  background-color: #1a0a1a;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  -ms-background-size: cover;
  background-size: cover;
  position: fixed;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0 0, 100% 0, 130% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 130% 0, 0 0);
  -webkit-transform: translate(0, 0) rotate(7deg) scale(1.3);
  transform: translate(0, 0) rotate(7deg) scale(1.3);
  -webkit-transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.rts-fs-menu .menu-item {
  opacity: 1;
  transition: 0.3s;
}
.rts-fs-menu .menu-item .sub-menu li {
  padding: 15px 0;
}
.rts-fs-menu.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.rts-fs-menu ul.navbar-nav-button {
  display: block;
  list-style: none;
  width: auto;
  position: relative;
  padding-left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0;
}
.rts-fs-menu ul.navbar-nav-button.active > li {
  overflow: hidden;
}
@media (max-width: 768px) {
  .rts-fs-menu ul.navbar-nav-button.active > li {
    justify-content: center;
  }
}
.rts-fs-menu .rts-fs-container {
  position: relative;
  padding: 6rem 0;
  max-width: min(100vw - 200px, 1240px);
  width: 100%;
  margin: auto auto;
  height: 600px;
}
@media (max-width: 1024px) {
  .rts-fs-menu .rts-fs-container {
    max-width: min(100vw - 100px, 1240px);
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .rts-fs-menu .rts-fs-container {
    max-width: min(100vw - 0px, 1240px);
    padding: 6rem 0 0 0;
  }
}
.rts-fs-menu .rts-fs-container .active {
  z-index: 9;
}
.rts-fs-menu .rts-fs-container .rts-fs--nav {
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
}

.visible {
  visibility: visible !important;
}

.navbar-nav-button.active > li {
  overflow: hidden;
  line-height: 26px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .navbar-nav-button.active > li {
    padding: 10px 0;
  }
}
.navbar-nav-button.active > li:first-child {
  padding-top: 6px;
}

.rts-fs-menu * .menu-item > a {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e8eaed;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
}

.rts-fs-menu .menu-item-has-children > a span {
  margin-left: 0;
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  opacity: 0;
  width: 32px;
  height: 100%;
  -webkit-transition: all 320ms cubic-bezier(0.575, 0.015, 0, 0.995);
  transition: all 320ms cubic-bezier(0.575, 0.015, 0, 0.995);
}

.rts-fs-menu .menu-item-has-children > a:hover span {
  opacity: 1;
  margin-left: 16pt;
}

.rts-fs-menu .menu-item-has-children > a span svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}

.rts-fs-menu ul.navbar-nav-button * > ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.rts-fs-menu ul.navbar-nav-button > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
}

.menu-item--back {
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4pt;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.menu-item--back::before {
  content: "";
  border: solid #9aa0a6;
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 2pt;
  margin-left: 2pt;
  margin-right: 8pt;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: margin-right 0.3s ease;
  transition: margin-right 0.3s ease;
}

.rts-fs-menu * li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rts-fs-container .sub-menu > .menu-item--back {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
}

.rts-fs-menu.visible .menu-item {
  opacity: 1;
}

.rts-fs-menu * .menu-item > a {
  font-family: var(--font-heading);
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e8eaed;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
}
@media (max-width: 991px) {
  .rts-fs-menu * .menu-item > a {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .rts-fs-menu * .menu-item > a {
    font-size: 26px;
  }
}

.rts-fs-container .sub-menu li a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
}

.rts-fs-container .sub-menu.active > li > a {
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
}

.rts-fs-container .sub-menu.active > .menu-item--back {
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.rts-fs-container .sub-menu.active > .menu-item--back a {
  color: #fff;
}

.action-menu .burger .icon-close {
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  will-change: transform;
  -webkit-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
  -webkit-transition:
    color 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    transform 0.5s;
  transition:
    color 0.5s,
    opacity 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}

.action-menu .burger .icon-burger {
  will-change: transform;
  -webkit-transition:
    color 0.5s,
    -webkit-transform 0.3s;
  transition:
    color 0.5s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    color 0.5s;
  transition:
    transform 0.3s,
    color 0.5s,
    -webkit-transform 0.3s;
  overflow: hidden;
  color: var(--color-contrast-higher);
}

.open-event.style-open .icon-close {
  color: var(--color-white);
  -webkit-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
  -webkit-transition:
    color 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    -webkit-transform 0.5s;
  transition:
    color 0.5s,
    transform 0.5s;
  transition:
    color 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
  opacity: 1;
}

.open-event.style-open .icon-burger {
  color: var(--color-white);
  opacity: 0;
}

.rts-fs-container .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
  transition:
    visibility 1s,
    opacity 0.2s ease-out,
    color 0.3s ease;
}

.rts-fs-menu ul.navbar-nav-button > li > ul ul {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.rts-fs-menu ul.navbar-nav-button * > ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.rts-fs-container .sub-menu .sub-menu.active {
  opacity: 1;
}

.rts-fs-container {
  opacity: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: translate(0, -50%) rotate(-16deg) scale(1.3, 1.3);
  transform: translate(0, -50%) rotate(-16deg) scale(1.3, 1.3);
  -webkit-transition:
    opacity 1s 0s,
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    opacity 1s 0s,
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s 0s;
  transition:
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    opacity 1s 0s,
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  position: relative;
  padding: 6rem 0;
  max-width: min(100vw - 200px, 1240px);
  width: 100%;
  margin: auto auto;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
  -webkit-transition:
    opacity 1s 0.2s,
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    opacity 1s 0.2s,
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    opacity 1s 0.2s,
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
  transition:
    opacity 1s 0.2s,
    transform 1s cubic-bezier(0.575, 0.015, 0, 0.995),
    -webkit-transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}

.rts-fs--nav {
  -webkit-clip-path: inset(-100vw 0 -100vw 0);
  clip-path: inset(-100vw 0 -100vw 0);
}

.rts-fs--contacts {
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .rts-fs--contacts {
    display: none;
  }
}
.rts-fs--contacts .contact-inner .contact-information {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .rts-fs--contacts .contact-inner .contact-information {
    text-align: center;
  }
}
.rts-fs--contacts .contact-inner .contact-information .heading-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rts-fs--contacts .contact-inner .contact-information ul {
  padding: 0;
  margin: 0;
}
.rts-fs--contacts .contact-inner .contact-information ul li p,
.rts-fs--contacts .contact-inner .contact-information ul li a {
  color: #bdbdbd;
}
@media (max-width: 768px) {
  .rts-fs--contacts .contact-inner .contact-information ul li {
    justify-content: center;
  }
}
.rts-fs--contacts .contact-inner .contact-information .rts-social-area-one {
  margin-top: 35px;
}
.rts-fs--contacts .contact-inner .contact-information .rts-social-area-one a {
  transition: all 0.3s;
}
.rts-fs--contacts
  .contact-inner
  .contact-information
  .rts-social-area-one
  a:hover {
  background: #ffffff;
}
.rts-fs--contacts
  .contact-inner
  .contact-information
  .rts-social-area-one
  a:hover
  i {
  color: #1b1b1b;
}
.rts-fs--contacts .contact-inner .contact-information .rts-social-area-one a i {
  transition: all 0.3s;
}

.nav-area .navbar-nav-1 .menu-item {
  position: relative;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu {
  font-size: 14px;
  position: absolute;
  top: 103%;
  width: 200px;
  left: calc(50% - 50px);
  margin: 0;
  background-color: #323234;
  z-index: 5;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px) perspective(1px);
  transform: translateY(10px) perspective(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    visibility 250ms ease,
    opacity 250ms ease,
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 250ms ease,
    opacity 250ms ease,
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 250ms ease,
    opacity 250ms ease,
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 250ms ease,
    opacity 250ms ease,
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: var(--radius-lg);
  -webkit-box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.05),
    0 2px 2px rgba(0, 0, 0, 0.2),
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 8px 8px rgba(0, 0, 0, 0.05);
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.05),
    0 2px 2px rgba(0, 0, 0, 0.2),
    0 4px 4px rgba(0, 0, 0, 0.15),
    0 8px 8px rgba(0, 0, 0, 0.05);
  padding: 10px 0 !important;
  border-radius: 10px;
  min-width: max-content;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu::after {
  content: "";
  position: absolute;
  background-color: #323234;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: -8px;
  left: calc(50% - 71px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-area .navbar-nav-1 .menu-item .sub-menu li.menu-item {
  width: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  margin-left: 0 !important;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu li.menu-item a {
  line-height: 1.4;
  font-size: 15px;
  color: #fafaff !important;
  padding: 14px 8px;
  margin-left: 8pt;
  margin-right: 8pt;
  cursor: pointer;
  border-radius: 4pt;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  display: block;
  text-align: left;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu li.menu-item .menu-link {
  position: relative;
  transition: all 0.4s;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu li.menu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s;
}
.nav-area .navbar-nav-1 .menu-item .sub-menu li.menu-item:hover .menu-link {
  padding: 14px 0 14px 15px;
}
.nav-area
  .navbar-nav-1
  .menu-item
  .sub-menu
  li.menu-item:hover
  .menu-link::before {
  width: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-area .navbar-nav-1 .menu-item .sub-menu.home-demos::after {
    left: calc(33% - 83px);
  }
}
.nav-area .navbar-nav-1 .menu-item.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  -webkit-transform: translateZ(0) perspective(1px);
  transform: translateZ(0) perspective(1px);
  opacity: 1;
  -webkit-transition:
    visibility 150ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 150ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 150ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    visibility 150ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.drop-down-rts .menu-item-has-children .sub-menu li a {
  text-transform: capitalize !important;
  font-size: 15px !important;
}

.nav-area .navbar-nav-1 .menu-item.main-nav-on {
  padding: 15px 0;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  /* Prevent clipping of Turkish diacritics during vertical hover animation */
  line-height: 1.25em;
  height: 1.25em;
  width: max-content;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition:
    transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu {
  width: 650px !important;
  display: flex !important;
  align-items: flex-start !important;
  left: calc(50% - 255px) !important;
  padding: 20px !important;
  padding-top: 30px !important;
}
@media only screen and (max-width: 1199px) {
  .nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu {
    left: calc(50% - 145px) !important;
  }
}
.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu .single-mega {
  margin: 0 !important;
  flex-basis: 33.33%;
}
.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu .single-mega .tag {
  margin-left: 20px;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500;
}
.nav-area
  .navbar-nav-1
  .menu-item
  .mega-menu-01.sub-menu
  .single-mega
  .main-wrapper {
  margin-top: 10px !important;
}

.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu.elements {
  min-width: 1036px !important;
  display: flex !important;
  align-items: flex-start !important;
  left: calc(-172% - 387px) !important;
  padding: 20px !important;
}
@media only screen and (max-width: 1199px) {
  .nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu.elements {
    min-width: 903px !important;
    display: flex !important;
    align-items: flex-start !important;
    left: calc(-105% - 310px) !important;
    padding: 20px !important;
  }
}
.nav-area
  .navbar-nav-1
  .menu-item
  .mega-menu-01.sub-menu.elements
  .single-mega {
  margin: 0 !important;
  flex-basis: 25%;
  padding-top: 14px;
}
.nav-area
  .navbar-nav-1
  .menu-item
  .mega-menu-01.sub-menu.elements
  .single-mega
  .tag {
  margin-left: 20px;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 500;
}
.nav-area
  .navbar-nav-1
  .menu-item
  .mega-menu-01.sub-menu.elements
  .single-mega
  .main-wrapper {
  margin-top: 10px !important;
}
.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu.elements::after {
  left: calc(50% + 16px);
}
@media only screen and (max-width: 1199px) {
  .nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu.elements::after {
    left: calc(43% + 16px);
  }
}

body::-webkit-scrollbar {
  width: 2px;
}

body::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 1px;
}

.nav-area .navbar-nav-1 .menu-item .mega-menu-01.sub-menu .single-mega .tag {
  position: relative;
  color: #a8a8a8;
}
.nav-area
  .navbar-nav-1
  .menu-item
  .mega-menu-01.sub-menu
  .single-mega
  .tag::after {
  position: absolute;
  content: "";
  left: 0;
  width: 55px;
  height: 1px;
  background: #a8a8a8;
  bottom: -7px;
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
}
.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1a0a1a;
}
.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}
.loading-screen .progress-line {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  right: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
}
.loading-screen .loading-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fefeff;
  font-size: 90px;
  font-weight: 700;
}

/* End loading screen rules */
.inner-page.contact-page .appoinment-area-two .title-area-appoinment .title {
  color: #fff;
}
.inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title
  span {
  display: block;
}
.inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title.quote2 {
  max-width: max-content;
  overflow: visible;
}
.inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title.quote2
  .split-parent {
  overflow: visible;
}
.inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title.quote2
  .split-parent
  .split-line {
  overflow: visible;
}
.inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title
  span::after {
  background: #fff;
}
.inner-page.contact-page .appoinment-area-two .title-area-appoinment span.pre {
  color: #fff;
}
.inner-page.contact-page label {
  color: #74787c;
}
.inner-page.contact-page .appoinment-area-two input {
  border-radius: 5px;
  background: #212121 !important;
  color: #ffd;
}
.inner-page.contact-page .appoinment-area-two textarea {
  border-radius: 5px;
  background: #212121 !important;
  color: #ffd;
}
.inner-page.contact-page .appoinment-area-two select {
  border-radius: 5px;
  background: #212121 !important;
}
.inner-page.contact-page .appoinment-h2 .submit-pd {
  width: 200px;
  height: 55px;
  border-radius: 5px;
  background: #4c164a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  display: block;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.inner-page.contact-page .appoinment-h2 .submit-pd:hover {
  color: #fff;
  background: #1a0a1a;
}

.container-430 {
  max-width: 1060px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container-430 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-430 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container-430 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  mix-blend-mode: exclusion;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-3);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 0px solid var(--color-primary);
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-3);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  mix-blend-mode: exclusion;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #ededed;
  mix-blend-mode: exclusion;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 0;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.title-elements-parent {
  font-size: 70px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-elements-parent {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .title-elements-parent {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .title-elements-parent {
    font-size: 36px;
    line-height: 1.2;
  }
}

.bg-white .title-elements-parent {
  color: #141414;
  font-size: 70px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-white .title-elements-parent {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .bg-white .title-elements-parent {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .bg-white .title-elements-parent {
    font-size: 36px;
    line-height: 1.2;
  }
}

body.servi-ce-details .rts-footer-two-area {
  margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
  body.servi-ce-details .rts-footer-two-area {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.servi-ce-details .rts-footer-two-area {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body.servi-ce-details .rts-footer-two-area {
    margin-top: 60px;
  }
}

.buttons-main-wrapper-elements {
  display: flex;
  align-items: center;
  gap: 40px;
}
.buttons-main-wrapper-elements .plus-btn {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 12px;
}

.rts-light-mood .index-three .rts-service-item-1 {
  border-color: #eaeaea !important;
}
.rts-light-mood .rts-fs-menu {
  background: linear-gradient(135deg, #4c164a 0%, #1a0a1a 40%, #0a0a0a 100%);
  background-color: #1a0a1a;
}
.rts-light-mood .rts-fs-menu * .menu-item > a {
  color: #fff !important;
}
.rts-light-mood .rts-fs-container .sub-menu.active > .menu-item--back a,
.rts-light-mood
  .rts-fs--contacts
  .contact-inner
  .contact-information
  .heading-title,
.rts-light-mood .rts-fs--contacts .contact-inner .contact-information ul li p,
.rts-light-mood .rts-fs--contacts .contact-inner .contact-information ul li a {
  color: #fff;
}
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-next,
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-prev {
  border: 1px solid #787878;
}

.rts-light-mood .inner-page.portfolio-grid,
.rts-light-mood .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: #fff;
}
.rts-light-mood
  .service-area-one-main-wrapper
  .single-item-service-one
  a
  .button-area
  svg
  path {
  fill: #141414 !important;
}

.rts-light-mood .bg-dark-1 a.learn-more-btn i {
  border-color: #d4d3d3;
}
.rts-light-mood .approch-area-left .title-area-left-wrapper .pre-title,
.rts-light-mood .approch-area-left .title-area-left-wrapper .title:last-child,
.rts-light-mood .bg-dark-1 a.learn-more-btn,
.rts-light-mood .single-approach-area-start .title {
  color: #141414;
}
.rts-light-mood .single-approach-area-start:hover .title {
  color: #fff;
}
.rts-light-mood
  .our-approch-area-style-one
  .grid-lines-wrapper
  .grid-lines
  .grid-line {
  background: #dcdcdc;
}
.rts-light-mood .single-approach-area-start {
  background-color: #fff;
  border-color: #d8d8d8;
}
.rts-light-mood .single-approach-area-start::after {
  -webkit-text-stroke-color: #cccccc;
}
.rts-light-mood
  .inner-page.about
  .rts-testimonials-area.rts-section-gap.rts-slide-up-gsap,
.rts-light-mood .inner-page.about .rtes-brand-area.rts-section-gapBottom {
  background: #fff;
}
.rts-light-mood
  .inner-page.about
  .testimonials-main-wrapper-about
  .right-side
  p,
.rts-light-mood
  .inner-page.about
  .testimonials-main-wrapper-about
  .left-side
  .title,
.rts-light-mood .inner-page.about .rtes-brand-area .title-faq-4 .pre,
.rts-light-mood .inner-page.about .rtes-brand-area .title-faq-4 .title {
  color: #141414 !important;
}
.rts-light-mood
  .inner-page.about
  .mySwiper-testimonails-about-s
  .swiper-button-next::after,
.rts-light-mood
  .inner-page.about
  .mySwiper-testimonails-about-s
  .swiper-button-prev::after {
  border: 1px solid #141414;
  color: #141414;
}
.rts-light-mood .inner-page.about .testimonials-main-wrapper-about {
  border-color: #cecece;
}
.rts-light-mood .inner-page.about .brand-main-wrapper-about a {
  border-color: #f1f1f1;
}
.rts-light-mood .inner-page.about .brand-main-wrapper-about::before,
.rts-light-mood .inner-page.about .brand-main-wrapper-about::after {
  background: #f1f1f1;
}

.rts-light-mood
  .inner-page.service-1
  .rts-brand-area.rts-section-gapBottom.bg-dark-1,
.rts-light-mood
  .inner-page.service-1
  .cta-main-wrapper-three.rts-section-gapBottom {
  background: #fff;
}

.rts-light-mood .inner-page.service-1 .brand-style-one .title-brand {
  color: #141414;
}
.rts-light-mood .inner-page.service-3 .service-three-main {
  background: #fff;
}
.rts-light-mood .inner-page.service-3 .bg-dark-1,
.rts-light-mood .inner-page.service-3 .cta-main-wrapper-three {
  background: #fff;
}
.rts-light-mood .inner-page.service-3 .brand-style-one .title-brand {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon {
  background: #fff;
}
.rts-light-mood
  .inner-page.coming-soon
  .rts-coming-soon
  .section-inner
  .title-elements-parent {
  color: #141414;
}
.rts-light-mood
  .inner-page.coming-soon
  .rts-coming-soon
  .section-inner
  .countdown-time
  span {
  color: #141414;
}
.rts-light-mood
  .inner-page.coming-soon
  .rts-coming-soon
  .section-inner
  .title-elements-parent {
  border-bottom: 1px solid #eaeaea;
}
.rts-light-mood .inner-page .blog-list-area {
  background: #fff;
}
.rts-light-mood
  .inner-page
  .blog-list-area
  .single-blog-list-one
  .blog-content-area
  .title,
.rts-light-mood
  .inner-page
  .blog-list-area
  .single-blog-list-one
  .blog-content-area
  .read-more-bb {
  color: #141414;
}
.rts-light-mood
  .inner-page
  .blog-list-area
  .single-blog-list-one
  .blog-content-area
  .read-more-bb::after {
  background: #141414;
}
.rts-light-mood .inner-page .blog-list-area .single-blog-list-one {
  border-bottom: 1px solid #e8e8e8;
}
.rts-light-mood .inner-page.contact-page .appoinmnet-area-two.rts-section-gap {
  background: #fff;
}
.rts-light-mood
  .inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  span.pre,
.rts-light-mood
  .inner-page.contact-page
  .appoinment-area-two
  .title-area-appoinment
  .title {
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-h2 label {
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two input {
  background: #f4f4f4 !important;
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two select {
  background: #f4f4f4 !important;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two textarea {
  background: #f4f4f4 !important;
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-h2 .submit-pd {
  background: #4c164a;
  color: #fff;
}
.rts-light-mood
  .inner-page.blog-details
  .blog-details-main-wrapper.rts-section-gap {
  background: #fff;
}
.rts-light-mood
  .inner-page.blog-details
  .blog-details-main-wrapper
  .quote-area
  h6,
.rts-light-mood .inner-page.blog-details h3.title,
.rts-light-mood
  .inner-page.blog-details
  .rts-comment-area
  .sigle-comments-bd
  .inner-info
  .titlea-rea
  .title,
.rts-light-mood .inner-page.blog-details .quote {
  color: #141414;
}
.rts-light-mood
  .inner-page.blog-details
  .blog-details-main-wrapper
  .quote-area {
  border-color: #14141421;
}
.rts-light-mood .inner-page.blog-details .post-author-blog {
  background: rgba(246, 246, 246, 0.91);
}
.rts-light-mood .inner-page.blog-details .post-author-blog .title {
  color: #141414;
}
.rts-light-mood
  .inner-page.blog-details
  .product-details-form
  .single-input
  input,
.rts-light-mood
  .inner-page.blog-details
  .product-details-form
  .single-input
  textarea {
  background: #a3a3a33a;
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .product-details-form .submit-pd {
  background: #141414;
  color: #fff;
}
.rts-light-mood
  .inner-page.blog-details
  .blog-single-main-wrapper
  .inner
  .head
  span.date,
.rts-light-mood
  .inner-page.blog-details
  .blog-single-main-wrapper
  .inner
  .body
  .title {
  color: #141414;
}
.rts-light-mood
  .inner-page.blog-details
  .blog-single-main-wrapper.style-one
  .rts-btn {
  background: #141414;
  color: #fff;
}
.rts-light-mood
  .inner-page.blog-details
  .rts-single-wized
  .wized-header
  .title {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .rts-single-wized,
.rts-light-mood
  .inner-page.blog-details
  .rts-single-wized
  .single-categories
  li
  a {
  border: 1px solid #e6e6e6;
}
.rts-light-mood .index-six .blog-area-start .learn-more-btn {
  color: #fff;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: #fafafa !important;
}
.rts-light-mood
  .rts-coming-soon.error
  .section-inner
  .title-elements-parent
  span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #141414;
}
.rts-light-mood
  .rts-coming-soon.error
  .section-inner
  .buttons-main-wrapper-elements
  .rts-btn {
  background: #141414;
  color: #fff;
}
.rts-light-mood
  .mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content {
  mix-blend-mode: normal;
}
.rts-light-mood
  .mySwiper_portfolio-5-scale-none
  .swiper-slide
  .single-portfolio-style-five
  .inner-content
  a
  .name {
  color: #141414 !important;
  mix-blend-mode: normal;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: linear-gradient(
    135deg,
    #4c164a 0%,
    #1a0a1a 40%,
    #0a0a0a 100%
  ) !important;
}
.rts-light-mood .index-one .approch-area-left .title-area-left-wrapper .title {
  color: #fff;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one
  .grid-lines-wrapper
  .grid-lines
  .grid-line {
  background: rgba(76, 22, 74, 0.2);
}
.rts-light-mood .index-one .our-approch-area-style-one a.learn-more-btn {
  color: #fff;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one
  .approch-area-left
  .title-area-left-wrapper
  .pre-title {
  color: #fff;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one
  .single-approach-area-start {
  background: rgba(76, 22, 74, 0.15);
  border: 1px solid #242323;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one
  .single-approach-area-start:hover
  .title {
  color: #fafafa !important;
}
.rts-light-mood
  .index-one
  .our-approch-area-style-one
  .single-approach-area-start
  .title {
  color: #fff !important;
}
.rts-light-mood .index-one .rts-use-case-area-one a.learn-more-btn {
  color: #fff;
}
.rts-light-mood .index-one .blog-area-start a.learn-more-btn {
  color: #fff;
}
.rts-light-mood .rts-single-wized .single-categories li a {
  color: #090909;
}
.rts-light-mood .servi-ce-details {
  background: #fff;
}
.rts-light-mood .servi-ce-details .rts-header-area-two {
  background: #1e1e1e;
}
.rts-light-mood .servi-ce-details .bg-dark-s {
  background: #fff;
}
.rts-light-mood
  .servi-ce-details
  .main-page-title-service-left-area
  .title-page,
.rts-light-mood .servi-ce-details .circle-speen .speen-shape text textPath,
.rts-light-mood .servi-ce-details .check-area-main-sd .single-check p,
.rts-light-mood .servi-ce-details .rts-single-wized .wized-header .title,
.rts-light-mood .servi-ce-details .service-short-quote .check-area-main-sd i,
.rts-light-mood
  .servi-ce-details
  .service-short-quote
  .right-info-service-short-quote
  .title,
.rts-light-mood
  .servi-ce-details
  .service-short-quote
  .right-info-service-short-quote
  p.disc
  span,
.rts-light-mood .servi-ce-details .single-para-title-service-details .title,
.rts-light-mood
  .servi-ce-details
  .single-para-title-service-details
  p.disc
  span,
.rts-light-mood .servi-ce-details .service-details-accordion-area .title,
.rts-light-mood
  .servi-ce-details
  .service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button,
.rts-light-mood
  .servi-ce-details
  .download-area-service-details
  .left-download
  .icon-area
  .info
  .title,
.rts-light-mood
  .servi-ce-details
  .single-para-title-service-details
  p.disc
  span {
  color: #121212 !important;
}
.rts-light-mood .servi-ce-details .rts-single-wized .single-categories li a,
.rts-light-mood .servi-ce-details .rts-single-wized {
  border-color: #ededed;
}
.rts-light-mood
  .servi-ce-details
  .service-details-accordion-area
  .accordion
  .accordion-item {
  border: none;
}
.rts-light-mood
  .servi-ce-details
  .service-details-accordion-area
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  box-shadow: none;
}
.rts-light-mood
  .servi-ce-details
  .download-area-service-details
  .left-download
  .icon-area
  svg
  path {
  fill: #4c164a;
}
.rts-light-mood
  .servi-ce-details
  .download-area-service-details
  .left-download
  .right
  a
  svg
  path {
  fill: #4c164a;
}
.rts-light-mood .servi-ce-details .rts-single-wized .wized-body form input,
.rts-light-mood .servi-ce-details .rts-single-wized .wized-body form textarea {
  background: #f3f3f3;
}
.rts-light-mood .servi-ce-details .service-details-form button {
  background: #000;
  color: #fff;
}
.rts-light-mood
  .servi-ce-details
  .main-page-title-service-left-area
  .bottom-content::after {
  background: #d3d3d3;
}
.rts-light-mood .mySwiper_portfolio-5 .swiper-slide {
  opacity: 1;
}
