/*---------------------------
 CSS Index  
****************************

01. Variables
02. Typography
03. Spacing
04. Reset
05. Forms
06. Shortcode
07. Common
08. Animations
09. Text Animation
10. Sal
11. extend
12. header-one
13. nav
14. mobile-menu
15. side-collups
15. side-collups
16.banner';
17.section-title';
18.services';
19.social';
20.button';
21.blog';
22.faq';
23.product';
24.team';
25testimonial';
26.banner';
27testimonial-swiper';
28.error';
30.brand';
31.progress-bar';
32.icons-style';
33.portfolio';
34.pricing';
35.counter';
36.rating';
37.work';
38.taglist';
39contact';
40.tab';
41.skills';
42.quick-action';
43.breadcrumb';
44.team-details';
45.ack-to-top';
46.video';
47.pagination';
48.blog-details';
49.pre-loader';
50.about';
51.projects-details';
52.footers';
----------------------------*/
/*----Default Css----*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --color-primary: #FF014F;
  --color-primary-alt: #ff014dd9;
  --color-primary-2nd: #FF494A;
  --color-primary-3rd: #FDC448;
  --color-primary-4th: #0071ff;
  --color-secondary: #060606;
  --color-white: #ffffff;
  --color-gray: #9F9F9F;
  --color-gray-2: #141414;
  --color-subtitle: #f9004d;
  --background-color-1: #24243557;
  --background-color-2: #13131d;
  --background-color-3: #151521;
  --background-color-4: #242435;
  --background-color-5: #EDF5FF;
  --color-card: #1b1b1c;
  --gradient-one: linear-gradient(to right bottom, #E42032, #1273EB);
  --gradient-two: linear-gradient(to right, #ED145B, #4A11EB);
  --gradient-three: linear-gradient(to right, #03041c, #0612b3);
  --text-gradient-one: linear-gradient(to right, #E42032, #4A11EB);
  --color-heading: #ffffff;
  --color-body: #9f9f9f;
  --color-dark: #1d1d1d;
  --color-text-1: #DEDEDE;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: #ffffff14;
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --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;
  --font-primary: "Rajdhani", sans-serif;
  --font-secondary: "Rubik", sans-serif;
  --font-three: "fontawesome";
  --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;
  --border-width: 2px;
  --radius: 4px;
  --transition: all 0.4s ease-in-out;
  --theme-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-size-b1: 16px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.75;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 36px;
  --h3: 27px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  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: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  background: var(--color-secondary);
  transition: var(--theme-transition);
}

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,
p,
ul {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

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

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

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

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: 16px;
  }
}

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: "Poppins", 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;
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

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


details,
footer,
header,
nav,
section {
  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;
}

a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

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


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;
}

form {
  margin: 0;
}

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

button,
input {
  line-height: normal;
}

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

input[type=checkbox] {
  padding: 0;
}

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

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


th {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

/* BlockQuote  */

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

.mr--20 {
  margin-right: 20px;
}

.tmp-section-gap {
  padding: 120px 0;
}

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

@media only screen and (max-width: 767px) {
  .tmp-section-gap {
    padding: 60px 0;
  }
}

.tmp-section-gapBottom {
  padding-bottom: 120px;
}

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

@media only screen and (max-width: 767px) {
  .tmp-section-gapBottom {
    padding-bottom: 60px;
  }
}

.tmp-section-gapTop {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-section-gapTop {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-section-gapTop {
    padding-top: 60px;
  }
}

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

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

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

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

.mr--20 {
  margin-right: 20px !important;
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr_lg--30 {
    padding: 0 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--30 {
    padding: 0 30px !important;
  }

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

@media only screen and (max-width: 767px) {
  .mt_sm--0 {
    margin-top: 0 !important;
  }

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

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

@media only screen and (max-width: 575px) {
  .plr_mobile--15 {
    padding: 0 15px !important;
  }
}

/* ========= Forms Styles ========= */
input,
button,
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,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[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=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox]~label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox]~label::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--color-body);
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

input[type=checkbox]~label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid var(--color-body);
  border-left: 2px solid var(--color-body);
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked~label::after {
  opacity: 1;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.form-group input {
  border: 0 none;
  border-radius: 5px;
  height: 60px;
  font-size: var(--font-size-b1);
  transition: var(--transition);
  padding: 0 20px;
  background-color: #EFF0F6;
  transition: var(--transition);
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
  border: 1px solid var(--color-body);
}

.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}

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-heading);
  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
=================================*/
/* 
font-family: 'Red Hat Display', sans-serif;
*/

iframe {
  width: 100%;
}

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

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

/*===========================
Background Image 
=============================*/

/* Height and width */

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

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--40>[class*=col],
.row--40>[class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

/*--------------------
    Contact Form 
----------------------*/

/*------------------------
    Header Sticky 
--------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

textarea:focus {
  border-radius: 5px;
  box-shadow: none !important;
}

p {
  color: var(--color-body);
}

a {
  transition: var(--transition);
}

a:hover {
  color: var(--color-primary);
}

.theme-color {
  color: var(--color-primary);
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p.description {
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--p-regular);
}

.tmp-link-animation a {
  position: relative;
  display: inline-block;
}

.tmp-link-animation a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.tmp-link-animation a:hover::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.tmp-hover-link .link {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.tmp-hover-link:hover .link {
  background-size: 100% 2px;
  color: inherit;
}

.tmp-round-action-btn {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
  border: 0 none;
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.tmp-round-action-btn::after {
  background: var(--color-primary);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}

.tmp-round-action-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  height: 21px;
}

.rolling-text .block {
  min-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);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*!
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
*/

@-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);
  }
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}

@-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;
  }
}

@-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;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 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, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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;
  }
}

@-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;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
  }
}

@-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);
  }
}

@-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);
  }
}

@-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);
  }
}

