/*---------------------------
 CSS Index  
****************************
1.variable css
2.typography css
3.spacing style
4.reset csss
5.forms
6.mixins
7.shortcord
8.common css
9.animation
10.text-animation
11.sal animation
12.header style
13.nav style
14.mobile menue
15.buttons style
16.banner style
17.brand-style
18.about style
19.about style
20.author style
21. create style
22. live trading style
23.swiper style
14.product style
15.categories style
16. collectors style
17.service style
18.call-to-action style
19.footer style
20. counter-up style
21. faq style
22.breadcrumb style
23.team style
24. blog style
25.contact style
26.team details style
27.progress bar style
28.nice select style
29.shop details style
30. back to top style
31.cursour style
32.cart style
33.log in style
34.wallet style
35.explore single style
36.Create Nft Pages
36.Prelaoder
37.Ranking





/* Default  */
:root {
  --color-primary: #8200e9;
  --color-primary-alta: #212e48;
  --color-secondary:#111D5E;
  --color-terciary:#ee3a6b;
  --color-gray: #f6f6f6;
  --color-gray-2: #f5f8fa;
  --color-subtitle: #f9004d;
  --background-color-1: #24243557;
  --background-color-2: #13131d;
  --background-color-3: #151521;
  --background-color-4: #242435;
  --gradient-one: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  --gradient-two: linear-gradient(135deg, #5701b9 0%, #4200E5 100%);
  --grtadient-three: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff00 100%);
  --color-border-one:#b3b2b26e;
  --color-heading: #ffffff;
  --color-body: #acacac;
  --color-dark:#1d1d1d;
  --color-white:#fff;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Cocogoose", sans-serif;
  --font-secondary: "Cocogoose", sans-serif;
  --font-size-b1: 14px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.50;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 54px;
  --h2: 44px;
  --h3: 30px;
  --h4: 20px;
  --h5: 14px;
  --h6: 10px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "CenturyGothic", sans-serif !important;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Cocogoose" , sans-serif !important;
  line-height: 1.2 !important;
  color: var(--color-heading);
  font-weight: 900;
}
a,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  font-family: "Cocogoose" , sans-serif !important;
}
h1,
.h1 {
  font-size: var(--h1);
  line-height: 91px;
  font-weight: 900;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 38px;
  }

  h2,
.h2 {
    font-size: 32px;
  }

  h3,
.h3 {
    font-size: 28px;
  }

  h4,
.h4 {
    font-size: 24px;
  }

  h5,
.h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
  }

  h2,
.h2 {
    font-size: 28px;
  }

  h3,
.h3 {
    font-size: 24px;
  }

  h4,
.h4 {
    font-size: 20px;
  }

  h5,
.h5 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold);
}

h6,
.h6 {
  font-weight: var(--s-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "CenturyGothic" , sans-serif !important;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-heading);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

.m--0 {
  margin: 0;
}

.rts-section-gap {
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}

.rts-section-gapTop {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 80px;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .mt_lp--5 {
    margin-top: 5px;
  }

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .mt_lp--10 {
    margin-top: 10px;
  }

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .mt_lp--15 {
    margin-top: 15px;
  }

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .mt_lp--20 {
    margin-top: 20px;
  }

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .mt_lp--25 {
    margin-top: 25px;
  }

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .mt_lp--30 {
    margin-top: 30px;
  }

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .mt_lp--35 {
    margin-top: 35px;
  }

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .mt_lp--40 {
    margin-top: 40px;
  }

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .mt_lp--45 {
    margin-top: 45px;
  }

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .mt_lp--50 {
    margin-top: 50px;
  }

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .mt_lp--55 {
    margin-top: 55px;
  }

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .mt_lp--60 {
    margin-top: 60px;
  }

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .mt_lp--65 {
    margin-top: 65px;
  }

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .mt_lp--70 {
    margin-top: 70px;
  }

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .mt_lp--75 {
    margin-top: 75px;
  }

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .mt_lp--80 {
    margin-top: 80px;
  }

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .mt_lp--85 {
    margin-top: 85px;
  }

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .mt_lp--90 {
    margin-top: 90px;
  }

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .mt_lp--95 {
    margin-top: 95px;
  }

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .mt_lp--100 {
    margin-top: 100px;
  }

  .mb_lp--100 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

  .pb_lg--50 {
    padding-bottom: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

  .pb_lg--70 {
    padding-bottom: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

  .mr_sm--25 {
    margin-right: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-dec-30 {
  margin-top: -30px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.mt-dec-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
  .small-margin-pricing {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 479px) {
  .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mt-contact-sm {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

.mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.padding-contorler-am-slide {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "CenturyGothic" , sans-serif !important;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
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=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #fff;
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-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: #fff;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-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: #fff;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ 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,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input:checked ~ .rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.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: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}
.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.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;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg);
}

.bg_tr-image--1 {
  /* background-image: url(../images/bg/bg-image-1.png) !important; */
  background-size: cover !important;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png) !important;
  background-size: cover !important;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png) !important;
  background-size: cover !important;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png) !important;
  background-size: cover !important;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png) !important;
  background-size: cover !important;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png) !important;
  background-size: cover !important;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png) !important;
  background-size: cover !important;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png) !important;
  background-size: cover !important;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png) !important;
  background-size: cover !important;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png) !important;
  background-size: cover !important;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png) !important;
  background-size: cover !important;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png) !important;
  background-size: cover !important;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png) !important;
  background-size: cover !important;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png) !important;
  background-size: cover !important;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png) !important;
  background-size: cover !important;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png) !important;
  background-size: cover !important;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png) !important;
  background-size: cover !important;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png) !important;
  background-size: cover !important;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png) !important;
  background-size: cover !important;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png) !important;
  background-size: cover !important;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.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;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*=col], .row--60 > [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 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

body {
  scroll-behavior: auto;
}

/*------------------------
    Header Sticky 
--------------------------*/
.rt_bg-primary {
  background: var(--color-primary);
}

.rt_bg-secondary {
  background: var(--color-secondary);
}

.rts-gradient-one {
  background: var(--gradient-one);
}

.rts-gradient-two {
  background: var(--gradient-two);
}

.title-area.text-center .sub-title {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.title-area.text-center .title {
  margin-top: 20px;
  margin-bottom: 0;
}

.title-area.un-sub .sub-title {
  color: var(--color-terciary);
  text-decoration: underline;
  text-transform: uppercase;
}

.title-area .sub-title {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500px;
  margin: 0;
}
.title-area .title {
  margin-top: 20px;
  margin-bottom: 0;
}

p.disc {
  color: #ffffffa8;
}

.col-lg-20 {
  width: 20%;
  float: left;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .col-lg-20 {
    width: 33%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 575px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .col-lg-20 {
    width: 100%;
    float: left;
  }
}

.title-area .sub {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
.title-area .title {
  margin-top: 10px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BEC2D8 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  opacity: 1 !important;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BEC2D8 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BEC2D8 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bg-shape-one {
  position: relative;
  z-index: 1;
}
.bg-shape-one::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: 10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
.bg-shape-one::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(123px);
}

.modal-sidebar-scroll {
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  padding: 17px 11px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
  border-radius: 5px 0 0 5px;
}
.modal-sidebar-scroll ul {
  padding-left: 0;
  list-style: none;
}
.modal-sidebar-scroll ul li {
  margin-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.modal-sidebar-scroll ul li::after {
  top: 9px;
  left: -19px;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-right-color: #8200e9;
  opacity: 0;
}
.modal-sidebar-scroll ul li:last-child {
  margin-bottom: 0;
}
.modal-sidebar-scroll ul li a {
  transition: 0.3s;
}
.modal-sidebar-scroll ul li a span {
  display: none;
  right: -100px;
  transition: 3s;
  position: absolute;
  min-width: max-content;
  width: 100%;
  padding: 6px 8px;
  /* display: block; */
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  border-radius: 3px;
  transition: 0.3s;
  color: #fff !important;
}
.modal-sidebar-scroll ul li a svg {
  fill: #fff;
  height: 15px;
  width: 15px;
  stroke-width: 2px;
}
.modal-sidebar-scroll ul li:hover::after {
  opacity: 1;
}
.modal-sidebar-scroll ul li:hover a span {
  display: block;
  right: 36px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

.rts-btn.blog-badge {
  padding: 12px 32px;
  font-weight: 500;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* 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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-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);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* 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;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-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);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-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;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-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;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-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;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-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);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-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);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-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);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-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);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-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);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-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);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-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;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-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);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-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);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-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);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-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);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-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);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-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);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-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);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-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;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-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);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-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);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-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;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-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;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-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;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-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;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-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;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-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;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-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;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-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;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-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;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-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;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-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;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-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;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-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;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-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;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-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;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* 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;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* 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);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-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;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-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);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-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);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-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);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-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);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-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);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-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);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-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);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-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);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-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);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-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);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-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);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}
.floting-line {
  animation: animate-floting 15s linear infinite;
}
.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}
.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }
  100% {
    background: var(--color-danger);
  }
}
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}
.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;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/*header style hear*/
/*header style start hear*/
.header-inner-one {
  display: flex;
  align-items: center;
  background: #111D5E;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #FFFFFF15;
}