@-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 fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes moveright {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* @import'default/text-animation'; */
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */

/**
  * Animations
  */

/*----Headers Style----*/
/*-------------------
    Header Styles  
---------------------*/
.logo img {
  max-width: 120px;
}

.logo img.logo-white {
  display: none;
}

.header-one {
  padding: 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one {
    padding: 15px 0;
  }
}

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

.header-one .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-one .header-content .logo {
  display: block;
}

.header-one .header-content .logo img {
  max-width: 150px;
}

@media only screen and (max-width: 767px) {
  .header-one .header-content .logo img {
    max-width: 135px;
  }
}

.header-one .actions-area .social-link {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one .actions-area .social-link {
    display: flex;
  }
}

.header-one .actions-area svg {
  cursor: pointer;
}

.header-one .tmp-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-one.header--transparent {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: var(--color-gray-2);
  z-index: 999;
  margin: auto;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header--sticky.sticky {
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header--sticky.sticky {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header--sticky.sticky {
    padding: 10px 0;
  }
}

/*-------------------
    Humbergur Styles  
---------------------*/
.tmp-menu-bars {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0 none;
  color: #ffffff;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 2px solid var(--color-primary);
  z-index: 1;
  position: relative;
}

.tmp-menu-bars::after {
  content: " ";
  position: absolute;
  width: 105%;
  height: 105%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  z-index: -1;
}

.tmp-menu-bars:hover {
  background: transparent;
  color: var(--color-primary);
}

.tmp-menu-bars:hover i::before {
  content: "\f0c9";
}

.tmp-menu-bars:hover::after {
  opacity: 0;
  transform: scale(0);
}

/*--------------------------
    Only Responsive Header  
------------------------------*/

/*--------------------
    Main Menu Style  
----------------------*/
.tmp-mainmenu-nav .tmp-mainmenu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a {
  color: var(--color-heading);
  font-weight: 700;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a:hover {
  color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li a:hover {
  color: var(--color-primary);
}

.tmp-mainmenu-nav .tmp-mainmenu>li {
  position: relative;
  margin: 10px 4px;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a {
  padding: 4px 12px !important;
  color: var(--color-heading) !important;
  position: relative;
  display: inline-block;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a i {
  transition: var(--transition);
  font-size: 10px;
  margin-left: 3px;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a.active {
  color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a.active::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a,
.tmp-mainmenu-nav .tmp-mainmenu>li.current>a {
  color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a::after,
.tmp-mainmenu-nav .tmp-mainmenu>li.current>a::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a i,
.tmp-mainmenu-nav .tmp-mainmenu>li.current>a i {
  transform: rotate(180deg);
}

.tmp-mainmenu-nav .tmp-mainmenu>li.has-dropdown {
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.has-dropdown .submenu {
  padding: 10px;
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.5s;
  transform: scaleY(0);
  border-radius: 10px;
  background: var(--color-gray-2);
  display: inline-block;
  box-shadow: -3px 0px 20px 4px rgba(100, 95, 95, 0.08);
  transform-origin: 0 0;
  margin-top: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.has-dropdown .submenu li a {
  color: var(--color-heading);
  font-weight: 600;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
  overflow: inherit;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-open>a {
  color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-open>a::after {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu {
  padding: 0;
  border: none !important;
  overflow: hidden;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li::after {
  position: absolute;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: 0.2s;
  color: var(--color-primary);
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a {
  display: block;
  position: relative;
  transition: var(--transition);
  padding: 3px;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color-primary);
  width: 100%;
  height: 28px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: -1;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a:hover::before,
.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li a.active::before {
  opacity: 0.1;
  visibility: visible;
  transform: translateY(-50%);
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li>a.active {
  padding-left: 15px;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li:hover>a {
  color: var(--color-primary);
  padding-left: 15px;
}

.tmp-mainmenu-nav .tmp-mainmenu .has-dropdown .submenu li:hover::after {
  right: 15px;
  opacity: 1;
}

.social-wrapper .subtitle {
  color: var(--color-heading);
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/*----------------------------
    Mobile Menu Styles  
------------------------------*/
.tmp-popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.tmp-popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-gray-2);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 15px 20px;
}

@media only screen and (max-width: 479px) {
  .tmp-popup-mobile-menu .inner {
    width: 310px;
    padding: 10px;
  }
}

.tmp-popup-mobile-menu .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.tmp-popup-mobile-menu .header-top .logo a img {
  max-height: 45px;
}

.tmp-popup-mobile-menu .header-top .close-menu .close-button {
  background: var(--color-secondary);
  border: 0 none;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.tmp-popup-mobile-menu .tmp-mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0;
}

.tmp-popup-mobile-menu .tmp-mainmenu li {
  display: block;
  margin: 0;
  padding: 8px 0;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a {
  color: var(--color-body);
  position: relative;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin: 0;
  display: block;
  font-weight: 500;
  background: transparent;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a.open i::before {
  content: "\f106";
  font-weight: 400;
}

.tmp-popup-mobile-menu .tmp-mainmenu li+li {
  border-top: 1px solid var(--color-border);
}

.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 16px;
  display: none;
}

.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu li a {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 500;
}

.tmp-popup-mobile-menu .tmp-mainmenu .has-dropdown .submenu li a.open {
  color: var(--color-primary) !important;
}

.tmp-popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.tmp-popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

/*-------------------------
    Offcanvas Menu Style  
---------------------------*/
.tmp-sidebar-area {
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--color-gray-2);
  z-index: 99999;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  overscroll-behavior: contain;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-end;
}

.tmp-sidebar-area .inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
}

.tmp-sidebar-area .inner .top-area {
  padding: 16px 20px;
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tmp-sidebar-area .inner .image-area-feature img {
  border-radius: 0;
}

.tmp-sidebar-area .inner .content-wrapper {
  padding: 30px;
}

.tmp-sidebar-area .inner .content-wrapper .title {
  color: var(--color-heading);
  line-height: 1.4;
}

.tmp-sidebar-area .inner .content-wrapper .disc {
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
}

.tmp-sidebar-area.tmp_side_bar_open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-start;
}

.tmp-sidebar-area .short-contact-area .single-contact {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tmp-sidebar-area .short-contact-area .single-contact i {
  height: 45px;
  width: 45px;
  background: transparent;
  display: flex;
  align-items: center;
  color: var(--color-heading);
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}

.tmp-sidebar-area .short-contact-area .single-contact .information span {
  display: block;
  color: var(--color-primary);
  font-family: var(--font-primary) !important;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.tmp-sidebar-area .short-contact-area .single-contact .information .number {
  color: var(--color-heading);
  font-family: var(--font-secondary);
}

.overlay_close_side_menu {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1091;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: url(../images/icons/cursor-x.webp), pointer;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

.sidemenu-active .overlay_close_side_menu {
  opacity: 1;
  visibility: visible;
}

/*----Elements Style // @import'elements/button'; ----*/
/* Zoom in image on scroll */

:root {
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --animation-slide-in: slideIn var(--duration-extra-long) ease forwards;
  --animation-fade-in: fadeInUp var(--duration-extra-long) ease forwards;
  --animation-zoom-in: zoomIn var(--duration-extra-longer) ease forwards;
  --animation-zoom-out: zoomOut var(--duration-extra-longer) ease forwards;
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }

    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .tmp-scroll-trigger:is(.tmp-zoom-in, .tmp-fade-in) {
    opacity: 0.01;
  }

  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-zoom-in {
    animation: var(--animation-zoom-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-fade-in {
    animation: var(--animation-fade-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .tmp-scroll-trigger[animation-end] {
    opacity: 1;
    animation: none !important;
    transition: none;
  }

  /* .collection-tab__tab-content
      .tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-zoom-in {
      animation-delay: calc(0.5s + var(--animation-order) * 75ms);
    } */
  @keyframes slideIn {
    from {
      transform: translateY(1rem);
      opacity: 0.01;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(1.05);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes zoomOut {
    from {
      opacity: 0;
      transform: scale(1);
    }

    to {
      opacity: 1;
      transform: scale(1.05);
    }
  }
}

@keyframes slideIn {
  from {
    transform: translateY(2rem);
    opacity: 0.01;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

.animation-order-1 {
  --animation-order: 1;
}

.animation-order-2 {
  --animation-order: 2;
}

.animation-order-3 {
  --animation-order: 3;
}

.animation-order-4 {
  --animation-order: 4;
}

.animation-order-5 {
  --animation-order: 5;
}

.animation-order-6 {
  --animation-order: 6;
}

.animation-order-7 {
  --animation-order: 7;
}

.animation-order-8 {
  --animation-order: 8;
}

/*========================
  RPP Banner One Area
  ========================*/

.tmp-banner-one-area {
  padding-top: 26px;
  background-image: url("../images/banner/banner-background-one.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}

.tmp-banner-one-area.style-2 {
  background-image: url(../images/bg/bg-image-3.jpg);
  min-height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}

.tmp-banner-one-area.style-2 .inner .title {
  font-size: 82px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 34px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

/*========================
  RPP Banner Two Area
  ========================*/

/*========================
  RPP Banner Four Area
  ========================*/

/*========================
  Banner One Main Wrapper
  ========================*/

.index-11 .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
}

.banner-one-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}

.banner-one-main-wrapper .inner .title span {
  color: var(--color-primary);
}

.banner-one-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .disc {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}

.banner-one-main-wrapper .inner .button-area-banner-one {
  margin-top: 39px;
  position: relative;
  z-index: 2;
}

.banner-one-main-wrapper .banner-right-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
}

@media (min-width: 1450px) {
  .banner-one-main-wrapper .banner-right-content {
    right: -80px;
  }
}

.banner-one-main-wrapper .banner-right-content img {
  max-width: 600px;
  height: auto;
  object-fit: contain;
  margin-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content img {
    max-width: 260px;
  }
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  margin-bottom: 0;
  top: 25%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 50px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 75px;
  }
}

@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}

@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 46px;
  }
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
  position: absolute;
  bottom: 190px;
  left: 0px;
  font-size: 48px;
  line-height: 1.2;
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 50px;
    bottom: 30px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 75px;
    bottom: 30px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 80px;
    bottom: 30px;
  }
}

@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}

@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 64px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 46px;
  }
}

/*========================
  Banner Two Main Wrapper
  ========================*/

/*==================================================
  Banner Four Main Wrapper, Banner Six Main Wrapper
  ===================================================*/

/*========================
  Banner Four Main Wrapper
  ========================*/

/*========================
  Banner Five Main Wrapper
  ========================*/

/*========================
  Banner Six Main Wrapper
  ========================*/
@keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*========================
  Find Me On
  ========================*/

/*=====================
  Text Para Doc Wrap
  =====================*/

/*========================
  Banner Three Main Wrapper
  ========================*/

/*==========================
  Up Down Animation Start
  ==========================*/
.up-down {
  -webkit-animation: up-down 1s infinite alternate;
  animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.up-down-2 {
  -webkit-animation: up-down-2 0.9s infinite alternate;
  animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes up-dow-2 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(128, 128, 128, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
  color: var(--color-primary);
}

/*===============================
  Header Top Inner
  ===============================*/

/*===============================
Section Head
===============================*/
.section-head {
  text-align: center;
}

.section-head .section-sm {
  display: inline-flex;
  max-width: 80%;
}

@media only screen and (max-width: 575px) {
  .section-head .section-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-head .section-sm {
    max-width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-head .section-sm {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .section-sm {
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .section-head .section-sm {
    max-width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .section-head .section-sm {
    max-width: 100%;
  }
}

.section-head.text-align-left {
  text-align: left;
}

.section-head .section-sub-title {
  font-size: 16px;
  font-weight: var(--s-bold);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  display: flex;
  align-items: center;
  gap: 7px;
}

.section-head .section-sub-title img {
  margin-right: 8px;
}

.section-head .section-sub-title span.subtitle {
  font-family: var(--font-secondary);
}

.section-head .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .section-head .title {
    font-size: 32px;
  }

  .section-head .title br {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 28px;
    line-height: 1.4;
  }

  .section-head .title br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .section-head .title {
    font-size: 22px;
  }
}

.section-head .description {
  margin-top: 10px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .section-head .description br {
    display: none;
  }
}

/*===============================
  Section Head Color White
  ===============================*/

/*===============================
  Section Head
  ===============================*/
.section-head .subtitle {
  font-weight: var(--s-bold);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*===============================
  Section Head
  ===============================*/
.section-head .section-sub-title.center-title {
  justify-content: center;
}

/*===============================
  Custom Title
  ===============================*/
.custom-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
}

.custom-title.mb-32 {
  margin-bottom: 32px;
}

.custom-title span {
  margin-left: 20px;
}

.custom-title span img {
  opacity: 0.3;
}

/*===============================
  Discription Area
  ===============================*/

/*===============================
  Social Link
  ===============================*/
.social-link {
  display: flex;
  gap: 8px;
}

.social-link a {
  width: 40px;
  height: 40px;
  color: var(--color-heading);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.062745098);
  border-radius: 100%;
  font-size: 14px;
}

.social-link a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}

.social-link a:hover {
  color: #ffffff;
}

.social-link a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.social-link.footer a {
  min-width: 40px;
  min-height: 40px;
}

.social-link.banner {
  gap: 10px;
}

.social-link.banner a {
  border-radius: 500px;
  background: var(--color-gray-2);
  min-width: 40px;
  min-height: 40px;
  color: var(--color-heading);
  transition: var(--transition);
}

.social-link.banner a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}

.social-link.banner a:hover {
  border-color: transparent;
  color: #ffffff;
}

.social-link.banner a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.social-link-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-link-inner a {
  transition: var(--transition);
}

.social-link-inner a i {
  color: var(--color-gray);
  transition: var(--transition);
}

.social-link-inner a:hover {
  color: var(--color-primary);
}

.social-link-inner a:hover i {
  color: var(--color-primary);
}

.tmp-btn {
  padding: 0 30px;
  background: var(--color-primary);
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
  font-family: var(--font-secondary);
  text-transform: capitalize;
}

.tmp-btn.btn-border {
  background: transparent;
  border: 2px solid var(--color-border);
  color: var(--color-body);
  line-height: 57px;
}

.tmp-btn.btn-border:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmp-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}

.tmp-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tmp-btn.hover-icon-reverse .btn-icon+.btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}

.tmp-btn.hover-icon-reverse .btn-icon+.btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}

.tmp-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translate3d(0, -2px, 0);
}

.tmp-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.tmp-btn:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}

.tmp-btn:hover.hover-icon-reverse .btn-icon+.btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}

.tmp-btn.btn-md {
  padding: 0 25px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .tmp-btn.btn-md {
    padding: 0 15px;
    line-height: 51px;
  }
}

.tmp-btn.btn-md.btn-border {
  line-height: 47px;
}

.tmp-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}

.radius-round {
  border-radius: 500px !important;
}

/*-----------------------
    Portfolio Arrow Icon  
-------------------------*/
.tmp-arrow-icon-btn {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  color: var(--color-white);
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 50px;
}

.tmp-arrow-icon-btn .btn-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.tmp-arrow-icon-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -9px;
  margin-left: -4px;
  z-index: 1;
  font-size: 18px;
  color: var(--color-heading);
}

.tmp-arrow-icon-btn i.tmp-icon {
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.tmp-arrow-icon-btn i.tmp-icon-bottom {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(300%) translateX(-475%);
}

.tmp-arrow-icon-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.tmp-arrow-icon-btn:hover i.tmp-icon {
  transform: translateY(-300%) translateX(475%);
}

.tmp-arrow-icon-btn:hover i.tmp-icon-bottom {
  transform: translateY(0) translateX(0) scale(1.1);
}

.tmp-arrow-icon-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

/*--------------------
    Read More Btn  
---------------------*/
.read-more-btn {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.read-more-btn.v2:hover {
  color: var(--color-primary);
}

.service-item.current .read-more-btn:hover {
  color: var(--color-heading);
}

/*--------------------
    Custom Button  
----------------------*/

/*===============================
  Img Box
  ===============================*/
.img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 568px) {
  .img-box.v2 {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .img-box.v2 {
    height: 400px;
  }
}

@media (min-width: 1400px) {
  .img-box.v2 {
    height: 447px;
  }
}

.img-box .img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  background-size: cover;
  object-fit: cover;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-box .img-primary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-box .img-secondary {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.img-box:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-box:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.img-box .blog-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 10;
  border-radius: 999px;
  background: var(--color-gray-2);
}

.img-box .blog-tags li {
  display: inline-flex;
  gap: 5px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.img-box .blog-tags li i {
  font-size: 11px;
}

.latest-portfolio-card.v5:hover .img-secondary {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.latest-portfolio-card.v5:hover .img-primary {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

/*===============================
  Blog Card
  ===============================*/
.blog-card {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  overflow: hidden;
  height: 100%;
}

.blog-card .blog-content-wrap {
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card .blog-content-wrap {
    padding: 20px 20px;
  }
}

.blog-card .blog-content-wrap .blog-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card .blog-content-wrap .blog-title {
    margin-bottom: 12px;
  }
}

.blog-card .blog-content-wrap .blog-title.v2:hover a {
  color: var(--color-primary);
}

.blog-card .read-more-btn {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
  align-items: center;
  transition: var(--transition);
  letter-spacing: 0.5px;
}

.blog-card .read-more-btn span {
  display: inline-block;
  padding-left: 3px;
}

.blog-card .read-more-btn:hover {
  color: var(--color-primary);
}

/*=========================
  Blog Card Style Two
  =========================*/

/*=========================
  Blog Inner
  =========================*/
.signle-side-bar {
  background: var(--color-gray-2);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px;
  /*== Search Area ==*/
  /*== Header ==*/
  /*== Recent Post Area ==*/
  /*== About Me Details ==*/
  /*== Tags Wrapper ==*/
  /*== Service List Area ==*/
  /*== Project Details Area ==*/
}

@media only screen and (max-width: 767px) {
  .signle-side-bar {
    padding: 30px 20px;
  }
}

.signle-side-bar:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  position: sticky;
  top: 120px;
}

.signle-side-bar.search-area {
  padding: 40px;
  position: relative;
}

.signle-side-bar.search-area input {
  height: 60px;
  border-radius: 8px;
  padding-right: 60px;
}

.signle-side-bar.search-area button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.signle-side-bar .search-area {
  display: flex;
  align-items: center;
}

.signle-side-bar .search-area input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.signle-side-bar .search-area button {
  border: 0;
  width: auto;
  padding: 0;
}

.signle-side-bar .search-area i {
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--color-primary);
  color: var(--color-white);
}

.signle-side-bar .header .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  display: inline-flex;
  margin-bottom: 24px;
}

.signle-side-bar .header .title::after {
  position: absolute;
  right: -20px;
  top: 13px;
  content: " ";
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 100px;
}

.signle-side-bar.recent-post-area .body .single-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 12px;
  color: var(--color-gray);
}

.signle-side-bar.recent-post-area .body .single-post:hover {
  color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:hover span {
  color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:hover span .post-title {
  color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.4s ease;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left i {
  transition: all 0.4s ease;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left i:hover {
  color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post .post-num {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.4s ease;
}

.signle-side-bar.recent-post-area .body .single-post-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 20px;
}

.signle-side-bar.recent-post-area .body .single-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-card-img img {
  border-radius: 8px;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top .post-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: var(--transition);
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .single-post-top i {
  color: var(--color-primary);
  font-size: 12px;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.signle-side-bar.recent-post-area .body .single-post-card .single-post-right .post-title:hover a {
  color: var(--color-primary);
}

.signle-side-bar .about-me-details .about-me-details-head {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  align-items: center;
}

.signle-side-bar .about-me-details .about-me-details-head .about-me-img {
  width: 150px;
  height: auto;
}

.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.signle-side-bar .about-me-details .about-me-details-head .about-me-right-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
}

.signle-side-bar .about-me-details .about-me-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.signle-side-bar .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.signle-side-bar .tags-wrapper .tag-link {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 21px;
  border-radius: 100px;
  background: #060606;
  display: block;
  transition: 0.3s;
  height: 40px;
  line-height: 40px;
}

.signle-side-bar .tags-wrapper .tag-link:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
}

.signle-side-bar.service-list-area .single-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 10px;
}

.signle-side-bar.service-list-area .single-service:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.signle-side-bar.service-list-area .single-service .service-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  transition: all 0.4s ease;
}

.signle-side-bar.service-list-area .single-service i {
  color: var(--color-gray);
}

.signle-side-bar.service-list-area .single-service:hover .service-title,
.signle-side-bar.service-list-area .single-service:hover .service-icon,
.signle-side-bar.service-list-area .single-service:hover i {
  color: var(--color-primary);
}

.signle-side-bar.project-details-area .project-details-info {
  margin-bottom: 15px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.signle-side-bar.project-details-area .project-details-info:last-child {
  margin-bottom: 0;
}

.signle-side-bar.project-details-area .project-details-info span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
}

/*=========================
  Blog Classic Card
  =========================*/
.blog-classic-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-classic-card:last-child {
  margin-bottom: 0;
}

.blog-classic-card .img-box {
  min-height: 462px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-classic-card .img-box {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-classic-card .img-box {
    min-height: auto;
  }
}

.blog-classic-card .img-box img {
  height: auto;
}

.blog-classic-card .blog-classic-content {
  padding: 30px 40px 40px 40px;
}

@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content {
    padding: 30px 20px;
  }
}

.blog-classic-card .blog-classic-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content .title {
    margin-bottom: 10px;
  }
}

.blog-classic-card .blog-classic-content .title:hover a {
  color: var(--color-primary);
}

.blog-classic-card .blog-classic-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .blog-classic-card .blog-classic-content .para {
    margin-bottom: 18px;
  }
}

/*=========================
  Blog Classic Tag
  =========================*/
.blog-classic-tag {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .blog-classic-tag {
    gap: 30px;
  }
}

.blog-classic-tag .title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.blog-classic-tag ul {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .blog-classic-tag ul {
    gap: 30px;
  }
}

.blog-classic-tag ul li {
  margin: 0;
}

.blog-classic-tag ul li .tag-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-classic-tag ul li .tag-wrap .tag-title {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

/*=========================
  Tmp Pagination Button
  =========================*/
.tmp-pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tmp-pagination-button .pagination-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--color-gray-2);
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.4s ease;
}

.tmp-pagination-button .pagination-btn:hover {
  color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.tmp-pagination-button .pagination-btn.active {
  color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

/*=========================
  Blog Detail left Area
  =========================*/
.blog-details-left-area .thumbnail-top img {
  width: 100%;
  border-radius: 10px;
}

.blog-details-left-area .blog-details-discription {
  padding: 30px 0;
}

.blog-details-left-area .blog-details-discription h3.title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.blog-details-left-area .blog-details-discription p.disc {
  margin-bottom: 20px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.blog-details-left-area .quote-area-blog-details {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-details-left-area .quote-area-blog-details {
    padding: 25px;
  }
}

.blog-details-left-area .quote-area-blog-details p.disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 19px;
}

.blog-details-left-area .quote-area-blog-details .author {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.blog-details-left-area .quote-area-blog-details .author::after {
  position: absolute;
  content: "";
  left: 0;
  top: 47%;
  height: 2px;
  width: 40px;
  background: var(--color-primary);
  z-index: 10;
}

.blog-details-left-area .quote-area-blog-details span {
  color: var(--color-primary);
  font-size: 160px;
  opacity: 0.09;
  position: absolute;
  right: 10px;
  line-height: 0;
  display: inline-block;
  bottom: -27px;
}

.blog-details-left-area .quote-area-blog-details span i {
  font-weight: 300;
}

/*===============================
  Our Portfolio Swiper
  ===============================*/
.our-portfolio-swiper {
  position: relative;
}

.our-portfolio-swiper .our-portfoli-swiper-card {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .our-portfolio-swiper .our-portfoli-swiper-card {
    flex-wrap: nowrap;
  }
}

.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
  width: 100%;
}

@media (min-width: 1200px) {
  .our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
    min-width: 300px;
  }
}

.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content img {
  width: 100%;
  border-radius: 20px;
}

/*===============================
  Our Portfolio Swiper Btn Wrap
  ===============================*/
.our-portfolio-swiper-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.our-portfolio-swiper-btn-wrap .prev-btn,
.our-portfolio-swiper-btn-wrap .next-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
  gap: 5px;
  flex-wrap: wrap;
  display: none;
  transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title:hover {
  color: var(--color-primary);
}

@media (min-width: 768px) {

  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .title {
    display: flex;
  }
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

@media (min-width: 768px) {

  .our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
  .our-portfolio-swiper-btn-wrap .next-btn .btn-content .para {
    display: flex;
  }
}

.our-portfolio-swiper-btn-wrap .tmp-arrow-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  background: transparent;
  border-radius: 100px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .tmp-arrow-btn i {
  transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover i {
  color: var(--color-white) !important;
}

.our-portfolio-swiper-btn-wrap .tmp-arrow-btn button {
  border: 0 none;
  padding: 0;
}

/*===============================
  Blog Details Navigation
  ===============================*/
.blog-details-navigation {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.blog-details-navigation .navigation-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .blog-details-navigation .navigation-tags {
    gap: 30px;
  }
}

.blog-details-navigation .navigation-tags .tag-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.blog-details-navigation .navigation-tags ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .blog-details-navigation .navigation-tags ul {
    gap: 20px;
  }
}

.blog-details-navigation .navigation-tags ul li {
  margin: 0;
}

.blog-details-navigation .navigation-tags ul li .tag {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 576px) {
  .blog-details-navigation .social-link {
    margin-top: 0;
  }
}

/*============================
  Comment Area Main Wrapper
  ============================*/
.comment-area-main-wrapper .single-comment-audience {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #202020;
}

.comment-area-main-wrapper .single-comment-audience:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .comment-area-main-wrapper .single-comment-audience {
    flex-wrap: inherit;
  }
}

.comment-area-main-wrapper .single-comment-audience .author-image {
  min-width: 95px;
  min-height: 95px;
  max-width: 150px;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .comment-area-main-wrapper .right-area-commnet .top-area-comment {
    gap: 30px;
  }
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left span {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.comment-area-main-wrapper .right-area-commnet .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.comment-area-main-wrapper .right-area-commnet .reply-btn {
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.comment-area-main-wrapper .right-area-commnet .reply-btn:hover {
  color: var(--color-primary);
}

/*============================
  Blog Details Form Wrapper
  ============================*/
.blog-details-form-wrapper {
  padding: 30px;
  border-radius: 20px;
  background: var(--color-gray-2);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .blog-details-form-wrapper {
    padding: 60px;
  }
}

.blog-details-form-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.blog-details-form-wrapper .subtitle {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  display: inline-block;
}

.blog-details-form-wrapper .blog-details-form label {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
}

.blog-details-form-wrapper .blog-details-form .single-input {
  margin-bottom: 18px;
}

.blog-details-form-wrapper .blog-details-form .single-input input {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
}

.blog-details-form-wrapper .blog-details-form .single-input input:focus {
  border: 2px solid var(--color-primary) !important;
}

.blog-details-form-wrapper .blog-details-form .single-input input::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.blog-details-form-wrapper .blog-details-form textarea {
  border-radius: 20px;
  border: 2px solid var(--color-border);
  padding: 17px 20px;
  min-height: 130px;
  resize: inherit;
  transition: var(--transition);
}

.blog-details-form-wrapper .blog-details-form textarea::placeholder {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.blog-details-form-wrapper .blog-details-form textarea:focus {
  border-color: var(--color-primary);
}

/*=========================
  Tmp Star
  =========================*/

/*===========================
  Testimonial Swiper
  ===========================*/
.testimonial-swiper {
  padding-bottom: 182px;
}

@media (min-width: 350px) {
  .testimonial-swiper {
    padding-bottom: 110px;
  }
}

@media (min-width: 420px) {
  .testimonial-swiper {
    padding-bottom: 30px;
  }
}

@media (min-width: 450px) {
  .testimonial-swiper {
    padding-bottom: 0px;
  }
}

@media (min-width: 800px) {
  .testimonial-swiper {
    padding-bottom: 62px;
  }
}

@media (min-width: 860px) {
  .testimonial-swiper {
    padding-bottom: 30px;
  }
}

@media (min-width: 911px) {
  .testimonial-swiper {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-swiper {
    padding-bottom: 42px;
  }
}

/*===========================
  Client Testimonial Swiper
  ===========================*/

/*========================
  RPP Banner One Area
  ========================*/

.tmp-banner-one-area {
  padding-top: 26px;
  background-image: url("../images/banner/banner-background-one.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area {
    padding-bottom: 100px;
  }
}

.tmp-banner-one-area.style-2 {
  background-image: url(../images/bg/bg-image-3.jpg);
  min-height: 950px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 {
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}

.tmp-banner-one-area.style-2 .inner .title {
  font-size: 82px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .tmp-banner-one-area.style-2 .inner .title {
    font-size: 34px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

/*========================
  RPP Banner Two Area
  ========================*/

/*========================
  RPP Banner Four Area
  ========================*/

/*========================
  Banner One Main Wrapper
  ========================*/

.index-11 .banner-one-main-wrapper .inner .title {
  margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
}

.banner-one-main-wrapper .inner .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 32px;
  }
}

.banner-one-main-wrapper .inner .title span {
  color: var(--color-primary);
}

.banner-one-main-wrapper .inner .disc {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .disc {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}

.banner-one-main-wrapper .inner .button-area-banner-one {
  margin-top: 39px;
  position: relative;
  z-index: 2;
}

.banner-one-main-wrapper .banner-right-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
}

@media (min-width: 1450px) {
  .banner-one-main-wrapper .banner-right-content {
    right: -80px;
  }
}

.banner-one-main-wrapper .banner-right-content img {
  max-width: 600px;
  height: auto;
  object-fit: contain;
  margin-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .banner-right-content img {
    margin: auto;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content img {
    max-width: 260px;
  }
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  margin-bottom: 0;
  top: 25%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 50px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 75px;
  }
}

@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 70px;
  }
}

@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
    font-size: 46px;
  }
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
  position: absolute;
  bottom: 190px;
  left: 0px;
  font-size: 48px;
  line-height: 1.2;
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 300px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 50px;
    bottom: 30px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 75px;
    bottom: 30px;
  }
}

@media (min-width: 500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 80px;
    bottom: 30px;
  }
}

@media (min-width: 600px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 70px;
  }
}

@media (min-width: 1500px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 64px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
    font-size: 46px;
  }
}

/*========================
  Banner Two Main Wrapper
  ========================*/

/*==================================================
  Banner Four Main Wrapper, Banner Six Main Wrapper
  ===================================================*/

/*========================
  Banner Four Main Wrapper
  ========================*/

/*========================
  Banner Five Main Wrapper
  ========================*/

/*========================
  Banner Six Main Wrapper
  ========================*/
@keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*========================
  Find Me On
  ========================*/

/*=====================
  Text Para Doc Wrap
  =====================*/

/*========================
  Banner Three Main Wrapper
  ========================*/

/*==========================
  Up Down Animation Start
  ==========================*/
.up-down {
  -webkit-animation: up-down 1s infinite alternate;
  animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.up-down-2 {
  -webkit-animation: up-down-2 0.9s infinite alternate;
  animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes up-dow-2 {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    transform: rotateX(-40deg) scaleY(1.1);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(124, 124, 124, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(128, 128, 128, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }

  50% {
    transform: scale(1.3);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 30px 20px 0px;
  }

  100% {
    transform: scale(1);
    box-shadow: rgba(185, 185, 185, 0.3) 0px 10px 10px 0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }

  50% {
    fill: white;
  }

  100% {
    fill: var(--logo-color);
  }
}

.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
  color: var(--color-primary);
}

/*===============================
  About Me Section Card
  ===============================*/
.testimonial-card {
  position: relative;
  z-index: 2;
  display: flex;
}

.testimonial-card.style-2 {
  background: var(--color-gray-2);
  border-radius: 20px;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonial-card.style-2 {
    padding: 30px 20px;
  }
}

.testimonial-card.style-2 .content .text-doc {
  line-height: 1.7;
  font-size: 18px;
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-weight: 400;
  margin-top: 43px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .testimonial-card.style-2 .content .text-doc {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.testimonial-card.style-2 .content .card-title {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 12px;
}

.testimonial-card.style-2 .content .card-para {
  font-family: var(--font-secondary);
  color: var(--color-gray);
  font-size: 14px;
}

/*===============================
  Price Plan Card
  ===============================*/
.price-plan-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 25px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .price-plan-card {
    padding: 40px;
  }
}

.price-plan-card.v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-plan-card.v2 .check-box {
  border-top: none;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 40px;
  padding-top: 28px;
}

@media only screen and (max-width: 767px) {
  .price-plan-card.v2 .check-box {
    margin-bottom: 20px;
    padding-top: 16px;
  }
}

.price-plan-card .price-sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.price-plan-card .main-price {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.price-plan-card .per-month {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .price-plan-card .per-month {
    margin-bottom: 14px;
  }
}

/*===============================
  Check Box
  ===============================*/
.check-box {
  border-top: 2px solid rgba(157, 157, 255, 0.0509803922);
  padding-top: 43px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .check-box {
    padding-bottom: 40px;
  }
}

.check-box ul li {
  margin: 0 0 15px 0;
}

.check-box ul li:last-child {
  margin-bottom: 0;
}

.check-box .check-box-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-box .check-box-item .box-icon {
  color: var(--color-primary);
}

.check-box .check-box-item .box-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*===============================
  Get In Touch Wrapper
  ===============================*/
.get-in-touch-wrapper {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px 30px;
}

@media (min-width: 576px) {
  .get-in-touch-wrapper {
    padding: 80px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-in-touch-wrapper {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .get-in-touch-wrapper {
    padding: 30px 20px;
  }
}

/*===============================
  Counter Inner
  ===============================*/

/*===============================
  Contact Form
  ===============================*/
.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 0;
  border: none !important;
}

.contact-form .contact-form-wrapper .form-group input {
  background: transparent;
  height: inherit;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}

.contact-form .contact-form-wrapper .form-group input:focus {
  border-color: var(--color-primary);
}

.contact-form .contact-form-wrapper .form-group input::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form .contact-form-wrapper .form-group textarea {
  background: transparent;
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--color-border);
}

.contact-form .contact-form-wrapper .form-group textarea::placeholder {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form .contact-form-wrapper .form-group textarea:focus {
  border-color: var(--color-primary);
}

/*===============================
  Contact Info
  ===============================*/
.contact-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 50px 0;
  width: 100%;
  background: #0F0F0F;
}

.contact-info .contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 73, 74, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 25px;
  font-size: 30px;
}

.contact-info .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contact-info .para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}

.contact-info .para:last-child {
  margin-bottom: 0;
}

/*===============================
  Contact Get In Touch Wrap
  ===============================*/
.contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
  padding-right: 80px;
  position: sticky;
  top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
    padding-right: 0;
  }
}

#form-messages.error {
  color: var(--color-danger);
}

#form-messages.success {
  color: var(--color-success);
}

.breadcrumb-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/breadcrumb/breadcum-bg.png");
}

.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 48px;
  }
}

.breadcrumb-inner {
  margin: 0 auto;
}

.breadcrumb-inner .title {
  color: var(--color-heading);
  margin-bottom: 5px;
  font-size: 40px;
}

@media only screen and (max-width: 575px) {
  .breadcrumb-inner .title {
    font-size: 32px;
  }
}

.breadcrumb-inner .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-inner .page-list li {
  color: var(--color-gray);
  font-family: var(--font-secondary);
}

.breadcrumb-inner .page-list li.icon {
  padding: 0 10px;
}

.breadcrumb-inner .page-list li.active {
  color: var(--color-primary);
}

.breadcrumb-inner:hover a {
  color: var(--color-primary);
}

/*===============================
  Scroll To Top
  ===============================*/
.scrollToTop {
  display: none !important;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0f0f0f;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
}

@media only screen and (max-width: 575px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}

.scrollToTop.active-progress {
  display: block !important;
}

.scrollToTop:hover {
  transform: translateY(-15%);
}

.scrollToTop .arrowUp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
}

.scrollToTop .arrowUp i {
  font-size: 19px;
}

.scrollToTop .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-color: var(--color-primary);
  transition: all 0.3s;
}

.scrollToTop .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}

.scrollToTop .water_wave_back {
  right: 0;
  fill: var(--color-heading);
  animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
  left: 0;
  fill: rgba(122, 37, 158, 0.8784313725);
  margin-bottom: -1px;
  animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave-back {
  100% {
    transform: translateX(50%);
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*===============================
  Education Experience Card
  ===============================*/
.education-experience-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 50px 40px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .education-experience-card {
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .education-experience-card {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .education-experience-card {
    padding: 30px 20px;
  }
}

.education-experience-card .edu-sub-title {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.education-experience-card .edu-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.education-experience-card .edu-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .education-experience-card .edu-para {
    margin-top: 8px;
  }
}

/*===============================
  Experiences Wrapper
  ===============================*/
.experiences-wrapper {
  margin-top: 75px;
}

.experiences-wrapper.v2 .experiences-wrap-left-content {
  padding-left: 40px;
}

@media only screen and (max-width: 575px) {
  .experiences-wrapper.v2 .experiences-wrap-left-content {
    padding: 0 15px;
  }
}

.experiences-wrapper .experiences-wrap-left-content {
  padding: 0 40px;
}

@media (min-width: 1200px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding-right: 138px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .experiences-wrapper .experiences-wrap-left-content {
    padding: 0 15px;
  }
}

.experiences-wrapper .experiences-wrap-left-content .experience-content {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .experiences-wrapper .experiences-wrap-left-content .experience-content {
    margin-bottom: 30px;
  }
}

.experiences-wrapper .experiences-wrap-left-content .experience-content:last-child {
  margin-bottom: 0;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-subtitle {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-name {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0px;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 6px;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 16px;
}

.experiences-wrapper .experiences-wrap-right-content {
  overflow: hidden;
}

.experiences-wrapper .experiences-wrap-right-content img {
  width: 100%;
  border-radius: 20px;
}

/*===============================
  Latest Portfolio Area
  ===============================*/
.custom-column-grid .row {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 4rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-column-grid .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-column-grid .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .custom-column-grid .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 30px;
  }
}

/*===============================
  Latest Portfolio Custom Title
  ===============================*/

/*===============================
  Latest Portfolio Card
  ===============================*/
.latest-portfolio-card .portfoli-card-img {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 20px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .latest-portfolio-card .portfoli-card-img {
    padding: 5px;
  }
}

.latest-portfolio-card .portfoli-card-img a {
  display: block;
  transition: var(--transition);
}

.latest-portfolio-card .portfoli-card-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.latest-portfolio-card:hover .portfoli-card-img img {
  transform: scale(1.03);
}

.latest-portfolio-card.v5 .portfoli-card-img {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid var(--color-primary);
  font-size: 24px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 10;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
    width: 112px;
    height: 112px;
  }
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon i {
  transform: rotate(45deg);
  transition: all 0.4s ease;
  color: var(--color-white);
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover {
  color: var(--color-heading);
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover i {
  transform: rotate(90deg);
}

.latest-portfolio-card.v5 .portfoli-card-img:hover .img-link-icon {
  opacity: 1;
}

.latest-portfolio-card.v5 .portfolio-card-title:hover a {
  color: var(--color-primary);
}

.latest-portfolio-card .portfolio-card-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .latest-portfolio-card .portfolio-card-content-wrap {
    margin-top: 15px;
  }
}

.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  transition: var(--transition);
}

@media only screen and (max-width: 479px) {
  .latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
    font-size: 20px;
  }
}

.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title:hover {
  color: var(--color-primary);
}

.latest-portfolio-card .portfolio-card-content-wrap .portfoli-card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}

/*===============================
  Latest Portfolio Area
  ===============================*/

/*===================================
  Latest Portfolio Card Style Two
  ===================================*/

/*===============================
  Tags Items
  ===============================*/

/*===================================
  Latest Portfolio Tabs Area
  ===================================*/

/*----------------------
    Tmp Portfolio  
-----------------------*/

/*===============================
  My Skill Card Wrapper
  ===============================*/
.my-skill-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 43px 20px 32px 20px;
}

.my-skill-card:first-child {
  border-top: 2px solid rgba(227, 227, 227, 0.2);
}

@media (min-width: 992px) {
  .my-skill-card {
    justify-content: space-between;
    flex-direction: inherit;
  }
}

.my-skill-card .card-icon {
  color: var(--color-body);
  font-size: 34px;
  font-weight: 600;
  transition: all 0.4s ease;
  width: 70px;
  height: 70px;
  border: 2px solid var(--color-border);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-skill-card .card-icon img {
  max-height: 32px;
  filter: invert(1);
}

.my-skill-card .card-icon i {
  font-size: 28px;
  color: var(--color-primary);
  transition: all 0.4s ease;
}

.my-skill-card:hover .card-icon i {
  transform: scale(1.15);
}

.my-skill-card .main-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my-skill-card .main-title {
    font-size: 17px;
    line-height: 1.2;
  }
}

.my-skill-card .sub-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

@media (min-width: 900px) {
  .my-skill-card .sub-title {
    text-align: start;
  }
}

.my-skill-card .card-para {
  max-width: 452px;
  margin-bottom: 0;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease;
}

@media (min-width: 900px) {
  .my-skill-card .card-para {
    text-align: start;
  }
}

.my-skill-card .read-more-btn:hover {
  color: var(--color-heading);
}

/*=========================
  My Skill Card Style Two
  =========================*/
.my-skill-area-style-two .my-skill-area-left-content-wrap {
  position: sticky;
  top: 100px;
}

@media (min-width: 576px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .my-skill-area-style-two .my-skill-area-left-content-wrap {
    padding-right: 0;
  }
}

/*===============================
  My Skill Card Style Two
  ===============================*/
.my-skill-card-style-two .my-skill-card {
  padding: 40px;
  position: relative;
  border-top: none;
  flex-direction: column;
}

@media (min-width: 900px) {
  .my-skill-card-style-two .my-skill-card {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .my-skill-card-style-two .my-skill-card {
    padding: 40px 15px;
  }
}

.my-skill-card-style-two .my-skill-card::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--color-border);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.my-skill-card-style-two .my-skill-card .card-icon i {
  font-size: 36px;
  color: var(--color-primary);
}

.my-skill-card-style-two .my-skill-card:hover .card-icon i {
  transform: scale(1.2);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.my-skill-card-style-two .my-skill-card .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 19px;
  margin-bottom: 0;
}

.my-skill-card-style-two .my-skill-card .card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 21px;
}

/*===============================
  About Me Section Card
===============================*/
.about-us-section-card .about-us-card {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 40px 30px;
  height: 100%;
}

.about-us-section-card .about-us-card .card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-us-section-card .about-us-card .card-head .logo-img {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-width: 45px;
}

.about-us-section-card .about-us-card .card-head .logo-img i {
  font-size: 18px;
  color: var(--color-white);
}

.about-us-section-card .about-us-card .card-head .card-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.about-us-section-card .about-us-card .card-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 11px;
}

/*===============================
  About Me Left Content Wrap
  ===============================*/
.about-us-left-content-wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .about-us-left-content-wrap {
    padding-left: 110px;
    padding-right: 72px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-us-left-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap {
    padding: 0;
  }
}

.about-us-left-content-wrap.bg-vactor-one::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 197px;
  background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, var(--color-primary) 100%);
  filter: blur(2px);
  border-radius: 100%;
  width: 410px;
  height: 410px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap.bg-vactor-one::after {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap.bg-vactor-one::after {
    width: 200px;
    height: 200px;
  }
}

.about-us-left-content-wrap .years-of-experience-card {
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
  backdrop-filter: blur(35px);
  padding: 64px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap .years-of-experience-card {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card {
    padding: 40px 30px;
  }
}

.about-us-left-content-wrap .years-of-experience-card .card-title {
  margin-bottom: 0.5rem;
  font-size: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-left-content-wrap .years-of-experience-card .card-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card .card-title {
    font-size: 60px;
  }
}

.about-us-left-content-wrap .years-of-experience-card .card-para {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .years-of-experience-card .card-para {
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
  }
}

.about-us-left-content-wrap .design-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  background: rgba(22, 22, 22, 0.3);
  box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
  backdrop-filter: blur(35px);
  padding: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .design-card {
    gap: 15px;
    padding: 30px 15px;
  }
}

.about-us-left-content-wrap .design-card .design-card-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border);
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .design-card .design-card-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.about-us-left-content-wrap .design-card .design-card-img i {
  color: var(--color-primary);
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .design-card .design-card-img i {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-left-content-wrap .design-card .design-card-img img {
    max-height: 30px;
  }
}

.about-us-left-content-wrap .design-card .card-info p {
  color: var(--color-heading);
}

/*===============================
  Tmp Custom Box Tag
  ===============================*/
.tpm-custom-box-bg {
  padding: 100px 15px;
  border-radius: 40px;
  background: var(--color-gray-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tpm-custom-box-bg {
    padding: 100px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpm-custom-box-bg {
    padding: 60px 15px;
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tpm-custom-box-bg {
    padding: 60px 15px;
    border-radius: 0;
  }
}

/*===============================
  My Expertise Area
  ===============================*/

/*===============================
  My Expertise Eontent Wrap
  ===============================*/

/*===============================
  My Expertise Card wrap
  ===============================*/

/* Service Card v1*/
.service-card-v1 {
  border-radius: 20px;
  border: 1px solid rgba(255, 73, 74, 0.16);
  padding: 40px 0 40px 0;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-card-v1 {
    padding: 30px 0 30px 0;
  }
}

.service-card-v1 .service-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  min-height: 55px;
  color: var(--color-primary);
  font-size: 50px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .service-card-v1 .service-card-icon {
    margin-bottom: 16px;
  }
}

.service-card-v1 .service-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 9px;
}

.service-card-v1 .service-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

/* Service Card v2*/
.service-card-v2 {
  border-radius: 20px;
  background: var(--color-gray-2);
  padding: 36px 40px 36px 40px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .service-card-v2 {
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .service-card-v2 {
    padding: 30px 15px;
  }
}

.service-card-v2:last-child {
  margin-bottom: 0;
}

.service-card-v2 .service-card-num {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.service-card-v2 .service-card-num span {
  margin-right: 15px;
}

.service-card-v2 .service-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .service-card-v2 .service-para {
    margin-top: 7px;
  }
}

.service-card-user-image {
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .service-card-user-image {
    margin-left: 70px;
  }
}

.inner .ft-link li span {
  background: var(--color-primary) !important;
}

.inner .ft-link li span i {
  color: #fff;
}

.service-details-area-wrapper .service-thumnail-wrap {
  margin-bottom: 20px;
}

.service-details-area-wrapper .service-thumnail-wrap img {
  border-radius: 20px;
}

.service-details-area-wrapper .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .service-details-area-wrapper .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-area-wrapper .title {
    font-size: 40px;
    line-height: 52px;
  }
}

.service-details-area-wrapper .doc-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.service-details-area-wrapper .doc-para:last-child {
  margin-bottom: 0;
}

.service-details-area-wrapper .title-mini {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

/*=========================
  Services Widget
  =========================*/
.services-widget {
  position: relative;
}

.services-widget.v1 .service-item .my-skill-card .card-para {
  color: white;
}

.services-widget.v1 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}

.services-widget.v1 .service-item.mleave .my-skill-card .card-icon {
  color: var(--color-primary);
}

.services-widget.v1 .active-bg {
  background: var(--color-primary);
}

.services-widget.v1 .mleave .my-skill-card .card-icon {
  border: 2px solid var(--color-border);
}

.services-widget.v1 .mleave .my-skill-card .card-icon i {
  color: var(--color-body);
}

.services-widget.v1 .my-skill-card .card-icon {
  border: 2px solid var(--color-border);
}

.services-widget.v1 .my-skill-card .card-icon i {
  color: var(--color-heading);
}

.services-widget.v2 .service-item {
  margin-bottom: 20px;
}

.services-widget.v2 .service-item:last-child {
  margin-bottom: 0;
}

.services-widget.v2 .service-item .para {
  color: var(--color-heading);
}

.services-widget.v2 .service-item.mleave .para {
  color: var(--color-gray);
}

.services-widget.v2 .active-bg {
  border-radius: 20px;
  background: rgba(255, 1, 79, 0.1019607843);
  backdrop-filter: blur(35px);
}

.services-widget.v5 .service-item .my-skill-card .card-para {
  color: white;
}

.services-widget.v5 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}

.services-widget.v5 .service-item.mleave .my-skill-card .card-icon {
  color: var(--color-primary);
}

.services-widget.v5 .active-bg {
  background: var(--color-primary);
}

.services-widget .service-item {
  position: relative;
  z-index: 2;
  gap: 20px;
  overflow: hidden;
}

.services-widget .service-item .service-link {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.services-widget .number {
  color: var(--color-primary);
  font-size: 20px;
  /* 	font-weight: var(--tj-fw-bold); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-widget .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-supported-company-area {
  border-radius: 30px;
}

.our-supported-company-area .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  border-left: 2px solid var(--color-border);
  border-top: 2px solid var(--color-border);
}

.support-company-logo {
  border-right: 2px solid var(--color-border);
  padding: 40px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-bottom: 2px solid var(--color-border);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-company-logo {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-logo {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .support-company-logo {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 575px) {
  .support-company-logo {
    padding: 24px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-company-logo img {
    max-height: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-logo img {
    max-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .support-company-logo img {
    max-height: 44px;
  }
}

/* circle progress */
svg.radial-progress {
  height: auto;
  max-width: 100px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 33, 0.08);
  transform: rotate(-90deg);
  width: 100%;
  background-image: none;
  transition: 0.3s;
}

svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}

svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: var(--color-heading);
  stroke-dashoffset: 219.9114857513;
  stroke-width: 3px;
  transition: 0.3s;
  stroke-linecap: round;
}

svg.radial-progress text {
  fill: #fafafa;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-primary);
  transition: 0.3s;
}

svg.radial-progress:hover circle.bar--animated {
  stroke-width: 4px;
}

.ready-chatting-option {
  max-width: max-content;
}

.ready-chatting-option.chat-visible label {
  bottom: 90px !important;
}

@media only screen and (max-width: 575px) {
  .ready-chatting-option.chat-visible label {
    bottom: 70px !important;
  }
}

.ready-chatting-option #click {
  display: none;
}

.ready-chatting-option label {
  bottom: 20px;
  height: 55px;
  width: 55px;
  background: var(--color-primary);
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: fixed !important;
  right: 20px;
  z-index: 1019;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: 50;
}

@media only screen and (max-width: 575px) {
  .ready-chatting-option label {
    height: 40px;
    width: 40px;
  }
}

.ready-chatting-option label::before {
  display: none;
}

.ready-chatting-option label::after {
  display: none;
}

.ready-chatting-option label i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  font-size: 22px;
  color: #fff;
}

.ready-chatting-option label i.fas {
  opacity: 0;
  pointer-events: none;
}

.ready-chatting-option #click:checked~label i.fas {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(180deg);
}

.ready-chatting-option #click:checked~label i.fab {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
}

.ready-chatting-option .wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 400px;
  background: var(--color-gray-2);
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1100;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media only screen and (max-width: 575px) {
  .ready-chatting-option .wrapper {
    max-width: 280px;
    right: 15px;
  }
}

.ready-chatting-option #click:checked~.wrapper {
  opacity: 1;
  bottom: 85px;
  pointer-events: auto;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.07);
}

.ready-chatting-option .wrapper .head-text {
  line-height: 60px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  background: var(--color-primary);
}

.ready-chatting-option .wrapper .chat-box {
  padding: 20px;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .ready-chatting-option .wrapper .chat-box {
    padding: 10px;
  }
}