.header-left {
  display: flex;
  flex-basis: 55%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-left {
    justify-content: center;
  }
}
.header-left .logo {
  padding: 0;
}
.header-left .logo img {
  min-width: 60px;
}
@media only screen and (max-width: 767px) {
  .header-left .logo {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 479px) {
  .header-left .logo {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-left .logo img {
    max-width: 130px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-left .logo {
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .padding-controler-header {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
}

.mainmenu-nav ul.main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .mainmenu-nav ul.main-menu {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mainmenu-nav ul.main-menu {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1230px) {
  .mainmenu-nav ul.main-menu {
    padding-left: 0;
  }
}
.mainmenu-nav ul.main-menu li {
  margin: 0 12px 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1500px) {
  .mainmenu-nav ul.main-menu li {
    margin: 0 23px 0 0;
  }
}
.mainmenu-nav ul.main-menu li:first-child {
  margin-left: 0;
}
.mainmenu-nav ul.main-menu li a {
  padding: 50px 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .mainmenu-nav ul.main-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .mainmenu-nav ul.main-menu li a {
    font-size: 14px;
  }
}
.mainmenu-nav ul.main-menu li a::before {
  font-size: 14px;
  right: -5px;
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f078";
  font-weight: 900;
}
.mainmenu-nav ul.main-menu li a.single:hover {
  color: var(--color-terciary);
}
.mainmenu-nav ul.main-menu li:hover a.navmain {
  color: var(--color-terciary);
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  .header-right {
    justify-content: center;
    flex-direction: column-reverse;
  }

}
.header-right .input-group {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: max-content;
}
.header-right .input-group i {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 15px;
  color: var(--color-white);
  font-size: 18px;
  cursor: pointer;
}
.header-right .input-group input {
  width: auto;
  background: #ffffff08;
  height: 50px;
  border-radius: 30px !important;
  color: var(--color-white);
  font-weight: 400;
  padding: 0 0 0 40px;
  margin-right: 37px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-right .input-group input {
    width: 210px;
  }
}
.header-right .input-group input:focus {
  border: 1px solid var(--color-terciary);
}
.header-right .input-group input::placeholder {
  color: #e91f1f;
}
.header-right .icons {
  display: flex;
}
.header-right .icons li {
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .header-right .icons li.user {
    margin-left: 0;
  }
}
.header-right .icons li:first-child {
  margin-right: 24px;
}
@media only screen and (max-width: 479px) {
  .header-right .icons li:first-child {
    margin-right: 7px;
  }
}
.header-right .icons li:last-child {
  margin-left: 30px;
}
.header-right .icons i {
  position: relative;
  margin-left: 50px;
  color: var(--color-white);
  cursor: pointer;
  margin: 0;
  z-index: 1;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .header-right .icons i {
    font-size: 16px;
  }
}
.header-right .icons i::after {
  position: absolute;
  content: "";
  height: 52px;
  width: 52px;
  background: #ffffff43;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 479px) {
  .header-right .icons i::after {
    height: 40px;
    width: 40px;
  }
}
.header-right .icons i:hover {
  transform: translateY(-5px) scale(1.05);
}
.header-right .icons i:hover::after {
  background: #4200E5;
  border: 1px solid #fff1;
  opacity: 1;
}
.header-right a.rts-btn {
  margin-left: 18px !important;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .header-right a.rts-btn {
    margin-left: 16px !important;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 479px) {
  .header-right a.rts-btn {
    margin-left: -20px !important;
    padding: 7px 10px;
    font-size: 14px;
  }
  #contactBarSm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-top: 35px;
  }
}

.header-style-two {
  background: var(--color-secondary);
}
.header-style-two .header-left {
  display: flex;
  align-items: center;
}
.header-style-two .header-left .logo-thumbnail a {
  padding: 27px 12px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .header-style-two .header-left .logo-thumbnail a {
    padding: 15px 12px;
  }
}
@media only screen and (max-width: 479px) {
  .header-style-two .header-left .logo-thumbnail a {
    padding: 15px 12px;
  }
}
.header-style-two .header-left .logo-thumbnail a img {
  max-width: 104px;
  max-height: 50px;
}
.header-style-two .header-left .input-group {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-two .header-left .input-group {
    margin-left: 15px;
  }
}
.header-style-two .header-left .input-group input {
  width: auto;
  background: #ffffff0f;
  height: 50px;
  border-radius: 5px !important;
  color: var(--color-white);
  font-weight: 400;
  padding: 0 0 0 40px;
  padding-right: 10px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-two .header-left .input-group input {
    width: 212px;
  }
}
.header-style-two .header-left .input-group input:focus {
  border: 1px solid var(--color-terciary);
}
.header-style-two .header-left .input-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: var(--color-white);
  cursor: pointer;
}
.header-style-two .header-right .mainmenu-nav {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-two .header-right .mainmenu-nav {
    margin-right: 0;
  }
}

.header--sticky {
  transition: 0.3s;
  top: 0;
  z-index: 999;
  position: relative;
}
.header--sticky.sticky {
  background-color: #111d5e87;
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
}

.off-arrow a::before {
  display: none;
}

.mobile-menu-bar .hamberger .hamberger-button {
  margin-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .mobile-menu-bar .hamberger .hamberger-button {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-menu-bar .hamberger .hamberger-button {
    margin-left: 10px;
  }
}
.mobile-menu-bar .hamberger .hamberger-button i {
  position: relative;
  font-size: 22px;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-bar .hamberger .hamberger-button i {
    font-size: 16px;
  }
}
.mobile-menu-bar .hamberger .hamberger-button i::after {
  position: absolute;
  content: "\f0c9";
  height: 50px;
  width: 50px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(-68%, -28%);
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-bar .hamberger .hamberger-button i::after {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .header-style-two {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-style-two {
    padding: 10px 0 10px 0;
  }
}
.header-style-two .setting-option .search-mobile-icon {
  margin-left: 30px;
}

ul.icons {
  padding-left: 0;
  margin-right: 20px;
}
ul.social-wrapper {
  padding-left: 0;
}

@media only screen and (max-width: 575px) {
  .icon.user-two {
    margin-left: 0 !important;
  }
}

.container-header {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .container-header {
    width: 95%;
  }
}
@media screen and (max-width: 1198px) {
  .container-header {
    max-width: 100%;
  }
}

.header-two {
  border-bottom: 1px solid #27326F;
}
.header-two .header-left {
  /* border-right: 1px solid #27326F; */
  margin-right: -18px;
}
@media screen and (max-width: 1300px) {
  .header-two .header-left {
    border-right: none;
  }
}
@media only screen and (max-width: 479px) {
  .header-two .header-left {
    margin-right: 0;
  }
}
.header-two .main-menu-wrapepr {
  /* border-right: 1px solid #27326F; */
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-two .main-menu-wrapepr {
    margin-right: 56px;
  }
}
@media screen and (max-width: 1300px) {
  .header-two .main-menu-wrapepr {
    border-right: none;
  }
}

.header--sticky.header-two.sticky.sticky {
  margin-left: 0;
}

.header-two.sticky .header-left {
  border-right: 1px solid #27326F;
  margin-right: -13px;
}

/*header style start hear*/
.mainmenu-nav .main-menu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.mainmenu-nav .main-menu li.single-items .navmain {
  transition: 0.3s;
}
.mainmenu-nav .main-menu li.single-items .navmain::before {
  transition: 0.3s;
}
.mainmenu-nav .main-menu li.single-items .navmain:hover::before {
  transform: rotate(180deg);
  top: 41%;
}
.mainmenu-nav .main-menu li .submenu {
  min-width: 200px;
  height: auto;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #111d5e;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  backdrop-filter: blur(9px);
  border-top: 4px solid var(--color-terciary);
}
.mainmenu-nav .main-menu li .submenu li a {
  position: relative;
  transition: 0.3s;
}
.mainmenu-nav .main-menu li .submenu li a::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0px;
  content: "";
  background: var(--color-terciary);
  height: 2px;
  transition: 0.3s;
}
.mainmenu-nav .main-menu li .submenu li a:hover {
  margin-left: 20px;
}
.mainmenu-nav .main-menu li .submenu li a:hover::after {
  width: 10px;
}
.mainmenu-nav .main-menu li .submenu::after {
  top: -20px;
  left: 25%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: var(--color-terciary);
}
.mainmenu-nav .main-menu li .submenu.pages li a::before {
  content: "\f15b";
  display: none;
}
.mainmenu-nav .main-menu li .submenu.pages::after {
  top: -20px;
  left: 8%;
  transform: translateX(-50%);
  content: "";
}
.mainmenu-nav .main-menu li .submenu.explore li a::before {
  content: "\f49c";
  display: none;
}
.mainmenu-nav .main-menu li .submenu.blog li a::before {
  content: "\f781";
  display: none;
}
.mainmenu-nav .main-menu li .submenu li.single {
  margin: 0;
  padding: 3px 0;
  width: 100%;
  display: inline-block;
}
.mainmenu-nav .main-menu li .submenu li.single a {
  font-weight: 500;
  padding: 4px 14px !important;
  font-size: 16px;
  display: block;
  color: #acacac;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.mainmenu-nav .main-menu li .submenu li.single a::before {
  content: "\f015";
  transition: 0.3s;
  right: 10px;
  display: none;
}
.mainmenu-nav .main-menu li .submenu li.single:hover a {
  margin-left: 25px;
  color: var(--color-terciary);
}
.mainmenu-nav .main-menu li .submenu li.single:hover a::before {
  right: 0px;
}
.mainmenu-nav .main-menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.submenu.mega-menu {
  width: 600px;
}
.submenu.mega-menu .mega-menu-1 {
  display: flex;
  align-items: flex-start;
}
.submenu.mega-menu .mega-menu-1 .mega-1 {
  width: 200px;
}
.submenu.mega-menu .mega-menu-1:hover {
  color: #fff;
}
.submenu.mega-menu .mega-menu-1 li {
  margin-right: 0;
}
.submenu.mega-menu .mega-menu-1 li a {
  padding: 10px;
  margin: 0 10px;
}
.submenu.mega-menu .mega-menu-1 li a:hover {
  color: var(--color-terciary);
}

.mega-menu-1 {
  display: flex !important;
  width: 600px;
  align-items: flex-start;
}
.mega-menu-1 ul {
  padding-left: 0;
}

.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: #000000cc;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.popup-mobile-menu .logo img {
  width: 130px;
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner {
  opacity: 1;
  right: 0;
  overflow-y: auto;
}
.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: #111d5e4d;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  right: -150px;
  transition: all 0.5s ease-out;
  padding: 30px 20px;
  backdrop-filter: blur(8px);
}
.popup-mobile-menu .inner .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
}
.popup-mobile-menu .inner .header-top .close-menu button i {
  position: relative;
  font-size: 18px;
  color: #fff;
}
.popup-mobile-menu .inner .header-top .close-menu button i::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(-63%, -28%);
  z-index: -1;
  transition: 0.3s;
}
.popup-mobile-menu .main-menu {
  padding-left: 0;
}
.popup-mobile-menu .main-menu .navmain {
  font-size: 20px;
  padding: 8px 10px;
  width: 100%;
  display: block;
  /* backdrop-filter: blur(1px); */
  background: transparent;
  border: 1px solid #fff1;
}
.popup-mobile-menu .main-menu .navmain:hover {
  color: var(--color-terciary);
}
.popup-mobile-menu .main-menu .navmain.open {
  color: var(--color-terciary);
}
.popup-mobile-menu .main-menu .navmain.open::after {
  content: "\f077";
}
.popup-mobile-menu .main-menu .rts-dropdown .navmain {
  position: relative;
}
.popup-mobile-menu .main-menu .rts-dropdown .navmain::after {
  position: absolute;
  font-size: 18px;
  content: "\f078";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}
.popup-mobile-menu .main-menu .rts-dropdown .navmain.open {
  color: var(--color-terciary);
}
.popup-mobile-menu .main-menu .rts-dropdown .navmain.open::after {
  content: "\f077";
}
.popup-mobile-menu .main-menu .rts-dropdown .submenu {
  display: none;
  padding-left: 20px;
}
.popup-mobile-menu .main-menu .rts-dropdown .submenu li a {
  font-size: 16px;
}
.popup-mobile-menu nav {
  margin-top: 90px;
}

.search-mobile-icon.open button i::before {
  content: "\f00d";
}
.search-mobile-icon button {
  position: absolute;
  z-index: 1;
  width: auto;
}
.search-mobile-icon button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -41%);
  font-size: 17px;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .search-mobile-icon button i {
    font-size: 16px;
  }
}
.search-mobile-icon button::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  transform: translate(-45%, -50%);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .search-mobile-icon button::before {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .large-mobile-blog-search.form-group {
    position: absolute;
    top: 100%;
    background: #000;
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3;
  }
  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .large-mobile-blog-search.form-group {
    position: absolute;
    top: 100%;
    background: #000;
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3;
  }
  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px;
  }
  button.search-button i {
    color: #fff;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-search-mobile.form-group input {
    width: 100%;
    background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
    padding-right: 52px;
    color: var(--color-body);
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .rts-search-mobile.form-group input {
    width: 100%;
    background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
    padding-right: 52px;
    color: var(--color-body);
    color: #fff;
  }
}

.setting-option.rts-icon-list.d-block.d-lg-none {
  margin-right: 73px;
}
@media only screen and (max-width: 479px) {
  .setting-option.rts-icon-list.d-block.d-lg-none {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-search-mobile.form-group {
    position: absolute;
    top: 100%;
    width: 90%;
    right: 50%;
    margin-bottom: 0;
    transform: translateX(50%);
    padding: 20px;
    z-index: 3;
    background-color: #111d5e87;
    backdrop-filter: blur(9px);
  }
}
@media only screen and (max-width: 767px) {
  .rts-search-mobile.form-group {
    position: absolute;
    top: 100%;
    width: 90%;
    right: 50%;
    margin-bottom: 0;
    transform: translateX(50%);
    padding: 20px;
    z-index: 3;
    background-color: #111d5e87;
    backdrop-filter: blur(9px);
  }
}

/*elements style hear*/
/*------BUttons style------
-------------------------*/
.rts-btn {
  padding: 13px 36px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  min-width: max-content;
  max-width: fit-content;
}
.rts-btn:focus {
  box-shadow: none;
}
.rts-btn.btn-primary {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-weight: 500;
}
.rts-btn.btn-primary::after {
  position: absolute;
  content: "";
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}
.rts-btn.btn-primary::before {
  position: absolute;
  content: "";
  background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}
.rts-btn.btn-primary:hover {
  transform: scale(1.02);
}
.rts-btn.btn-primary:hover::after {
  opacity: 0;
}
.rts-btn.btn-primary:focus {
  box-shadow: none;
  display: none;
}
.rts-btn.btn-primary.btn-lg {
  padding: 20px 35px;
}
.rts-btn.btn-primary.btn-md {
  padding: 18px 30px;
}
.rts-btn.btn-primary.radious-5 {
  border-radius: 5px;
}
.rts-btn.btn-primary.radious-5::after {
  border-radius: 5px;
}
.rts-btn.btn-primary.radious-5::before {
  border-radius: 5px;
}
.rts-btn.btn-primary.radious-10 {
  border-radius: 10px;
}
.rts-btn.btn-primary.radious-10::after {
  border-radius: 10px;
}
.rts-btn.btn-primary.radious-10::before {
  border-radius: 10px;
}
.rts-btn.btn-secondary {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  backdrop-filter: blur(42px);
  background-color: transparent;
  padding: 10px 29px;
  border: 2px solid var(--color-white);
}
.rts-btn.btn-secondary::after {
  position: absolute;
  content: "";
  background: radial-gradient(53.57% 187.75% at 31.9% -49.02%, #ffffff2b 0%, #ffffff00 100%) !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}
.rts-btn.btn-secondary::before {
  position: absolute;
  content: "";
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff00 0%, #ffffff66 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.rts-btn.btn-secondary:hover {
  transform: scale(1.02) translateY(-5px);
}
.rts-btn.btn-secondary:hover::after {
  opacity: 0;
}
.rts-btn.btn-secondary:hover::before {
  opacity: 1;
}
.rts-btn.btn-secondary:focus {
  display: none;
}
.rts-btn.btn-secondary.btn-lg {
  padding: 20px 35px;
}
.rts-btn.btn-secondary.btn-md {
  padding: 15px 23px;
}
.rts-btn.btn-secondary.radious-5 {
  border-radius: 5px;
  font-weight: 500;
}
.rts-btn.btn-secondary.radious-5::after {
  border-radius: 5px;
}
.rts-btn.btn-secondary.radious-5::before {
  border-radius: 5px;
}
.rts-btn.btn-secondary.radious-10 {
  border-radius: 10px;
}
.rts-btn.btn-secondary.radious-10::after {
  border-radius: 10px;
}
.rts-btn.btn-secondary.radious-10::before {
  border-radius: 10px;
}

button.rts-btn {
  width: auto;
}

input.rts-btn {
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  min-width: max-content;
  line-height: auto;
  height: auto;
  position: relative;
  border: none;
  color: #fff;
}
input.rts-btn:hover {
  background: var(--color-primary);
  border: none;
  color: #fff;
}

.trs-button-page-wrapper .rts-btn {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .trs-button-page-wrapper .rts-btn {
    position: relative;
    margin-top: -20px;
  }
}

.button-group-vedio {
  display: flex;
  align-items: center;
}
.button-group-vedio .vedio-play-button-banner {
  margin-left: 55px;
}
@media only screen and (max-width: 575px) {
  .button-group-vedio .vedio-play-button-banner {
    margin-left: -135px !important;
    margin-top: 135px;
  }
}
@media only screen and (max-width: 479px) {
  .button-group-vedio .vedio-play-button-banner {
    margin-left: -135px !important;
    margin-top: 135px;
  }
}
.button-group-vedio .vedio-play-button-banner span.outer-text {
  color: #FFFFFF;
  margin-left: 77px;
  font-size: 18px;
}

.vedio-play-button-banner {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  transition: 0.3s;
}
.video-play-button:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  transition: all 200ms;
  border: 2px solid #fff;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 13px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 43%;
}

.video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

/*banner style one----
--------------------*/
.container-banner-one .thumbnail-one img {
  width: 43%;
}
@media screen and (max-width: 1700px) {
  .container-banner-one .thumbnail-one img {
    width: 48%;
    margin-top: 37px;
  }
}

.banner-one .banner-one-left-inner {
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one .banner-one-left-inner {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .banner-one-left-inner {
    padding-top: 300px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one .banner-one-left-inner {
    padding-top: 300px !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one .banner-one-left-inner {
    padding-top: 200px !important;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one .banner-one-left-inner {
    padding-top: 45px !important;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 50px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 46px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 36px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 46px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 36px;
    line-height: 55px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one .banner-one-left-inner .title {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
}
.banner-one .banner-one-left-inner::after {
  position: absolute;
  content: "";
  /* background: url(../images/icon/banner-jump/jump-1.png); */
  height: 70px;
  width: 70px;
  bottom: -100px;
  left: -180px;
  /* animation: jump-1 5s infinite; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .banner-one-left-inner::after {
    display: none;
  }
}
.banner-one .banner-one-left-inner::before {
  position: absolute;
  content: "";
  /* background: url(../images/icon/banner-jump/jump-2.png); */
  height: 90px;
  width: 90px;
  top: -100px;
  left: -120px;
  /* animation: jump-2 5s infinite; */
}
.banner-one .banner-one-left-inner p.disc {
  color: #e5e5e5c4;
  font-weight: 400;
}
.banner-one .thumbnail-one {
  margin: auto;
  position: absolute;
  max-width: 404px;
  margin-left: 150px;
  margin-top: -48px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .banner-one .thumbnail-one {
    display: none;
  }
}
.banner-one .thumbnail-one.one {
  margin: auto;
  position: absolute;
  width: 120%;
  max-width: 120%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one .thumbnail-one {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one .thumbnail-one {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .thumbnail-one {
    display: flex;
  }
  .banner-one .thumbnail-one img {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one .thumbnail-one img {
    width: 100%;
    margin-top: 0;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .thumbnail-one img {
    width: 60%;
    margin-top: 0;
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one .thumbnail-one img {
    width: 64%;
    margin-top: 0;
    z-index: -1;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one .thumbnail-one img {
    width: 80%;
  }
}
.banner-one .thumbnail-one::after {
  position: absolute;
  content: "";
  background: url(../images/icon/banner-jump/jump-3.png);
  height: 90px;
  width: 90px;
  top: -130px;
  left: 45%;
  animation: bounce 5s infinite;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one .thumbnail-one::after {
    top: -2%;
    left: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one .thumbnail-one::after {
    top: 8%;
    left: 18%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one .thumbnail-one::after {
    top: 16%;
    left: 18%;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one .thumbnail-one::after {
    top: 18%;
    left: 18%;
    background-size: cover;
    height: 60px;
    width: 60px;
  }
}
.banner-one .thumbnail-one::before {
  position: absolute;
  content: "";
  background: url(../images/icon/banner-jump/jump-4.png);
  height: 70px;
  width: 70px;
  bottom: 5%;
  right: 60%;
  animation: jump-1 5s infinite;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one .thumbnail-one::before {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-one .thumbnail-one::before {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one .thumbnail-one.thum-four {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one .thumbnail-one.thum-four {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .row-reverce-sm {
    flex-direction: column-reverse;
  }
}

.title-banner {
  margin-bottom: 36px;
  font-size: 60px;
  line-height: 82px;
}
@media only screen and (max-width: 767px) {
  .title-banner {
    font-size: 45px;
    line-height: 57px;
  }
}
@media only screen and (max-width: 575px) {
  .title-banner {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
  }
}

p.pre-banner {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
p.pre-banner span {
  color: var(--color-terciary);
}

.timer-end span.title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.timer-end .countdown {
  display: flex;
  align-items: center;
}
.timer-end .countdown .countdown-container {
  padding: 40px;
  margin-left: -40px;
  margin-top: -25px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .timer-end .countdown .countdown-container {
    margin-top: 10px;
    padding: 20px;
    margin-left: -20px;
  }
}
.timer-end .countdown .countdown-container:last-child::after {
  display: none;
}
.timer-end .countdown .countdown-container::after {
  position: absolute;
  content: ":";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .timer-end .countdown .countdown-container::after {
    right: 8px;
  }
}
.timer-end .countdown .countdown-container .countdown-value {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .timer-end .countdown .countdown-container .countdown-value {
    font-size: 26px;
    font-weight: 500;
  }
}
.timer-end .countdown .countdown-container .countdown-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .timer-end .countdown .countdown-container .countdown-heading {
    font-size: 14px;
    font-weight: 500;
  }
}

.banner-2 {
  padding: 15px 35px !important;
}

.banner-two-right-nft-wrapper {
  position: relative;
}
.banner-two-right-nft-wrapper .about-badge {
  position: absolute;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff05 100%);
  padding: 25px 30px;
  backdrop-filter: blur(42px);
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge {
    padding: 10px 15px;
  }
}
.banner-two-right-nft-wrapper .about-badge.nft {
  top: 50%;
  transform: translateY(-13%);
  left: -18%;
  animation: jump-2 5s infinite;
  padding-bottom: 80px;
  padding-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-right-nft-wrapper .about-badge.nft {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-right-nft-wrapper .about-badge.nft {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge.nft {
    top: 66%;
    left: -2%;
    padding-bottom: 50px;
  }
}
.banner-two-right-nft-wrapper .about-badge.nft p.user {
  margin-bottom: 15px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge.nft p.user {
    font-size: 20px;
    font-weight: 400;
  }
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user {
  position: relative;
  cursor: pointer;
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img {
  position: absolute;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge.nft .thumb-user img {
    height: 35px;
    width: 35px;
  }
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img.user-2 {
  margin-left: 30px;
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img.user-3 {
  margin-left: 60px;
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img.user-4 {
  margin-left: 90px;
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img.user-5 {
  margin-left: 120px;
}
.banner-two-right-nft-wrapper .about-badge.nft .thumb-user img:hover {
  z-index: 10;
}
.banner-two-right-nft-wrapper .about-badge.tranding {
  top: 40px;
  right: -68px;
  display: flex;
  align-items: center;
  animation: jump-1 5s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-two-right-nft-wrapper .about-badge.tranding {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-right-nft-wrapper .about-badge.tranding {
    right: -5%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge.tranding {
    right: 7%;
  }
}
.banner-two-right-nft-wrapper .about-badge.tranding p.tranding {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .banner-two-right-nft-wrapper .about-badge.tranding p.tranding {
    font-size: 20px;
    font-weight: 400;
  }
}

.banner-two-wrapper {
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-two-wrapper {
    margin-top: 50px;
  }
}
.banner-two-wrapper::after {
  position: absolute;
  content: "";
  left: -10%;
  top: 0;
  background-image: url(../images/icon/banner-jump/jump-2.png);
  height: 100px;
  width: 100px;
  animation: jump-1 2s infinite;
  background-repeat: no-repeat;
}
.banner-two-wrapper::before {
  position: absolute;
  content: "";
  left: 14%;
  bottom: 26%;
  background-image: url(../images/icon/banner-jump/jump-3.png);
  height: 100px;
  width: 100px;
  animation: jump-2 2s infinite;
  background-repeat: no-repeat;
}
.banner-two-wrapper .rounded-image img {
  animation: rotateIt2 4s linear infinite;
}
.banner-two-wrapper .title {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.banner-two-wrapper .title::after {
  position: absolute;
  content: "";
  right: -16%;
  bottom: 10%;
  background-image: url(../images/icon/banner-jump/jump-1.png);
  height: 100px;
  width: 100px;
  animation: jump-2 2s infinite;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 1600px), (max-width: 1919px) {
  .banner-two-wrapper .title::after {
    right: -4%;
  }
}
.banner-two-wrapper a.rts-btn {
  display: block;
  margin: auto;
}

.start-banner-three p.dist {
  color: #E5E5E5;
}

.counter-up-wrapper.banner-three {
  justify-content: flex-start;
}
.counter-up-wrapper.banner-three .single-item {
  margin-top: 50px;
  margin-right: 70px;
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .counter-up-wrapper.banner-three .single-item {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .counter-up-wrapper.banner-three .single-item {
    margin-right: 30px;
  }
}

.banner-three-right-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-right-wrapper {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-right-wrapper {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-right-wrapper {
    width: 90%;
    margin: auto;
  }
}
.banner-three-right-wrapper::before {
  content: "";
  left: -15%;
  bottom: 64px;
  height: 200px;
  width: 200px;
  position: absolute;
  background-image: url(../images/banner/banner-badge.png);
  background-repeat: no-repeat;
  background-position: center;
  animation: rotateIt 4s linear infinite;
}
@media only screen and (max-width: 767px) {
  .banner-three-right-wrapper::before {
    left: 56%;
    bottom: 67%;
    height: 120px;
    width: 120px;
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-right-wrapper::before {
    left: 65%;
    bottom: 77%;
    height: 120px;
    width: 120px;
    background-size: cover;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-right-wrapper::before {
    left: 56%;
    bottom: 67%;
    height: 120px;
    width: 120px;
    background-size: cover;
  }
}
.banner-three-right-wrapper .banner-place-bid {
  position: absolute;
  left: 50%;
  top: 78%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
  backdrop-filter: blur(15px);
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff00 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-right-wrapper .banner-place-bid {
    max-width: max-content;
    min-width: max-content;
    left: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-right-wrapper .banner-place-bid {
    max-width: max-content;
    min-width: max-content;
    left: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-right-wrapper .banner-place-bid {
    max-width: max-content;
    min-width: max-content;
    left: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-right-wrapper .banner-place-bid {
    max-width: max-content;
    min-width: max-content;
    left: 50%;
    padding: 8px;
  }
}
.banner-three-right-wrapper .banner-place-bid .rts-lf {
  margin-right: 40px;
}
.banner-three-right-wrapper .banner-place-bid .rts-lf p {
  margin-bottom: 12px;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .banner-three-right-wrapper .banner-place-bid .rts-lf p {
    margin-bottom: 0;
  }
}
.banner-three-right-wrapper .banner-place-bid .rts-lf .doller {
  margin-bottom: 0;
}

.banner-one-left-inner .title span {
  background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
}
.banner-one-left-inner .title span.border-1 {
  background: transparent;
  position: relative;
}
.banner-one-left-inner .title span.border-1::after {
  position: absolute;
  left: -6px;
  top: 11px;
  content: "";
  background-image: url(../images/banner/circle.png);
  height: 100%;
  width: 118%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rts-header-area.border-bottom {
  border-bottom: 1px solid #fff5 !important;
}
.rts-header-area.border-bottom-black {
  border-bottom: 1px solid #00000055 !important;
}
.rts-header-area.border-bottom-blue {
  border-bottom: 1px solid #1900ff55 !important;
}

.bg-banner-five .banner-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-banner-five .banner-inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .bg-banner-five .banner-inner {
    width: 95%;
  }
}
@media only screen and (max-width: 479px) {
  .bg-banner-five .banner-inner {
    width: 100%;
  }
}
.bg-banner-five .banner-inner::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.bg-banner-five .banner-inner .title {
  font-family: "Cocogoose" , sans-serif !important;
  line-height: 90px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-banner-five .banner-inner .title {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-banner-five .banner-inner .title {
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-banner-five .banner-inner .title {
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-banner-five .banner-inner .title {
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .bg-banner-five .banner-inner .title {
    line-height: 40px;
  }
}
.bg-banner-five .banner-inner .disc {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .bg-banner-five .banner-inner .disc {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .bg-banner-five .banner-inner .disc {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .bg-banner-five .banner-inner .disc {
    width: 95%;
  }
}
.bg-banner-five .banner-inner .rts-btn {
  margin-top: 30px;
}

.authore-banner {
  height: 340px;
}
@media only screen and (max-width: 575px) {
  .authore-banner {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .authore-banner {
    height: 250px;
  }
}

.author-inner {
  margin-top: -140px;
  margin-bottom: 50px;
}
.author-inner .content-inner .title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.author-inner .content-inner span {
  font-size: 18px;
}
.author-inner .content-inner span span {
  color: var(--color-terciary);
}
.author-inner .user-thumbnail img {
  border-radius: 50%;
  padding: 10px;
  animation: rotate-color 8s linear infinite;
  transition: all 5s;
  background: #4200E5;
  margin-bottom: 30px;
}
.author-inner .content-inner .share-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.author-inner .content-inner .share-wrapper button {
  max-width: max-content;
}
.author-inner .content-inner .share-wrapper button i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4200E5;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.author-inner .content-inner .share-wrapper button:hover i {
  background: #8200e9;
}

@keyframes rotate-color {
  0% {
    background: #4200E5;
  }
  20% {
    background: #3904be;
  }
  30% {
    background: #0022e5;
  }
  40% {
    background: #7600e5;
  }
  50% {
    background: #4c1dc4;
  }
  60% {
    background: #e500e5;
  }
  70% {
    background: #5429be;
  }
  80% {
    background: #5120ce;
  }
  90% {
    background: #0089e5;
  }
  100% {
    background: #3a10a5;
  }
}
.authore-area .button-group {
  justify-content: center;
}
.authore-area .button-group.filters-button-group button {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  margin-right: 15px;
  font-size: 17px;
  color: #fff;
  min-width: fit-content;
  max-width: max-content;
  border-radius: 30px;
  max-width: max-content;
  margin-right: 20px;
  padding: 13px 30px;
  font-weight: 400;
}
.authore-area .button-group.filters-button-group button:hover, .authore-area .button-group.filters-button-group button.is-checked {
  background: var(--gradient-one);
  color: #fff;
  border: none;
  padding: 15px 32px;
}

.cart-icon-header {
  position: relative;
}
.cart-icon-header::after {
  position: absolute;
  content: "3";
  font-size: 13px;
  line-height: 6px;
  color: #ffffff;
  border-radius: 50%;
  top: -20px;
  padding: 6px;
  background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
  z-index: 2;
  transition: 0.3s;
}
.cart-icon-header:hover::after {
  transform: translateY(-5px);
}

.banner-four-area {
  position: relative;
  z-index: 1;
}
.banner-four-area::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #4baeff 51.04%, #FFA84B 100%);
  height: 460px;
  width: 460px;
  right: 16%;
  top: 13%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -2;
  filter: blur(100px);
}
.banner-four-area .banner-one .thumbnail-one {
  position: absolute;
  z-index: -1;
}

/*--------brand style start hear--
------------------------------------*/
.brand-style-one {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-one {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-one {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }
}
.brand-style-one .single-brand {
  margin: 0;
}
.brand-style-one .single-brand a {
  padding: 32px 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-one .single-brand a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-one .single-brand a {
    padding: 15px 20px;
  }
}
.brand-style-one .single-brand a img {
  max-width: 200px;
  height: 29px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-one .single-brand a img {
    max-width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-one .single-brand a img {
    max-width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-one .single-brand a img {
    max-width: 120px;
    height: auto;
  }
}
.brand-style-one .single-brand a:hover img {
  transform: scale(1.1);
}

.brand-two-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-two-wrapper {
    justify-content: center;
  }
  .brand-two-wrapper a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-two-wrapper {
    justify-content: center;
  }
  .brand-two-wrapper a {
    padding: 10px 6px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-two-wrapper {
    justify-content: center;
  }
  .brand-two-wrapper a {
    padding: 10px 3px;
  }
}
.brand-two-wrapper a img {
  opacity: 0.3;
  transition: var(--transition);
  max-width: 150px;
  max-height: 30px;
}
.brand-two-wrapper a:hover img {
  opacity: 1;
}

.rts-gradient-footerside {
  background: #ffffff05;
  border-bottom: 2px solid #5f00e7;
}

/*=========================
    Section aabout 
==========================*/
.about-shape {
  background-image: url(../images/about/shape-01.png);
}

.about-bg {
  background: url(../images/about/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-bg-2 {
  background: url(../images/about/about-02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-style-one .about-left {
  display: flex;
  justify-content: end;
  margin-right: 110px;
}
@media only screen and (max-width: 575px) {
  .about-style-one .about-left {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left {
    margin-right: 0;
  }
}
.about-style-one .about-left .thumbnail {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .about-style-one .about-left .thumbnail {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail {
    width: 80%;
    margin: auto;
  }
}
.about-style-one .about-left .thumbnail .about-badge {
  position: absolute;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff05 100%);
  padding: 30px 35px;
  backdrop-filter: blur(42px);
}
@media only screen and (max-width: 767px) {
  .about-style-one .about-left .thumbnail .about-badge {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-one .about-left .thumbnail .about-badge {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge {
    padding: 10px 15px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.tranding {
  top: 40px;
  right: -68px;
  display: flex;
  align-items: center;
  animation: jump-1 5s infinite;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.tranding img {
    width: 15%;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.tranding {
    top: -10%;
    right: -38px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.tranding.icon {
  max-width: 50px;
  max-height: 50px;
}
.about-style-one .about-left .thumbnail .about-badge.tranding p.tranding {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.tranding p.tranding {
    font-size: 16px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft {
  top: 50%;
  transform: translateY(-13%);
  left: -167px;
  animation: jump-2 5s infinite;
  padding-bottom: 80px;
  padding-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-one .about-left .thumbnail .about-badge.nft {
    left: -50px;
    top: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-style-one .about-left .thumbnail .about-badge.nft {
    left: -50px;
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-one .about-left .thumbnail .about-badge.nft {
    top: 18%;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft {
    padding-bottom: 50px;
    left: -34px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft p.user {
  margin-bottom: 15px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft p.user {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user {
  position: relative;
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user img {
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft .-user img {
    height: 34px;
    width: auto;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-2 {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-2 {
    margin-left: 25px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-3 {
  margin-left: 60px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-3 {
    margin-left: 50px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-4 {
  margin-left: 90px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-4 {
    margin-left: 75px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-5 {
  margin-left: 120px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.nft .-user img.user-5 {
    margin-left: 100px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user .user {
  transition: var(--transition);
}
.about-style-one .about-left .thumbnail .about-badge.nft .-user .user:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.01);
}
.about-style-one .about-left .thumbnail .about-badge.place-bid {
  display: flex;
  align-items: center;
  right: -48px;
  top: 80%;
  width: 413px;
  justify-content: space-between;
  animation: jump-1 8s infinite;
}
@media only screen and (max-width: 767px) {
  .about-style-one .about-left .thumbnail .about-badge.place-bid {
    top: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.place-bid {
    width: 320px;
    bottom: -1%;
    top: 72%;
    right: -28px;
    width: 288px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.place-bid .left-placebid h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.place-bid .left-placebid h6 {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.place-bid .left-placebid h6.doller {
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 479px) {
  .about-style-one .about-left .thumbnail .about-badge.place-bid .left-placebid h6.doller {
    margin-top: 3px;
    font-size: 18px;
  }
}
.about-style-one .about-left .thumbnail .about-badge.place-bid .left-placebid span {
  font-size: 18px;
  margin: 0;
  color: #90FF03;
}

.count-down-one span.time {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-white);
}
.count-down-one span.separator {
  margin: 0 15px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.count-down-one .degicnation span {
  margin-right: 33px;
  margin-left: 3px;
  letter-spacing: 1px;
  color: #ffffffa8;
}
.count-down-one .degicnation span:last-child {
  margin-left: -10px;
}

.about-inner {
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .about-inner {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .about-inner {
    margin-top: 50px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-inner {
    margin-top: 50px;
    padding: 0 15px;
  }
}
.about-inner .sub-title {
  color: var(--color-white);
  font-size: 17px;
  line-height: 24px;
  font-weight: 500px;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .about-two-right .sub-title {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-right .sub-title {
    display: block;
    text-align: center;
  }
}
.about-inner .title {
  line-height: 54px;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .about-inner .title {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.about-inner p.disc {
  color: #ffffffa8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about-inner p.disc {
    margin-bottom: 30px;
  }
}
.about-inner.su-sub .sub-title {
  color: var(--color-terciary);
  text-transform: uppercase;
  text-decoration: underline;
}

.skew {
  transform: skew(5deg, 5deg);
}

.h-100 {
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .position-md-sticky {
    position: sticky !important;
    z-index: 10;
  }
}

.about-two-left .thumbnail {
  position: relative;
}
.about-two-left .about-badge {
  position: absolute;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff05 100%);
  padding: 30px 104px 30px 30px;
  backdrop-filter: blur(42px);
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .about-two-left .about-badge {
    padding: 13px 82px 10px 18px;
  }
}
.about-two-left .about-badge.nft {
  top: 61%;
  transform: translateY(-13%);
  left: -53px;
  animation: jump-2 5s infinite;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .about-two-left .about-badge.nft {
    left: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-left .about-badge.nft {
    left: 11%;
    top: 60%;
  }
}
.about-two-left .about-badge.nft p.user {
  margin-bottom: 15px;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .about-two-left .about-badge.nft p.user {
    font-size: 16px;
  }
}
.about-two-left .about-badge.nft .-user {
  position: relative;
}
.about-two-left .about-badge.nft .-user img {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
}
.about-two-left .about-badge.nft .-user img:hover {
  z-index: 2;
}
.about-two-left .about-badge.nft .-user img.user-2 {
  margin-left: 30px;
}
.about-two-left .about-badge.nft .-user img.user-3 {
  margin-left: 60px;
}
.about-two-left .about-badge.nft .-user img.user-4 {
  margin-left: 90px;
}
.about-two-left .about-badge.nft .-user img.user-5 {
  margin-left: 120px;
}

.about-two-right {
  padding-left: 25px;
}
.about-two-right .sub-title {
  font-size: 18px;
  color: #fff;
}

/*=========author area start======
=================================*/
.avatar {
  position: relative;
}
.avatar::after, .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.avatar::before {
  --translate-y:calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: #fff;
  padding: 5px 8px;
  background: #fff;
  width: max-content;
  border-radius: 5px;
  text-align: center;
}
.avatar::after {
  --translate-y:calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: #fff;
}
.avatar:hover::before, .avatar:hover::after {
  --scale:1;
}

/*=======create area start==
===========================*/
.create-bg {
  background-image: url(../images/b-create/bg-1.png);
}
@media only screen and (max-width: 479px) {
  .create-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-create {
  position: relative;
  padding: 42px 50px;
  z-index: 5;
  border-radius: 10px;
  transition: 1s;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-create {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-create {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-create {
    padding: 20px;
  }
}
.single-create::after {
  position: absolute;
  content: "";
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: var(--transition);
  z-index: -1;
  border: 2px solid #fff5;
}
.single-create::before {
  position: absolute;
  content: "";
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: var(--transition);
  z-index: -1;
  border: 2px solid #fff5;
  opacity: 0;
}
.single-create .wrapper {
  text-align: center;
}
.single-create .wrapper .thumb-ico img {
  margin-bottom: 30px;
  max-width: 100px;
  max-height: 100px;
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-create .wrapper .thumb-ico img {
    max-width: 70px;
    max-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-create .wrapper .thumb-ico img {
    max-width: 70px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-create .wrapper .thumb-ico img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .single-create .wrapper .thumb-ico img {
    max-width: 70px;
    max-height: 70px;
  }
}
.single-create .wrapper .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.single-create .wrapper p.disc {
  color: #ffffffa8;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
}
.single-create:hover::after {
  opacity: 0;
}
.single-create:hover::before {
  border: 2px solid #ffffff;
  opacity: 1;
}
.single-create:hover .wrapper .thumb-ico img {
  transform: translateY(-5px);
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #1b0031;
}

::selection {
  color: #fff;
  background: #1b0031;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

.rts-create-default {
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.192), transparent);
}
.rts-create-default .create {
  padding: 33px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #293267 0%, #111d5e 100%);
  backdrop-filter: blur(21px);
}
.rts-create-default .thumbnail {
  margin-bottom: 23px;
  transition: 0.3s;
}
.rts-create-default .thumbnail img {
  max-width: 68px;
  height: 75px;
  object-fit: contain;
}
.rts-create-default .title {
  margin-bottom: 10px;
}
.rts-create-default p.disc {
  font-size: 14px;
  line-height: 24px;
  color: #BEC2D8;
  margin-bottom: 15px;
}
.rts-create-default .rts-read-more {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.rts-create-default .rts-read-more i {
  margin-left: 5px;
}
.rts-create-default .rts-read-more:hover {
  color: var(--color-terciary);
}
.rts-create-default:hover .thumbnail {
  transform: translateY(-10px);
}

/*=====live tranding====
=======================*/
.rts-bidding-bg {
  background-image: url(../images/live-bidding/bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tranding-bg {
  background: url(../images/bg/bg-shape/bg_shape01.jpg);
  background-size: cover;
}

.live-bid-bg {
  background-image: url(../images/live-bidding/bg-02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tranding_bg-shape {
  position: relative;
}
.tranding_bg-shape::after {
  background: url(../images/bg/bg-shape/bg-shape-01.png);
  content: "";
  left: 6%;
  top: -7%;
  position: absolute;
  height: 104%;
  width: 74%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .tranding_bg-shape::after {
    left: 6%;
    top: -7%;
    height: 104%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.swiper-container .swiper-wrapper {
  padding: 35px 0;
}

.LiveBidding .swiper-slide-active {
  transform: scale(1);
}
.LiveBidding .trending-items_wrapper {
  margin: 0 10px;
}

.mySwiperfluid .swiper-slide-active {
  transform: scale(1);
}

.swiper.LiveBidding.swiper-container-horizontal {
  position: relative;
}

.hidden {
  overflow: hidden;
  margin-left: 297px;
}

.iso-expo-one.iso-bg {
  /* background-image: url(../images/product/bg/isotop/bg-01.png); */
}
.iso-expo-one.iso-bg .button-group button {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  max-width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .iso-expo-one.iso-bg .button-group button {
    font-weight: 300;
  }
}
@media only screen and (max-width: 575px) {
  .iso-expo-one.iso-bg .button-group button {
    margin-right: 10px;
  }
}
.iso-expo-one.iso-bg .button-group button.is-checked {
  color: var(--color-terciary);
}

.swiper-slide-active {
  transform: scale(1.1);
}

.trending-items_wrapper {
  padding: 20px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff29 0%, #ffffff08 100%);
  border: 2px solid #ffffff36;
  border-radius: 10px;
  backdrop-filter: blur(0px);
  transition: 0.3s;
  width: 100%;
}
.trending-items_wrapper.live-tranding-count .thumbnail .heart {
  height: 45px;
  width: 45px;
  top: 20px;
  right: 20px;
}
.trending-items_wrapper.live-tranding-count .thumbnail .heart img {
  max-width: 20px;
  height: auto;
}
.trending-items_wrapper.live-tranding-count .product-discription .product-left {
  text-align: left;
}
.trending-items_wrapper.live-tranding-count .product-discription .product-right .price {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper.live-tranding-count .product-discription .product-right .price {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .trending-items_wrapper.live-tranding-count .product-discription .product-right .price {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .trending-items_wrapper.live-tranding-count .product-discription .product-right .price {
    font-size: 14px;
    margin-top: 15px;
  }
}
.trending-items_wrapper.live-tranding-count .product-discription .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.trending-items_wrapper .thumbnail {
  margin-bottom: 25px;
  position: relative;
}
.trending-items_wrapper .thumbnail .heart {
  position: absolute;
  z-index: 5;
  height: 50px;
  width: 50px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.trending-items_wrapper .thumbnail .heart img {
  max-width: 30px;
  margin: auto;
  transition: 0.3s;
}
.trending-items_wrapper .thumbnail .heart:hover img {
  transform: scale(1.1);
}
.trending-items_wrapper .thumbnail a {
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.trending-items_wrapper .thumbnail a img {
  width: 100%;
  transition: 0.3s;
}
.trending-items_wrapper .thumbnail a:hover img {
  transform: scale(1.1);
}
.trending-items_wrapper .product-discription {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper .product-discription {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .trending-items_wrapper .product-discription {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
.trending-items_wrapper .product-discription .product-left {
  display: flex;
  flex-direction: column;
}
.trending-items_wrapper .product-discription .product-left a .title {
  margin-bottom: 5px;
  transition: 0.3s;
}
.trending-items_wrapper .product-discription .product-left a:hover .title {
  color: var(--color-terciary);
}
.trending-items_wrapper .product-discription .product-left a.rts-btn {
  margin-top: 15px;
  font-weight: 500;
}
.trending-items_wrapper .product-discription .product-left span.deg {
  color: #90FF03;
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.trending-items_wrapper .product-discription .product-left h5.price {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper .product-discription .product-left h5.price {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .trending-items_wrapper .product-discription .product-left h5.price {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .trending-items_wrapper .product-discription .product-left h5.price {
    margin-top: 10px;
  }
}
.trending-items_wrapper .product-discription .product-left span {
  color: #8c91d0;
  margin-bottom: -7px;
  font-weight: 500;
}
.trending-items_wrapper .product-discription .product-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.trending-items_wrapper .product-discription .product-right .price {
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper .product-discription .product-right {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .trending-items_wrapper .product-discription .product-right {
    align-items: flex-start;
  }
}
.trending-items_wrapper .product-discription .product-right span.remaining {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper .product-discription .product-right span.remaining {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .trending-items_wrapper .product-discription .product-right span.remaining {
    margin-bottom: 7px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-items_wrapper .product-discription .product-right .countdown {
    position: relative;
    margin-left: -12px;
  }
}
@media only screen and (max-width: 575px) {
  .trending-items_wrapper .product-discription .product-right .countdown {
    position: relative;
    margin-left: -12px;
  }
}
@media only screen and (max-width: 479px) {
  .trending-items_wrapper .product-discription .product-right .countdown {
    position: relative;
    margin-left: 0px;
  }
}

.start-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-pagination-area button {
  padding: 15px 20px;
  border: 2px solid var(--color-border-one);
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  max-width: fit-content;
}
@media only screen and (max-width: 575px) {
  .start-pagination-area button {
    padding: 11px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .start-pagination-area button {
    padding: 11px 15px;
  }
}
.start-pagination-area button.active {
  background: var(--gradient-two);
  border: 2px solid transparent;
}
.start-pagination-area button:hover {
  background: var(--gradient-two);
  border: 2px solid transparent;
}
.start-pagination-area button:last-child {
  margin-right: 0;
}

.explore-wrapper.count-down .trending-items_wrapper:hover .thumbnail img {
  filter: blur(5px);
}
.explore-wrapper.count-down .trending-items_wrapper:hover .thumbnail a.rts-btn {
  transform: translate(-50%, -50%) scale(1);
}
.explore-wrapper.count-down .trending-items_wrapper .thumbnail {
  position: relative;
}
.explore-wrapper.count-down .trending-items_wrapper .thumbnail a.rts-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.explore-wrapper.count-down .trending-items_wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  padding-top: 4px;
}
.explore-wrapper.count-down .trending-items_wrapper .header .title {
  margin-bottom: 0;
  font-size: 24px;
}
@media only screen and (max-width: 479px) {
  .explore-wrapper.count-down .trending-items_wrapper .header .title {
    font-size: 16px;
  }
}
.explore-wrapper.count-down .trending-items_wrapper .header span {
  color: var(--color-terciary);
  font-size: 20px;
}
.explore-wrapper.count-down .trending-items_wrapper .product-discription .product-left {
  color: #fff;
  font-size: 17px;
}
.explore-wrapper.count-down .trending-items_wrapper span.remaining {
  color: #8c91d0;
}
.explore-wrapper.count-down .trending-items_wrapper .countdown {
  display: flex;
}
.explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container {
  display: flex;
  margin-left: 15px;
}
@media only screen and (max-width: 479px) {
  .explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container {
    margin-left: 10px;
  }
  .explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container:first-child {
    margin-left: 0;
  }
}
.explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container .countdown-value {
  font-size: 22px;
  font-family: "Cocogoose" , sans-serif !important;
  color: #fff;
  margin-bottom: 8px;
  margin-bottom: -2px;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container .countdown-value {
    font-size: 20px;
  }
}
.explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container .countdown-heading {
  font-size: 22px;
  font-family: "Cocogoose" , sans-serif !important;
  color: #ffffff;
  margin-bottom: -2px;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  .explore-wrapper.count-down .trending-items_wrapper .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}

.filters-button-group {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .filters-button-group button {
    margin-left: inherit !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filters-button-group {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filters-button-group img {
    display: none;
  }
}

.container.hidden {
  overflow: hidden;
  width: 130%;
}

.LiveBidding .trending-items_wrapper:hover {
  border-color: #fff;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(2px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .LiveBidding .swiper-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .LiveBidding .swiper-wrapper {
    margin-left: 0;
  }
}
.LiveBidding .swiper {
  width: 100%;
  height: 100%;
}
.LiveBidding .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.LiveBidding .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.LiveBidding .swiper-button-next {
  position: absolute;
  right: 33.3%;
  border-radius: 50%;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 44px;
  height: 44px;
  top: -24%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.LiveBidding .swiper-button-next span {
  position: relative;
  top: 22%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.LiveBidding .swiper-button-next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f054";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.LiveBidding .swiper-button-next:hover {
  transform: scale(1.1);
}
.LiveBidding .swiper-button-prev {
  position: absolute;
  right: 37%;
  left: auto;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  top: -24%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.LiveBidding .swiper-button-prev span {
  position: relative;
  top: 22%;
  left: 37%;
  transform: translate(-50%, -50%);
}
.LiveBidding .swiper-button-prev span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f053";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.LiveBidding .swiper-button-prev:hover {
  transform: scale(1.1);
}

.swiper-btn-title-area {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .swiper-btn-title-area {
    padding: 0 15px;
  }
}
.swiper-btn-title-area .swiper-button-next {
  position: absolute;
  right: 0;
  border-radius: 50%;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 44px;
  height: 44px;
  top: 55%;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .swiper-btn-title-area .swiper-button-next {
    right: 10px;
  }
}
.swiper-btn-title-area .swiper-button-next span {
  position: relative;
  top: 22%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.swiper-btn-title-area .swiper-button-next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f054";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.swiper-btn-title-area .swiper-button-next:hover {
  transform: scale(1.1);
}
.swiper-btn-title-area .swiper-button-prev {
  position: absolute;
  right: 60px;
  left: auto;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  top: 55%;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .swiper-btn-title-area .swiper-button-prev {
    right: 65px;
  }
}
.swiper-btn-title-area .swiper-button-prev span {
  position: relative;
  top: 22%;
  left: 37%;
  transform: translate(-50%, -50%);
}
.swiper-btn-title-area .swiper-button-prev span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f053";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.swiper-btn-title-area .swiper-button-prev:hover {
  transform: scale(1.1);
}

.mySwiperfluid {
  position: relative;
  margin-left: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mySwiperfluid {
    margin-left: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .mySwiperfluid {
    margin-left: -21px;
  }
}
.mySwiperfluid .swiper-button-next {
  position: absolute;
  right: 0 !important;
  border-radius: 50%;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 44px;
  height: 44px;
  top: -20%;
  border: 2px solid #fff;
  transition: 0.3s;
}
.mySwiperfluid .swiper-button-next span {
  position: relative;
  top: 22%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.mySwiperfluid .swiper-button-next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f054";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.mySwiperfluid .swiper-button-next:hover {
  transform: scale(1.1);
}
.mySwiperfluid .swiper-button-prev {
  position: absolute;
  left: 79.3%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  top: -20%;
  border: 2px solid #fff;
  transition: 0.3s;
}
.mySwiperfluid .swiper-button-prev span {
  position: relative;
  top: 22%;
  left: 37%;
  transform: translate(-50%, -50%);
}
.mySwiperfluid .swiper-button-prev span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f053";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.mySwiperfluid .swiper-button-prev:hover {
  transform: scale(1.1);
}
.mySwiperfluid .trending-items_wrapper:hover {
  border-color: #fff;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.mySwiperRelated {
  position: relative;
}
.mySwiperRelated .swiper-button-next {
  position: absolute;
  right: 0%;
  border-radius: 0px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 44px;
  height: 44px;
  top: -15%;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .mySwiperRelated .swiper-button-next {
    display: none;
  }
}
.mySwiperRelated .swiper-button-next:hover {
  background: var(--color-terciary);
  border: 1px solid var(--color-terciary);
}
.mySwiperRelated .swiper-button-next:hover span::after {
  color: #000;
}
@media only screen and (max-width: 479px) {
  .mySwiperRelated .swiper-button-next {
    right: 23%;
    top: -11%;
  }
}
.mySwiperRelated .swiper-button-next span {
  position: relative;
  top: 22%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.mySwiperRelated .swiper-button-next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f054";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  color: #fff;
}
.mySwiperRelated .swiper-button-next:hover {
  transform: scale(1.1);
}
.mySwiperRelated .swiper-button-prev {
  position: absolute;
  right: 60px;
  left: auto;
  border-radius: 0px;
  width: 44px;
  height: 44px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  top: -15%;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .mySwiperRelated .swiper-button-prev {
    display: none;
  }
}
.mySwiperRelated .swiper-button-prev:hover {
  background: var(--color-terciary);
  border: 1px solid var(--color-terciary);
}
.mySwiperRelated .swiper-button-prev:hover span::after {
  color: #000;
}
@media only screen and (max-width: 479px) {
  .mySwiperRelated .swiper-button-prev {
    right: 158px;
    top: -11%;
  }
}
.mySwiperRelated .swiper-button-prev span {
  position: relative;
  top: 22%;
  left: 37%;
  transform: translate(-50%, -50%);
}
.mySwiperRelated .swiper-button-prev span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f053";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.mySwiperRelated .swiper-button-prev:hover {
  transform: scale(1.1);
}
.mySwiperRelated .swiper-slide-active {
  transform: scale(1);
}

.slider-div {
  position: relative;
  min-width: 130%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .slider-div {
    min-width: 100%;
  }
}
.slider-div .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/*---------------------------
All Product Style 
*****************************/
.explore_bg-shape {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.filter-explore .filters-button-group {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-explore .filters-button-group button {
  margin: 0px 10px 10px 10px;
  max-width: max-content;
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .filter-explore .filters-button-group button {
    margin: 7px;
    max-width: max-content;
    color: #fff;
    font-size: 17px;
  }
}
.filter-explore .filters-button-group button.is-checked {
  color: #90FF03;
}
.filter-explore .element-item {
  width: 31%;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  float: left;
}
.filter-explore .element-item .explore-wrapper .explore-over-image .inner-content .left .name{
  color: var(--color-heading);
}
@media only screen and (max-width: 1399px) {
  .filter-explore .element-item {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-explore .element-item {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-explore .element-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .filter-explore .element-item {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .filter-explore .element-item {
    margin-left: 0;
  }
}
.filter-explore .element-item .trending-items_wrapper {
  margin: 0;
}

.explore-isotop-two {
  background-image: url(../images/bg/bg-image-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-isotop-two {
  position: relative;
}
.explore-isotop-two::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: 10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
.explore-isotop-two .title-area {
  position: relative;
}
.explore-isotop-two .title-area::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(123px);
}
.explore-isotop-two .filters-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .explore-isotop-two .filters-button-group {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-isotop-two .filters-button-group {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-isotop-two .filters-button-group {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.explore-isotop-two .filters-button-group button {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  margin-right: 15px;
  font-size: 17px;
  color: #fff;
  min-width: fit-content;
  max-width: max-content;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .explore-isotop-two .filters-button-group button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .explore-isotop-two .filters-button-group button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .explore-isotop-two .filters-button-group button {
    margin-bottom: 15px;
  }
}
.explore-isotop-two .filters-button-group button.is-checked {
  background: var(--color-terciary);
  color: #000;
  border: none;
}
.explore-isotop-two.explore-isotop-three .filters-button-group {
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .explore-isotop-two.explore-isotop-three .filters-button-group {
    justify-content: flex-start;
  }
}
.explore-isotop-two.explore-isotop-three .filters-button-group button {
  max-width: max-content;
  margin-right: 20px;
  padding: 13px 30px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .explore-isotop-two.explore-isotop-three .filters-button-group button {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.explore-isotop-two.explore-isotop-three .filters-button-group button.is-checked {
  background: var(--gradient-one);
  color: #fff;
  border: none;
  padding: 15px 32px;
}
@media only screen and (max-width: 767px) {
  .explore-isotop-two.explore-isotop-three .filters-button-group button.is-checked {
    padding: 12px 9px;
  }
}
.explore-isotop-two.explore-isotop-three .filters-button-group button:hover {
  background: var(--gradient-one);
  color: #fff;
  border: none;
  padding: 15px 32px;
}
@media only screen and (max-width: 767px) {
  .explore-isotop-two.explore-isotop-three .filters-button-group button:hover {
    padding: 12px 9px;
  }
}

.shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .shop-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-head p {
  margin-bottom: 0;
  color: #fff;
}
.shop-head .nice-select {
  background: #fff1;
  padding: 4px 27px;
  height: auto;
  line-height: auto;
}
.shop-head .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.shop-head .nice-select:focus {
  border: 1px solid #fff;
}
.shop-head .nice-select .current {
  color: #fff;
}
.shop-head .nice-select .list {
  background: #fff1;
}
.shop-head .nice-select .list li {
  color: #fff;
}
.shop-head .nice-select .list li:hover {
  background: #111d5e;
  color: #fff;
}
.shop-head .nice-select .list li[data-display=Select] {
  background: transparent;
}

.trending-items_wrapper.shop {
  margin: 0;
}

.iso-expo-one {
  position: relative;
  z-index: 1;
}
.iso-expo-one::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: 10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
.iso-expo-one::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: 0;
  filter: blur(123px);
}

.explore-over-image {
  position: relative;
  padding: 7px;
  background: rgba(255, 255, 255, 0.082);
  max-width: max-content;
  border-radius: 5px;
}
.explore-over-image:hover a img {
  transform: scale(1.15);
}
.explore-over-image a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.explore-over-image a img {
  width: 100%;
  transition: 0.5s;
}
.explore-over-image .inner-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #fff1;
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 5px;
}
.explore-over-image .inner-content .left p {
  margin-bottom: 10px;
}
.explore-over-image .inner-content .left .title {
  margin-bottom: 0;
}

.trending-items_wrapper.live-tranding-count .thumbnail {
  position: relative;
}
.trending-items_wrapper.live-tranding-count .counter-end {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown {
  display: flex;
  align-items: center;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown .countdown-container {
  margin: 0 5px;
  position: relative;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown .countdown-container::after {
  position: absolute;
  right: -7px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  content: ":";
  color: #050D36;
  font-size: 14px;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown .countdown-container .countdown-value {
  color: #050D36;
  font-weight: 700;
  font-size: 14px;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown .countdown-container .countdown-heading {
  color: #050D36;
  font-weight: 700;
  font-size: 14px;
}
.trending-items_wrapper.live-tranding-count .counter-end .countdown .countdown-container:last-child::after {
  display: none;
}

.related-product-bg {
  background-image: url(../images/bg/bg-image-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.related-product-bg::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: -10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
.related-product-bg::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  bottom: 7%;
  right: 0%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .margin-control-categoriues {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .margin-control-categoriues {
    margin-bottom: 15px;
  }
}

.filters-button-group img {
  margin-left: 0px;
}

/*---------------------------
caregories style 
*****************************/
.categpry-bg {
  background-image: url(../images/bg/bg-image-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.categories_bg-shape {
  position: relative;
  z-index: 1;
}
.categories_bg-shape::after {
  position: absolute;
  content: "";
  background: url(../images/bg/bg-shape/bg_shape02.png);
  height: 141%;
  width: 100%;
  left: 0;
  top: -239px;
  z-index: -1;
}

.categori-inner {
  padding: 35px 24px 30px 24px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff38 0%, #ffffff08 100%);
  border-radius: 10px;
  backdrop-filter: blur(24px);
  height: 100%;
  transition: var(--transition);
  position: relative;
}
.categori-inner.three {
  border: 1px solid var(--color-border-one);
}
.categori-inner a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.categori-inner img {
  margin-bottom: 30px;
  transition: var(--transition);
}
.categori-inner p.name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.categori-inner:hover img {
  transform: translateY(-10px);
}
.categori-inner.categori-two {
  border-radius: 5px;
  border: 1px solid var(--color-border-one);
}
.categori-inner.categori-two .title {
  margin-bottom: 15px;
}
.categori-inner.categori-two img {
  position: relative;
}
.categori-inner.categori-two img::after {
  position: absolute;
  content: "";
  left: -10%;
  top: 0;
  background: #fff;
  height: 100px;
  width: 100px;
  animation: jump-1 2s infinite;
}
.categori-inner.categori-two p.name {
  color: var(--color-terciary);
  font-size: 17px;
  margin-bottom: 0;
}

.short-category-wrapper {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid var(--color-border-one);
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff38 0%, #ffffff08 100%);
}
.short-category-wrapper img {
  margin-right: 20px;
}
.short-category-wrapper .discription h4 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  min-width: max-content;
}
.short-category-wrapper .discription span {
  color: #fff;
  font-size: 17px;
}

.rts-btn.filter-explore {
  padding: 12px 32px;
  font-weight: 500;
}

/*=========================
    section collectors style
==========================*/
.collectors-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px 11px 16px;
  border-radius: 10px;
  border: 2px solid #b3b2b26e;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff00 100%);
}
@media only screen and (max-width: 479px) {
  .collectors-one-wrapper {
    display: block;
    position: relative;
  }
}
.collectors-one-wrapper .thumbnail {
  position: relative;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .collectors-one-wrapper .thumbnail {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .collectors-one-wrapper .thumbnail {
    left: 50%;
    transform: translateX(-50%);
  }
}
.collectors-one-wrapper .thumbnail a {
  overflow: hidden;
  transition: var(--transition);
  display: block;
  border-radius: 50%;
}
.collectors-one-wrapper .thumbnail a img {
  overflow: hidden;
  max-width: 114px;
  height: auto;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .collectors-one-wrapper .thumbnail a img {
    min-width: 100px;
  }
}
.collectors-one-wrapper .thumbnail a:hover img {
  transform: scale(1.1);
}
.collectors-one-wrapper .thumbnail.badge::after {
  position: absolute;
  background-image: url(../images/icon/sm/Star-badge.png);
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  right: -4px;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.collectors-one-wrapper .thumbnail.badge-1::after {
  content: "1";
}
.collectors-one-wrapper .thumbnail.badge-2::after {
  content: "2";
}
.collectors-one-wrapper .thumbnail.badge-3::after {
  content: "3";
}
.collectors-one-wrapper .thumbnail.badge-4::after {
  content: "4";
}
.collectors-one-wrapper .thumbnail.badge-5::after {
  content: "5";
}
.collectors-one-wrapper .thumbnail.badge-6::after {
  content: "6";
}
.collectors-one-wrapper .thumbnail.badge-7::after {
  content: "7";
}
.collectors-one-wrapper .thumbnail.badge-8::after {
  content: "8";
}
.collectors-one-wrapper .thumbnail.badge-9::after {
  content: "9";
}
.collectors-one-wrapper .details {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .collectors-one-wrapper .details {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .collectors-one-wrapper .details {
    text-align: center;
  }
}
.collectors-one-wrapper .details a h5 {
  margin-bottom: 10px;
  word-break: normal;
}
.collectors-one-wrapper .details .collection {
  color: #90FF03;
  font-size: 20px;
}
.collectors-one-wrapper .option {
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .collectors-one-wrapper .option {
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
}
.collectors-one-wrapper .option i {
  font-size: 34px;
  color: #fff;
}

.btn-collectors a {
  display: block;
  margin: auto;
}

/*=========================
    section Service style
==========================*/
.service-inner .thumbnail {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-inner .thumbnail {
    text-align: end;
  }
}
.service-inner .thumbnail::after {
  position: absolute;
  content: "";
  /* background: url(../images/service/rounded.png); */
  right: 12%;
  top: 19%;
  height: 140px;
  width: 140px;
  z-index: 1;
  /* animation: rotateIt 7s linear infinite; */
  background-repeat: no-repeat;
}
.service-inner .thumbnail img {
  width: 108%;
  position: relative;
  left: -52px;
  top: -35px;
}
@media only screen and (max-width: 767px) {
  .service-inner .thumbnail img {
    width: 80%;
  }
}
.service-inner .service-details .sub-title {
  font-size: 17px;
  color: #fff;
}
.service-inner .service-details .title {
  margin-top: 20px;
  line-height: 54px;
  margin-bottom: 20px;
}

.service-sm-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .service-details {
    padding: 0 15px;
    text-align: center !important;
  }
}
@media only screen and (max-width: 479px) {
  .service-details {
    padding: 0 15px;
  }
}

.service-sm {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  /* background: var(--grtadient-three); */
  max-width: max-content;
  border-radius: 5px;
  border: 2px solid var(--color-border-one);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .service-sm {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .service-sm {
    min-width: 100% !important;
  }
}
.service-sm i {
  padding: 10px;
  background: var(--color-terciary);
  border-radius: 52%;
  font-size: 24px;
  line-height: 21px;
  color: #000000;
}
.service-sm p {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}
.service-sm:hover {
  transform: translateY(-5px);
}

.about-service-wrapper {
  text-align: center;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 40px 15px;
  border-radius: 5px;
  backdrop-filter: blur(20px);
  transition: 0.3s;
  border: 2px solid #fff3;
  height: 100%;
}
.about-service-wrapper:hover {
  background: radial-gradient(97.25% 286.02% at 0.9% 2.97%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #fff5;
}
.about-service-wrapper .thumbnail {
  margin-bottom: 20px;
}
.about-service-wrapper .thumbnail img {
  transition: var(--transition);
}
.about-service-wrapper .title {
  margin-bottom: 10px;
}
.about-service-wrapper p {
  color: #fff;
}
.about-service-wrapper:hover .thumbnail img {
  transform: translateY(-10px);
}

.why-choose-bg {
  background-image: url(../images/service/Why-Choose-us-bg.png);
}

.why-choose-left.bg-filter p.disc {
  font-weight: 400;
}

.bg-filter {
  position: relative;
}
.bg-filter::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 410px;
  width: 410px;
  right: 0px;
  bottom: -35%;
  opacity: 0.2;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}

.why-choose-right {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-right {
    justify-content: flex-start;
  }
}
.why-choose-right .thumbnail {
  position: relative;
}
.why-choose-right .thumbnail .small-image {
  position: absolute;
  left: -144px;
  bottom: -47px;
  animation: jump-1 3s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .why-choose-right .thumbnail .small-image {
    left: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-right .thumbnail .small-image {
    right: -66px;
    left: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-right .thumbnail .small-image {
    right: -66px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-right .thumbnail .small-image {
    right: -66px;
    left: auto;
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-right .thumbnail .small-image {
    right: -1px;
    left: auto;
    bottom: -10px;
    width: 160px;
  }
}
.why-choose-right .thumbnail .rounded {
  position: absolute;
  top: 9%;
  left: -15%;
  animation: rotateIt2 3s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .why-choose-right .thumbnail .rounded {
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-right .thumbnail .rounded {
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
  }
}

/*=========================
    Section call to action 
==========================*/
.bg-cta-image {
  background: url(../images/cta/cta-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .bg-cta-image {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-cta-image {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .bg-cta-image {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

.cta-inner {
  padding: 100px 150px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner {
    padding: 38px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-inner {
    padding: 38px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-inner {
    padding: 35px 30;
  }
}
@media only screen and (max-width: 479px) {
  .cta-inner {
    padding: 35px 30px;
  }
}
.cta-inner::after {
  position: absolute;
  content: "";
  background: url(../images/icon/banner-jump/jump-5.png);
  left: 4%;
  top: -23%;
  height: 150px;
  width: 150px;
  z-index: 1;
  animation: jump-1 5s infinite;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .cta-inner::after {
    width: 80px;
    height: 80px;
    top: -12%;
  }
}
.cta-inner::before {
  position: absolute;
  content: "";
  background: url(../images/icon/banner-jump/jump-3.png);
  left: 38%;
  bottom: 0;
  height: 100px;
  width: 100px;
  z-index: 1;
  animation: jump-2 5s infinite;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .cta-inner::before {
    width: 80px;
    height: 80px;
  }
}
.cta-inner .title {
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .cta-inner .title {
    text-align: center;
  }
}
.cta-inner .title::after {
  position: absolute;
  content: "";
  top: -123px;
  right: -274%;
  height: 100px;
  width: 100px;
  background: url(../images/icon/banner-jump/jump-4.png);
  animation: bounce 5s infinite;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-inner .title::after {
    right: -180%;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-inner .title::after {
    right: -180%;
  }
}
@media only screen and (max-width: 575px) {
  .cta-inner .title::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-inner .title::after {
    width: 50px;
    height: 50px;
    right: -124%;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-inner {
    padding: 50px 80px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-inner {
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner .title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cta-inner .title {
    text-align: center;
  }
}
.cta-inner input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 53px;
  border-radius: 5px;
  transition: var(--transition);
  width: 39%;
  margin-right: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-inner input {
    width: 26%;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-inner input {
    width: 30%;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner input {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-inner input {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .cta-inner input {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.cta-inner input:focus {
  border: 1px solid var(--color-terciary);
}

/*=========================
    Section Footer section
==========================*/
.footer-left-wrapper {
  padding-right: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .footer-left-wrapper {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-left-wrapper {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left-wrapper {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-left-wrapper {
    padding-right: 5px;
  }
}
.footer-left-wrapper a img {
  margin-bottom: 37px;
}
@media only screen and (max-width: 575px) {
  .footer-left-wrapper a img {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-left-wrapper a img {
    margin-bottom: 20px;
  }
  .rts-footer-area{
    text-align: center;
  }
  .footer-left-wrapper .social-wrapper{
    justify-content: center;
  }
}
.footer-left-wrapper p {
  color: #fff;
}
.footer-left-wrapper .social-wrapper {
  margin-top: -20px;
}

.social-wrapper {
  display: flex;
  align-items: center;
}
.social-wrapper li {
  list-style: none;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .social-wrapper li {
    margin-right: 5px;
  }
}
.social-wrapper li a {
  padding: 15px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: var(--transition);
}
.social-wrapper li a i {
  font-size: 20px;
  transition: var(--transition);
}
.social-wrapper li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: linear-gradient(135deg, #fff1 0%, #fff1 100%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .social-wrapper li a::after {
    height: 40px;
    width: 40px;
  }
}
.social-wrapper li a:hover::after {
  background: var(--gradient-two);
}
.social-wrapper li a:hover i {
  color: #fff;
}

.bg-shape-footer {
  /* background-image: url(../images/footer/footer-01.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .bg-shape-footer {
    padding: 0 15px;
  }
}

.bg-shape-footer-2 {
  /* background-image: url(../images/footer/footer-02.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .bg-shape-footer-2 {
    padding: 0 15px;
  }
}

.footer-single-wized {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .footer-single-wized {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-single-wized {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-single-wized {
    margin-bottom: 25px;
  }
}
.footer-single-wized .wized-title {
  margin-bottom: 40px;
  min-width: max-content;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .footer-single-wized .wized-title {
    margin-bottom: 25px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575px) {
  .footer-single-wized .wized-title {
    margin-bottom: 25px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 479px) {
  .footer-single-wized .wized-title {
    margin-bottom: 20px;
    font-weight: 500;
  }
}
.footer-single-wized .wizid-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-single-wized .wizid-lists .item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-single-wized .wizid-lists .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-single-wized .wizid-lists .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-single-wized .wizid-lists .item {
    margin-bottom: 15px;
  }
}
.footer-single-wized .wizid-lists .item a {
  font-size: 17px;
  line-height: 24px;
  color: #ffffffef;
  font-family: "CenturyGothic" , sans-serif !important;
  position: relative;
  transition: 0.3s;
}
.footer-single-wized .wizid-lists .item a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  bottom: 0;
  background: var(--color-terciary);
  transition: var(--transition);
}
.footer-single-wized .wizid-lists .item a:hover {
  color: var(--color-terciary);
  transform: translateY(-2px);
}
.footer-single-wized .wizid-lists .item a:hover::after {
  width: 100%;
  display: none;
}

.copy-right-area {
  border-top: 1px solid #fff1;
}
.copy-right-area .copy-right {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .copy-right-area .copy-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .copy-right-area .copy-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .copy-right-area .copy-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .copy-right-area .copy-right .copy-right-text:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .copy-right-area .copy-right .copy-right-text:first-child {
    margin-bottom: 15px;
  }
}
.copy-right-area .copy-right .copy-right-text p {
  font-size: 18px;
  color: #fff6;
}
@media only screen and (max-width: 575px) {
  .copy-right-area .copy-right .copy-right-text p {
    text-align: center;
  }
}
.copy-right-area .copy-right .copy-right-text p span {
  color: #fff;
  font-family: "CenturyGothic" , sans-serif !important;
  font-weight: 500;
  word-spacing: 5px;
}
@media only screen and (max-width: 575px) {
  .copy-right-area .copy-right .copy-right-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.copy-right-area .copy-right .copy-right-link a {
  margin-left: 30px;
  position: relative;
  color: #ffffffef;
  transition: 0.3s;
  min-width: max-content;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-area .copy-right .copy-right-link a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .copy-right-area .copy-right .copy-right-link a {
    margin-left: 0;
  }
}
.copy-right-area .copy-right .copy-right-link a:first-child {
  margin: 0;
}
.copy-right-area .copy-right .copy-right-link a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  bottom: 0;
  background: var(--color-terciary);
  transition: var(--transition);
}
.copy-right-area .copy-right .copy-right-link a:hover {
  color: var(--color-terciary);
}
.copy-right-area .copy-right .copy-right-link a:hover::after {
  width: 100%;
}

.perosnal-experience-wized .wized-header {
  margin-bottom: 40px;
}
.perosnal-experience-wized .wized-header .title {
  padding: 19px 30px;
  background: #ffffff0a;
  margin-bottom: 25px;
}

@media screen and (min-width: 1920px) {
  .pl_lg--80 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .pl_lg--80 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pl_lg--80 {
    padding-left: 80px;
  }
}

.counter-up-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-up-wrapper .single-item {
  margin: 20px 45px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper .single-item {
    margin: 7px 23px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .counter-up-wrapper .single-item {
    margin: 7px 14px;
  }
}
.counter-up-wrapper .single-item h3 {
  margin-bottom: 10px;
}

/*------BUttons style------
-------------------------*/
.accordion-wrapper {
  margin-top: 50px;
}
.accordion-wrapper .accordion .accordion-item {
  background: transparent;
  margin-bottom: 20px;
  border: none;
}
.accordion-wrapper .accordion .accordion-header {
  font-size: 26px;
}
.accordion-wrapper .accordion .accordion-header button {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff00 100%);
  font-size: 20px;
  color: #fff;
  font-family: "CenturyGothic" , sans-serif !important;
  border-radius: 5px;
  border: 1px solid var(--color-border-one);
  padding: 15px 15px;
}
q .accordion-wrapper .accordion .accordion-header button:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion .accordion-header button::after {
  content: "\f078";
  background-image: none;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 4%;
  z-index: 0;
  top: 50%;
  transform: translateY(-65%);
}
.accordion-wrapper .accordion .accordion-header button[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.accordion-wrapper .accordion .accordion-body {
  font-size: 16px;
  color: #fff;
  padding-bottom: 0;
}

.accordion-style-two .accordion {
  position: relative;
  z-index: 1;
}
.accordion-style-two .accordion::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 310px;
  width: 310px;
  left: -24px;
  top: -22%;
  opacity: 0.1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.accordion-style-two .accordion::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: -24px;
  bottom: -22%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.accordion-style-two .accordion .accordion-item {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff00 100%);
  border-radius: 10px;
  margin-bottom: 40px;
  border: 2px solid var(--color-border-one);
}
.accordion-style-two .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .accordion-style-two .accordion .accordion-item {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .accordion-style-two .accordion .accordion-item {
    margin-bottom: 20px;
  }
}
.accordion-style-two .accordion .accordion-item .accordion-header button {
  box-shadow: none;
  background: transparent;
  padding: 32px 40px;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .accordion-style-two .accordion .accordion-item .accordion-header button {
    padding: 16px 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .accordion-style-two .accordion .accordion-item .accordion-header button {
    padding: 11px 6px;
    font-size: 14px;
  }
}
.accordion-style-two .accordion .accordion-item .accordion-header button::after {
  content: "\f078";
  background-image: none;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 4%;
  z-index: 0;
  top: 41%;
  transform: translateY(-65%);
}
@media only screen and (max-width: 479px) {
  .accordion-style-two .accordion .accordion-item .accordion-header button::after {
    content: "\f078";
    background-image: none;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 4%;
    z-index: 0;
    top: 20%;
    transform: translateY(-65%);
  }
}
.accordion-style-two .accordion .accordion-item .accordion-header button[aria-expanded=true]::after {
  transform: rotate(0);
  content: "\f077";
  color: var(--color-terciary);
}
.accordion-style-two .accordion .accordion-item .accordion-body {
  font-size: 17px;
  color: #fff;
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 479px) {
  .accordion-style-two .accordion .accordion-item .accordion-body {
    padding: 0 20px 20px 20px;
  }
}

.faq-thumbnail {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
  margin-left: auto;
}
.faq-thumbnail img {
  margin-right: 0;
}

.container.hidden.shop-single {
  overflow: hidden;
  margin: auto;
}

/*bread crumb style hear----*/
.breadcrumb-image {
  background: url(../images/banner/breadcrumb/breadcrumb-one.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rts-brad-crumb-area {
  position: relative;
  z-index: 1;
}
.rts-brad-crumb-area::after {
  position: absolute;
  right: 30%;
  content: "";
  top: 5%;
  height: 80px;
  width: 80px;
  /* background: url(../images/icon/banner-jump/jump-5.png); */
  background-size: cover;
  background-repeat: no-repeat;
  animation: jump-1 5s infinite;
}
@media only screen and (max-width: 479px) {
  .rts-brad-crumb-area::after {
    height: 61px;
    width: 61px;
  }
}
.rts-brad-crumb-area::before {
  position: absolute;
  left: 7%;
  content: "";
  bottom: 28%;
  height: 90px;
  width: 90px;
  /* background: url(../images/icon/banner-jump/jump-3.png); */
  background-size: cover;
  background-repeat: no-repeat;
  animation: jump-1 3s infinite;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .rts-brad-crumb-area::before {
    height: 43px;
    width: 44px;
  }
}

.breadcrumb-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-inner {
    justify-content: center;
    flex-direction: column;
  }
}
.breadcrumb-inner::after {
  position: absolute;
  right: -18%;
  content: "";
  top: 34%;
  height: 60px;
  width: 60px;
  /* background: url(../images/icon/banner-jump/jump-1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  animation: jump-2 2s infinite;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .breadcrumb-inner::after {
    right: -5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-inner::after {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-inner::after {
    right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-inner::after {
    height: 34px;
    width: 33px;
  }
}
.breadcrumb-inner::before {
  position: absolute;
  right: 36%;
  content: "";
  bottom: 5%;
  height: 70px;
  width: 70px;
  /* background: url(../images/icon/banner-jump/jump-4.png); */
  background-size: cover;
  background-repeat: no-repeat;
  animation: bounce 2s infinite;
}
@media only screen and (max-width: 479px) {
  .breadcrumb-inner::before {
    height: 35px;
    width: 35px;
  }
}
.breadcrumb-inner .title {
  margin-bottom: 0px;
  animation: rubberBand 2s linear;
  font-weight: 700;
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-inner .title {
    margin-bottom: 20px;
  }
}
.breadcrumb-inner .breadcrumb-list {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 30px;
  transition: 0.3s;
  min-width: max-content;
  /* background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff66 0%, #ffffff14 100%); */
  background: var(--color-secondary);
}
.breadcrumb-inner .breadcrumb-list a {
  margin: 0 5px;
  font-size: 16px;
  color: #c6c6c6;
}
.breadcrumb-inner .breadcrumb-list a.active {
  color: #FFF;
  font-weight: 500;
}
.breadcrumb-inner .breadcrumb-list a.deactive:hover {
  color: #fff;
}
.breadcrumb-inner .breadcrumb-list a:hover {
  color: var(--color-terciary);
}

.rts-btn.team-area {
  padding: 12px 32px;
  font-weight: 500;
}

/*start team style hear */
.team-wrapper {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff2e 0%, #ffffff0f 100%);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid var(--color-border-one);
  height: 100%;
}
.team-wrapper .team-image-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 50%;
  width: max-content;
  max-height: 350px;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  width: auto;
  max-width: max-content;
}
.team-wrapper .team-image-wrapper::after {
  position: absolute;
  content: "";
  background: linear-gradient(96.11deg, rgba(129, 0, 235, 0.65) 1.74%, rgba(65, 0, 230, 0.65) 100%);
  border-radius: 50%;
  height: 0%;
  width: 100%;
  bottom: -8px;
  left: 0;
  z-index: 1;
  transition: 0.6s;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.team-wrapper .team-image-wrapper img {
  border-radius: 50%;
  cursor: pointer;
}
.team-wrapper .team-image-wrapper .social-wrapper {
  position: absolute;
  bottom: -100px;
  transition: 0.3s;
  left: 53%;
  transform: translateX(-50%);
  z-index: 2;
}
.team-wrapper .team-image-wrapper .social-wrapper li {
  margin-right: 0;
}
.team-wrapper .team-image-wrapper .social-wrapper li a {
  transition: var(--transition);
}
.team-wrapper .team-image-wrapper .social-wrapper li a::after {
  background: #fff;
  transition: var(--transition);
  height: 40px;
  width: 40px;
}
.team-wrapper .team-image-wrapper .social-wrapper li a i {
  font-size: 16px;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.team-wrapper .team-image-wrapper .social-wrapper li a:hover::after {
  background: #fff;
}
.team-wrapper .team-image-wrapper .social-wrapper li a:hover i {
  color: #fff;
}
.team-wrapper .team-details p {
  margin-bottom: 5px;
  color: #fff;
}
.team-wrapper .team-details a .title {
  color: #fff;
  margin-bottom: 0;
}
.team-wrapper:hover .team-image-wrapper .social-wrapper {
  bottom: 60px;
}
.team-wrapper:hover .team-image-wrapper::after {
  height: 100%;
  width: 100%;
  bottom: 0;
}

.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.rts-team-area.team-filter {
  position: relative;
}
.rts-team-area.team-filter::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 510px;
  width: 510px;
  left: 14%;
  top: 28%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.rts-team-area.team-filter::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 0.35;
  background-repeat: no-repeat;
  z-index: 1;
  filter: blur(100px);
}

.team-elements {
  background-image: url(../images/team/elements.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rts-team-details-area .about-thumbnail img {
  width: 100%;
}

.team-share-wrapper .title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

/*start team style hear */
.rts-blog-single-wrapper {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff52 0%, #ffffff0a 100%);
  border-radius: 10px 10px 0 0;
}
.rts-blog-single-wrapper .image-thumbnail {
  position: relative;
}
.rts-blog-single-wrapper .image-thumbnail a {
  overflow: hidden;
  display: block;
  border-radius: 0;
}
.rts-blog-single-wrapper .image-thumbnail a img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: 0.3s;
}
.rts-blog-single-wrapper .image-thumbnail a:hover img {
  transform: scale(1.15);
}
.rts-blog-single-wrapper .image-thumbnail .blog-badge {
  padding: 11px 15px;
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--gradient-one);
}
.rts-blog-single-wrapper .image-thumbnail .blog-badge span {
  font-size: 16px;
  color: #fff;
}
.rts-blog-single-wrapper .blog-content-wrapper {
  padding: 0 20px 20px 20px;
  border: 2px solid #fff2;
  transition: 0.3s;
  border-top: none;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #fff2;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-quote {
  margin-right: 30px;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-quote i {
  margin-right: 5px;
  color: #fff;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-quote a {
  color: #fff;
  font-size: 17px;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-time {
  display: flex;
  align-items: center;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-time i {
  margin-right: 5px;
  color: #fff;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-head .blog-time p {
  color: #fff;
  font-size: 17px;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-body a .title {
  color: #fff;
  transition: 0.3s;
  margin-top: 20px;
  line-height: 38px;
}
.rts-blog-single-wrapper .blog-content-wrapper .blog-body a:hover .title {
  color: var(--color-terciary);
}
.rts-blog-single-wrapper:hover .blog-content-wrapper {
  border: 2px solid #fff;
  border-top: none;
}

.rts-blog-area-main {
  position: relative;
}
.rts-blog-area-main::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 510px;
  width: 510px;
  left: 14%;
  top: 28%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}

.rts-blog-left-wized.shape {
  position: relative;
}
.rts-blog-left-wized.shape::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 610px;
  width: 610px;
  left: 14%;
  top: 28%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.rts-blog-left-wized.shape .title {
  margin-top: 0;
  margin-bottom: 18px;
}
.rts-blog-left-wized.shape .post-timer {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.rts-blog-left-wized.shape .post-timer span.date {
  color: #fff;
}
.rts-blog-left-wized.shape .post-timer span.date i {
  margin-right: 5px;
}
.rts-blog-left-wized.shape .post-timer a {
  margin-right: 50px;
}
.rts-blog-left-wized.shape .post-timer a span {
  font-size: 17px;
  color: #fff;
  transition: 0.3s;
  letter-spacing: 1px;
}
.rts-blog-left-wized.shape .post-timer a:hover span {
  color: var(--color-terciary);
}
.rts-blog-left-wized.shape img {
  margin-bottom: 30px;
  border-radius: 10px;
}
.rts-blog-left-wized.shape p.disc {
  margin-bottom: 25px;
  color: #fff;
}
.rts-blog-left-wized.shape p.disc strong {
  color: #fff;
}
.rts-blog-left-wized.shape p.disc:last-child {
  margin-bottom: 0;
}

.tag-button-area {
  flex-wrap: wrap;
}
.tag-button-area .tag-button {
  padding: 15px 20px;
  background: #fff1;
  margin-right: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: max-content;
}
.tag-button-area .tag-button:hover {
  color: var(--color-terciary);
}

.blog-single-left {
  position: relative;
  z-index: 1;
}
.blog-single-left::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: -10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}

.rts-tag-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #fff1;
  border-bottom: 1px solid #fff1;
}
@media only screen and (max-width: 767px) {
  .rts-tag-social-area {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .rts-tag-social-area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .rts-tag-social-area .tag-button-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.rts-team-author-area {
  display: flex;
  align-items: flex-start;
  background: #fff1;
  padding: 40px 50px;
}
@media only screen and (max-width: 575px) {
  .rts-team-author-area {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 479px) {
  .rts-team-author-area {
    flex-direction: column;
    align-items: center;
  }
}
.rts-team-author-area img {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .rts-team-author-area img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .rts-team-author-area img {
    margin-right: 0;
  }
}
.rts-team-author-area .details-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .rts-team-author-area .details-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-team-author-area .details-wrapper {
    text-align: center;
  }
}
.rts-team-author-area .details-wrapper .title {
  margin-bottom: 1px;
}
.rts-team-author-area .details-wrapper .designation {
  font-size: 20px;
  color: #fff;
}
.rts-team-author-area .details-wrapper .social-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .rts-team-author-area .details-wrapper .social-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-team-author-area .details-wrapper .social-wrapper {
    margin-top: 20px;
  }
}

.-single-wized {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff29 0%, #ffffff05 100%);
  margin-top: 60px;
  border-radius: 10px;
  border: 1px solid #fff5;
}
.-single-wized.blog {
  margin-top: 30px;
}
.-single-wized:first-child {
  margin-top: 0;
}
.-single-wized .wized-header .title {
  padding: 25px 30px;
  background: #fff1;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #fff3;
}
.-single-wized .wized-body {
  padding: 0 30px;
  padding-bottom: 30px;
}
.-single-wized .wized-body .-search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.-single-wized .wized-body .-search-wrapper input {
  height: 60px;
  background: #fff1;
  padding-right: 50px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.-single-wized .wized-body .-search-wrapper input:focus {
  border: 1px solid var(--color-terciary);
}
.-single-wized .wized-body .-search-wrapper i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-terciary);
  padding: 15px;
  border-radius: 5px;
  font-size: 19px;
  color: #000000;
  cursor: pointer;
}

.sm-post-wrapper {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.sm-post-wrapper:first-child {
  margin-top: 30px;
}
.sm-post-wrapper:last-child {
  padding-bottom: 30px;
}
.sm-post-wrapper a {
  overflow: hidden;
  display: block;
  margin-right: 20px;
  border-radius: 10px;
}
.sm-post-wrapper a img {
  width: 150px;
  height: auto;
  transition: 0.3s;
}
.sm-post-wrapper a img:hover {
  transform: scale(1.2);
}
.sm-post-wrapper .details {
  display: flex;
  flex-direction: column;
}
.sm-post-wrapper .details a .title {
  margin-bottom: 10px;
  font-family: "Cocogoose" , sans-serif !important;
  letter-spacing: 1px;
  transition: var(--transition);
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .sm-post-wrapper .details a .title {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 479px) {
  .sm-post-wrapper .details a .title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.sm-post-wrapper .details a .title:hover {
  color: var(--color-terciary);
  text-decoration: underline;
}
.sm-post-wrapper .details span.date {
  font-size: 16px;
  color: var(--color-terciary);
}

.single-categories-wrapper-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff1;
  margin-top: 25px;
}
.single-categories-wrapper-blog:first-child {
  margin-top: 30px;
}
.single-categories-wrapper-blog:last-child {
  border: none;
}
.single-categories-wrapper-blog p {
  margin: 0;
  color: #fff;
}
.single-categories-wrapper-blog span {
  margin: 0;
  font-size: 22px;
  color: var(--color-terciary);
}

.wized-body .tag-button-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.wized-body .tag-button-area a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 35px;
}

.rts-blog-left-wized img {
  border-radius: 10px;
}

.meassage-wrapper.blog .title {
  margin-bottom: 30px;
}
.meassage-wrapper.blog input,
.meassage-wrapper.blog textarea {
  border-radius: 0 !important;
  border-color: #fff1 !important;
  background: transparent !important;
}

.rts-next-prev-post {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.rts-next-prev-post .prev-wrapper {
  text-align: left;
}
.rts-next-prev-post .prev-wrapper span {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
}
.rts-next-prev-post .prev-wrapper .title {
  margin-top: 20px;
}
@media only screen and (max-width: 479px) {
  .rts-next-prev-post .prev-wrapper .title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
  }
}
.rts-next-prev-post .next-wrapper {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .rts-next-prev-post .next-wrapper {
    text-align: left;
    margin-left: 10px;
  }
}
.rts-next-prev-post .next-wrapper span {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
}
.rts-next-prev-post .next-wrapper .title {
  margin-top: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 479px) {
  .rts-next-prev-post .next-wrapper .title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
  }
}

/*Contact us section*/
.rts-gt-wrapper {
  padding: 40px 15px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff38 0%, #ffffff08 100%);
  border-radius: 10px;
  height: 100%;
}
.rts-gt-wrapper .thumbnail {
  margin-bottom: 30px;
}
.rts-gt-wrapper .thumbnail img {
  transition: 0.3s;
}
.rts-gt-wrapper a .title {
  margin-bottom: 7px;
  transition: 0.3s;
  position: relative;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .rts-gt-wrapper a .title {
    font-size: 18px;
  }
}
.rts-gt-wrapper a .title::after {
  position: absolute;
  background: var(--color-terciary);
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  transition: 0.3s;
}
.rts-gt-wrapper a:hover .title {
  color: var(--color-terciary);
}
.rts-gt-wrapper a:hover .title::after {
  width: 100%;
}
.rts-gt-wrapper:hover .thumbnail img {
  transform: translateY(-10px);
}

.contact-thumbnail {
  position: relative;
}
.contact-thumbnail::before {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(123px);
}

.meassage-wrapper {
  position: relative;
}
.meassage-wrapper .form-group label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 400;
}
.meassage-wrapper .form-group input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one) !important;
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
}
.meassage-wrapper .form-group input:focus {
  border: 1px solid var(--color-terciary);
}
.meassage-wrapper .form-group textarea {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one) !important;
  height: 220px;
  border-radius: 5px;
  transition: var(--transition);
}
.meassage-wrapper .form-group textarea:focus {
  border: 1px solid var(--color-terciary);
}
.meassage-wrapper::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: -10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}

/*Team Details style Hear*/
.rts-team-details-area {
  position: relative;
}
.rts-team-details-area::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 710px;
  width: 710px;
  left: 15%;
  top: 20%;
  opacity: 0.15;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}

.team-details-wrapper .sub-title.su-sub {
  color: var(--color-terciary);
  font-size: 17px;
  text-transform: uppercase;
}
.team-details-wrapper .title {
  margin-bottom: 10px;
}
.team-details-wrapper p.disc {
  margin-top: 15px;
  margin-bottom: 30px;
}
.team-details-wrapper .team-share-wrapper .social-wrapper li a {
  transition: 0.3s;
}
.team-details-wrapper .team-share-wrapper .social-wrapper li a:hover {
  color: var(--gradient-one);
  transform: translateY(-5px);
}
.team-details-wrapper .team-share-wrapper .social-wrapper li a:hover::after {
  background: #fff !important;
}
.team-details-wrapper .team-share-wrapper .social-wrapper li a:hover i {
  color: Blue;
}

.short-by-shop {
  display: flex;
  align-items: center;
}
.short-by-shop span {
  margin-right: 10px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
.short-by-shop .nice-select {
  border: none;
}
.short-by-shop .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 11px;
  width: 11px;
  top: 45%;
}
.short-by-shop .nice-select span {
  margin-right: 10px;
}
.short-by-shop .nice-select:focus {
  border: none;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 55%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: var(--color-terciary);
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.single-progress-wrapepr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*start team style hear */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 56%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #4800e5 !important;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #ffffff63;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #111d5e;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.m--0 {
  margin: 0;
}

/*=====Shop details style hear====
=================================*/
.rts-shop-details-tab-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .rts-shop-details-tab-wrapper {
    flex-direction: column;
  }
}
.rts-shop-details-tab-wrapper ul {
  margin-top: 0;
}
.rts-shop-details-tab-wrapper ul.nav {
  border-bottom: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  /* flex-wrap: nowrap; */
}
@media only screen and (max-width: 767px) {
  .rts-shop-details-tab-wrapper ul.nav {
    flex-direction: row;
    margin-top: 30px;
  }
}
.rts-shop-details-tab-wrapper ul.nav .nav-item {
  margin-top: 0;
  margin-bottom: 20px;
  width: 10%;
}
@media only screen and (max-width: 575px) {
  .rts-shop-details-tab-wrapper ul.nav .nav-item {
    width: 33%;
  }
}
@media only screen and (max-width: 479px) {
  .rts-shop-details-tab-wrapper ul.nav .nav-item {
    width: 33%;
  }
}
.rts-shop-details-tab-wrapper ul .nav-item button {
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 5px solid transparent;
}
.rts-shop-details-tab-wrapper ul .nav-item button.active {
  background-color: transparent;
  border-color: transparent;
  border-radius: 5px;
  color: #743ad5;
  border: 5px solid;
  border-image-slice: 1;
  border-radius: 5px;
  border-width: 5px;
  border-image-source: #743ad5;
}
.rts-shop-details-tab-wrapper ul .nav-item button img {
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
}
.rts-shop-details-tab-wrapper ul .nav-item button img:hover {
  transform: scale(1.2);
  border: none;
}
.rts-shop-details-tab-wrapper ul .nav-item button:hover {
  border: 5px solid;
  border-image-slice: 1;
  border-radius: 5px;
  border-width: 5px;
  border-image-source: #743ad5;
}
.rts-shop-details-tab-wrapper .tab-content .tab-pane {
  margin-right: 25px;
  /* border: 5px solid #743ad5; */
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .rts-shop-details-tab-wrapper .tab-content .tab-pane {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .rts-shop-details-tab-wrapper .tab-content .tab-pane {
    margin-right: 0;
  }
}
.rts-shop-details-tab-wrapper .tab-content .tab-pane img {
  border-radius: 10px;
  transform: scale(1.01);
  width: 100%;
}

.rts-shop-details-right-wrapper {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .rts-shop-details-right-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-shop-details-right-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-shop-details-right-wrapper {
    padding-left: 0;
  }
}
.rts-shop-details-right-wrapper .title {
  margin-bottom: 25px;
}
.rts-shop-details-right-wrapper .star-icon-wrapper {
  margin-bottom: 25px;
}
.rts-shop-details-right-wrapper p {
  margin-bottom: 25px;
}
.rts-shop-details-right-wrapper p.price {
  color: #fff;
}
.rts-shop-details-right-wrapper p.price strong {
  color: #fff;
}
.rts-shop-details-right-wrapper p.disc {
  margin-bottom: 25px;
}
.rts-shop-details-right-wrapper p.name {
  color: #fff;
}
.rts-shop-details-right-wrapper p.name strong {
  color: #fff;
}
.rts-shop-details-right-wrapper p.category {
  color: #fff;
  margin-bottom: 50px;
}
.rts-shop-details-right-wrapper p.category strong {
  color: #fff;
}
.rts-shop-details-right-wrapper .button-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rts-shop-details-right-wrapper .button-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  .rts-shop-details-right-wrapper .button-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .rts-shop-details-right-wrapper .button-wrapper .rts-btn {
    margin-bottom: 25px;
  }
  .rts-btn {
    min-width: 100%;
  }
}
.rts-shop-details-right-wrapper .counter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  padding: 5px;
  background: #fff1;
  border-radius: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .rts-shop-details-right-wrapper .counter-button {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-shop-details-right-wrapper .counter-button {
    margin-bottom: 25px;
  }
}
.rts-shop-details-right-wrapper .counter-button span.number {
  color: #fff;
  font-size: 24px;
}
.rts-shop-details-right-wrapper .counter-button button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  font-size: 36px;
  color: #000;
  line-height: 0px;
}
.rts-shop-details-right-wrapper .counter-button input {
  width: 48px;
  color: #fff;
}

.star-icon-wrapper i {
  color: #F7C600;
  margin-right: 5px;
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.rts-tab-style-one ul.nav {
  border-bottom: none;
  padding: 10px;
  border-radius: 5px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff33 0%, #ffffff08 100%);
}
.rts-tab-style-one ul li {
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rts-tab-style-one ul li {
    margin-bottom: 15px;
  }
  .rts-tab-style-one ul li:last-child {
    margin-bottom: 0;
  }
}
.rts-tab-style-one ul li button {
  border: 1px solid var(--color-border-one) !important;
  padding: 13px 30px;
  color: #fff;
  display: block;
}
.rts-tab-style-one ul li button.active {
  background-color: transparent !important;
  background: var(--gradient-one);
  color: #fff !important;
  border-radius: 5px;
}
.rts-tab-style-one ul li button:hover {
  background-color: transparent;
  background: var(--gradient-one);
  color: #fff !important;
  border-radius: 5px;
}
.rts-tab-style-one .tab-content {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.rts-tab-style-one .tab-content p.disc {
  margin-bottom: 20px;
}

.meassage-wrapper.shop-single .review-single-wrapper {
  margin-bottom: 30px;
}
.meassage-wrapper.shop-single .review-single-wrapper i {
  cursor: pointer;
  margin-right: 5px;
  font-size: 24px;
  color: #fff3;
  transition: 0.3s;
}
.meassage-wrapper.shop-single .review-single-wrapper i:hover {
  color: #ffb600;
}

.start-pagination-area.shop {
  justify-content: flex-start;
}

.btn-checkout-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-checkout-area .continue-shopping {
  margin-bottom: 0;
}

.rts-btn.checkout {
  padding: 12px 16px;
  margin-right: 0;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ffffff;
  /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-terciary);
  /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ffffff;
  /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.button-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor {
  display: none;
}

@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 9;
  }

  .cursor__inner {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
  }

  .credits {
    padding-left: 25vw;
  }
}
/*---------------------------------------------------*/
/*	09) SHANE CURSOR
/*---------------------------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--color-primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 70px;
  height: 70px;
  background-color: #000;
  background-blend-mode: multiply;
  opacity: 0.5;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 45px;
  height: 45px;
  border: 2px solid var(--color-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

/*----cart style hear-----
-------------------------*/
.single-cart-inner {
  padding: 35px 0;
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  transition: background-color 1s ease-in-out;
}
@media screen and (max-width: 600px) {
  .single-cart-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .single-cart-inner .cart-counter {
    margin-right: 0 !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .single-cart-inner .cart-counter {
    width: 145px;
    margin-left: -38px;
  }
}
@media screen and (max-width: 600px) {
  .single-cart-inner .product-price {
    position: relative;
    margin-left: 35px;
  }
}
@media screen and (max-width: 600px) {
  .single-cart-inner .rts-btn {
    position: relative;
    margin-left: -40px;
    margin-top: 15px;
  }
}
.single-cart-inner.transition {
  transition: 0.3s ease-in-out;
}
.single-cart-inner:first-child {
  padding-top: 0;
}
.single-cart-inner:last-child {
  border: none;
  padding-bottom: 0;
}
.single-cart-inner .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  max-width: max-content;
}
.single-cart-inner .thumbnail img {
  border-radius: 5px;
  transition: 0.3s;
}
.single-cart-inner .thumbnail img:hover {
  transform: scale(1.2);
}
.single-cart-inner .discription .name {
  color: #fff;
}
.single-cart-inner .discription .details {
  color: #fff;
  margin-top: 7px;
}
.single-cart-inner .product-price {
  color: #fff;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.single-cart-inner .cart-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border: 1px solid #ffffff1f;
  border-radius: 5px;
  margin-right: 15px;
}
.single-cart-inner .cart-counter input {
  width: 18px;
  padding: 0;
  font-size: 16px;
  color: #fff;
}
.single-cart-inner .cart-counter button {
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
.single-cart-inner .gutton-group {
  display: flex;
  justify-content: flex-end;
}

.checkout-box {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-box {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-box {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .checkout-box {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-box {
    margin-top: 20px;
    margin-left: 0;
  }
}
.checkout-box .continue-shopping {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.checkout-box .continue-shopping::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--color-terciary);
  transition: 0.3s;
}
.checkout-box .continue-shopping:hover {
  color: var(--color-terciary);
}
.checkout-box .continue-shopping:hover::after {
  width: 100%;
}
.checkout-box .action-item {
  padding: 30px;
  border: 1px solid #fff1;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .checkout-box .action-item {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-box .action-item {
    padding: 10px;
  }
}
.checkout-box .action-item .form-group {
  margin-bottom: 10px;
}
.checkout-box .action-item .form-group input {
  max-width: max-content;
}
.checkout-box .action-item .form-group:last-child {
  margin-bottom: 0;
}
.checkout-box .action-item .form-group label {
  color: #fff;
  font-size: 16px;
}
.checkout-box .action-item .form-group label a {
  color: var(--color-terciary);
  position: relative;
}
.checkout-box .action-item .form-group label a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color-terciary);
  transition: 0.3s;
}
.checkout-box .action-item .form-group label a:hover::after {
  width: 100%;
}

.checkout-box-inner {
  padding: 40px;
  border: 1px solid #fff1;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .checkout-box-inner {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-box-inner {
    padding: 10px;
  }
}
.checkout-box-inner .subtotal-area {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff1;
  display: flex;
  justify-content: space-between;
}
.checkout-box-inner .subtotal-area .title {
  color: #fff;
}
.checkout-box-inner .subtotal-area .subtotal-price {
  color: #fff;
}
.checkout-box-inner .shipping-check .title {
  font-size: 22px;
  margin-bottom: 7px;
  color: #fff;
}
.checkout-box-inner .shipping-check .check-options {
  margin-top: 15px;
}
.checkout-box-inner .shipping-check .check-options .form-group {
  margin-bottom: 10px;
}
.checkout-box-inner .shipping-check .check-options .form-group input {
  max-width: max-content;
}
.checkout-box-inner .shipping-check .check-options .form-group label {
  color: #fff;
  font-size: 15px;
}
.checkout-box-inner .shipping-location {
  padding: 25px 0;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff1;
}
.checkout-box-inner .shipping-location span {
  color: #cacaca;
  font-size: 16px;
}
.checkout-box-inner .shipping-location span span.loc {
  font-size: 20px;
  color: #fff;
}
.checkout-box-inner .total-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.checkout-box-inner .total-area .title {
  color: #cacaca;
}
.checkout-box-inner .total-area .total-price {
  color: #fff;
  font-size: 20px;
}

.w--100 {
  width: 100%;
}

.coupon-apply {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.coupon-apply .coupon-text {
  color: #fff;
}
.coupon-apply .apply-input {
  display: flex;
  align-items: center;
}
.coupon-apply .apply-input input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid #fff1;
  height: 50px;
  border-radius: 5px;
  transition: var(--transition);
  margin-left: 25px;
}
.coupon-apply .apply-input input:focus {
  border: 1px solid var(--color-terciary);
}
.coupon-apply .apply-input .rts-btn {
  display: flex !important;
  align-items: center;
  margin-left: 25px;
}
.coupon-apply .apply-input .rts-btn i {
  position: relative;
  margin-bottom: -4px;
  padding-left: 8px;
}

.coupon-ask {
  padding: 15px;
  border: 1px solid #fff1;
  display: flex;
  align-items: center;
}
.coupon-ask span {
  display: block;
}
.coupon-ask button {
  max-width: max-content;
  margin-left: 30px;
  color: #fff;
}

.coupon-input-area {
  display: flex;
  align-items: center;
}
.coupon-input-area input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 50px;
  border-radius: 5px;
  transition: var(--transition);
  margin-right: 30px;
}
.coupon-input-area input:focus {
  border: 1px solid var(--color-terciary);
}
.coupon-input-area button {
  display: inline-block;
  min-width: max-content;
}
.coupon-input-area button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.checkout-input input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
  margin-right: 30px;
}
.checkout-input input[type=checkbox] {
  max-width: max-content;
}
.checkout-input input:focus {
  border: 1px solid var(--color-terciary);
}
.checkout-input select {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
  margin-right: 30px;
  padding: 0 15px;
}
.checkout-input select option {
  background: var(--color-secondary);
  font-size: 16px;
  padding: 13px 10px;
  display: block;
}
.checkout-input select option:hover {
  background: var(--color-terciary) !important;
}
.checkout-input .check-options {
  display: flex;
  align-items: center;
}
.checkout-input .check-options .form-group {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.checkout-input .check-options .form-group:first-child {
  margin-left: 0;
}
.checkout-input .check-options .form-group label {
  color: #fff;
  font-size: 16px;
}
.checkout-input textarea {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  border-radius: 5px;
  height: 150px;
  padding: 15px 15px;
}
.checkout-input textarea:focus {
  border: 1px solid var(--color-terciary);
}

.rts-checkout-area .nice-select {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
  margin-right: 30px;
  width: 100%;
}
.rts-checkout-area .nice-select span.current {
  top: 9px;
  position: relative;
}
.rts-checkout-area .nice-select.open .list {
  background: #fff1;
}
.rts-checkout-area .nice-select.open .list li {
  font-size: 18px;
  color: #fff;
}
.rts-checkout-area .nice-select.open .list li:hover {
  background: var(--color-terciary);
}
.rts-checkout-area .nice-select.open .list li.focus {
  background-color: var(--color-terciary);
}

.login-wrapper {
  padding: 40px;
  border: 1px solid #fff1;
  border-radius: 5px;
  width: 550px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .login-wrapper {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .login-wrapper {
    padding: 10px;
  }
}
.login-wrapper::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  top: 7%;
  left: -10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
.login-wrapper input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
}
.login-wrapper input:focus {
  border-color: var(--color-terciary);
}
.login-wrapper label {
  color: #fff !important;
}

.rts-single-wallet-wrapper {
  padding: 35px 24px 30px 24px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff38 0%, #ffffff08 100%);
  border-radius: 10px;
  border: 2px solid var(--color-border-one);
  height: 100%;
}
.rts-single-wallet-wrapper .inner .thumbnail img {
  margin-bottom: 20px;
  transition: 0.3s;
}
.rts-single-wallet-wrapper .inner .title {
  margin-bottom: 10px;
}
.rts-single-wallet-wrapper .inner a .title {
  transition: 0.3s;
}
.rts-single-wallet-wrapper .inner a:hover .title {
  color: var(--color-terciary);
}
.rts-single-wallet-wrapper .inner p.disc {
  margin-bottom: 0;
}
.rts-single-wallet-wrapper:hover .inner .thumbnail img {
  transform: translateY(-10px) scale(1.2);
}

.wallet-title-area {
  width: 70%;
  margin: auto;
}

.rts-creators-style-lg-inner {
  padding: 25px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
@media only screen and (max-width: 479px) {
  .rts-creators-style-lg-inner {
    padding: 5px;
  }
}
.rts-creators-style-lg-inner .thumb-lg {
  overflow: hidden;
  max-width: max-content;
  display: block;
  border-radius: 7px;
}
.rts-creators-style-lg-inner .thumb-lg img {
  transition: 0.3s;
  border-radius: 7px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .rts-creators-style-lg-inner .thumb-lg img {
    width: 435px;
  }
}
.rts-creators-style-lg-inner .thumb-lg:hover img {
  transform: scale(1.1);
}
.rts-creators-style-lg-inner .creator-down-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.rts-creators-style-lg-inner .creator-down-row a {
  overflow: hidden;
  border-radius: 5px;
}
.rts-creators-style-lg-inner .creator-down-row a img {
  border-radius: 5px;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1199px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    width: 164px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    width: 117px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    width: 83px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    width: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-creators-style-lg-inner .creator-down-row a img {
    width: 45px;
  }
}
.rts-creators-style-lg-inner .creator-down-row a:hover img {
  transform: scale(1.1);
}
.rts-creators-style-lg-inner .name-follow-left span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-terciary);
}
.rts-creators-style-lg-inner .name-follow-left .title {
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rts-creators-style-lg-inner .name-follow-left .title {
    font-size: 18px;
  }
}
.rts-creators-style-lg-inner .name-follow-right button {
  max-width: max-content;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #08145C;
  padding: 12px 23px;
  border-radius: 5px;
  color: #fff;
}
.rts-creators-style-lg-inner .disc-dt {
  font-size: 16px;
  line-height: 26px;
  color: #ffffffc5;
  font-family: "CenturyGothic" , sans-serif !important;
  font-weight: 200;
}
@media only screen and (max-width: 479px) {
  .rts-creators-style-lg-inner .disc-dt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .creator-wrapper {
    margin-bottom: 45px;
  }
}
.creator-wrapper .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 35px;
  max-width: max-content;
  height: 202px;
  margin-bottom: 20px;
  position: relative;
  margin: 20px auto;
  margin-top: -20px;
}
@media only screen and (max-width: 479px) {
  .creator-wrapper .thumbnail {
    margin-bottom: -37px;
  }
}
.creator-wrapper .thumbnail.validation::after {
  position: absolute;
  content: "\f00c";
  padding: 9px;
  background: #8200E9;
  left: 20px;
  top: 20px;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  border-radius: 50%;
  transition: 0.3s;
  color: #fff;
  line-height: 14px;
}
.creator-wrapper .thumbnail img {
  max-width: max-content;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: 0.3s;
}
.creator-wrapper .thumbnail:hover img {
  transform: scale(1.3);
}
@media only screen and (max-width: 575px) {
  .creator-wrapper .details {
    margin-top: 38% !important;
  }
}
@media only screen and (max-width: 479px) {
  .creator-wrapper .details {
    margin-top: 25% !important;
  }
}
.creator-wrapper .details .name {
  margin-bottom: 3px;
}
.creator-wrapper .details span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.rts-collection-main-wrapper {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, #ffffff1a 0%, #ffffff00 100%);
  border: 2px solid #ffffff40;
  padding: 25px;
  border-radius: 6px;
}
.rts-collection-main-wrapper .thumbnail-lg {
  overflow: hidden;
  display: block;
  border-radius: 6px;
}
.rts-collection-main-wrapper .thumbnail-lg img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}
.rts-collection-main-wrapper .thumbnail-lg:hover img {
  transform: scale(1.15);
}
.rts-collection-main-wrapper .thumbnail-sm {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.rts-collection-main-wrapper .thumbnail-sm img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}
.rts-collection-main-wrapper .thumbnail-sm:hover img {
  transform: scale(1.15);
}
.rts-collection-main-wrapper .colection-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rts-collection-main-wrapper .colection-details .left span {
  color: var(--color-terciary);
  font-size: 16px;
}
.rts-collection-main-wrapper .colection-details .left .title {
  margin-bottom: 0;
  margin-top: 5px;
  transition: 0.3;
}
.rts-collection-main-wrapper .colection-details .left .title:hover {
  color: var(--color-terciary);
}
.rts-collection-main-wrapper .colection-details .right button {
  max-width: max-content;
  padding: 10px 23px;
  background: #08145C;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rts-collection-main-wrapper .colection-details .right button::after {
  position: absolute;
  background: linear-gradient(96.11deg, #4200E5 1.74%, #8200E9 100%);
  content: "";
  left: 0;
  top: 0;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.rts-collection-main-wrapper .colection-details .right button:hover::after {
  opacity: 1;
}

.explore-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.explore-thumbnail img {
  border-radius: 8px;
  transition: 0.3s;
  width: 100%;
}
.explore-thumbnail img:hover {
  transform: scale(1.02);
}

@media only screen and (max-width: 767px) {
  .expo-cart-wrapper {
    padding-left: 15px;
  }
}
.expo-cart-wrapper .title {
  margin-bottom: 30px;
}
.expo-cart-wrapper .meata-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expo-cart-wrapper .meata-option .meta-left {
  display: flex;
}
.expo-cart-wrapper .meata-option .meta-left span i {
  height: 50px;
  width: 50px;
  background-color: #ffffff17;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expo-cart-wrapper .meata-option .meta-left span.heart {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 7px;
}
.expo-cart-wrapper .meata-option .meta-right {
  display: flex;
}
.expo-cart-wrapper .meata-option .meta-right .share {
  margin-right: 7px;
}
.expo-cart-wrapper .meata-option .meta-right a i {
  height: 50px;
  width: 50px;
  background-color: #ffffff17;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expo-cart-wrapper .rts-client-info {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .expo-cart-wrapper .rts-client-info {
    flex-direction: column;
  }
}
.expo-cart-wrapper .rts-client-info .meta-info {
  display: flex;
  align-items: center;
  background: #ffffff17;
  padding: 10px 20px;
  flex-basis: 48%;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .expo-cart-wrapper .rts-client-info .meta-info {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .expo-cart-wrapper .rts-client-info .meta-info:last-child {
    margin-bottom: 0;
  }
}
.expo-cart-wrapper .rts-client-info .meta-info .thumbnail {
  margin-right: 10px;
}
.expo-cart-wrapper .rts-client-info .meta-info .thumbnail img {
  max-width: 50px;
  height: auto;
}
.expo-cart-wrapper .rts-client-info .meta-info .info .desig {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.expo-cart-wrapper .rts-client-info .meta-info .info .title {
  margin-bottom: 0;
  font-size: 16px;
}
.expo-cart-wrapper .disc-pricing {
  margin-bottom: 25px;
  color: #fff;
}
.expo-cart-wrapper .explore-single-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expo-cart-wrapper .explore-single-pricing .last-price span {
  color: #fff;
}
.expo-cart-wrapper .explore-single-pricing .last-price .price {
  margin-bottom: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .expo-cart-wrapper .explore-single-pricing .last-price .price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expo-cart-wrapper .explore-single-pricing .last-price .price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expo-cart-wrapper .explore-single-pricing .last-price .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .expo-cart-wrapper .explore-single-pricing .last-price .price {
    font-size: 14px;
  }
}
.expo-cart-wrapper .explore-single-pricing .explore-p {
  padding: 10px 20px;
  background: #ffffff17;
  border-radius: 10px;
  flex-basis: 48%;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .expo-cart-wrapper .explore-single-pricing .explore-p {
    margin-bottom: 15px;
    flex-basis: 100%;
  }
}
.expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown {
    justify-content: flex-start;
  }
}
.expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container {
    margin-right: 10px;
  }
}
.expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container:last-child {
  margin-right: 0;
}
.expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-value {
  font-size: 24px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-value {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-value {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-value {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-value {
    font-size: 20px;
  }
}
.expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-heading {
  font-size: 18px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-heading {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .expo-cart-wrapper .explore-single-pricing .count-down-timeer .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}

.bit-history {
  margin-top: 40px;
}
.bit-history nav .nav {
  border: none;
}
.bit-history nav .nav button {
  display: inline-block;
  max-width: max-content;
  background: #ffffff17;
  margin-right: 15px;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .bit-history nav .nav button {
    margin-bottom: 10px;
  }
}
.bit-history nav .nav button.active {
  border-radius: 6px;
  background: #4200E5;
  color: #fff;
}

.disc-tab-in {
  margin-top: 25px;
  color: #fff;
}

.single-person-bids-wrapper .bid-details-single {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.single-person-bids-wrapper .bid-details-single:first-child {
  margin-top: 25px;
}
.single-person-bids-wrapper .bid-details-single img {
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}
.single-person-bids-wrapper .bid-details-single .details p.accepted {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.single-person-bids-wrapper .bid-details-single .details .date-time {
  font-size: 12px;
  color: #fff;
}

.banner-five {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.banner-five img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .banner-five img {
    height: fit-content;
  }
}
.banner-five .over-link {
  background: linear-gradient(358deg, #4a00e6cf 22.74%, #ffffff00 100%);
  z-index: 1;
}
.banner-five p.disc {
  color: #fff;
}
.banner-five .banner-swiper-one-inner {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}
.banner-five .banner-swiper-one-inner a .title {
  background: linear-gradient(96.11deg, #183cb3 1.74%, #ca1a3e 100%);
  max-width: max-content;
}

.rts-brows-file-wrapper {
  position: relative;
  border: 2px dashed #ffffff42;
  border-radius: 10px;
}
.rts-brows-file-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  cursor: pointer;
  border-radius: 5px;
  object-fit: cover;
  padding: 6px;
  border-radius: 15px;
}
.rts-brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.rts-brows-file-wrapper label {
  width: 100%;
  height: 304px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  transition: var(--transition);
  transition: 0.3s;
}
.rts-brows-file-wrapper label i {
  font-size: 34px;
  color: #9f03ff;
}
.rts-brows-file-wrapper label span {
  margin-top: 15px;
  color: #fff;
  font-size: 24px;
}
.rts-brows-file-wrapper:hover label {
  transform: scale(0.8);
}

.filter-blur {
  position: relative;
}
.filter-blur::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200E9 1.74%, #4200E5 100%);
  height: 310px;
  width: 310px;
  right: 7%;
  bottom: 10%;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(123px);
}

.create-form label {
  color: #fff;
  margin-bottom: 10px;
}
.create-form input {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 60px;
  border-radius: 5px;
  transition: var(--transition);
}
.create-form textarea {
  background: #ffffff09;
  color: #fff;
  border: 1px solid var(--color-border-one);
  height: 100px;
  border-radius: 5px;
  transition: var(--transition);
  padding: 10px;
}

.create-submit-btn {
  margin-left: auto;
  display: flex !important;
}

.loadingpage {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #161616;
  font-family: var(--font-secondary);
  position: fixed;
  z-index: 1;
  overflow: hidden;
  z-index: 100000;
}

.loadingpage::before {
  content: "";
  width: 47%;
  height: 100%;
  background: linear-gradient(96.11deg, #000000 1.74%, #010847 100%);
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 0%;
}

.loadingpage::after {
  content: "";
  width: 53%;
  height: 100%;
  background: linear-gradient(82deg, #010847 1.74%, #000000 100%);
  position: absolute;
  z-index: 2;
  right: 0%;
  top: 0%;
}

.loadingpage .counter {
  margin: auto;
  position: absolute;
  top: 42%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  font-size: 100px;
  color: #3400b6;
}
@media only screen and (max-width: 575px) {
  .loadingpage .counter {
    left: 32%;
  }
}
@media only screen and (max-width: 479px) {
  .loadingpage .counter {
    font-size: 40px;
  }
}
.loadingpage .counter::after {
  position: absolute;
  content: "%";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100px;
  z-index: 10000;
}
@media only screen and (max-width: 479px) {
  .loadingpage .counter::after {
    font-size: 40px;
  }
}

.loadingpage h1 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 5rem;
  font-weight: bolder;
}

/******** when page is loaded **********/
.pageisloaded {
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 1s 1.3s ease-out;
}

.pageisloaded::before {
  content: "";
  transform: translateX(-100%);
  transition: all 1s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pageisloaded::after {
  content: "";
  transform: translateX(100%);
  transition: all 1s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pageisloaded .counter {
  opacity: 0;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 400px) {
  .fullcontainer h2 {
    line-height: 1.2;
    font-size: 1.95rem;
  }

  .fullcontainer p {
    font-size: 0.91rem;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-top: 3px solid var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: 0;
  margin: auto;
  z-index: 10;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
tbody.ranking tr td {
  padding: 6px !important;
  vertical-align: middle !important;
}
tbody.ranking tr td .thumbnail img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}

.table-title-area {
  margin-bottom: 30px;
}
.table-title-area svg {
  position: relative;
  top: 5px;
  width: 35px;
  margin-right: 10px;
}

.rts-nft-ranking-area {
  position: relative;
}
.rts-nft-ranking-area::after {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #B16CEA 0%, #FF504B 51.04%, #FFA84B 100%);
  height: 510px;
  width: 510px;
  right: 14%;
  top: 28%;
  opacity: 0.25;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}

.color-danger {
  color: var(--color-danger) !important;
}

.color-info {
  color: var(--color-info) !important;
}

.upcoming-projects tbody td:first-child {
  border-radius: 5px 0 0 5px;
  width: 60px;
}

.upcoming-projects tbody td:last-child {
  border-radius: 0px 5px 5px 0px;
}

thead {
  border: none;
}
thead tr th {
  border: none;
  padding-bottom: 30px !important;
}
thead tr th span {
  color: #fff;
}

tbody tr td {
  padding: 25px 23px !important;
}
tbody tr td span {
  font-size: 16px;
  color: #fff;
}
tbody .color-light {
  border-radius: 5px;
}

.box-table {
  padding: 30px;
  border-radius: 5px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.rts-nft-ranking-area ul.nav li button.rts-btn {
  margin-bottom: 20px;
  margin-right: 15px;
  color: #fff;
  background-color: none;
}
.rts-nft-ranking-area ul.nav li button.rts-btn:focus {
  background-color: none;
  box-shadow: none;
}
.rts-nft-ranking-area ul.nav li button.rts-btn::after {
  background: linear-gradient(96.11deg, #4200e5 1.74%, #111d5e 100%);
}
.rts-nft-ranking-area ul.nav li button.rts-btn::before {
  background: linear-gradient(96.11deg, #4200e5 1.74%, #111d5e 100%);
}
.rts-nft-ranking-area ul.nav li button.rts-btn.active {
  background-color: none;
}
.rts-nft-ranking-area ul.nav li button.rts-btn.active:focus {
  background-color: none;
  box-shadow: none;
}
.rts-nft-ranking-area ul.nav li button.rts-btn.active::after {
  background: linear-gradient(96.11deg, #111d5e 1.74%, #8200e9 100%);
  background: linear-gradient(96.11deg, #8200e9 1.74%, #111d5e 100%);
}
.rts-nft-ranking-area ul.nav li button.rts-btn.active::before {
  background: linear-gradient(96.11deg, #111d5e 1.74%, #8200e9 100%);
  background: linear-gradient(96.11deg, #8200e9 1.74%, #111d5e 100%);
}

.h--100 {
  height: 100%;
}

.activity-btn-area {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  position: sticky;
  z-index: 10;
  top: 100px;
}
.activity-btn-area li {
  margin-top: 0;
  margin-bottom: 0;
}
.activity-btn-area li button.rts-btn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  text-align: left;
}
/*# sourceMappingURL=../maps/style.css.map */
/* my edits*/
.line-height-tiny{line-height: 1.2;}
.btn-*{font-family: "century gothic";}
.service-list{
  font-size: 18px;
  color: var(--color-heading);
}
.service-list ul{
  padding: 0 20px;
}
.service-list ul li{
  font-size: 15px;
}
.service-list ul li strong{
  color: var(--color-heading);
}
/* Customize arrows */
.swiper-button-prev, .swiper-button-next {
    background-color: #111d5e;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-prev i,
.swiper-button-next i {
    font-size: 16px;
    line-height: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}