.ready-chatting-option .chat-box .desc-text {
  color: var(--color-body);
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
}

.ready-chatting-option .chat-box form {
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 5px;
  border: 2px solid var(--color-border);
}

.ready-chatting-option .chat-box form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.ready-chatting-option .chat-box form .field:last-child {
  margin-bottom: 15px;
}

.ready-chatting-option form .field input,
.ready-chatting-option form .field button,
.ready-chatting-option form .textarea textarea {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 2px solid var(--color-border);
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  color: var(--color-body);
  font-family: var(--font-secondary);
}

.ready-chatting-option form .field input:focus,
.ready-chatting-option form .textarea textarea:focus {
  border-color: var(--color-primary);
}

.ready-chatting-option form .field input::placeholder,
.ready-chatting-option form .textarea textarea::placeholder {
  color: var(--color-body);
  transition: all 0.3s ease;
}

.ready-chatting-option form .field input:focus::placeholder,
.ready-chatting-option form .textarea textarea:focus::placeholder {
  color: var(--color-body);
}

.ready-chatting-option .chat-box form .textarea {
  height: 70px;
  width: 100%;
}

.ready-chatting-option .chat-box form .textarea textarea {
  height: 100%;
  border-radius: 5px;
  resize: none;
  padding: 15px 20px;
  font-size: 16px;
}

.ready-chatting-option .chat-box form .field button {
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: var(--color-primary);
  transition: all 0.3s ease;
}

.ready-chatting-option .chat-box form .field button:active {
  transform: scale(0.97);
}

/* Progress Area  */

/*-----------------------
    Progress Bar 
-----------------------*/

.progress {
  height: 30px;
  overflow: hidden;
  background-color: var(--color-card);
  border-radius: 500px;
}

/*-----------------------------------
    Radial Progress 
-----------------------------------*/

.radial-progress {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .radial-progress {
    display: inline-block;
  }
}

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

Primary style

-------------------------------- */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

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

  xrotate-1 

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

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

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

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

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

  xrotate-2 

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

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

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

  xloading-bar 

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

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

  xslide 

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

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

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

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

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

  xzoom 

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

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

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

  xrotate-3 

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

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }

  100% {
    -moz-transform: rotateY(0deg);
  }
}

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(-180deg);
  }
}

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

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

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

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

  xpush 

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

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.tmponhover {
  position: relative;
  overflow: hidden;
}

.tmponhover::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--color-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 20px;
}

.tmponhover:hover::before {
  opacity: 1;
}

.tmponhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-gray-2);
  border-radius: 20px;
}

.tmponhover>* {
  z-index: 2;
  position: relative;
}

/*------------------
Right Demo  
--------------------*/
.tmp-right-demo {
  width: 40px;
  position: fixed;
  z-index: 99;
  right: 0px;
  top: calc(60% - 55px);
}

.tmp-right-demo p {
  font-weight: 700;
  color: #fff;
}

.tmp-right-demo .demo-button {
  border-radius: 6px 0 0 6px;
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  border: 0 none;
  width: 100%;
  min-width: 100%;
  padding: 10px 0px 8px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.tmp-right-demo .demo-button::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 2px 0 0 2px;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 1;
  z-index: -1;
  background: linear-gradient(-45deg, #ee7752, #252525, #ff004b, #d52323);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
  opacity: 1;
  backdrop-filter: blur(21px);
}

@keyframes gradient {
  0% {
    background-position: 25% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 25% 50%;
  }
}

.tmp-right-demo .demo-button .text {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-secondary);
}

/*-------------------
 Popup Tab  
-----------------------*/
.popuptab-area {
  justify-content: center;
  margin: -20px -10px;
  margin-bottom: 30px;
  border: 0 none;
}

.popuptab-area li {
  margin: 20px 10px;
}

@media only screen and (max-width: 767px) {
  .popuptab-area li {
    margin: 10px 10px;
  }
}

.popuptab-area li a.nav-link {
  border-radius: 8px;
  background: var(--color-secondary);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 35px;
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.0784313725);
  font-family: var(--font-secondary);
  transition: var(--transition);
}

.popuptab-area li a.nav-link.active {
  border-color: var(--color-primary) !important;
  color: #ffffff !important;
  background: var(--color-primary) !important;
}

.popuptab-area li a.nav-link:hover,
.popuptab-area li a.nav-link.active {
  border-color: transparent;
}

/*-----------------------
    Demo Modal Popup  
------------------------*/
.demo-modal-area {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: #060606;
  position: fixed;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateX(100px);
}

.demo-modal-area .demo-close-btn {
  border: 0 none;
  position: fixed;
  right: 80px;
  top: 40px;
  width: 40px;
  display: inline-block;
  height: 40px;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  z-index: 2;
  border-radius: 100px;
  background: #141414;
  color: var(--color-primary);
  min-width: 40px;
  line-height: 42px;
}

.demo-modal-area .demo-close-btn:hover {
  color: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner {
  margin: 70px auto;
  border-radius: 6px;
  padding: 50px;
  background: #141414;
  position: relative;
  max-width: 1170px;
  width: 90%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner {
    padding: 30px 20px;
  }
}

.demo-modal-area .wrapper .tmp-modal-inner::after {
  content: " ";
  position: absolute;
  right: -450px;
  bottom: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner::before {
  content: " ";
  position: absolute;
  left: -450px;
  top: -500px;
  min-width: 474px;
  min-height: 474px;
  border-radius: 100px;
  filter: blur(227px);
  z-index: 1;
  background: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  font-size: 16px;
  font-family: var(--font-secondary);
  width: 48%;
  margin: 0 auto;
  margin-bottom: 28px;
  margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
    width: 100%;
  }
}

.demo-modal-area.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.single-demo {
  position: relative;
  background-color: var(--color-secondary);
  z-index: 1;
  border-radius: 10px;
  transition: all var(--transition) linear;
}

.single-demo::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  transition: all var(--transition) linear;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  opacity: 0.2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 10px;
}

.single-demo .inner {
  position: relative;
  z-index: 2;
  transition: var(--transition);
}

.single-demo .inner .thumbnail {
  border-radius: 6px 6px 0 0;
}

.single-demo .inner .thumbnail a {
  position: relative;
  display: block;
  z-index: 2;
}

.single-demo .inner .thumbnail a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
  transition: 0.4s;
  opacity: 0;
}

.single-demo .inner .thumbnail a .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 10px;
  display: inline-block;
  transition: 0.4s;
}

.single-demo .inner .thumbnail a .overlay-content .overlay-text {
  display: inline-block;
  padding: 8px 15px;
  background: var(--color-primary);
  font-size: 14px;
  border-radius: 8px;
  opacity: 0;
  transition: 0.4s;
  color: #ffffff;
  font-family: var(--font-secondary);
}

.single-demo .inner .thumbnail img {
  border-radius: 6px 6px 0 0;
}

.single-demo .inner .title {
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 0;
  font-weight: 500;
  padding-bottom: 16px;
  font-family: var(--font-secondary);
}

.single-demo .inner .title a {
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.single-demo .inner .title a:hover {
  color: var(--color-primary);
}

.single-demo:hover .inner .thumbnail a::after {
  opacity: 1;
}

.single-demo:hover .inner .thumbnail a .overlay-content {
  margin-top: 0;
}

.single-demo:hover .inner .thumbnail a .overlay-content .overlay-text {
  opacity: 1;
}

.single-demo:hover::before {
  transition: var(--transition);
  opacity: 1;
}

/*---------------------------------
    Right Demo Light Version  
----------------------------------*/
.demo-modal-area.active-light .wrapper .tmp-modal-inner {
  background: #EDEDED;
}

.demo-modal-area.active-light .single-demo {
  background: #ffffff;
}

.demo-modal-area.active-light .single-demo .inner .title a {
  color: #141414;
  transition: var(--transition);
}

.demo-modal-area.active-light .single-demo::before {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-white) 100%);
}

.demo-modal-area.active-light .demo-close-btn {
  background: var(--color-white);
}

.demo-modal-area .popuptab-area li a.nav-link {
  position: relative;
  z-index: 2;
}

.demo-modal-area.active-light .single-demo .inner .title {
  border-top: 1px solid transparent;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #ffffff;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #6A7789;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
  color: #141414;
}

.tmp-white-version .tmp-right-demo .demo-button .text {
  color: #141414;
}

.active-light .popuptab-area li a.nav-link {
  background: #ffffff;
  color: #141414;
}

.demo-modal-area.active-light {
  background-color: #eee4e7;
}

.demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: fixed;
  right: 0%;
  top: 40%;
  cursor: pointer;
  z-index: 1000;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
  margin-right: -1px;
  display: flex;
}

.demo-button-wrapper .buy-theme {
  text-align: center;
  background-color: #48a133;
  position: relative;
  z-index: 1;
}

.demo-button-wrapper .buy-theme a {
  color: #fff;
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-button-wrapper .buy-theme a {
    padding: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .demo-button-wrapper .buy-theme a {
    padding: 7px;
  }
}

.demo-button-wrapper .buy-theme .theme-wrapper {
  padding: 0;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}

.demo-button-wrapper .all-demo .demos {
  font-size: 11px;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  background-color: #1f242e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-button-wrapper .all-demo .demos {
    padding: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .demo-button-wrapper .all-demo .demos {
    padding: 7px;
  }
}

.demo-button-wrapper .all-demo .theme-wrapper {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}

.demo-button-wrapper .all-demo .theme-wrapper>div {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
}

.demo-modal-area.open::-webkit-scrollbar {
  display: none;
}

/*----Template Style----*/
.project-details-thumnail-wrap img {
  border-radius: 20px;
}

.project-details-area-wrapper .project-details-content-wrap .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .project-details-area-wrapper .project-details-content-wrap .title {
    font-size: 48px;
    line-height: 60px;
  }
}

.project-details-area-wrapper .project-details-content-wrap .mini-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.project-details-area-wrapper .project-details-content-wrap .docs {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.check-box-wrap {
  margin-bottom: 45px;
}

.check-box-wrap ul li {
  margin: 0;
  margin-bottom: 7px;
}

.check-box-wrap ul li:last-child {
  margin-bottom: 0;
}

.check-box-wrap ul li .check-box-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.check-box-wrap ul li .check-box-item span {
  color: var(--color-primary);
}

.check-box-wrap ul li .check-box-item span i {
  background: transparent;
  border-radius: 100px;
  font-weight: 400;
  margin-top: 6px;
}

.project-details-swiper-wrapper .project-details-swiper .project-details-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.project-details-swiper-wrapper .project-details-swiper-btn {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.4s ease;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next span,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev span {
  min-width: 40px;
  min-height: 40px;
  border: 2px solid var(--color-border);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  transition: all 0.4s ease;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next i,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev i {
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 14px;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next:hover,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev:hover {
  color: var(--color-primary);
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next:hover span,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev:hover span {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}

/*---------------------
    Card Styles  
----------------------*/

/*----Footer Style----*/
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area .footer-bg-img {
  position: absolute;
  left: 84px;
  top: 60px;
  z-index: -1;
}

.footer-area .footer-bg-img img {
  animation: sppeen-box 70s linear infinite;
}

@keyframes sppeen-box {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer-style-one-wrapper {
  background: var(--color-gray-2);
}

.footer-style-one .ft-title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

/*================================
   Footer Style One
  ================================*/
.footer-style-one .description {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-weight: 400;
  margin-top: 22px;
  font-size: 50px;
  line-height: 60px;
}

@media (min-width: 992px) {
  .footer-style-one .description {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .footer-style-one .description {
    font-size: 40px;
    line-height: 45px;
  }
}

.footer-style-one .description span {
  font-weight: 700;
}

/*================================
   Footer Style two
  ================================*/

/*================================
   Newsletter Form 1
  ================================*/
.newsletter-form-1 {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 2px solid var(--color-border);
  max-width: 330px;
}

.newsletter-form-1 input {
  padding: 0;
  color: #fff;
  padding-right: 20px;
  border: 0 none;
}

.newsletter-form-1 input::placeholder {
  color: #FFF;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.newsletter-form-1 button {
  max-width: max-content;
  margin-left: auto;
  border: none;
}

.newsletter-form-1 .form-icon {
  font-size: 16px;
  font-weight: 900;
  color: var(--color-heading);
  cursor: pointer;
}

/*================================
   Single Footer Wrapper
  ================================*/
@media (min-width: 768px) {
  .single-footer-wrapper.quick-link-wrap {
    margin-left: 80px;
  }
}

.single-footer-wrapper .social-link {
  margin-top: 30px;
}

/*================================
   FT Link
  ================================*/
.ft-link li {
  margin-top: 0;
  margin-bottom: 8px;
}

.ft-link li:last-child {
  margin-bottom: 0;
}

.ft-link.v2 li {
  margin-top: 0;
  margin-bottom: 22px;
  gap: 15px;
}

.ft-link.v2 li span {
  border: 1px solid var(--color-border);
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.ft-link.v2 li:last-child {
  margin-bottom: 0;
}

.ft-link a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.ft-link li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}

.ft-link li span {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border);
  border-radius: 100px;
  color: var(--color-heading);
  background: transparent;
}

.ft-link li a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.contact-wrap .ft-link li {
  margin-bottom: 15px;
}

/*================================
   Copyright Area One
  ================================*/
.copyright-area-one {
  background: var(--color-gray-2);
}

.copyright-area-one .main-wrapper {
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .copyright-area-one .main-wrapper {
    gap: 20px;
  }
}

@media (min-width: 700px) {
  .copyright-area-one .main-wrapper {
    justify-content: space-between;
  }
}

.copyright-area-one .main-wrapper .copy-right-para {
  color: var(--color-gray);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}

.copyright-area-one .main-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 350px) {
  .copyright-area-one .main-wrapper ul {
    justify-content: inherit;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .copyright-area-one .main-wrapper ul {
    gap: 15px;
  }
}

.copyright-area-one .main-wrapper ul li {
  margin: 0;
}

.copyright-area-one .main-wrapper ul li a {
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.copyright-area-one .main-wrapper ul li a:hover {
  color: var(--color-primary);
}

/*================================
   Newslatter
  ================================*/
body.tmp-white-version {
  --color-heading: #141414;
  --color-gray: #5d6570;
  --color-body: #2a2d31;
  --color-gray-2: #F4F4F4;
  --color-border: #D9DDE0;
  background: #ffffff;
}

body.tmp-white-version .newsletter-form-1 input {
  color: #141414;
}

body.tmp-white-version .tmp-banner-one-area {
  background-image: url(../images/bg/bg-image-12.jpg);
  background-color: #EDEDED;
}

body.tmp-white-version .services-widget.v1 .service-item .my-skill-card .card-para {
  color: var(--color-heading);
}

body.tmp-white-version .services-widget.v1 .service-item.mleave .my-skill-card .card-para {
  color: var(--color-gray);
}

body.tmp-white-version .newsletter-form-1 input::placeholder,
body.tmp-white-version .newsletter-form-1 textarea::placeholder,
body.tmp-white-version input::placeholder,
body.tmp-white-version textarea::placeholder {
  color: var(--color-gray);
}

body.tmp-white-version .social-link a {
  background: rgba(10, 10, 10, 0.06);
}

body.tmp-white-version .custom-title span img {
  filter: brightness(0.5);
}

body.tmp-white-version .about-us-left-content-wrap .years-of-experience-card,
body.tmp-white-version .about-us-left-content-wrap .design-card {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body.tmp-white-version .my-skill-card .card-icon img {
  filter: inherit;
}

body.tmp-white-version .my-skill-card .card-icon i {
  color: var(--color-primary);
}

body.tmp-white-version .my-skill-card-style-two .my-skill-card .card-icon i {
  color: var(--color-primary);
}

body.tmp-white-version svg.radial-progress text {
  fill: #141414;
}

body.tmp-white-version .breadcrumb-area,
body.tmp-white-version .tmp-sidebar-area .inner .top-area {
  background: #EDEDED;
}

body.tmp-white-version .contact-info {
  background: #ffffff;
}

body.tmp-white-version .tmp-round-action-btn {
  background: rgba(10, 10, 10, 0.06);
  color: var(--color-heading);
}

body.tmp-white-version .tmp-round-action-btn:hover {
  color: var(--color-white);
}

body.tmp-white-version .tmp-arrow-icon-btn:hover i.tmp-icon-bottom {
  color: var(--color-white);
}

body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link {
  background: rgba(10, 10, 10, 0.06);
}

body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link:hover {
  color: var(--color-white);
  background: var(--color-primary) !important;
}

body.tmp-white-version .logo img.logo-white {
  display: block;
}

body.tmp-white-version .logo img.logo-dark {
  display: none;
}

body.tmp-white-version .tmp-banner-one-area.style-2 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

body.tmp-white-version .tmp-popup-mobile-menu .header-top .close-menu .close-button {
  background: rgba(10, 10, 10, 0.06);
  color: var(--color-heading);
}

.tmp-white-version .tmp-right-demo .demo-button::before {
  content: "";
  background: linear-gradient(-45deg, #ee7752, #ff004b, #ff004b, #d52323);
  background-size: 400% 400%;
  animation: gradient 4s ease infinite;
  opacity: 1;
  backdrop-filter: blur(21px);
}

.tmp-white-version .tmp-right-demo * {
  color: #fff !important;
}

.tmp-white-version .services-widget.v1 .my-skill-card .card-icon {
  border: 2px solid #141414;
}

.tmp-white-version .about-us-left-content-wrap .design-card .design-card-img {
  border: 2px solid var(--color-primary);
}

.tmp-white-version .tmponhover {
  box-shadow: 2px 2px var(--color-primary);
  transition: 0.3s;
}

.tmp-white-version .tmponhover:hover {
  box-shadow: none;
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #c2c2c2 !important;
}

.active-light.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
  color: #3d3d3d !important;
}

