@charset "UTF-8";



/* Montserrat Regular */

@font-face {

  font-family: "Montserrat Regular";

  font-weight: normal;

  font-style: normal;

  src: url("../fonts/Montserrat-Regular.woff") format("woff");

}

/* Montserrat Bold */

@font-face {

  font-family: "Montserrat Bold";

  font-weight: normal;

  font-style: normal;

  src: url("../fonts/Montserrat-Bold.woff") format("woff");

}

/* Montserrat Medium */

@font-face {

  font-family: "Montserrat Medium";

  font-weight: normal;

  font-style: normal;

  src: url("../fonts/Montserrat-Medium.woff") format("woff");

}

/* Montserrat SemiBold */

@font-face {

  font-family: "Montserrat SemiBold";

  font-weight: normal;

  font-style: normal;

  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");

}



/* Default  */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");

@import url("../../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

:root {

  --color-primary: #00a3ff;

  --color-primary-alta: #212e48;

  --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(to right bottom, #2899d8, #00a3ff);

  --color-heading: #ffffff;

  --color-body: #acacac;

  --color-dark:#1d1d1d;

  --color-light-heading: #181c32;

  --color-light-body: #65676b;

  --color-border-white: #00000024;

  --color-midgray: #878787;

  --color-light: #E4E6EA;

  --color-lighter: #CED0D4;

  --color-lightest: #F0F2F5;

  --color-border: #ffffff14;

  --color-white: #ffffff;

  --color-white-75: rgba(255, 255, 255, 0.75);

  --color-success: #3EB75E;

  --color-danger: #FF0003;

  --color-warning: #FF8F3C;

  --color-info: #1BA2DB;

  --color-facebook: #3B5997;

  --color-twitter: #1BA1F2;

  --color-youtube: #ED4141;

  --color-linkedin: #0077B5;

  --color-pinterest: #E60022;

  --color-instagram: #C231A1;

  --color-vimeo: #00ADEF;

  --color-twitch: #6441A3;

  --color-discord: #7289da;

  --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: "Montserrat Medium";

  --font-secondary: "Montserrat Medium";

  --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: 50px;

  --h2: 36px;

  --h3: 32px;

  --h4: 26px;

  --h5: 22px;

  --h6: 20px;

}



* {

  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: var(--font-primary);

  color: var(--color-body);

  font-weight: var(--p-regular);

  position: relative;

  background: #000;

  

  background-image: url(https://cef.eralsoft.com/assets/images/bg/auto-background.webp);

  background-repeat: no-repeat;

  background-size: auto;

  background-position:center top;

  min-height: 300px;

  position: relative;

  z-index: -2;

    

}

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

  background-image: url("../images/bg/noise.gif");

  z-index: -1;

  background-color: rebeccapurple;

  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: var(--font-secondary);

  line-height: 1.4074;

  color: var(--color-heading);

}



h1,

.h1 {

  font-size: var(--h1);

  line-height: 1.19;

  font-weight: 700;

}



h2,

.h2 {

  font-size: var(--h2);

  line-height: 1.23;

}



h3,

.h3 {

  font-size: var(--h3);

  line-height: 1.14;

}



h4,

.h4 {

  font-size: var(--h4);

  line-height: 1.25;

}



h5,

.h5 {

  font-size: var(--h5);

  line-height: 1.24;

}



h6,

.h6 {

  font-size: var(--h6);

  line-height: 1.25;

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a,

.h1 a,

.h2 a,

.h3 a,

.h4 a,

.h5 a,

.h6 a {

  color: inherit;

}



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

  }

}

h1,

.h1,

h2,

.h2,

h3,

.h3 {

  font-weight: var(--s-bold);

}



h4,

.h4,

h5,

.h5 {

  font-weight: var(--s-bold);

}



h6,

.h6 {

  font-weight: var(--s-bold);

}



p {

  font-size: var(--font-size-b2);

  line-height: var(--line-height-b2);

  font-weight: var(--p-regular);

  color: var(--color-body);

  margin: 0 0 40px;

}

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

  p {

    margin: 0 0 20px;

    font-size: 16px;

    line-height: 28px;

  }

}

p.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: "Poppins", sans-serif;

}



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

	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-body);

}

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;

}



/*=========================

    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;

}



.rn-section-gap {

  padding: 100px 0;

}

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

  .rn-section-gap {

    padding: 80px 0;

  }

}

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

  .rn-section-gap {

    padding: 80px 0;

  }

}



.rn-section-gapBottom {

  padding-bottom: 100px;

}

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

  .rn-section-gapBottom {

    padding-bottom: 80px;

  }

}

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

  .rn-section-gapBottom {

    padding-bottom: 80px;

  }

}



.rn-section-gapTop {

  padding-top: 50px;

}

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

  .rn-section-gapTop {

    padding-top: 80px;

  }

}

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

  .rn-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: "Raleway", sans-serif;

  font-size: var(--font-size-b3);

  margin: 10px 0;

  overflow: auto;

  padding: 20px;

  white-space: pre;

  white-space: pre-wrap;

  word-wrap: break-word;

  color: var(--color-body);

  background: var(--color-lighter);

}



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: var(--body-color);

  /* 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: var(--body-color);

}

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: var(--body-color);

}

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

=================================*/

/* 

font-family: 'Red Hat Display', sans-serif;

*/

.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.html);

}



.bg_image--4 {

  background-image: url(../images/bg/bg-image-4.html);

}



.bg_image--5 {

  background-image: url(../images/bg/bg-image-5.html);

}



.bg_image--6 {

  background-image: url(../images/bg/bg-image-6.jpg);

}



.bg_image--7 {

  background-image: url(../images/bg/bg-image-7.html);

}



.bg_image--8 {

  background-image: url(../images/bg/bg-image-8.html);

}



.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.html);

}



.bg_image--12 {

  background-image: url(../images/bg/bg-image-12.html);

}



.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.webp);

}



.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.html);

}



.bg_image--26 {

  background-image: url(../images/bg/bg-image-26.html);

}



.bg_image--27 {

  background-image: url(../images/bg/bg-image-27.html);

}



.bg_image--28 {

  background-image: url(../images/bg/bg-image-28.html);

}



.bg_image--29 {

  background-image: url(../images/bg/bg-image-29.html);

}



.bg_image--30 {

  background-image: url(../images/bg/bg-image-30.html);

}



.bg_image--31 {

  background-image: url(../images/bg/bg-image-31.html);

}



.bg_image--32 {

  background-image: url(../images/bg/bg-image-32.html);

}



.bg_image--33 {

  background-image: url(../images/bg/bg-image-33.html);

}



.bg_image--34 {

  background-image: url(../images/bg/bg-image-34.html);

}



.bg_image--35 {

  background-image: url(../images/bg/bg-image-35.html);

}



.bg_image--36 {

  background-image: url(../images/bg/bg-image-36.html);

}



.bg_image--37 {

  background-image: url(../images/bg/bg-image-37.html);

}



.bg_image--38 {

  background-image: url(../images/bg/bg-image-38.html);

}



.bg_image--39 {

  background-image: url(../images/bg/bg-image-39.html);

}



.bg_image--40 {

  background-image: url(../images/bg/bg-image-40.html);

}



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

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

.background--1 {

  background: var(--background-color-1);

}



.background--2 {

  background: var(--background-color-2) !important;

}



.background--3 {

  background: var(--color-primary-alta) !important;

}



.bg-color--4 {

  background: var(--background-color-4) !important;

}



textarea:focus {

  border: 2px solid var(--color-primary) !important;

  border-radius: 5px;

  box-shadow: none !important;

}



.attachment {

  background-attachment: fixed;

}



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

  .row-reverce-sm {

    flex-direction: column-reverse;

  }

}



a.over-link {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

}



.tooltip {

  position: relative;

  display: inline-block;

}



.tooltip .tooltiptext {

  visibility: hidden;

  width: 140px;

  background-color: #555;

  color: #fff;

  text-align: center;

  border-radius: 6px;

  padding: 5px;

  position: absolute;

  z-index: 1;

  bottom: 150%;

  left: 50%;

  margin-left: -75px;

  opacity: 0;

  transition: opacity 0.3s;

}



.tooltip .tooltiptext::after {

  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  margin-left: -5px;

  border-width: 5px;

  border-style: solid;

  border-color: #555 transparent transparent transparent;

}



.tooltip:hover .tooltiptext {

  visibility: visible;

  opacity: 1;

}



.btn.rounded {

  border-radius: 33px !important;

}



.social-share-style-1 ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.social-share-style-1 ul li {

  margin-right: 10px;

}

.social-share-style-1 ul li a {

  padding: 15px;

  background: var(--color-primary-alta);

}



@media only screen and (min-width: 1400px) {

  .col-5 {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: 20%;

  }

}



.btn.add-community {

  padding: 20px 13px;

  border-radius: 6px;

  align-items: center;

  display: flex;

  justify-content: center;

}

.btn.add-community i {

  margin-left: 10px;

}



p {

  color: var(--color-body);

}



a {

  transition: var(--transition);

}

a:hover {

  color: var(--color-primary);

}



.bg-color--3 {

  background: var(--background-color-3) !important;

}



.bg-color--2 {

  background: var(--background-color-2) !important;

}



.bg-color--1 {

  background: var(--background-color-1) !important;

}



.g-6,

.gx-6 {

  --bs-gutter-x: 6rem;

}



.color-body {

  color: var(--color-body) !important;

}



.color-white {

  color: var(--color-white) !important;

}



.nice-select {

  margin-right: 0;

  border: none;

  background: var(--color-primary-alta);

  padding-left: 10px;

}

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

  .nice-select {

    margin-bottom: 0;

  }

}

.nice-select .option {

  margin: 0;

  color: var(--color-white);

  font-weight: 700;

  transition: var(--transition);

  line-height: inherit;

  min-height: 0;

  font-size: 22px;

  padding: 8px 20px;

}

.nice-select .option.selected {

  font-weight: 700;

  color: var(--color-primary) !important;

}

.nice-select .option.focus {

  background: transparent !important;

  outline: none;

  box-shadow: none;

}

.nice-select .option:hover {

  color: var(--color-primary);

  background: transparent;

}

.nice-select .option + .option {

  border-top: 1px solid var(--color-border);

}

.nice-select.open .list {

  background: var(--color-primary-alta);

}

.nice-select .current {

  color: var(--color-white);

}

.nice-select::after {

  border-bottom: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-top: -5px;

}

.nice-select .list {

  background: transparent;

  box-shadow: none;

  min-width: 200px;

  z-index: 9;

}



.nice-selector-wrapper .nice-select:last-child {

  margin-right: 0;

}



.color-primary {

  color: var(--color-primary) !important;

}



.color-red {

  color: red !important;

}



.color-blue {

  color: blue !important;

}



.color-green {

  color: green !important;

}



.color-yellow {

  color: yellow !important;

}



.color-pink {

  color: pink !important;

}



.color-purple {

  color: purple !important;

}



.color-maroon {

  color: maroon !important;

}



nav.pagination-wrapper {

  display: flex;

  justify-content: center;

}

nav.pagination-wrapper .pagination {

  margin-top: 60px;

  margin-bottom: 0;

  transition: var(--transition);

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

}

nav.pagination-wrapper .pagination li {

  margin: 0;

}

nav.pagination-wrapper .pagination li a {

  background: var(--background-color-1);

  border: none;

  color: var(--color-white);

  padding: 12px 20px;

  margin: 6px;

  border-radius: 6px !important;

}

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

  nav.pagination-wrapper .pagination li a {

    padding: 12px 14px;

  }

}

nav.pagination-wrapper .pagination li a:hover, nav.pagination-wrapper .pagination li a.active {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

nav.pagination-wrapper .pagination li a:focus {

  background: var(--color-primary);

  border: none;

  box-shadow: none;

}



.grid-metro-item-20 {

  width: 25%;

  padding: 0 15px;

  margin-top: 30px;

}



.grid-metro5 {

  margin: 0 -15px;

}



.up-plus {

  position: relative;

}

.up-plus::after {

  position: absolute;

  content: "\e9b1";

  font-family: "feather" !important;

  top: -9px;

  color: var(--color-primary);

}



.shortby-default {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

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

  .shortby-default {

    justify-content: flex-start;

  }

}

.shortby-default .filter-leble {

  padding-right: 20px;

  display: inline-block;

}

.shortby-default .nice-select {

  width: auto;

  padding-left: 20px;

  padding-right: 40px;

  min-width: 150px;

  display: flex;

  align-items: center;

}

.shortby-default .nice-select::after {

  right: 22px;

  height: 8px;

  width: 8px;

  opacity: 0.5;

}

.shortby-default .nice-select .list {

  min-width: 100%;

  max-height: 300px;

  overflow-y: auto;

}

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

  .shortby-default .nice-select .list {

    left: auto;

    right: 0;

  }

}

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

  .shortby-default .nice-select .list {

    left: auto;

    right: 0;

  }

}

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

  .shortby-default .nice-select .list {

    left: auto;

    right: 0;

  }

}



.theme-color {

  color: var(--color-primary);

}



/*!

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;

}



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

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

    Header Sticky 

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

.logo-custom-css .logo-dark {

  display: none;

}



.rn-icon-list .icon-box > a,

.rn-icon-list .icon-box > button {

  width: 40px;

  height: 40px;

  border: 1px solid var(--color-border);

  text-align: center;

  border-radius: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  color: var(--color-body);

  position: relative;

  z-index: 2;

}

.rn-icon-list .icon-box > a::after,

.rn-icon-list .icon-box > button::after {

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: var(--background-color-1);

  top: 0;

  left: 0;

  transform: scale(0.5);

  opacity: 0;

  border-radius: 100%;

  transition: 0.3s;

  z-index: -1;

}

.rn-icon-list .icon-box > a i,

.rn-icon-list .icon-box > button i {

  font-size: 16px;

}

.rn-icon-list .icon-box > a img,

.rn-icon-list .icon-box > button img {

  height: 100%;

  width: 100%;

  border-radius: 100%;

  object-fit: cover;

}

.rn-icon-list .icon-box:hover a {

  border-color: transparent;

}

.rn-icon-list .icon-box:hover a::after {

  transform: scale(1);

  opacity: 1;

}

.rn-icon-list.notification-badge {

  position: relative;

  z-index: 2;

}

.rn-icon-list.notification-badge span.badge {

  position: absolute;

  top: -6px;

  right: -2px;

  padding: 0 5px;

  background: var(--color-primary);

  display: inline-block;

  border-radius: 500px;

  line-height: 20px;

  min-width: 20px;

  height: 20px;

}

.rn-icon-list.user-account {

  position: relative;

  height: 80px;

  display: flex;

  align-items: center;

}

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

  .rn-icon-list.user-account {

    height: 70px;

  }

}

.rn-icon-list.user-account .rn-dropdown {

  min-width: 320px;

  height: auto;

  position: absolute;

  top: 90%;

  right: 0;

  z-index: 90;

  opacity: 0;

  visibility: hidden;

  text-align: left;

  padding: 30px 30px;

  transition: 0.3s;

  border-radius: 0 0 10px 10px;

  background-color: var(--background-color-2);

  border-left: 1px solid #ffffff14;

  border-bottom: 1px solid #ffffff14;

  border-right: 1px solid #ffffff14;

}

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

  .rn-icon-list.user-account .rn-dropdown {

    min-width: 300px;

    margin: 0 auto;

    left: 50%;

    transform: translateX(-50%);

  }

}

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

  .rn-icon-list.user-account .rn-dropdown {

    right: -142px;

  }

}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top {

  display: block;

  margin-bottom: 26px;

}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top .title {

  font-size: 16px;

  margin-bottom: 7px;

}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top span a {

  display: block;

  color: var(--color-primary);

  font-weight: 500;

  line-height: initial;

  font-size: 14px;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list {

  margin: 0;

  padding: 0;

  margin-bottom: 21px;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list {

  margin-top: 0;

  margin-bottom: 0;

  display: flex;

  align-items: center;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail {

  margin-right: 12px;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a {

  display: block;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a img {

  max-height: 50px;

  border-radius: 100%;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .title {

  font-size: 14px;

  margin-bottom: 4px;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span {

  color: var(--color-body);

  display: block;

  font-size: 14px;

}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list + .single-product-list {

  margin-top: 15px;

}

.rn-icon-list.user-account .rn-dropdown .add-fund-button {

  border-bottom: 1px solid var(--color-border);

}

.rn-icon-list.user-account .rn-dropdown .list-inner {

  padding: 0;

  margin: 0;

  list-style: none;

  padding-top: 14px;

  margin: 0 -14px;

  position: relative;

}

.rn-icon-list.user-account .rn-dropdown .list-inner li {

  margin: 0;

  padding: 0;

}

.rn-icon-list.user-account .rn-dropdown .list-inner li a {

  font-weight: 500;

  padding: 4px 14px;

  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;

  margin: 0;

}

.rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {

  color: var(--color-primary) !important;

  background: #060606b3;

}

.rn-icon-list.user-account:hover .rn-dropdown {

  opacity: 1;

  visibility: visible;

  top: 100%;

}



.header_admin {

  display: none;

}



.rn-slider-area.fullscreen-slide {

  top: -50px;

  position: relative;

}

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

  .rn-slider-area.fullscreen-slide {

    top: -105px;

  }

}



.lg-product-share .profile-share .more-author-text {

  font-size: 18px;

}



.rn-slider-area.fullscreen-slide .rn-slick-dot-style .slick-dots {

  bottom: 50px;

}

.rn-slider-area .btn {

  border-radius: 5px;

}



.slide.slide-style-2 {

  padding-top: 250px;

  padding-bottom: 250px;

}

.slide.slide-style-2 h1 {

  font-size: 80px;

  letter-spacing: 2px;

}

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

  .slide.slide-style-2 h1 {

    font-size: 60px;

    letter-spacing: 1px;

  }

}

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

  .slide.slide-style-2 h1 {

    font-size: 40px;

    letter-spacing: 1px;

  }

}



.haeder-default .header-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  position: relative;

}

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

  .haeder-default .header-inner {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}

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

  .haeder-default .header-inner {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}

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

  .haeder-default .header-inner {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}

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

  .haeder-default .header-inner {

    display: block;

    padding-top: 10px;

    padding-bottom: 10px;

  }

}

.haeder-default .header-left {

  display: flex;

  align-items: center;

  justify-content: start;

  flex-basis: 100%;

}

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

  .haeder-default .header-left {

    flex-basis: 35%;

  }

}

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

  .haeder-default .header-left {

    flex-basis: 35%;

  }

}

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

  .haeder-default .header-left {

    flex-basis: 35%;

  }

}

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

  .haeder-default .header-left {

    justify-content: center;

    flex-basis: 100%;

  }

}

.haeder-default .header-right {

  justify-content: flex-end;

  display: flex;

  flex-basis: 45%;

  align-items: center;

  margin: 0 -5px;

}

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

  .haeder-default .header-right {

    flex-basis: 65%;

  }

}

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

  .haeder-default .header-right {

    flex-basis: 65%;

  }

}

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

  .haeder-default .header-right {

    flex-basis: 65%;

  }

}

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

  .haeder-default .header-right {

    justify-content: center;

    flex-basis: 100%;

    margin-top: 10px;

  }

}

.haeder-default .header-right .setting-option {

  margin: 0 5px;

}

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

  .haeder-default .header-right .setting-option {

    margin: 0 2px;

  }

}

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

  .haeder-default .header-right .setting-option .icon-box a#connectbtn {

    padding: 10px 11px;

    font-size: 12px;

    border-radius: 6px;

  }

}

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

  .haeder-default .header-right .setting-option .icon-box a#connectbtn {

    padding: 10px 11px;

    font-size: 12px;

    border-radius: 6px;

  }

}

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

  .haeder-default .header-right .setting-option .icon-box a#connectbtn {

    padding: 8px 11px;

    font-size: 12px;

    border-radius: 6px;

  }

}

.haeder-default .header-right ul {

  margin: 0;

}

.haeder-default .menu-list {

  display: flex;

  list-style: none;

  margin: 0;

  margin-top: 5px;

  margin-left: -10px;

}

.haeder-default .menu-list li {

  margin: 0;

}

.haeder-default .menu-list li a {

  transition: var(--transition);

  margin-left: 10px;

  color: #6d6d80;

}

.haeder-default .menu-list li a:hover {

  color: var(--color-primary);

}

.haeder-default .header-right .mainmenu li a {

  color: #858596;

  transition: var(--transition);

}

.haeder-default .header-right .mainmenu li a:hover {

  color: var(--color-primary);

}



.search-form-wrapper {

  position: relative;

}

.search-form-wrapper .form-control,

.search-form-wrapper input {

  background: transparent;

  border-color: var(--color-border);

  font-size: 15px;

  border-radius: 10px;

  padding: 0 15px;

  color: var(--color-body);

  outline: none;

  box-shadow: none;

  transition: 0.4s;

  padding-right: 35px;

}

.search-form-wrapper .form-control:focus,

.search-form-wrapper input:focus {

  border-color: var(--color-primary);

}

.search-form-wrapper .search-icon {

  position: absolute;

  right: 15px;

  top: 54%;

  transform: translateY(-50%);

  font-size: 17px;

}

.search-form-wrapper .search-icon button {

  border: 0 none;

  padding: 0;

}



/* clears the ‘X’ from Internet Explorer */

input[type=search]::-ms-clear {

  display: none;

  width: 0;

  height: 0;

}



input[type=search]::-ms-reveal {

  display: none;

  width: 0;

  height: 0;

}



/* clears the ‘X’ from Chrome */

input[type=search]::-webkit-search-decoration,

input[type=search]::-webkit-search-cancel-button,

input[type=search]::-webkit-search-results-button,

input[type=search]::-webkit-search-results-decoration {

  display: none;

}



.left-header-style .logo-area a img {

  max-width: 110px;

}



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

  .rn-search-mobile.form-group {

    position: absolute;

    top: 100%;

    background: var(--background-color-4);

    width: 100%;

    right: 0;

    margin-bottom: 0;

    padding: 20px;

    z-index: 3;

  }



  .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.active {

    opacity: 1;

    visibility: visible;

  }



  .rn-search-mobile.form-group input {

    width: 100%;

    background: var(--color-primary-alta);

    padding-right: 52px;

    color: var(--color-body);

  }



  button.search-button {

    position: absolute;

  }



  .mobile-search-wrapper {

    position: static;

  }



  button.search-button {

    position: absolute;

    width: 52px;

    background: transparent;

    right: 19px;

    border: 0 none;

    top: 50%;

    transform: translateY(-50%);

    height: 47px;

  }



  .search-mobile-icon {

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    display: block;

    border-radius: 100%;

    display: inline-block;

    min-width: 40px;

  }

  .search-mobile-icon button {

    border: 0 none;

  }

  .search-mobile-icon button i {

    font-weight: 400;

    font-size: 16px;

  }

  .search-mobile-icon.open button i::before {

    content: "\ea02";

  }

}

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

  .rn-search-mobile.form-group {

    position: absolute;

    top: 100%;

    background: var(--background-color-4);

    width: 100%;

    right: 0;

    margin-bottom: 0;

    padding: 20px;

    z-index: 3;

  }



  .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.active {

    opacity: 1;

    visibility: visible;

  }



  .rn-search-mobile.form-group input {

    width: 100%;

    background: var(--color-primary-alta);

    padding-right: 52px;

    color: var(--color-body);

  }



  button.search-button {

    position: absolute;

  }



  .mobile-search-wrapper {

    position: static;

  }



  button.search-button {

    position: absolute;

    width: 52px;

    background: transparent;

    right: 19px;

    border: 0 none;

    top: 50%;

    transform: translateY(-50%);

    height: 47px;

  }



  .search-mobile-icon {

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    display: block;

    border-radius: 100%;

    display: inline-block;

    min-width: 40px;

  }

  .search-mobile-icon button {

    border: 0 none;

  }

  .search-mobile-icon button i {

    font-weight: 400;

    font-size: 16px;

  }

  .search-mobile-icon.open button i::before {

    content: "\ea02";

  }

}

.top-seller-slick-activation.slick-gutter-15 {

  margin: 0;

  margin-top: 15px;

  margin-right: -15px;

  margin-left: -15px;

}



.slider-activation-banner-3 button.slick-arrow {

  z-index: 100;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  border: 2px solid var(--color-border);

  transition: var(--transition);

}

.slider-activation-banner-3 button.slick-arrow:hover {

  background: var(--color-primary);

  border: 2px solid transparent;

}

.slider-activation-banner-3 button.slick-arrow.slick-prev {

  left: 100px;

}

.slider-activation-banner-3 button.slick-arrow.slick-prev::before {

  content: "\e92f";

  font-family: "feather" !important;

}

.slider-activation-banner-3 button.slick-arrow.slick-next {

  right: 100px;

}

.slider-activation-banner-3 button.slick-arrow.slick-next::before {

  content: "\e930";

  font-family: "feather" !important;

}



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

    Mailmenu Nav  

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

.mainmenu-nav .mainmenu {

  display: flex;

  list-style: none;

  padding: 0;

  margin: 0;

  justify-content: flex-start;

  flex-wrap: wrap;

}

.mainmenu-nav .mainmenu li {

  margin-top: 0;

  margin-bottom: 0;

  position: relative;

}

.mainmenu-nav .mainmenu li a {

  font-weight: 500;

  padding: 28px 12px;

  font-size: 16px;

  display: block;

  color: var(--color-body);

  margin: 0 8px;

  border-radius: 3px;

  transition: var(--transition);

}

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

  .mainmenu-nav .mainmenu li a {

    padding: 28px 6px;

  }

}

.mainmenu-nav .mainmenu li .submenu {

  min-width: 230px;

  height: auto;

  position: absolute;

  top: 90%;

  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: var(--background-color-2);

  border-left: 1px solid #ffffff14;

  border-bottom: 1px solid #ffffff14;

  border-right: 1px solid #ffffff14;

}

.mainmenu-nav .mainmenu li .submenu li a {

  font-weight: 500;

  padding: 4px 14px;

  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;

}

.mainmenu-nav .mainmenu li .submenu li a svg,

.mainmenu-nav .mainmenu li .submenu li a i {

  stroke-width: 2px;

  width: 22px;

  height: auto;

  background: transparent;

  padding: 2px;

  border-radius: 2px;

  transition: 0.3s;

  width: 22px;

  left: -10px;

  position: relative;

  color: var(--color-body);

  opacity: 0;

  margin: 0 -3px;

}

.mainmenu-nav .mainmenu li .submenu li a:hover {

  color: var(--color-primary);

  background: #060606b3;

}

.mainmenu-nav .mainmenu li .submenu li a:hover svg,

.mainmenu-nav .mainmenu li .submenu li a:hover i {

  opacity: 1;

  left: 0;

}

.mainmenu-nav .mainmenu li:hover .submenu {

  opacity: 1;

  visibility: visible;

  top: 100%;

}

.mainmenu-nav .mainmenu li.with-megamenu {

  position: static;

  transition: var(--transition);

}

.mainmenu-nav .mainmenu li.with-megamenu:hover .rn-megamenu {

  opacity: 1;

  visibility: visible;

  top: 100%;

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu {

  position: absolute;

  transition: 0.3s;

  top: 90%;

  width: 100%;

  left: 50%;

  right: 0;

  visibility: hidden;

  opacity: 0;

  transform: translateX(-50%);

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  border-radius: 0 0 10px 10px;

  background-color: var(--background-color-2);

  border-bottom: 1px solid #ffffff14;

  border-right: 1px solid #ffffff14;

  border-left: 1px solid #ffffff14;

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item {

  padding: 22px 22px;

  height: 100%;

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  font-weight: 500;

  padding: 4px 14px;

  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;

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg,

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i {

  stroke-width: 2px;

  width: 22px;

  height: auto;

  background: transparent;

  padding: 2px;

  border-radius: 2px;

  color: var(--color-body);

  transition: var(--transition);

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover {

  color: var(--color-primary);

  background: #060606b3;

}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover svg,

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover i {

  color: var(--color-white);

}

.mainmenu-nav .mainmenu li.has-droupdown > a, .mainmenu-nav .mainmenu li.with-megamenu > a {

  position: relative;

}

.mainmenu-nav .mainmenu li.has-droupdown > a::after, .mainmenu-nav .mainmenu li.with-megamenu > a::after {

  content: "\e92e";

  position: absolute;

  top: 50%;

  font-family: "feather" !important;

  right: -7px;

  transform: translateY(-50%);

}

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

  .mainmenu-nav .mainmenu li.has-droupdown > a::after, .mainmenu-nav .mainmenu li.with-megamenu > a::after {

    right: -11px;

  }

}



.rn-header.header--fixed.position-absolute {

  background: #00000042;

  backdrop-filter: blur(1px);

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  background: #00000042;

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: #c7c7cf;

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg,

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i {

  color: #c7c7cf;

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu {

  background: #00000042 !important;

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a {

  color: #c7c7cf;

}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a svg,

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a i {

  color: #c7c7cf;

}

.rn-header.header--fixed.sticky {

  background: #00000070;

  backdrop-filter: blur(15px);

}

.rn-header.header--fixed.sticky .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  background: var(--background-color-2);

}

.rn-header.header--fixed.sticky .mainmenu-nav .mainmenu li.nav-item .submenu {

  background: var(--background-color-2) !important;

}



span.rn-badge-card {

  margin-left: 7px;

  padding: 1px 7px;

  font-weight: 400;

  position: relative;

  z-index: 2;

  font-size: 14px;

  color: var(--color-white);

}

span.rn-badge-card::before {

  content: "";

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  position: absolute;

  background: linear-gradient(95deg, #000000 15%, #0074b9 45%, #0400ff 75%, #2a1b95) 95%/200% 100%;

  z-index: -1;

  border-radius: 100px;

  opacity: 0.5;

}



.live-expo {

  position: relative;

}

.live-expo::before {

  width: 16px;

  height: 16px;

  background: var(--color-primary);

  position: absolute;

  right: 10px;

  top: 50%;

  content: "";

  transform: translateY(-50%);

  border-radius: 100%;

  opacity: 1;

  animation: customOne 1s infinite;

}

.live-expo::after {

  width: 16px;

  height: 16px;

  border: 4px solid var(--color-primary);

  position: absolute;

  right: 10px;

  top: 50%;

  content: "";

  transform: translateY(-50%);

  border-radius: 100%;

  opacity: 1;

  animation: customOne 1.2s infinite;

}



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

    Popup Menu Styles  

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

.logo-thumbnail a {

  display: block;

}

.logo-thumbnail img {

  max-height: 35px;

  object-fit: cover;

}



.hamberger button.hamberger-button {

  padding: 5px;

  margin: 0;

  border: 0 none;

  font-size: 21px;

  display: flex;

  margin-top: 0px;

  color: var(--color-body);

  margin-right: 0px;

  border: 1px solid var(--color-border);

  border-radius: 50%;

  height: 40px;

  width: 40px;

  justify-content: center;

  align-items: center;

}



.with-megamenu .nav-link.its_new,

.has-droupdown .nav-link.its_new {

  position: relative;

}

.with-megamenu .nav-link.its_new.open,

.has-droupdown .nav-link.its_new.open {

  position: relative;

}

.with-megamenu .nav-link.its_new.open::after,

.has-droupdown .nav-link.its_new.open::after {

  content: "\e931";

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  font-family: "feather" !important;

}

.with-megamenu .nav-link.its_new::after,

.has-droupdown .nav-link.its_new::after {

  content: "\e92e";

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  font-family: "feather" !important;

}



.popup-mobile-menu {

  z-index: 9999;

  position: fixed;

  content: "";

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: rgba(0, 0, 0, 0.8);

  visibility: hidden;

  opacity: 0;

  transition: opacity 0.5s ease-out;

}

.popup-mobile-menu .inner {

  width: 320px;

  z-index: 999;

  position: absolute;

  background-color: var(--background-color-3);

  height: 100%;

  height: 100vh;

  display: flex;

  flex-direction: column;

  opacity: 0;

  left: -150px;

  transition: all 0.5s ease-out;

}

.popup-mobile-menu .inner .header-top {

  display: flex;

  border-bottom: 1px solid var(--color-border);

  align-items: center;

  justify-content: space-between;

  padding: 15px 20px;

}

.popup-mobile-menu .inner .header-top .logo a img {

  max-height: 36px;

}

.popup-mobile-menu .inner .header-top .close-menu .close-button {

  background: var(--color-dark);

  border: 0 none;

  color: var(--color-white);

  width: 40px;

  height: 40px;

  font-size: 21px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

}

.popup-mobile-menu.active {

  visibility: visible;

  opacity: 1;

}

.popup-mobile-menu.active .inner {

  opacity: 1;

  left: 0;

  overflow-y: auto;

}

.popup-mobile-menu .mainmenu {

  list-style: none;

  padding: 0;

  margin: 0;

  padding: 15px 20px;

}

.popup-mobile-menu .mainmenu li {

  margin: 0;

}

.popup-mobile-menu .mainmenu li a {

  padding: 8px 0;

  display: block;

  font-size: 16px;

  font-weight: 500;

  color: var(--color-body);

  display: flex;

  justify-content: space-between;

}

.popup-mobile-menu .mainmenu li a svg {

  width: 19px;

  height: auto;

}

.popup-mobile-menu .mainmenu li a.active {

  color: var(--color-primary) !important;

}

.popup-mobile-menu .mainmenu li + li {

  border-top: 1px solid var(--color-border);

}

.popup-mobile-menu .mainmenu .has-droupdown .submenu {

  padding: 0;

  max-width: 100%;

  list-style: none;

  padding-left: 14px;

  display: none;

}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {

  font-size: 15px;

}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {

  color: var(--color-primary) !important;

}

.popup-mobile-menu .mainmenu .rn-megamenu {

  padding: 0;

  max-width: 100%;

  list-style: none;

  padding-left: 14px;

  display: none;

}

.popup-mobile-menu .mainmenu .mega-menu-item {

  list-style: none;

  padding: 0;

  margin: 0;

  padding-left: 0;

}

.popup-mobile-menu .mainmenu .mega-menu-item li a {

  font-size: 15px;

}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {

  border-bottom: 1px solid var(--color-border);

}

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

  .popup-mobile-menu .mainmenu .single-mega-item {

    width: 100%;

  }

}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {

  border-bottom-color: transparent;

}



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

    One Page Style Area  width: 1170px; margin-left: 320px;

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

.rn-nft-mid-wrapper {

  padding-left: 320px;

  padding-right: 420px;

}

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

  .rn-nft-mid-wrapper {

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .rn-nft-mid-wrapper {

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .rn-nft-mid-wrapper {

    padding-left: 30px;

    padding-right: 30px;

  }

}

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

  .rn-nft-mid-wrapper {

    padding-left: 15px;

    padding-right: 15px;

  }

}



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

    Header Left Sidebar

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

.left-header-style {

  color: white;

  position: fixed;

  left: 0px;

  overflow-y: auto;

  overflow-x: hidden;

  height: 100vh;

  min-height: 100vh;

  top: 0px;

  width: 290px;

  z-index: 1;

  transform: translateX(0px);

  background: var(--background-color-1);

  padding: 50px 40px 40px;

  transition: all 0.3s ease-in-out 0s;

  flex-direction: column;

  justify-content: space-between;

}

.left-header-style .logo-area {

  margin-bottom: 50px;

}

.left-header-style .mainmenu-nav {

  margin-top: 0;

}

.left-header-style .mainmenu-nav .mainmenu {

  margin-top: 30px;

  flex-direction: column;

  list-style: none;

  padding: 0;

}

.left-header-style .mainmenu-nav .mainmenu li a {

  display: flex;

  padding: 10px 0;

  margin: 0;

  position: relative;

  align-items: center;

  transition: var(--transition);

}

.left-header-style .mainmenu-nav .mainmenu li a::after {

  position: absolute;

  content: "";

  right: 0;

  width: 2px;

  height: 50%;

  background: var(--color-primary);

  top: 43%;

  transform: translateY(-50%);

  opacity: 0;

  transition: var(--transition);

}

.left-header-style .mainmenu-nav .mainmenu li a svg {

  margin-right: 15px;

  padding: 7px;

  background: var(--color-primary-alta);

  border-radius: 4px;

  color: var(--color-white);

  width: 29px;

  height: auto;

  transition: var(--transition);

}

.left-header-style .mainmenu-nav .mainmenu li a.active, .left-header-style .mainmenu-nav .mainmenu li a:hover, .left-header-style .mainmenu-nav .mainmenu li a:focus {

  color: var(--color-primary);

}

.left-header-style .mainmenu-nav .mainmenu li a.active svg, .left-header-style .mainmenu-nav .mainmenu li a:hover svg, .left-header-style .mainmenu-nav .mainmenu li a:focus svg {

  background: var(--color-primary) !important;

  color: var(--color-white) !important;

}

.left-header-style .mainmenu-nav .mainmenu li a.active::after, .left-header-style .mainmenu-nav .mainmenu li a:hover::after, .left-header-style .mainmenu-nav .mainmenu li a:focus::after {

  opacity: 1;

}

.left-header-style .authore-profile {

  text-align: center;

  padding: 18px;

  background: var(--background-color-1);

  border-radius: 5px;

}

.left-header-style .authore-profile .thumbnail {

  margin-top: -50px;

  margin-bottom: 8px;

  position: relative;

}

.left-header-style .authore-profile .thumbnail::after {

  position: absolute;

  right: 57px;

  content: "";

  top: 70%;

  background: #31a24c;

  height: 12px;

  width: 12px;

  z-index: 5;

  border-radius: 50%;

}

.left-header-style .authore-profile .thumbnail img {

  border-radius: 50%;

  max-width: 66px;

  border: 3px solid var(--color-border);

}

.left-header-style .authore-profile .au-content p.name {

  margin-bottom: 4px;

  color: var(--color-light);

  font-weight: 500;

}

.left-header-style .authore-profile .au-content p.blc {

  font-size: 14px;

  font-weight: 400;

  margin-bottom: 0;

}

.left-header-style .authore-profile .au-content p.blc span.value {

  color: var(--color-primary);

}

.left-header-style .sidebar-nav-wrapper {

  min-height: 500px;

}

.left-header-style::-webkit-scrollbar {

  width: 5px;

  background: var(--color-primary-alta);

}

.left-header-style::-webkit-scrollbar-thumb {

  background: var(--color-primary);

  border-radius: 5px;

}



.rn-top-bar-area {

  display: flex;

  justify-content: space-between;

  padding: 25px 0;

  align-items: center;

  position: relative;

}

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

  .rn-top-bar-area {

    justify-content: center;

  }

}

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

  .rn-top-bar-area {

    justify-content: center;

  }

}

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

  .rn-top-bar-area .input-group {

    margin: 0 auto;

    margin-bottom: 15px;

  }

}

.rn-top-bar-area .input-group input {

  background: #3a3a5157;

  color: var(--color-light);

  border-radius: 5px 0 0 5px;

  max-width: 220px;

  font-size: 14px;

}

.rn-top-bar-area .input-group input:focus {

  box-shadow: none;

}

.rn-top-bar-area .input-group .input-group-append button.btn {

  border-radius: 0 5px 5px 0;

}

.rn-top-bar-area .input-group .input-group-append button.btn svg {

  width: 18px;

}

.rn-top-bar-area .contact-area {

  display: flex;

  align-items: center;

  margin: -5px;

}

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

  .rn-top-bar-area .contact-area {

    flex-wrap: wrap;

  }

}

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

  .rn-top-bar-area .contact-area {

    justify-content: center;

  }

}

.rn-top-bar-area .setting-option {

  margin: 5px;

  height: auto;

}

.rn-top-bar-area .setting-option .icon-box > a,

.rn-top-bar-area .setting-option .icon-box > button {

  background: var(--color-primary-alta);

  border-radius: 5px;

  transition: var(--transition);

  border: 0 none;

  width: 40px;

  display: inline-block;

  height: 40px;

  line-height: 43px;

  text-align: center;

  margin: 0;

}

.rn-top-bar-area .setting-option .icon-box > a.btn,

.rn-top-bar-area .setting-option .icon-box > button.btn {

  padding: 0 20px;

  width: auto;

}

.rn-top-bar-area .setting-option .icon-box > a i,

.rn-top-bar-area .setting-option .icon-box > button i {

  color: var(--color-heading);

}

.rn-top-bar-area .setting-option .icon-box > a img,

.rn-top-bar-area .setting-option .icon-box > button img {

  object-fit: contain;

  width: 100%;

  height: 100%;

}

.rn-top-bar-area .setting-option .icon-box > a:hover,

.rn-top-bar-area .setting-option .icon-box > button:hover {

  background: var(--color-primary);

}

.rn-top-bar-area .my_switcher {

  background: var(--color-primary-alta);

  border: 0 none;

  border-radius: 5px;

}

.rn-top-bar-area .my_switcher ul li a {

  background: transparent;

}

.rn-top-bar-area .my_switcher ul li a img {

  filter: brightness(1);

}



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

    Notification Area  

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

.header-right-fixed {

  position: fixed;

  right: 0;

  height: 100vh;

  min-height: 100vh;

  top: 0;

  width: 390px;

}

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

  .header-right-fixed {

    position: static;

    right: 0;

    height: auto;

    min-height: auto;

    top: 0;

    width: auto;

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .header-right-fixed {

    position: static;

    right: 0;

    height: auto;

    min-height: auto;

    top: 0;

    width: auto;

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .header-right-fixed {

    position: static;

    right: 0;

    height: auto;

    min-height: auto;

    top: 0;

    width: auto;

    padding: 0 20px;

  }

}

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

  .header-right-fixed {

    position: static;

    right: 0;

    height: auto;

    min-height: auto;

    top: 0;

    width: auto;

    padding: 0 10px;

  }

}



.right-fix-notice {

  color: white;

  z-index: 1;

  transform: translateX(0px);

  background: var(--background-color-1);

  padding: 30px 25px;

  transition: all 0.3s ease-in-out 0s;

  flex-direction: column;

  border-radius: 0 0 0 5px;

  overflow-y: auto;

  overflow-x: hidden;

  height: 55vh;

  min-height: 55vh;

}

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

  .right-fix-notice {

    position: static;

  }

}

.right-fix-notice.creators {

  height: 45vh;

  min-height: 45vh;

  top: 58vh;

  border-radius: 5px 0 0 0;

}

.right-fix-notice .h--100 {

  position: sticky;

  top: -30px;

  height: auto;

  z-index: 105;

}

.right-fix-notice .notice-heading {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 30px;

  margin-top: -30px;

  height: 70px;

  background: var(--color-primary-alta);

  padding: 0px 30px;

  margin-left: -30px;

  margin-right: -30px;

  height: 60px;

}

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

  .right-fix-notice .notice-heading {

    padding: 0 10px;

  }

}

.right-fix-notice .notice-heading h4 {

  margin-bottom: 0;

  font-weight: 500;

  font-size: 16px;

}

.right-fix-notice .notice-heading .nice-select {

  padding: 3px 22px 0px 16px;

  margin-right: 0;

  background: var(--color-primary);

  position: relative;

  height: 40px;

  line-height: 40px;

  padding: 0 15px;

  padding-right: 25px;

}

.right-fix-notice .notice-heading .nice-select .list {

  min-width: 100%;

  right: 0;

  left: auto;

}

.right-fix-notice .notice-heading .nice-select::after {

  top: 55%;

  margin-top: -7px;

  height: 7px;

  width: 7px;

  right: 15px;

}

.right-fix-notice::-webkit-scrollbar {

  width: 5px;

  background: var(--color-primary-alta);

}

.right-fix-notice::-webkit-scrollbar-thumb {

  background: var(--color-primary);

  border-radius: 0;

}



.single-notice {

  display: flex;

  border-bottom: 1px solid var(--color-border);

  padding: 15px 0;

}

.single-notice .thumbnail {

  margin-right: 15px;

}

.single-notice .thumbnail a img {

  border-radius: 50%;

  border: 3px solid var(--color-primary-alta);

  transition: var(--transition);

  max-width: 50px;

}

.single-notice:hover .thumbnail a img {

  border-color: var(--color-primary) !important;

}

.single-notice .content-wrapper a .title {

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 4px;

  transition: var(--transition);

}

.single-notice .content-wrapper a:hover .title {

  color: var(--color-primary);

}

.single-notice .content-wrapper p {

  margin-bottom: 4px;

  font-size: 16px;

}

.single-notice .content-wrapper .notice-time {

  margin-bottom: 10px;

}

.single-notice .content-wrapper .notice-time span {

  margin-right: 15px;

  color: var(--color-body);

}

.single-notice .content-wrapper a.btn {

  padding: 2px 6px;

  font-size: 12px;

  font-weight: 600;

}



.rn-notification-wrapper.creators .top-seller-inner-one {

  display: flex;

  justify-content: space-between;

  align-items: center;

  border-bottom: 1px solid #00a3ff24;

  padding: 15px 0;

}

.rn-notification-wrapper.creators .top-seller-inner-one:hover .thumbnail img {

  border: 3px solid var(--color-primary);

}

.rn-notification-wrapper.creators .top-seller-inner-one .thumbnail img {

  max-width: 50px;

  transition: var(--transition);

}

.rn-notification-wrapper.creators .top-seller-inner-one .top-seller-content a h6 {

  font-weight: 400;

  font-size: 18px;

  margin-bottom: 4px;

}

.rn-notification-wrapper.creators .top-seller-inner-one .top-seller-content span.count-number {

  color: var(--color-body);

}

.rn-notification-wrapper.creators .top-seller-inner-one a.btn {

  padding: 7px 10px;

  font-size: 12px;

  font-weight: 400;

}



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

    Main Header Styles 

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

.rn-header {

  position: relative;

  z-index: 999;

  width: 100%;

  border-bottom: 1px solid #ffffff14;

  transition: 0.5s;

}

.rn-header .logo-thumbnail {

  padding-right: 32px;

  position: relative;

  margin-right: 17px;

}

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

  .rn-header .logo-thumbnail {

    padding-right: 0;

    margin-right: 0;

  }

}

.rn-header .logo-thumbnail::after {

  background: var(--color-border);

  width: 1px;

  height: 36px;

  position: absolute;

  content: "";

  right: 0;

  top: 50%;

  transform: translateY(-50%);

}

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

  .rn-header .logo-thumbnail::after {

    display: none;

  }

}

.rn-header.header--sticky {

  position: sticky !important;

  top: 0;

  z-index: 999;

  width: 100%;

  backdrop-filter: blur(10px);

}

.rn-header.sticky {

  background-color: #1515218c;

  position: sticky !important;

  top: 0;

  display: block;

  box-shadow: var(--shadow-1);

}

.rn-header.rn-header-four.header--fixed.sticky {

  top: 0;

}

.rn-header.header--transparent {

  position: absolute;

  left: 0;

  right: 0;

  width: auto;

  z-index: 999;

  border-bottom: 1px solid #ffffff14;

}



/* Blog  */

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

Blog style

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

.rn-blog {

  text-align: left;

  padding: 18px;

  position: relative;

  border-radius: 7px;

  background: var(--background-color-1);

  box-shadow: var(--shadow-1);

  position: relative;

  z-index: 1;

  height: 100%;

  transition: 0.5s all ease-in-out;

}

.rn-blog::before {

  content: "";

  position: absolute;

  transition: var(--transition);

  width: 100%;

  height: 100%;

  border-radius: 20px;

  top: 0;

  left: 0;

  background: linear-gradient(to right bottom, #212428, #16181c);

  opacity: 0;

  z-index: -1;

}

.rn-blog .inner .thumbnail a {

  display: block;

  overflow: hidden;

  border-radius: 5px;

}

.rn-blog .inner .thumbnail a img {

  width: 100%;

  transition: var(--transition);

  height: auto;

  object-fit: cover;

  transition: var(--transition);

}

.rn-blog .inner .content {

  padding-top: 18px;

}

.rn-blog .inner .content .category-info {

  display: flex;

  justify-content: space-between;

  padding-bottom: 10px;

}

.rn-blog .inner .content .category-info .category-list {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.rn-blog .inner .content .category-info .category-list a {

  color: var(--color-primary);

  font-weight: 500;

  font-family: var(--font-primary);

  font-size: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

  display: block;

}

.rn-blog .inner .content .category-info .meta span {

  color: var(--color-lightn);

  font-weight: 500;

  font-family: var(--font-primary);

  font-size: 13px;

}

.rn-blog .inner .content .category-info .meta span i {

  margin-right: 2px;

  font-size: 13px;

  transition: var(--transition);

}

.rn-blog .inner .content .title {

  margin: 0;

}

.rn-blog .inner .content .title a {

  transition: var(--transition);

  color: var(--color-lightn);

  font-weight: 600;

  font-size: 23px;

  line-height: 34px;

  display: inline-block;

}

.rn-blog .inner .content .title a i {

  font-size: 0;

  position: relative;

  top: 10px;

  transition: var(--transition);

  opacity: 0;

}

.rn-blog:hover::before {

  opacity: 0;

}

.rn-blog:hover .thumbnail a img {

  transform: scale(1.05);

}

.rn-blog:hover .inner .content .title:hover a i {

  color: var(--color-primary);

  top: 3px;

  opacity: 1;

  font-size: 23px;

}



.rn-blog.single-column {

  height: auto;

  margin-bottom: 30px;

}

.rn-blog.single-column::before {

  display: none;

}



.pagination.single-column-blog {

  margin-top: 10px !important;

}



.blog-search {

  position: relative;

}

.blog-search input {

  height: 60px;

  padding: 0 20px;

  color: var(--color-body);

  padding-right: 80px;

}

.blog-search .search-button {

  position: absolute;

  right: 6px;

  top: 50%;

  transform: translateY(-50%);

  border: 0 none;

  background: var(--color-primary-alta);

  height: 47px;

  padding: 0 20px;

  border-radius: 6px;

  text-align: center;

  font-size: 20px;

}

.blog-search .search-button i {

  color: var(--color-white);

  font-weight: 400;

}



.rbt-single-widget {

  border-radius: 6px;

  padding: 20px 20px;

  border: 1px solid var(--color-border);

  padding-top: 0;

  background: var(--background-color-1);

}

.rbt-single-widget:first-child {

  margin-top: 0 !important;

}

.rbt-single-widget input,

.rbt-single-widget select {

  border: var(--border-width) solid var(--color-border);

}

.rbt-single-widget.widget_search {

  padding: 0;

  border: 0 none;

}

.rbt-single-widget.widget_search .title {

  margin: 0;

}

.rbt-single-widget p {

  font-size: 16px;

  line-height: 28px;

  color: var(--color-body);

}

.rbt-single-widget .title {

  line-height: 26px;

  position: relative;

  padding-bottom: 6px;

  font-size: 18px;

  font-weight: 500;

  color: var(--color-white);

  background-color: var(--color-primary-alta);

  margin: -1px -21px 0;

  padding: 14px 24px;

  border-radius: 6px 6px 0 0;

}

.rbt-single-widget .title a {

  color: var(--color-primary);

}

.rbt-single-widget .title a.rsswidget img {

  height: 13px;

  margin-right: 3px;

}

.rbt-single-widget .title img {

  vertical-align: 0px;

}

.rbt-single-widget ul {

  padding-left: 0;

  margin-bottom: -10px;

  list-style: none;

  padding-right: 0;

}

.rbt-single-widget ul ul {

  margin-bottom: 0;

}

.rbt-single-widget ul li {

  margin-top: 10px;

  margin-bottom: 10px;

  font-size: 16px;

  line-height: 28px;

  color: var(--color-body);

}

.rbt-single-widget ul li a {

  transition: all 0.3s ease 0s;

  text-decoration: none;

  color: var(--color-heading);

  display: initial;

}

.rbt-single-widget ul li a:hover {

  color: var(--color-primary);

}

.rbt-single-widget.widget_categories ul li a {

  display: flex;

  justify-content: space-between;

}

.rbt-single-widget.widget_recent_comments ul li, .rbt-single-widget.widget_recent_entries ul li, .rbt-single-widget.widget_archive ul li, .rbt-single-widget.widget_categories ul li, .rbt-single-widget.widget_meta ul li, .rbt-single-widget.widget_pages ul li, .rbt-single-widget.widget_nav_menu ul li {

  position: relative;

  padding-top: 15px;

  padding-bottom: 15px;

  margin-top: 0;

  margin-bottom: 0;

  color: var(--color-body);

}

.rbt-single-widget.widget_recent_comments ul li a, .rbt-single-widget.widget_recent_entries ul li a, .rbt-single-widget.widget_archive ul li a, .rbt-single-widget.widget_categories ul li a, .rbt-single-widget.widget_meta ul li a, .rbt-single-widget.widget_pages ul li a, .rbt-single-widget.widget_nav_menu ul li a {

  color: var(--color-body);

  transition: 0.4s;

}

.rbt-single-widget.widget_recent_comments ul li a:hover, .rbt-single-widget.widget_recent_entries ul li a:hover, .rbt-single-widget.widget_archive ul li a:hover, .rbt-single-widget.widget_categories ul li a:hover, .rbt-single-widget.widget_meta ul li a:hover, .rbt-single-widget.widget_pages ul li a:hover, .rbt-single-widget.widget_nav_menu ul li a:hover {

  color: var(--color-primary) !important;

}

.rbt-single-widget.widget_recent_comments ul li span, .rbt-single-widget.widget_recent_entries ul li span, .rbt-single-widget.widget_archive ul li span, .rbt-single-widget.widget_categories ul li span, .rbt-single-widget.widget_meta ul li span, .rbt-single-widget.widget_pages ul li span, .rbt-single-widget.widget_nav_menu ul li span {

  transition: 0.4s;

  color: var(--color-body);

}

.rbt-single-widget.widget_recent_comments ul li:hover a span, .rbt-single-widget.widget_recent_entries ul li:hover a span, .rbt-single-widget.widget_archive ul li:hover a span, .rbt-single-widget.widget_categories ul li:hover a span, .rbt-single-widget.widget_meta ul li:hover a span, .rbt-single-widget.widget_pages ul li:hover a span, .rbt-single-widget.widget_nav_menu ul li:hover a span {

  color: var(--color-primary);

}

.rbt-single-widget.widget_recent_comments ul li + li, .rbt-single-widget.widget_recent_entries ul li + li, .rbt-single-widget.widget_archive ul li + li, .rbt-single-widget.widget_categories ul li + li, .rbt-single-widget.widget_meta ul li + li, .rbt-single-widget.widget_pages ul li + li, .rbt-single-widget.widget_nav_menu ul li + li {

  border-top: 1px solid var(--color-border);

}

.rbt-single-widget.widget_recent_comments > ul > li, .rbt-single-widget.widget_recent_entries > ul > li, .rbt-single-widget.widget_archive > ul > li, .rbt-single-widget.widget_categories > ul > li, .rbt-single-widget.widget_meta > ul > li, .rbt-single-widget.widget_pages > ul > li {

  margin-top: 0;

  margin-bottom: 0;

}

.rbt-single-widget.widget_recent_comments > ul > li:first-child, .rbt-single-widget.widget_recent_entries > ul > li:first-child, .rbt-single-widget.widget_archive > ul > li:first-child, .rbt-single-widget.widget_categories > ul > li:first-child, .rbt-single-widget.widget_meta > ul > li:first-child, .rbt-single-widget.widget_pages > ul > li:first-child {

  margin-top: 0;

}

.rbt-single-widget.widget_recent_comments > ul > li:last-child, .rbt-single-widget.widget_recent_entries > ul > li:last-child, .rbt-single-widget.widget_archive > ul > li:last-child, .rbt-single-widget.widget_categories > ul > li:last-child, .rbt-single-widget.widget_meta > ul > li:last-child, .rbt-single-widget.widget_pages > ul > li:last-child {

  margin-bottom: 10px;

}

.rbt-single-widget.widget_recent_entries .inner a {

  color: var(--color-white);

  margin-bottom: 4px;

}

.rbt-single-widget.widget_recent_entries .inner span {

  color: var(--color-body);

  font-size: 14px;

  letter-spacing: 0.5px;

}



.alignwide {

  margin-left: -220px;

  margin-right: -220px;

  max-width: 1400px;

  width: auto;

}

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

  .alignwide {

    margin-left: 0;

    margin-right: 0;

  }

}

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

  .alignwide {

    margin-left: 0;

    margin-right: 0;

  }

}

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

  .alignwide {

    margin-left: 0;

    margin-right: 0;

  }

}



.alignfull {

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  max-width: 100vw;

  width: 100vw;

}



.tagcloud,

.wp-block-tag-cloud {

  margin: -3px;

  padding-left: 0;

}

.tagcloud a,

.wp-block-tag-cloud a {

  background: transparent;

  display: inline-block;

  height: 40px;

  color: var(--color-body);

  font-size: 16px !important;

  line-height: 35px;

  text-decoration: none;

  margin: 3px;

  border: 2px solid var(--color-border);

  transition: 0.4s;

  padding: 0 20px;

  border-radius: 100px;

}

.tagcloud a:hover,

.wp-block-tag-cloud a:hover {

  background: var(--color-primary);

  color: #ffffff !important;

  border-color: var(--color-primary) !important;

}



.right-post-details {

  height: 100%;

}

.right-post-details .widge-wrapper {

  position: sticky;

  z-index: 10;

}



.rn-blog-details-default .blog-content-top {

  margin-bottom: 30px;

}

.rn-blog-details-default .date {

  display: inline-block;

  margin-bottom: 10px;

}

.rn-blog-details-default .bd-thumbnail img {

  border-radius: 6px;

}



.rn-comment-form .section-title span.subtitle {

  font-weight: 600;

  letter-spacing: 0.5px;

  line-height: 18px;

  font-size: 16px;

  border-radius: 4px;

  margin-bottom: 12px;

}



iframe {

  border-radius: 10px;

}



.rnform-group {

  margin-bottom: 20px;

}

.rnform-group input {

  border: 2px solid var(--color-border);

  border-radius: 4px;

  height: 50px;

  font-size: 16px;

}



.rn-comment-form .inner .rnform-group textarea {

  min-height: 193px;

  border: 2px solid var(--color-border);

  border-radius: 4px;

  resize: none;

  padding: 15px;

  font-size: 16px;

}



.comment-list {

  list-style: none;

  padding: 0;

  margin: 0;

}

.comment-list .comment {

  padding: 0;

  margin: 0;

}

.comment-list .comment.byuser .single-comment {

  background-color: var(--color-primary-alta) !important;

  border: 1px solid var(--color-border) !important;

}

.comment-list .comment .single-comment {

  padding: 40px 40px;

  margin-bottom: 40px;

  border-radius: 4px;

  background-color: var(--background-color-1);

  border: 1px solid var(--color-border);

}

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

  .comment-list .comment .single-comment {

    padding: 30px 20px;

  }

}

.comment-list .comment .comment-img {

  display: flex;

  align-items: center;

  padding: 0;

  margin-bottom: 18px;

}

.comment-list .comment .comment-img .comment-avatar {

  margin-right: 20px;

  border-radius: 3px;

}

.comment-list .comment .comment-img .commenter {

  color: var(--color-heading);

  display: block;

  text-decoration: none;

  font-size: 17px;

  line-height: 24px;

  font-weight: 600;

  margin-bottom: 6px;

}

.comment-list .comment .comment-img .time-spent {

  font-size: 13px;

  color: var(--color-body);

  font-weight: 400;

}

.comment-list .comment .comment-text {

  font-size: 16px;

  line-height: 1.7;

  font-weight: 400;

}

.comment-list .comment .comment-text p {

  font-size: 16px;

  line-height: 1.7;

  font-weight: 400;

}

.comment-list .comment .reply-edit {

  display: flex;

  font-weight: 500;

  margin-top: 15px;

}

.comment-list .comment .reply-edit .reply a.comment-reply-link {

  color: var(--color-primary);

  transition: 0.3s;

  font-size: 16px;

}

.comment-list .comment .reply-edit .reply a.comment-reply-link i {

  padding-right: 4px;

}

.comment-list ul.children {

  list-style: none;

  padding-left: 80px;

}

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

  .comment-list ul.children {

    padding-left: 0px;

  }

}

.comment-list ul.children .comment {

  position: relative;

}

.comment-list ul.children .comment::before {

  content: "";

  position: absolute;

  top: 0;

  height: 100%;

  border-left: 1px solid var(--color-border);

  left: -45px;

}

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

  .comment-list ul.children .comment::before {

    display: none;

  }

}

.comment-list ul.children .comment .single-comment {

  position: relative;

}

.comment-list ul.children .comment .single-comment::before {

  content: "";

  position: absolute;

  top: 50%;

  border-top: 1px solid #212e48;

  left: -45px;

  width: 45px;

}

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

  .comment-list ul.children .comment .single-comment::before {

    display: none;

  }

}



/* Elements  */

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

    Button Styles 

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

.button-group {

  margin: -5px;

}

.button-group a {

  margin: 5px;

}



a.btn,

button.btn {

  display: inline-block;

  font-weight: 500;

  text-align: center;

  font-size: 16px;

  border: none;

  color: var(--color-white);

  padding: 10px 16px;

  border-radius: 10px;

  transition: var(--transition);

  letter-spacing: 0.5px;

  width: auto;

  border: 0 none;

  box-shadow: none;

  outline: none;

}

a.btn.btn-primary,

button.btn.btn-primary {

  background: var(--color-primary);

}

a.btn.btn-primary:hover,

button.btn.btn-primary:hover {

  background: var(--color-primary-alta);

  color: var(--color-white);

}

a.btn.btn-primary.active:focus,

button.btn.btn-primary.active:focus {

  border: none;

  box-shadow: none;

}

a.btn.btn-primary-alta,

button.btn.btn-primary-alta {

  background: var(--color-primary-alta);

  color: var(--color-white);

}

a.btn.btn-primary-alta:hover,

button.btn.btn-primary-alta:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

a.btn:focus,

button.btn:focus {

  border: none;

  box-shadow: none;

}

a.btn.btn-small,

button.btn.btn-small {

  padding: 6px 14px;

}

a.btn.btn-large,

button.btn.btn-large {

  padding: 15px 34px;

  min-width: 160px;

  transition: 0.3s;

}

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

  a.btn.btn-large,

button.btn.btn-large {

    min-width: max-content;

  }

}



.btn-transparent {

  color: var(--color-body);

  transition: 0.4s;

  align-items: center;

  font-weight: 500;

  display: inline-block;

}

.btn-transparent svg {

  width: 18px;

  height: 17px;

}

.btn-transparent:hover {

  color: var(--color-primary) !important;

}



.btn-primary-border {

  background: transparent;

  border: 2px solid var(--color-primary);

  padding: 10px 20px;

}

.btn-primary-border:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}



.btn-check:active + .btn-primary:focus,

.btn-check:checked + .btn-primary:focus,

.btn-primary.active:focus,

.btn-primary:active:focus,

.show > .btn-primary.dropdown-toggle:focus {

  box-shadow: none !important;

}



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

 Filter Button Style 

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

.discover-filter-button {

  padding: 10px 20px;

}

.discover-filter-button.btn.btn-primary:hover {

  background: var(--color-primary);

}

.discover-filter-button.btn.btn-primary.open {

  background: var(--color-primary-alta);

}

.discover-filter-button.btn.btn-primary.open:hover {

  background: var(--color-primary-alta);

}

.discover-filter-button i {

  padding-left: 5px;

}

.discover-filter-button.open i::before {

  content: "\ea02";

}



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

    Price Filter  

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

.content-shopby {

  margin-top: 32px;

}



.price--output input {

  border: 0 none;

}



.price--output span {

  color: #333;

  font-size: 14px;

}



.price--filter {

  display: inline-block;

}



.price--output {

  display: inline-block;

}



.ui-widget-content {

  background: var(--color-primary-alta) none repeat scroll 0 0;

  border: 0 none;

  color: var(--color-primary);

}



.ui-slider-range.ui-widget-header.ui-corner-all {

  background: var(--color-primary) none repeat scroll 0 0;

}



.ui-slider-horizontal {

  height: 4px;

}



.ui-slider .ui-slider-handle {

  border-radius: 100%;

  cursor: default;

  height: 10px;

  position: absolute;

  touch-action: none;

  width: 10px;

  z-index: 2;

  outline: none;

  cursor: pointer;

}



.ui-slider-horizontal .ui-slider-handle {

  top: -3px;

  margin-left: -3px;

}



.ui-state-default,

.ui-widget-content .ui-state-default,

.ui-widget-header .ui-state-default {

  background: var(--color-primary) none repeat scroll 0 0;

  border: 0 none;

  color: var(--color-primary);

}



.ui-slider-range.ui-widget-header.ui-corner-all {

  background: var(--color-primary) none repeat scroll 0 0;

}



.ui-slider-horizontal {

  margin-bottom: 8px;

  margin-top: 15px;

}



.price__output--wrap {

  display: flex;

  align-items: center;

}

.price__output--wrap .price--output {

  display: flex;

  align-items: center;

  flex-grow: 1;

}

.price__output--wrap .price--output span {

  color: var(--color-body);

  font-size: 12px;

  display: inline-block;

  letter-spacing: 0.5px;

}

.price__output--wrap .price--output input {

  border: 0 none;

  flex-grow: 1;

  font-size: 12px;

  font-weight: 400;

  width: 100px;

  letter-spacing: 0.5px;

}

.price__output--wrap .price--filter {

  display: inline-block;

  margin-top: -2px;

}

.price__output--wrap .price--filter a.btn {

  padding: 2px 10px;

  font-size: 12px;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  border-radius: 6px;

  line-height: 16px;

}



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

    Back To Top  

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

@-webkit-keyframes border-transform {

  0%, 100% {

    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;

  }

  14% {

    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;

  }

  28% {

    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;

  }

  42% {

    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;

  }

  56% {

    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;

  }

  70% {

    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;

  }

  84% {

    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;

  }

}

.paginacontainer {

  height: 3000px;

}



.rn-progress-parent {

  position: fixed;

  right: 30px;

  bottom: 30px;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  border-radius: 50px;

  box-shadow: inset 0 0 0 2px #0d0d12;

  z-index: 10000;

  opacity: 0;

  visibility: hidden;

  transform: translateY(15px);

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;

}

.rn-progress-parent.rn-backto-top-active {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}

.rn-progress-parent::after {

  position: absolute;

  font-family: "feather" !important;

  content: "\e914";

  text-align: center;

  line-height: 46px;

  font-size: 24px;

  color: var(--color-primary);

  left: 0;

  top: 0;

  height: 46px;

  width: 46px;

  cursor: pointer;

  display: block;

  z-index: 2;

  -webkit-transition: all 200ms linear;

  transition: all 200ms linear;

}

.rn-progress-parent:hover::after {

  color: var(--color-primary);

}

.rn-progress-parent::before {

  position: absolute;

  font-family: "feather" !important;

  content: "\e914";

  text-align: center;

  line-height: 46px;

  font-size: 24px;

  opacity: 0;

  background: #0d0d12;

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

}

.rn-progress-parent:hover::before {

  opacity: 1;

}

.rn-progress-parent svg path {

  fill: none;

}

.rn-progress-parent svg.rn-back-circle path {

  stroke: var(--color-primary);

  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: #4d535e;

  -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: 60px;

  height: 60px;

  background-color: #4d535e;

  opacity: 0.3;

}



.cursor-outer {

  margin-left: -15px;

  margin-top: -15px;

  width: 30px;

  height: 30px;

  border: 2px solid #4d535e;

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

}



.accordion-style-one .section-title-accordion h3 {

  font-size: 40px;

  color: var(--color-lightn);

}

.accordion-style-one .accordion .accordion-item {

  margin-bottom: 30px;

}

.accordion-style-one .accordion .accordion-item .accordion-header {

  font-size: 32px;

  color: var(--color-lightn);

  margin-bottom: 0;

}

.accordion-style-one .accordion .accordion-item .accordion-header a {

  font-size: 22px;

  transition: var(--transition);

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button {

  padding: 34px 30px;

  position: relative;

  width: 100%;

  z-index: 1;

  display: block;

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button .inner p {

  font-size: 16px;

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.35;

  background: linear-gradient(145deg, #1e2024, #23272b);

  z-index: -1;

  border-radius: 8px;

  box-shadow: var(--shadow-1);

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button::before {

  position: absolute;

  content: "\e92e";

  top: 10px;

  font-family: "feather" !important;

  font-weight: 200;

  right: 35px;

  top: 50%;

  transform: translateY(-50%);

  transition: var(--transition);

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button[aria-expanded=true]::before {

  content: "\e931";

  transition: var(--transition);

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button[aria-expanded=true]::after {

  border-radius: 8px 8px 0px 0px;

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two::before {

  content: "\e9b1";

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two[aria-expanded=true]::before {

  content: "\e996";

}

.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two[aria-expanded=true]::after {

  border-radius: 8px 8px 0px 0px;

}

.accordion-style-one .accordion .accordion-item .accordion-body .inner {

  padding: 20px;

  background: #1e2024;

  border-radius: 0 0px 8px 8px;

}

.accordion-style-one .accordion .accordion-item .accordion-body .inner p {

  font-size: 16px;

}



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

  .accordion {

    margin-top: 50px;

  }

}

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

  .accordion {

    margin-top: 50px;

  }

}

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

  .accordion {

    margin-top: 40px;

  }

}

.accordion .accordion-item {

  background: var(--background-color-1);

  margin-bottom: 10px;

  border-radius: 5px;

  border: 0 none;

}

.accordion .accordion-item .accordion-header button {

  box-shadow: none;

  background: var(--background-color-1);

  color: var(--color-white);

  font-size: 20px;

  display: flex;

  justify-content: space-between;

  height: 70px;

  padding: 0 20px;

}

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

  .accordion .accordion-item .accordion-header button {

    font-size: 16px;

    padding: 0 10px;

  }

}

.accordion .accordion-item .accordion-header button i {

  color: var(--color-white);

  font-size: 18px;

  transition: var(--transition);

}

.accordion .accordion-item .accordion-header button::after {

  color: var(--color-body);

  display: none;

}

.accordion .accordion-item .accordion-header button[aria-expanded=false] i {

  transform: rotate(180deg);

}

.accordion .accordion-item .accordion-header button[aria-expanded=true] {

  color: var(--color-primary);

}

.accordion .accordion-item .accordion-header button[aria-expanded=true] i {

  color: var(--color-primary);

}

.accordion .accordion-item .accordion-body {

  font-size: 16px;

}



.rn-typography-area .wp-block-quote {

  padding: 40px 137px;

  position: relative;

  background: transparent;

  color: var(--color-heading);

  z-index: 1;

  border: 0;

  text-align: center;

  margin: 0;

  padding-top: 50px;

}

.rn-typography-area .wp-block-quote::before {

  position: absolute;

  width: 100px;

  height: 87px;

  left: 50%;

  top: -37px;

  background-image: url(../images/icons/quote2.png);

  content: "";

  opacity: 1;

  background-repeat: no-repeat;

  z-index: -1;

  transform: translateX(-50%);

  background-size: 100px;

  opacity: 0.1;

}



p.has-drop-cap:not(:focus):first-letter {

  float: left;

  font-size: 104px;

  line-height: 0.78;

  margin: 4px 15px 0 0;

  text-transform: uppercase;

  font-family: georgia, serif;

  font-style: normal;

  font-weight: 400;

  color: var(--color-heading);

  -webkit-font-smoothing: antialiased;

  color: var(--color-lightn);

}



.table-area tbody td {

  border: 1px solid var(--color-tertiary);

  padding: 7px 10px;

  color: var(--color-dark-alt);

  color: var(--color-body);

}

.table-area tbody td strong {

  color: var(--color-lightn);

  font-weight: 500;

}

.table-area .section-title h2.title {

  font-size: 40px;

}



.hr-area .section-title h2.title {

  font-size: 24px;

  margin-top: -10px;

  margin-bottom: 5px;

}

.hr-area hr {

  background-size: 4px 4px;

  height: 1px;

  margin: 0 0 24px;

  border: 0;

  border-top: 1px solid #121214;

}



.hr-dots-area .section-title .title {

  font-size: 40px;

  margin-bottom: 10px;

}

.hr-dots-area .wp-block-separator.is-style-dots::before {

  content: "···";

  padding-left: 21px;

  color: #121214;

  font-size: 21px;

  font-weight: 700;

  letter-spacing: 21px;

  font-family: georgia, serif;

}

.hr-dots-area .wp-block-separator.is-style-dots {

  background: 0 0;

  border: none;

  text-align: center;

  max-width: none;

  line-height: 1;

  height: auto;

}



.column-galary .section-title .title {

  font-size: 40px;

}



.blocks-gallery-grid {

  display: flex;

  padding: 0;

  margin: 0 -10px;

  list-style: none;

  margin-bottom: 30px;

  flex-wrap: wrap;

}

.blocks-gallery-grid .blocks-gallery-item {

  flex-basis: 50%;

  padding: 0 10px;

}

.blocks-gallery-grid .blocks-gallery-item figure {

  overflow: hidden;

  border-radius: 8px;

}

.blocks-gallery-grid .blocks-gallery-item figure img {

  border-radius: 8px;

  transition: var(--transition);

}

.blocks-gallery-grid .blocks-gallery-item figure img:hover {

  transform: scale(1.1);

}



.three-column-gallery .section-title .title {

  font-size: 40px;

}

.three-column-gallery .columns-3 .blocks-gallery-item {

  padding: 0 10px;

  flex-basis: 33.33%;

}



.large .title {

  font-size: 40px !important;

}



.alignfull {

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  max-width: 100vw;

  width: 100vw;

}



.alignwide {

  margin-left: -105px;

  margin-right: -105px;

  max-width: 1400px;

  width: auto;

}

.alignwide .radius-4 {

  border-radius: 8px;

}



figcaption {

  text-align: center;

  margin-top: 10px;

  font-size: 13px;

  color: var(--color-dark-alt);

  letter-spacing: 0.5px;

}



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

    Section Title  

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

.live-bidding-title {

  position: relative;

  margin-left: 19px;

  padding-left: 15px;

}

.live-bidding-title::before {

  width: 22px;

  height: 22px;

  background: var(--color-primary);

  position: absolute;

  left: -20px;

  top: 50%;

  content: "";

  transform: translateY(-50%);

  border-radius: 100%;

  opacity: 1;

  animation: customOne 1s infinite;

}

.live-bidding-title::after {

  width: 22px;

  height: 22px;

  border: 4px solid var(--color-primary);

  position: absolute;

  left: -20px;

  top: 50%;

  content: "";

  transform: translateY(-50%);

  border-radius: 100%;

  opacity: 1;

  animation: customOne 1.2s infinite;

}



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

 Banner Styles  

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

.with-particles {

  position: relative;

  z-index: 1;

}



.height-950 {

  height: 950px;

}



#particles-js {

  position: absolute;

  height: 100%;

  width: 100%;

  z-index: -1;

  top: 0;

  left: 0;

}



.border-radious-none {

  border-radius: 0 !important;

}



.game-banner-short-slick-wrapper .slick-dots {

  bottom: 50px !important;

}

.game-banner-short-slick-wrapper .slider-style-7 .product-share-wrapper .profile-share a img {

  max-width: 40px;

  border: 2px solid var(--color-border);

}

.game-banner-short-slick-wrapper .slider-style-7 .rn-banner-wrapper .item-description button {

  border-radius: 5px;

}

.game-banner-short-slick-wrapper .slider-style-7 .rn-banner-wrapper .item-description {

  padding: 25px;

  background: #9999992e;

  border-radius: 5px;

  backdrop-filter: blur(15px);

}



.banner-read-thumb {

  position: absolute;

  bottom: 50px;

  left: 50px;

}

.banner-read-thumb h4 {

  margin-bottom: 10px;

}

.banner-read-thumb span {

  color: var(--color-body);

}



/* for slick slider */

.slider.slick-dotted.slick-slider {

  max-width: 100%;

  margin: 0 auto 0;

}



.slider .slick-dots {

  bottom: -45px;

  display: none !important;

}



.slider .slick-dots li button:before {

  color: #fff;

  content: "•";

  background: #fff;

  border-radius: 50%;

  font-size: 10px;

  line-height: 12px;

  width: 10px;

  height: 10px;

}



.slick-dots .animated-dot {

  background-image: url("../../../../../img.icons8.com/plasticine/100/000000/play.png");

  background-repeat: no-repeat;

  background-size: cover;

  height: 14px;

  width: 16px;

}



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

    Banner Style 1 

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

.slider-one h2.title {

  font-size: 60px;

  font-weight: 400;

}

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

  .slider-one h2.title {

    font-size: 50px;

  }

}

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

  .slider-one h2.title {

    font-size: 30px;

  }

}

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

  .slider-one h2.title {

    font-size: 30px;

  }

}

.slider-one .slide-disc {

  font-size: 22px;

}

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

  .slider-one .slider-thumbnail {

    display: flex;

    justify-content: center;

  }

}

.slider-one .slider-thumbnail img {

  height: auto;

  width: 100%;

}

.slider-one .button-group {

  margin: -7px;

}

.slider-one .button-group a.btn {

  margin: 7px;

}



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

    Banner Style 2 

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

.slider-style-2 .single-slide {

  padding: 0 15px;

  position: relative;

  margin-bottom: 0;

}

.slider-style-2 .single-slide .inner {

  position: relative;

  padding: 15px;

  background: var(--background-color-1);

  border-radius: 7px;

}

.slider-style-2 .single-slide .thumbnail {

  overflow: hidden;

  border-radius: 7px;

}

.slider-style-2 .single-slide .thumbnail a {

  display: block;

  position: relative;

}

.slider-style-2 .single-slide .thumbnail a::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  background-image: linear-gradient(180deg, transparent, black);

  height: 50%;

  position: absolute;

  width: 100%;

  z-index: 1;

}

.slider-style-2 .single-slide .thumbnail img {

  border-radius: 7px;

  transition: 0.7s;

}

.slider-style-2 .single-slide .banner-read-thumb {

  z-index: 3;

}

.slider-style-2 .single-slide .banner-read-thumb h4 {

  transition: var(--transition);

  color: var(--color-white);

}

.slider-style-2 .single-slide:hover .thumbnail img {

  transform: scale(1.1);

}



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

    Banner Style Three  

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

.slider-style-3 .wrapper {

  background: var(--background-color-1);

  padding: 15px;

  border-radius: 5px;

  position: relative;

}

.slider-style-3 .wrapper .slider {

  margin: 0;

  padding: 0;

}

.slider-style-3 .wrapper .slider .slider-thumbnail {

  margin: 0;

  padding: 0;

  overflow: hidden;

  position: relative;

}

.slider-style-3 .wrapper .slider .slider-thumbnail a {

  display: block;

  position: relative;

}

.slider-style-3 .wrapper .slider .slider-thumbnail a img {

  transition: 0.4s;

}

.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {

  position: absolute;

  left: 50px;

  z-index: 2;

  text-align: left;

  bottom: 50px;

}

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

  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {

    left: 30px;

    bottom: 30px;

  }

}

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

  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {

    left: 30px;

    bottom: 30px;

  }

}

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

  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {

    left: 20px;

    bottom: 20px;

  }

}

.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper h5 {

  font-size: 30px;

  margin-bottom: -10px;

}

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

  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper h5 {

    font-size: 24px;

  }

}

.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper span {

  font-size: 14px;

  color: var(--color-primary);

  display: inline-block;

  margin-top: 20px;

}

.slider-style-3 .wrapper .slider:hover .slider-thumbnail a img {

  transform: scale(1.1);

}

.slider-style-3 .wrapper .slider ul.slick-dots {

  display: inline-block !important;

  bottom: 20px;

  position: absolute;

  z-index: 2;

  right: 20px;

  width: auto;

}

.slider-style-3 .slide-small-wrapper {

  position: relative;

  background: var(--background-color-1);

  padding: 15px;

  border-radius: 5px;

}

.slider-style-3 .slide-small-wrapper .thumbnail {

  overflow: hidden;

  border-radius: 5px;

}

.slider-style-3 .slide-small-wrapper .thumbnail img {

  border-radius: 5px;

  transition: 0.5s;

}

.slider-style-3 .slide-small-wrapper .read-wrapper {

  position: absolute;

  bottom: 31px;

  left: 36px;

  z-index: 2;

}

.slider-style-3 .slide-small-wrapper .read-wrapper .title {

  margin-bottom: 7px;

}

.slider-style-3 .slide-small-wrapper .read-wrapper span {

  color: var(--color-primary);

}

.slider-style-3 .slide-small-wrapper:hover .thumbnail img {

  transform: scale(1.1);

}



.thumbnail-overlay > a {

  display: block;

  position: relative;

}

.thumbnail-overlay > a::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  background-image: linear-gradient(180deg, transparent, black);

  height: 50%;

  position: absolute;

  width: 100%;

  z-index: 1;

}

.thumbnail-overlay > a img {

  transition: 0.4s;

}



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

    Slider Style Four  

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

.banner-style-4 .sldier-content .title {

  color: var(--color-white);

  font-size: 70px;

  margin-bottom: 15px;

}

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

  .banner-style-4 .sldier-content .title {

    font-size: 40px;

  }

}

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

  .banner-style-4 .sldier-content .title {

    font-size: 35px;

  }

}

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

  .banner-style-4 .sldier-content .title {

    font-size: 30px;

  }

}

.banner-style-4 .sldier-content p.banner-disc-one {

  font-size: 18px;

  padding-right: 30px;

  color: var(--color-body);

}

.banner-style-4 .sldier-content .button-group {

  margin: -7px;

}

.banner-style-4 .sldier-content .button-group a.btn {

  margin: 7px;

}

.banner-style-4 .slider {

  background: var(--background-color-1);

  padding: 15px;

  border-radius: 5px;

  position: relative;

}

.banner-style-4 .slider .slider-thumbnail {

  margin: 0;

  padding: 0;

  overflow: hidden;

  position: relative;

}

.banner-style-4 .slider .slider-thumbnail a {

  display: block;

}

.banner-style-4 .slider .slider-thumbnail a img {

  transition: 0.3s;

}

.banner-style-4 .slider .slider-thumbnail .read-wrapper {

  position: absolute;

  left: 0;

  z-index: 2;

  text-align: left;

  bottom: 0;

  height: auto;

  padding: 25px;

}

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

  .banner-style-4 .slider .slider-thumbnail .read-wrapper {

    padding: 44px 30px;

  }

}

.banner-style-4 .slider .slider-thumbnail .read-wrapper h5 {

  font-size: 30px;

  margin-bottom: -10px;

  color: var(--color-white);

}

.banner-style-4 .slider .slider-thumbnail .read-wrapper span {

  font-size: 14px;

  color: var(--color-primary);

  display: inline-block;

  margin-top: 15px;

}

.banner-style-4 .slider:hover .slider-thumbnail a img {

  transform: scale(1.1);

}

.banner-style-4 .slider ul.slick-dots {

  display: inline-block !important;

  bottom: 44px;

  position: absolute;

  z-index: 2;

  right: 30px;

  width: auto;

}

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

  .banner-style-4 .slider ul.slick-dots {

    bottom: 28px;

    right: auto;

    left: 41px;

  }

}



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

    Slider Style 5  

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

.slider-style-5 .banner-left-content .title {

  color: var(--color-heading);

  margin-bottom: 15px;

}

.slider-style-5 .banner-left-content p.banner-disc-one {

  color: var(--color-body);

}

.slider-style-5 .banner-left-content .button-group {

  margin: -7px;

}

.slider-style-5 .banner-left-content .button-group a.btn {

  margin: 7px;

}



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

    Banner Style 6  

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

.slider-style-6 {

  padding: 15px;

  background: var(--background-color-2);

  border-radius: 5px;

}

.slider-style-6.wide-wrapper {

  margin: 0 -110px;

}

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

  .slider-style-6.wide-wrapper {

    margin: 0;

  }

}

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

  .slider-style-6.wide-wrapper {

    margin: 0;

  }

}

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

  .slider-style-6.wide-wrapper {

    margin: 0;

  }

}

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

  .slider-style-6.wide-wrapper {

    margin: 0;

  }

}

.slider-style-6 .slide {

  position: relative;

  z-index: 1;

  min-height: 476px;

  display: flex;

  align-items: center;

}

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

  .slider-style-6 .slide {

    min-height: auto;

    padding: 50px 0;

  }

}

.slider-style-6 .slide .banner-read-thumb-lg {

  padding: 20px 50px;

}

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

  .slider-style-6 .slide .banner-read-thumb-lg {

    padding: 20px 30px;

  }

}

.slider-style-6 .slide .banner-read-thumb-lg h4 {

  margin-bottom: 15px;

  font-size: 50px;

  font-weight: 400;

}

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

  .slider-style-6 .slide .banner-read-thumb-lg h4 {

    font-size: 36px;

  }

}

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

  .slider-style-6 .slide .banner-read-thumb-lg h4 {

    font-size: 36px;

  }

}

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

  .slider-style-6 .slide .banner-read-thumb-lg h4 {

    font-size: 26px;

  }

}

.slider-style-6 .slide .banner-read-thumb-lg p {

  max-width: 60%;

  margin-bottom: 30px;

  color: var(--color-body);

}

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

  .slider-style-6 .slide .banner-read-thumb-lg p {

    max-width: 70%;

  }

}

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

  .slider-style-6 .slide .banner-read-thumb-lg p {

    max-width: 80%;

  }

}

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

  .slider-style-6 .slide .banner-read-thumb-lg p {

    max-width: 100%;

    font-size: 18px;

    margin-bottom: 19px;

  }

}

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

  .slider-style-6 .slide .banner-read-thumb-lg p {

    max-width: 100%;

  }

}

.slider-style-6.slick-arrow-between button.slide-arrow.prev-arrow {

  left: 0px !important;

}

.slider-style-6.slick-arrow-between button.slide-arrow.next-arrow {

  right: 0px !important;

}



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

    Banner Style 7 

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

.slider-style-7 {

  height: auto;

  border-radius: 8px;

  padding: 90px 0;

  overflow-y: hidden;

}

.slider-style-7 .rn-banner-wrapper {

  width: 100%;

  padding: 0 30px;

  display: flex;

  align-items: center;

}

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

  .slider-style-7 .rn-banner-wrapper {

    margin: 0;

    padding: 0 5px;

  }

}

.slider-style-7 .rn-banner-wrapper .item-description p {

  margin-bottom: 30px;

  color: var(--color-body);

}

.slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper {

  margin-top: 0;

  flex-wrap: wrap;

}

.slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper .profile-share a.more-author-text {

  color: #acacac;

}

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

  .slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper .countdown {

    margin-top: 10px;

  }

}

.slider-style-7 .rn-banner-wrapper h2.title {

  font-size: 40px;

  margin-bottom: 0;

}

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

  .slider-style-7 .rn-banner-wrapper h2.title {

    margin-bottom: 20px;

  }

}

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

  .slider-style-7 .rn-banner-wrapper h2.title {

    margin-bottom: 20px;

  }

}

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

  .slider-style-7 .rn-banner-wrapper h2.title {

    margin-bottom: 20px;

    font-size: 30px;

  }

}

.slider-style-7 .rn-banner-wrapper h2.title span {

  color: var(--color-primary);

}

.slider-style-7 .rn-banner-wrapper .img-thumb-award {

  text-align: right;

}

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

  .slider-style-7 .rn-banner-wrapper .img-thumb-award {

    text-align: left;

    margin-bottom: 15px;

  }

}

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

  .slider-style-7 .rn-banner-wrapper .img-thumb-award {

    text-align: left;

    margin-bottom: 15px;

  }

}

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

  .slider-style-7 .rn-banner-wrapper .img-thumb-award {

    text-align: left;

    margin-bottom: 15px;

  }

}

.slider-style-7 .rn-banner-wrapper .img-thumb-award img {

  max-width: 130px;

}



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

 Common Styles 

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

.title-badge {

  color: var(--color-primary);

  font-size: 16px;

  width: auto;

  border: 1px solid var(--color-border);

  height: 47px;

  display: inline-block;

  padding: 0 26px;

  border-radius: 500px;

  min-width: 95px;

  text-align: center;

  margin: 5px;

  line-height: 45px;

  margin-bottom: 15px;

}



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

 common slider-nav 

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

.slider .previous-slide,

.slider .next-slide {

  height: 18px;

  width: 18px;

  position: absolute;

  top: auto;

  bottom: -45px;

  left: auto;

  right: auto;

  cursor: pointer;

  z-index: 2;

}



.slider .previous-slide {

  background: url("../../../../../img.icons8.com/office/16/000000/back.png") no-repeat;

  background-size: contain;

  display: none !important;

}



.slider .next-slide {

  background: url("../../../../../img.icons8.com/office/16/000000/forward.png") no-repeat;

  background-size: contain;

  background-position: right;

  display: none !important;

}



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

  .property-wrapper-flex {

    flex-wrap: wrap;

  }

}

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

  .property-wrapper-flex {

    flex-wrap: wrap;

  }

}

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

  .property-wrapper-flex {

    flex-wrap: wrap;

  }

}

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

  .property-wrapper-flex .rn-pd-sm-property-wrapper {

    margin-top: 30px;

    flex-basis: 100%;

    margin-left: 0 !important;

  }

}

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

  .property-wrapper-flex .rn-pd-sm-property-wrapper {

    margin-top: 30px;

    flex-basis: 100%;

    margin-left: 0 !important;

  }

}

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

  .property-wrapper-flex .rn-pd-sm-property-wrapper {

    margin-top: 30px;

    flex-basis: 100%;

    margin-left: 0 !important;

  }

}



.place-bet-area.into-banner {

  backdrop-filter: blur(15px);

}

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

  .place-bet-area.into-banner {

    padding: 15px;

  }

}

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

  .place-bet-area.into-banner .rn-bet-create {

    transform: none;

  }

}

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

  .place-bet-area.into-banner .rn-bet-create .top-seller-wrapper {

    display: flex;

    align-items: flex-start;

    flex-direction: column;

  }

}

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

  .place-bet-area.into-banner .rn-bet-create .top-seller-wrapper .top-seller-content {

    text-align: left;

    margin-left: 0;

    margin-top: 10px;

  }

}

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

  .place-bet-area.into-banner .rn-bet-create .bid-list {

    text-align: left;

  }

}



.fullscreen_image-banner {

  height: 800px !important;

  width: 100%;

}



.padding-controler-slide-product {

  padding-top: 30px !important;

  padding-bottom: 100px !important;

}

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

  .padding-controler-slide-product.fullscreen_image-banner {

    padding-top: 80px !important;

    padding-bottom: 100px !important;

    height: auto !important;

  }

}



.slider-activation-banner-5.rn-slick-dot-style .slick-dots {

  bottom: 60px;

}



.banner-gallery-wrapper {

  max-height: 700px;

  overflow: hidden;

  position: relative;

}

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

  .banner-gallery-wrapper {

    max-height: 450px;

  }

}

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

  .banner-gallery-wrapper {

    max-height: 350px;

  }

}

.banner-gallery-wrapper::before {

  position: absolute;

  width: 100%;

  height: 30%;

  left: 0;

  bottom: 0;

  content: "";

  background-image: linear-gradient(to bottom, #0c0c2100 0%, #171721 95%);

  z-index: 1;

  pointer-events: none;

}

.banner-gallery-wrapper::after {

  position: absolute;

  width: 100%;

  height: 30%;

  left: 0;

  top: 0;

  content: "";

  background-image: linear-gradient(to top, #0c0c2100 0%, #171721 95%);

  z-index: 1;

  pointer-events: none;

}

.banner-gallery-wrapper .banner-gallery-loop {

  display: flex;

  align-items: center;

  margin: 0 -20px;

}

.banner-gallery-wrapper .banner-gallery {

  transform: translate3d(0, 0, 0);

  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  padding: 0 20px;

  width: 280px;

}

.banner-gallery-wrapper .banner-gallery img {

  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  display: block;

  width: 100%;

  margin-bottom: 30px;

}

.banner-gallery-wrapper .banner-gallery-1 {

  -webkit-animation: verticalSlide 115s linear infinite;

  animation: verticalSlide 90s linear infinite;

}

.banner-gallery-wrapper .banner-gallery-2 {

  -webkit-animation: verticalSlide 115s linear infinite;

  animation: verticalSlide 70s linear infinite;

}

.banner-gallery-wrapper .banner-gallery-3 {

  -webkit-animation: verticalSlide 115s linear infinite;

  animation: verticalSlide 65s linear infinite;

}

.banner-gallery-wrapper .banner-gallery-4 {

  -webkit-animation: verticalSlide 115s linear infinite;

  animation: verticalSlide 80s linear infinite;

}

.banner-gallery-wrapper .banner-gallery-5 {

  -webkit-animation: verticalSlide 115s linear infinite;

  animation: verticalSlide 50s linear infinite;

}



@-webkit-keyframes verticalSlide {

  to {

    -webkit-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

  }

}

@keyframes verticalSlide {

  to {

    -webkit-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

  }

}

.odometer-area-slide {

  display: flex;

  margin-top: 60px;

  background: var(--background-color-1);

  padding: 20px 30px;

  border-radius: 6px;

  flex-wrap: wrap;

  border: 1px solid var(--color-border);

  margin-bottom: -30px;

  max-width: max-content;

}

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

  .odometer-area-slide {

    justify-content: center;

    text-align: center;

    width: 100%;

    margin-right: 0;

  }

}

.odometer-area-slide .single-odometer {

  border-radius: 6px;

  padding: 20px;

  margin-right: 15px;

  border: 1px solid var(--color-border);

  background: var(--background-color-4);

}

.odometer-area-slide .single-odometer:last-child {

  margin-right: 0;

}

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

  .odometer-area-slide .single-odometer {

    margin-bottom: 20px;

  }

}

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

  .odometer-area-slide .single-odometer {

    margin-bottom: 20px;

    width: 100%;

    margin-right: 0;

  }

}

.odometer-area-slide .single-odometer h3 {

  line-height: normal;

  margin-bottom: 0;

  display: flex;

  text-align: center;

  flex-direction: column;

}

.odometer-area-slide .single-odometer h3 span.odometer.thousend-k {

  position: relative;

}

.odometer-area-slide .single-odometer h3 span.odometer.thousend-k::after {

  position: absolute;

  content: "k";

  right: -20px;

  top: 2px;

}

.odometer-area-slide .single-odometer h3 .counter-label {

  font-size: 16px;

  font-weight: 300;

  margin-top: 5px;

  color: var(--color-primary);

}



.banner-right-feature-product {

  height: 850px;

  background: linear-gradient(0deg, #191923, #000000b5);

  width: 100%;

  position: relative;

}

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

  .banner-right-feature-product {

    height: 950px;

    width: 102%;

  }

}

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

  .banner-right-feature-product {

    height: 850px;

    width: 102%;

  }

}

.banner-right-feature-product .single-slide-product {

  position: absolute;

  width: 450px;

  height: auto;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

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

  .banner-right-feature-product .single-slide-product {

    top: 60%;

  }

}

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

  .banner-right-feature-product .single-slide-product {

    width: 300px;

    top: 62%;

  }

}

.banner-right-feature-product .badge-inner {

  position: absolute;

  top: 53%;

  left: -98px;

  width: 200px;

  height: 200px;

  padding: 10px;

  background: #1e1e3d38;

  backdrop-filter: blur(8px);

  border-radius: 100%;

}

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

  .banner-right-feature-product .badge-inner {

    top: 3%;

    left: 50%;

    transform: translateX(-50%);

  }

}

.banner-right-feature-product .badge-inner .image-1 {

  animation: rotateIt 7s linear infinite;

  width: 100%;

}



@keyframes rotateIt {

  to {

    transform: rotate(-360deg);

  }

}

.title.large-height {

  line-height: 70px;

}

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

  .title.large-height {

    line-height: 36px;

    font-size: 24px;

  }

}

.title .gradient-title {

  color: var(--color-primary);

  font-size: 80px;

}

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

  .title .gradient-title {

    font-size: 40px;

  }

}



.banner-top-rating {

  display: flex;

  margin: 0 -40px;

  margin-bottom: 25px;

}

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

  .banner-top-rating {

    flex-direction: column;

  }

}

.banner-top-rating .banner-badge-top {

  margin: 0 40px;

}

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

  .banner-top-rating .banner-badge-top {

    margin-top: 30px;

  }

}

.banner-top-rating .banner-badge-top .icon {

  margin-bottom: 8px;

}

.banner-top-rating .banner-badge-top .subtitle {

  text-transform: uppercase;

  letter-spacing: 1px;

}



.home-11-slide-padding {

  padding-right: 200px;

}

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

  .home-11-slide-padding {

    padding-right: 124px;

    padding-left: 132px;

    margin-top: 50px;

  }

}

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

  .home-11-slide-padding {

    padding-right: 50px;

    padding-left: 50px;

    margin-top: 0px;

  }

}



.banner-xii-wrapper {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 90vh;

}

.banner-xii-wrapper .banner-content-wrapper {

  text-align: center;

  width: 50%;

}

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

  .banner-xii-wrapper .banner-content-wrapper {

    width: 70%;

  }

}

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

  .banner-xii-wrapper .banner-content-wrapper {

    width: 100%;

  }

}

.banner-xii-wrapper .banner-content-wrapper .pre-title {

  margin-bottom: 10px;

  color: var(--color-primary);

  text-transform: uppercase;

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 1px;

}

.banner-xii-wrapper .banner-content-wrapper .title {

  margin-bottom: 20px;

}

.banner-xii-wrapper .banner-content-wrapper .post-title {

  margin-bottom: 30px;

}

.banner-xii-wrapper .banner-content-wrapper a.btn {

  margin-bottom: 0;

}

.banner-xii-wrapper .banner-content-wrapper .wallet-image-wrapper {

  display: flex;

  justify-content: center;

  margin-top: 60px;

  margin-right: -15px;

  flex-wrap: wrap;

}

.banner-xii-wrapper .banner-content-wrapper .wallet-image-wrapper img {

  padding: 10px;

  background: var(--background-color-1);

  margin-right: 15px;

  max-width: 60px;

  border-radius: 6px;

  margin-bottom: 15px;

  border: 1px solid var(--color-border);

  z-index: 1;

  cursor: pointer;

}



.with-down-shadow {

  position: relative;

  z-index: 1;

}

.with-down-shadow::before {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  bottom: 0;

  content: "";

  background-image: linear-gradient(to bottom, #0c0c2100 0%, #181822 87%);

  z-index: -1;

  pointer-events: none;

}

.with-down-shadow::after {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: "";

  background-image: linear-gradient(to top, #0c0c2100 0%, #171721 87%);

  z-index: -1;

  pointer-events: none;

}



.banner_xii {

  padding: 80px 0 100px 0;

}

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

  .banner_xii {

    padding: 30px 0;

  }

}

.banner_xii .left-thumbnail-image {

  overflow: hidden;

}

.banner_xii .left-thumbnail-image img {

  border-radius: 10px;

  background: var(--background-color-1);

  padding: 20px;

  border: 1px solid var(--color-border);

  width: 100%;

}

.banner_xii .place-bet-area.into-banner {

  backdrop-filter: none;

}

.banner_xii .place-bet-area.into-banner .bid-list .countdown .countdown-container .countdown-value {

  background: var(--background-color-2);

}



.bg_anemation--1 {

  position: relative;

  height: max-content;

  overflow: hidden;

}

.bg_anemation--1::after {

  top: 0;

  left: 0;

  content: "";

  background-image: url(../images/bg/bg-image-1.html);

  position: absolute;

  width: 100%;

  height: 100%;

  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  display: block;

  width: 100%;

  -webkit-animation: verticalSlide2 30s linear infinite;

  animation: verticalSlide2 30s linear infinite;

  transform: translate3d(0, 0, 0);

  z-index: -1;

}

.bg_anemation--1::before {

  content: "";

  top: 100%;

  left: 0;

  content: "";

  background-image: url(../images/bg/bg-image-2.html);

  position: absolute;

  width: 100%;

  height: 100%;

  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

  display: block;

  width: 100%;

  -webkit-animation: verticalSlide2 30s linear infinite;

  animation: verticalSlide2 30s linear infinite;

  transform: translate3d(0, 0, 0);

  z-index: -1;

}



@-webkit-keyframes verticalSlide2 {

  to {

    -webkit-transform: translate3d(0, 0%, 0);

    transform: translate3d(0, 0%, 0);

  }

}

@keyframes verticalSlide2 {

  to {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

}

.slide-style-14 {

  overflow: hidden;

}

.slide-style-14 .inner p.description {

  color: #c6c9d8;

  font-size: 24px;

  line-height: 40px;

  margin: 0;

  padding: 0 16%;

  font-weight: 300;

}

.slide-style-14 .inner .title {

  font-size: 60px;

  line-height: 80px;

  margin-bottom: 20px;

  font-weight: 600;

}



.slider-video-bg {

  position: relative;

  z-index: 2;

}

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

  .slider-video-bg {

    padding: 60px 0;

  }

}

.slider-video-bg .video-background {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -3;

}



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

  .banner-12 {

    padding: 60px 0 !important;

  }

}



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

  .banner-15 {

    padding: 60px 0 !important;

  }

}

.banner-15 h1.title {

  font-size: 60px;

  line-height: 80px;

}

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

  .banner-15 h1.title {

    font-size: 52px;

    line-height: 69px;

  }

}

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

  .banner-15 h1.title {

    font-size: 52px;

    line-height: 69px;

  }

}

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

  .banner-15 h1.title {

    font-size: 42px;

    line-height: 1.3;

  }

}

.banner-15 h1.title span {

  color: #14141f;

  background: var(--color-primary);

  background-size: 100% 100%;

  -webkit-background-clip: text;

  -webkit-text-stroke: 3px transparent;

}

.banner-15 p {

  max-width: 75%;

}

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

  .banner-15 p {

    max-width: 100%;

  }

}



.expo-15-wrapper {

  display: flex;

  align-items: center;

}

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

  .expo-15-wrapper {

    display: block;

  }

}

.expo-15-wrapper .thumb-wrapepr {

  position: relative;

  flex-basis: calc(100% - 161px);

}

.expo-15-wrapper .thumb-wrapepr img.main {

  padding: 20px;

  background: var(--background-color-1);

  border-radius: 20px;

  margin-left: -7px;

  position: relative;

  z-index: 0;

  border: 1px solid var(--color-border);

  z-index: 6;

}

.expo-15-wrapper .thumb-wrapepr img.main.main-2 {

  position: absolute;

  z-index: 5;

  left: 0;

  max-width: 100%;

  height: auto;

  bottom: 0;

  margin-left: -150px;

  transform: scale(0.8) skew(12deg, 0deg) perspective(20px);

}

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

  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {

    margin-left: -124px;

  }

}

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

  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {

    margin-left: -81px;

  }

}

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

  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {

    left: auto;

    right: 0;

    margin-left: 0;

  }

}

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

  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {

    left: auto;

    right: 0;

    margin-left: 0;

  }

}

.expo-15-wrapper .thumb-wrapepr img.badge-1 {

  position: absolute;

  max-width: 100px;

  max-height: 100px;

}

.expo-15-wrapper .thumb-wrapepr img.image-1 {

  top: -39px;

  right: -22px;

  animation: rotateIt 7s linear infinite;

  max-width: 113px;

  max-height: 113px;

}

.expo-15-wrapper .thumb-wrapepr img.image-2 {

  bottom: 0;

  left: -133px;

  opacity: 0.2;

}

.expo-15-wrapper .thumb-wrapepr img.image-3 {

  top: 0;

  left: -133px;

  opacity: 0.2;

}

.expo-15-wrapper .thumb-wrapepr img.image-4 {

  right: 0;

  bottom: 0;

  opacity: 0.4;

}

.expo-15-wrapper .thumb-wrapepr img.image-5 {

  right: 0;

  top: 0;

  opacity: 0.4;

}

.expo-15-wrapper .odometer-area-slide {

  display: flex;

  padding: 0;

  border-radius: 6px;

  flex-wrap: wrap;

  border: 1px solid var(--color-border);

  margin-bottom: -30px;

  flex-direction: column;

  margin-left: auto;

  height: max-content;

  align-items: center;

  justify-content: center;

  margin-top: 0;

  padding: 5px;

  flex-basis: 170px;

  margin-left: 20px;

}

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

  .expo-15-wrapper .odometer-area-slide {

    display: block;

    margin-left: 0;

    margin-top: 30px;

    width: 100%;

    max-width: 100%;

  }

}

.expo-15-wrapper .odometer-area-slide .single-odometer {

  margin-bottom: 5px;

  width: 100%;

  margin-right: 0;

}

.expo-15-wrapper .odometer-area-slide .single-odometer:last-child {

  margin-bottom: 0;

}



.odometer-area-slide.jump {

  position: relative;

}



.odometer-area-slide.jump::before {

  content: "";

  position: absolute;

  width: calc(50% + 28px);

  height: 60px;

  top: -61px;

  left: -32px;

  border-top: 2px solid var(--color-border);

  border-right: 2px solid var(--color-border);

  border-radius: 0 6px 0 0;

}

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

  .odometer-area-slide.jump::before {

    display: none;

  }

}

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

  .odometer-area-slide.jump::before {

    display: none;

  }

}



.left-banner-16-wrapepr h1.title {

  font-size: 60px;

  line-height: 80px;

}

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

  .left-banner-16-wrapepr h1.title {

    font-size: 40px;

    line-height: 60px;

  }

}

.left-banner-16-wrapepr h1.title span {

  color: #14141f;

  background: var(--color-primary);

  background-size: 100% 100%;

  -webkit-background-clip: text;

  -webkit-text-stroke: 3px transparent;

}

.left-banner-16-wrapepr p.disc {

  width: 80%;

  font-size: 18px;

}

.left-banner-16-wrapepr .odometer-area-slide {

  margin-bottom: 0;

}



.tilt-image-banner-16 {

  position: relative;

}

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

  .tilt-image-banner-16 {

    display: flex;

    justify-content: center;

  }

}

.tilt-image-banner-16 .joined-people-wrapper {

  position: absolute;

  bottom: -60px;

  left: 70px;

  animation: jump-2 5s infinite;

}

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

  .tilt-image-banner-16 .joined-people-wrapper {

    position: static;

  }

}

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

  .tilt-image-banner-16 .joined-people-wrapper {

    bottom: -14px;

    left: 4px;

  }

}



.joined-people-wrapper {

  padding: 20px;

  border-radius: 10px;

  max-width: 300px;

  height: max-content;

  background: transparent;

  border: 1px solid var(--color-border);

  backdrop-filter: blur(12px);

  --webkit-backdrop-filter: blur(12px);

  background-color: #ffffff0d;

}

.joined-people-wrapper .product-share-wrapper {

  margin-top: 0;

  margin-bottom: 15px;

}

.joined-people-wrapper .product-share-wrapper a.more-author-text {

  padding-left: 22px !important;

  font-size: 16px;

  font-weight: 500;

  color: var(--color-white) !important;

}



.banner-image-landing-one {

  position: relative;

  padding: 150px 0;

}

.banner-image-landing-one .banner-image.one {

  position: relative;

  z-index: 10;

  top: -25px;

}

.banner-image-landing-one .banner-image.two {

  position: relative;

  z-index: 8;

  left: -52px;

  bottom: 40px;

}

.banner-image-landing-one .banner-image.three {

  position: relative;

  z-index: 6;

  right: 75px;

  bottom: 130px;

}

.banner-image-landing-one .banner-product {

  position: absolute;

}

.banner-image-landing-one .banner-product.one {

  transform: rotate(20deg);

}

.banner-image-landing-one .banner-product.two {

  transform: rotate(50deg);

}

.banner-image-landing-one .banner-product.three {

  transform: rotate(80deg);

}



.bg-image-svg-1 {

  background-image: url(../images/bg/bg-image-1.svg);

}



.banner-left-bg-svg .title {

  font-size: 90px;

  line-height: 110px;

  margin-bottom: 5px;

}

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

  .banner-left-bg-svg .title {

    font-size: 70px;

    line-height: 100px;

  }

}

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

  .banner-left-bg-svg .title {

    font-size: 60px;

    line-height: 80px;

  }

}

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

  .banner-left-bg-svg .title {

    margin-top: 100px;

    font-size: 60px;

    line-height: 80px;

  }

}

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

  .banner-left-bg-svg .title {

    font-size: 40px;

    line-height: 1.4;

  }

}

.banner-left-bg-svg .input-group {

  max-width: 550px;

}

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

  .banner-left-bg-svg .input-group {

    display: block;

  }

}

.banner-left-bg-svg .input-group input {

  background: var(--color-primary-alta) !important;

  border-radius: 6px;

  outline: none;

  border: 1px solid transparent;

  z-index: 10;

  position: relative;

  color: var(--color-body);

}

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

  .banner-left-bg-svg .input-group input {

    width: 100%;

    border-radius: 6px !important;

    height: 66px;

    margin-bottom: 20px;

  }

}

.banner-left-bg-svg .input-group input:focus {

  border: 1px solid var(--color-primary);

  outline: none;

  box-shadow: none;

}

.banner-left-bg-svg .input-group button {

  margin-left: -10px;

  border-radius: 0 5px 5px 0;

  padding: 20px 60px;

  justify-content: center;

  display: flex;

  margin-right: 40px;

  border: 1px solid transparent;

  z-index: 15;

  margin-right: 0;

}

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

  .banner-left-bg-svg .input-group button {

    padding: 10px 11px;

  }

}

.banner-left-bg-svg .input-group button svg {

  margin-left: 5px;

  transition: var(--transition);

  z-index: 50;

  position: relative;

}

.banner-left-bg-svg .input-group button:hover {

  border: 1px solid var(--color-primary);

  z-index: 15;

}



.bg-image-svg-1.with-down-shadow::before {

  background-image: linear-gradient(to bottom, #0c0c2121 0%, #1818226c 87%);

}

.bg-image-svg-1.with-down-shadow::after {

  background-image: linear-gradient(to top, #0c0c2121 0%, #1818226c 87%);

}



.left-shape-banner .title {

  margin-bottom: 50px;

  font-size: 60px;

  font-weight: 500;

}

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

  .left-shape-banner .title {

    font-size: 46px;

  }

}

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

  .left-shape-banner .title {

    font-size: 46px;

  }

}

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

  .left-shape-banner .title {

    font-size: 40px;

  }

}

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

  .left-shape-banner .title {

    font-size: 40px;

  }

}

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

  .left-shape-banner .title {

    font-size: 30px;

  }

}

.left-shape-banner .input-group {

  max-width: 550px;

}

.left-shape-banner .input-group input {

  background: var(--color-primary-alta) !important;

  border-radius: 6px;

  outline: none;

  border: 1px solid transparent;

  z-index: 10;

  position: relative;

  color: var(--color-body);

}

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

  .left-shape-banner .input-group input {

    width: 100%;

    border-radius: 6px !important;

    height: 66px;

    margin-bottom: 20px;

  }

}

.left-shape-banner .input-group input:focus {

  border: 1px solid var(--color-primary);

  box-shadow: none;

}

.left-shape-banner .input-group button {

  margin-left: -10px;

  border-radius: 0 5px 5px 0;

  width: 200px;

  height: 60px;

  justify-content: center;

  display: flex;

  margin-right: 40px;

  border: 1px solid transparent;

  z-index: 15;

  margin-right: 0;

  align-items: center;

}

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

  .left-shape-banner .input-group button {

    width: 130px;

    height: 60px;

    font-size: 12px;

  }

}

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

  .left-shape-banner .input-group button {

    width: 130px;

    height: 60px;

    font-size: 12px;

  }

}

.left-shape-banner .input-group button:hover {

  border-right: 1px solid var(--color-primary);

  border-bottom: 1px solid var(--color-primary);

  border-top: 1px solid var(--color-primary);

  border-left: 1px solid var(--color-primary);

}

.left-shape-banner .input-group button:focus {

  z-index: 1000;

}

.left-shape-banner .input-group button svg {

  margin-left: 5px;

  transition: var(--transition);

  z-index: 50;

  position: relative;

}



.single-banner-shape-card {

  padding: 25px;

  border-radius: 8px;

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  height: 100%;

}

.single-banner-shape-card img {

  display: flex;

  justify-content: flex-end;

  border-radius: 6px;

  width: 100%;

}

.single-banner-shape-card.small-right .title {

  margin-bottom: 0;

  margin-top: 12px;

}

.single-banner-shape-card .trading {

  display: flex;

  align-items: center;

  position: relative;

  margin-bottom: 25px;

}

.single-banner-shape-card .trading:last-child {

  margin-bottom: 0;

}

.single-banner-shape-card .trading::before {

  content: "";

  position: absolute;

  height: 9px;

  width: 42px;

  border-radius: 2px;

  right: 0;

  top: 5px;

  background: #212e487a;

}

.single-banner-shape-card .trading::after {

  content: "";

  position: absolute;

  height: 9px;

  width: 30px;

  border-radius: 2px;

  right: 0;

  bottom: 5px;

  background: #00a3ff45;

}

.single-banner-shape-card .trading .icone-name {

  display: flex;

  align-items: center;

}

.single-banner-shape-card .trading .icone-name img {

  max-width: 30px;

  height: 30px;

}

.single-banner-shape-card .trading .icone-name .degignation {

  margin-left: 10px;

}

.single-banner-shape-card .trading .icone-name .degignation p {

  font-size: 12px;

  font-weight: 400;

  margin-bottom: -7px;

}

.single-banner-shape-card .trading .icone-name .degignation span {

  font-size: 8px;

  font-weight: 300;

}

.single-banner-shape-card .trading img.trad-shap {

  margin-left: 20px;

  max-width: 90px;

}



.single-odometer {

  transition: var(--transition);

}

.single-odometer.banner {

  padding: 92px 30px 25px 30px;

  background: var(--background-color-1);

  height: 100%;

  border: 1px solid var(--color-border);

  border-radius: 6px;

  position: relative;

}

.single-odometer.banner .icon {

  position: absolute;

  z-index: 2;

  right: -15px;

  top: -30px;

}

.single-odometer.banner .icon img {

  max-height: 85px;

}

.single-odometer.banner h3 {

  font-size: 36px;

}

.single-odometer.banner h3.counter {

  margin-bottom: 10px;

}

.single-odometer.banner::before {

  position: absolute;

  color: var(--color-secondary);

  opacity: 0.1;

  left: 30px;

  top: -7px;

  font-size: 64px;

  font-weight: 600;

}

.single-odometer.banner::after {

  position: absolute;

  background: var(--color-primary);

  opacity: 1;

  left: 50%;

  top: 50%;

  height: 50px;

  width: 50px;

  transform: translate(-50%, -50%);

  content: "";

  filter: blur(60px);

  z-index: -1;

  transition: vat(--transition);

}

.single-odometer.banner.one::before {

  content: "1";

}

.single-odometer.banner.two::before {

  content: "2";

}

.single-odometer.banner.three::before {

  content: "3";

}

.single-odometer.banner.four::before {

  content: "4";

}

.single-odometer:hover {

  transform: translateY(-10px);

}



.bg-controller {

  width: 100%;

}



.home-sticky-pin {

  background: #141415;

}



.rn-about-title-wrapper h3 {

  line-height: 45px;

  margin-bottom: 0;

}



.rn-about-wrapper {

  padding: 25px;

  border: 1px solid var(--color-border);

  border-radius: 5px;

}



.single-counter-up {

  padding: 50px 40px;

  border: 1px solid var(--color-border);

  border-radius: 5px;

  background: var(--background-color-1);

}

.single-counter-up .counter {

  font-size: 65px;

  color: var(--color-primary);

  line-height: 56px;

  margin-bottom: 0;

}

.single-counter-up .counter span {

  display: inline-block;

}

.single-counter-up .botton-title {

  font-size: 18px;

  color: var(--color-light);

}

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

  .single-counter-up .botton-title {

    font-size: 14px;

  }

}



.wETH {

  position: relative;

  display: inline-block;

}

.wETH::after {

  position: absolute;

  content: "wETH";

  right: -48%;

  bottom: 3px;

  color: #b7111175;

  font-size: 18px;

}



.call-to-action-wrapper {

  padding: 80px 50px;

  text-align: center;

}

.call-to-action-wrapper h3 {

  margin-bottom: 15px;

  font-size: 45px;

  line-height: 60px;

  font-weight: 400;

}

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

  .call-to-action-wrapper h3 {

    font-size: 26px;

    line-height: 35px;

  }

}

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

  .call-to-action-wrapper h3 {

    font-size: 26px;

    line-height: 35px;

  }

}

.call-to-action-wrapper p {

  margin-top: 0;

  padding: 0 319px 0;

  margin-bottom: 30px;

  font-size: 20px;

}

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

  .call-to-action-wrapper p {

    padding: 0 10% 0;

  }

}

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

  .call-to-action-wrapper p {

    padding: 0 10% 0;

  }

}

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

  .call-to-action-wrapper p {

    padding: 0 20px;

  }

}

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

  .call-to-action-wrapper p {

    padding: 0 0;

  }

}

.call-to-action-wrapper .callto-action-btn-wrapper {

  display: flex;

  justify-content: center;

}

.call-to-action-wrapper .callto-action-btn-wrapper .btn-primary {

  margin-right: 15px;

}



.bg-image-border {

  border-radius: 5px;

}



.about-title-m {

  font-size: 45px;

  font-weight: 400;

}

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

  .about-title-m {

    font-size: 26px;

  }

}

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

  .about-title-m {

    font-size: 26px;

  }

}



.about-fluidimg {

  padding: 0 140px;

}

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

  .about-fluidimg {

    padding: 0;

  }

}

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

  .about-fluidimg {

    padding: 0;

  }

}

.about-fluidimg .bg_image {

  height: 560px;

  border-radius: 5px;

}



.about-fluidimg-cta {

  padding: 0 140px;

}

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

  .about-fluidimg-cta {

    padding: 0 0;

  }

}

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

  .about-fluidimg-cta {

    padding: 0 0;

  }

}

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

  .about-fluidimg-cta {

    padding: 0 0;

  }

}

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

  .about-fluidimg-cta {

    padding: 0 0;

  }

}



.mt_dec--50 {

  margin-top: -125px;

}



.h--100 {

  height: 130%;

}



.rn-about-card {

  border: 1px solid var(--color-border);

  background: #191925;

  padding: 50px 40px;

  border-radius: 5px;

}

.rn-about-card.transparent-bg {

  background: transparent;

  border: 1px solid var(--color-border);

  margin-top: 140px;

}

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

  .rn-about-card.transparent-bg {

    margin-top: 0px;

  }

}

.rn-about-card.widge-wrapper .inner {

  margin-bottom: 0;

}

.rn-about-card .inner {

  margin-bottom: 0;

}

.rn-about-card .inner h3 {

  font-weight: 400;

  margin-bottom: 15px;

  line-height: var(--h1);

}

.rn-about-card .inner p {

  margin-bottom: 20px;

  font-weight: 400;

}



.about-wrapper p.discription {

  max-width: 70%;

  margin: auto;

}

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

  .about-wrapper p.discription {

    max-width: 90%;

  }

}

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

  .about-wrapper p.discription {

    max-width: 100%;

  }

}



.rn-service-one {

  text-align: left;

  padding: 70px 30px;

  transition: 0.5s all ease-in-out;

  position: relative;

  border-radius: 10px;

  background: var(--background-color-1);

  position: relative;

  z-index: 1;

  height: 100%;

  padding-bottom: 40px;

}

.rn-service-one::before {

  content: "";

  position: absolute;

  transition: var(--transition);

  width: 100%;

  height: 100%;

  border-radius: 10px;

  top: 0;

  left: 0;

  background: transparent;

  opacity: 0;

  z-index: -1;

}

.rn-service-one .inner .icon {

  position: absolute;

  z-index: 2;

  right: -15px;

  top: -30px;

}

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

  .rn-service-one .inner .icon {

    right: 0;

    top: -29px;

  }

}

.rn-service-one .inner .icon svg {

  width: 60px;

  height: auto;

  color: var(--color-primary);

  stroke-width: 1 !important;

  transition: var(--transition);

}

.rn-service-one .inner .icon img {

  max-height: 85px;

}

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

  .rn-service-one .inner .icon img {

    max-height: 67px;

  }

}

.rn-service-one .inner .subtitle {

  position: absolute;

  top: 20px;

  left: 30px;

  font-size: 15px;

  font-weight: 400;

  letter-spacing: 0.5px;

  text-transform: uppercase;

}

.rn-service-one .inner > * {

  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);

  transform: translateY(10px);

}

.rn-service-one .inner .content {

  padding-top: 20px;

}

.rn-service-one .inner .content .title {

  font-family: var(--color-primary);

  font-weight: 500;

  font-size: 24px;

  line-height: 32px;

  margin-bottom: 10px;

  color: var(--color-white);

}

.rn-service-one .inner .content p.description {

  font-size: 16px;

  line-height: 28px;

  color: var(--color-lightn);

  transition: var(--transition);

  transition: var(--transition);

  margin-bottom: 30px;

  margin-top: 20px;

}

.rn-service-one .inner .content .read-more-button {

  transition: var(--transition);

  font-size: 24px;

}

.rn-service-one .inner .content .read-more-button i {

  color: var(--color-body);

  transition: 0.3s;

}

.rn-service-one:hover .inner .content .read-more-button i {

  color: var(--color-primary) !important;

}

.rn-service-one:hover .inner .content h4.title {

  color: var(--color-primary) !important;

}

.rn-service-one:hover .inner > * {

  transform: translateY(0px);

}

.rn-service-one a.over-link {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

}



.form-wrapper-one {

  padding: 40px 35px;

  border-radius: 6px;

  background: var(--background-color-1);

  height: 100%;

  border: 1px solid var(--color-border);

}

.form-wrapper-one .input-box {

  display: block;

}

.form-wrapper-one .nice-select {

  width: 100%;

  display: block;

  margin-bottom: 15px;

  background: var(--background-color-4);

  border: 1px solid var(--color-border);

}

.form-wrapper-one .nice-select::after {

  border-bottom: 2px solid var(--color-body);

  border-right: 2px solid var(--color-body);

}

.form-wrapper-one .nice-select.open .list {

  background: var(--background-color-2);

  width: 250px;

}

.form-wrapper-one .nice-select .current {

  color: var(--color-body);

}

.form-wrapper-one .rn-form-label {

  margin-bottom: 12px;

  font-size: 14px;

}

.form-wrapper-one input,

.form-wrapper-one textarea {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}

.form-wrapper-one input:focus,

.form-wrapper-one textarea:focus {

  border: 2px solid var(--color-primary) !important;

  box-shadow: none;

  background: var(--background-color-4);
  color: white;

}

.form-wrapper-one textarea {

  min-height: 100px;

}



.form-wrapper-one input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: var(--color-body);

}



.form-wrapper-one input::-moz-placeholder {

  /* Firefox 19+ */

  color: var(--color-body);

}



.form-wrapper-one input:-ms-input-placeholder {

  /* IE 10+ */

  color: var(--color-body);

}



.form-wrapper-one input:-moz-placeholder {

  /* Firefox 18- */

  color: var(--color-body);

}



.form-wrapper-one textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: var(--color-body);

}



.form-wrapper-one textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: var(--color-body);

}



.form-wrapper-one textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: var(--color-body);

}



.form-wrapper-one textarea:-moz-placeholder {

  /* Firefox 18- */

  color: var(--color-body);

}



.rn-check-box {

  padding-left: 0;

}

.rn-check-box .rn-check-box-label {

  margin: 0;

  color: var(--color-body);

}



button.another-login {

  margin-bottom: 30px;

  padding: 0 15px;

  height: 50px;

  border: none;

  background: var(--background-color-4);

  border-radius: 5px;

  color: var(--color-white);

  transition: var(--transition);

  border: 1px solid var(--color-border);

}

button.another-login:hover {

  background: var(--color-primary-alta);

}

button.another-login:last-child {

  margin-bottom: 0;

}

button.another-login svg {

  width: 18px;

  color: var(--color-white);

  margin-right: 7px;

}

button .small-image {

  max-width: 30px;

  margin-right: 10px;

  padding: 2px;

}



.social-share-media h6 {

  margin-bottom: 15px;

}

.social-share-media p {

  font-size: 16px;

  margin-bottom: 20px;

}

.social-share-media .another-login {

  text-align: left;

  margin-bottom: 15px;

}



.message-area .form-wrapper-one.registration-area {

  width: 100%;

}



.upload-area label {

  width: 100%;

  height: 250px;

  border-radius: 5px;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  flex-direction: column;

  margin-bottom: 15px;

}

.upload-area label i {

  font-size: 40px;

  stroke-width: 1px;

  color: var(--color-primary);

  margin-bottom: 10px;

}

.upload-area label p {

  font-size: 14px;

  font-weight: 300;

}

.upload-area label span {

  font-size: 20px;

}

.upload-area .upload-formate h6.title {

  font-size: 16px;

  font-weight: 400;

  margin-bottom: 10px;

}

.upload-area .upload-formate p.formate {

  font-size: 16px;

}

.upload-area .brows-file-wrapper {

  position: relative;

  border: 2px dashed #575767;

  border-radius: 5px;

}

.upload-area .brows-file-wrapper input {

  position: absolute;

  height: 100%;

  width: 100%;

  opacity: 0;

  cursor: pointer;

  z-index: 10;

}

.upload-area .brows-file-wrapper label {

  position: relative;

  z-index: 10;

  transition: var(--transition);

}

.upload-area .brows-file-wrapper img {

  position: absolute;

  height: 100%;

  width: 100%;

  z-index: 9;

  cursor: pointer;

  border-radius: 5px;

  object-fit: cover;

}

.upload-area .brows-file-wrapper:hover label {

  transform: scale(0.8);

}



.forget-pass-wrapper {

  max-width: 400px;

  margin: auto;

  background: var(--background-color-1);

  padding: 25px;

  border-radius: 5px;

}

.forget-pass-wrapper .title {

  text-align: center;

}

.forget-pass-wrapper .form-label {

  margin-bottom: 15px;

}

.forget-pass-wrapper .form-control {

  background: var(--background-color-2) !important;

  height: 42px !important;

  border-radius: 5px !important;

  color: var(--color-white) !important;

  font-size: 18px;

  padding: 0 10px;

  border: 2px solid transparent !important;

}

.forget-pass-wrapper .form-control:focus {

  border: 2px solid var(--color-primary) !important;

  box-shadow: none;

}

.forget-pass-wrapper .rn-check-box {

  margin-bottom: 30px;

}

.forget-pass-wrapper .rn-check-box .rn-check-box-input {

  margin-bottom: 10px;

}

.forget-pass-wrapper .rn-check-box label {

  color: var(--color-body);

}

.forget-pass-wrapper .rn-check-box label a {

  color: var(--color-primary);

  transition: var(--transition);

}

.forget-pass-wrapper .rn-check-box label a:hover {

  text-decoration: underline;

}

.forget-pass-wrapper a.btn {

  display: flex;

  justify-content: center;

  align-items: center;

}

.forget-pass-wrapper .notice p {

  font-size: 14px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.wallet-wrapper {

  text-align: left;

  padding: 15px 22px 25px;

  transition: 0.5s all ease-in-out;

  position: relative;

  border-radius: 5px;

  background: var(--background-color-1);

  position: relative;

  z-index: 1;

  height: 100%;

  border: 1px solid var(--color-border);

}

.wallet-wrapper::before {

  content: "";

  position: absolute;

  transition: var(--transition);

  width: 100%;

  height: 100%;

  border-radius: 5px;

  top: 0;

  left: 0;

  background: transparent;

  opacity: 0;

  z-index: -1;

}

.wallet-wrapper .inner {

  transition: var(--transition);

}

.wallet-wrapper .inner .icon {

  margin-bottom: 7px;

}

.wallet-wrapper .inner .icon svg {

  width: 40px;

  height: auto;

  color: var(--color-primary);

  stroke-width: 1 !important;

  transition: var(--transition);

}

.wallet-wrapper .inner > * {

  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);

  transform: translateY(5px);

}

.wallet-wrapper .inner .content .title {

  font-family: var(--color-primary);

  font-weight: 500;

  font-size: 24px;

  line-height: 32px;

  margin-bottom: 0;

  color: var(--color-white);

  margin: 12px 0;

}

.wallet-wrapper .inner .content p.description {

  font-size: 16px;

  line-height: 26px;

  color: var(--color-lightn);

  margin-bottom: 0;

  transition: var(--transition);

  transition: var(--transition);

}

.wallet-wrapper .inner .content .read-more-button {

  height: 0;

  visibility: hidden;

  opacity: 0;

  transition: var(--transition);

  font-size: 24px;

}

.wallet-wrapper a.over-link {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

}

.wallet-wrapper:hover .inner > * {

  transform: translateY(0px);

}



.wallet-area p.privacy-para {

  font-size: 16px;

  padding: 30px 150px 0 150px;

}

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

  .wallet-area p.privacy-para {

    padding: 30px 100px 0 100px;

  }

}

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

  .wallet-area p.privacy-para {

    padding: 30px 50px 0 50px;

  }

}

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

  .wallet-area p.privacy-para {

    padding: 30px 50px 0 50px;

  }

}

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

  .wallet-area p.privacy-para {

    padding: 30px;

  }

}

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

  .wallet-area p.privacy-para {

    padding: 20px 20px 0 20px;

  }

}



.connect-thumbnail {

  padding: 18px;

  background: var(--background-color-1);

  border-radius: 5px;

  height: 100%;

}

.connect-thumbnail .left-image {

  overflow: hidden;

  border-radius: 5px;

  height: 100%;

}

.connect-thumbnail .left-image img {

  border-radius: 5px;

  transition: var(--transition);

  width: 100%;

  object-fit: cover;

  height: 100%;

}

.connect-thumbnail .left-image img:hover {

  transform: scale(1.02);

}



.connect-title {

  margin-bottom: 10px;

}



.connect-td a {

  color: var(--color-white);

  transition: var(--transition);

  display: block;

  margin-top: 10px;

}

.connect-td a:hover {

  color: var(--color-primary);

}



.wallet-bootm-disc {

  font-size: 16px;

}



.rn-address {

  padding: 40px;

  border-radius: 10px;

  padding-top: 40px;

  background: var(--background-color-1);

  padding-bottom: 50px;

  transition: 0.3s;

  border: 1px solid var(--color-border);

}

.rn-address .icon {

  color: var(--color-primary);

  border-radius: 100%;

  font-size: 33px;

  display: inline-block;

  margin-bottom: 12px;

}

.rn-address .icon svg {

  height: 40px;

  width: 40px;

}

.rn-address .inner h4.title {

  font-size: 20px;

  font-weight: 600;

  letter-spacing: 1px;

}

.rn-address .inner p {

  margin: 0;

}

.rn-address .inner p a {

  margin: 0;

  color: var(--color-light);

}



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

    Author Styles  

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

.padding-tb-50 {

  border-radius: 5px;

  padding: 20px 15px;

}



.author-wrapper {

  display: flex;

  justify-content: center;

}

.author-wrapper .author-inner {

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.author-wrapper .author-inner .user-thumbnail {

  display: flex;

  justify-content: center;

}

.author-wrapper .author-inner .user-thumbnail img {

  border: 15px solid #13131d;

  border-radius: 5px;

  position: relative;

  max-width: 170px;

}

.author-wrapper .author-inner .rn-author-info-content {

  justify-content: center;

  display: flex;

  flex-direction: column;

  text-align: center;

  margin-top: 10px;

}

.author-wrapper .author-inner .rn-author-info-content h4.title {

  font-weight: 600;

  margin-bottom: 10px;

}

.author-wrapper .author-inner .rn-author-info-content .social-follw {

  display: flex;

  justify-content: center;

  margin-bottom: 7px;

}

.author-wrapper .author-inner .rn-author-info-content .social-follw svg {

  margin-right: 10px;

  width: 14px;

  color: var(--color-primary);

}

.author-wrapper .author-inner .rn-author-info-content .social-follw .user-name {

  position: relative;

  margin-top: 2px;

}

.author-wrapper .author-inner .rn-author-info-content .follow-area {

  display: flex;

  justify-content: center;

}

.author-wrapper .author-inner .rn-author-info-content .follow-area .follow.followers {

  margin-right: 15px;

}

.author-wrapper .author-inner .rn-author-info-content .follow-area .follow span {

  color: var(--color-white);

  font-size: 16px;

  font-weight: 500;

}

.author-wrapper .author-inner .rn-author-info-content .follow-area .follow span a {

  margin-left: 3px;

}



.author-button-area {

  margin-right: -8px;

  margin-top: 20px;

  display: flex;

  justify-content: center;

  margin-right: -8px;

}

.author-button-area .follow-button svg {

  position: relative;

  margin-top: -7px;

  margin-right: 3px;

  width: 17px !important;

}

.author-button-area .at-follw {

  padding: 10px 13px;

  background: var(--color-primary-alta);

  margin-right: 8px;

  transition: var(--transition);

  color: var(--color-white);

  border-radius: 5px;

  line-height: 20px;

  font-size: 14px;

}

.author-button-area .at-follw svg {

  width: 18px;

  height: auto;

}

.author-button-area .at-follw:hover {

  background: var(--color-primary);

  color: var(--color-white);

}

.author-button-area .at-follw.count button.icon {

  border: none;

  padding: 0;

}

.author-button-area .at-follw:hover {

  background: var(--color-primary);

}

.author-button-area .at-follw:hover svg {

  color: var(--color-white);

}

.author-button-area .at-follw.edit-btn svg {

  bottom: -3px;

  left: 1px;

}



.rn-authore-profile-area .tab-content > .tab-pane {

  display: none !important;

}

.rn-authore-profile-area .tab-content > .active {

  display: flex !important;

}



.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: var(--color-white);

  padding: 5px 8px;

  background: var(--color-primary-alta);

  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: var(--color-primary-alta);

}

.avatar:hover::before, .avatar:hover::after {

  --scale:1;

}



.title-filter-area {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.title-filter-area .h2 {

  margin-bottom: 0;

}

.title-filter-area .nice-select {

  margin: 0;

}



.top-seller-inner-one.explore {

  border: 1px solid var(--background-color-1);

  border-radius: 5px;

  display: flex;

  padding: 20px;

  background: var(--background-color-1);

  transition: var(--transition);

  position: relative;

}

.top-seller-inner-one.explore .top-seller-wrapper .thumbnail {

  max-width: 80px;

}

.top-seller-inner-one.explore .top-seller-wrapper .thumbnail a {

  display: block;

  overflow: hidden;

}

.top-seller-inner-one.explore .top-seller-wrapper .thumbnail a img {

  transition: var(--transition);

}

.top-seller-inner-one.explore:hover {

  background: var(--color-primary-alta);

}

.top-seller-inner-one.explore:hover .top-seller-wrapper .thumbnail a img {

  transform: scale(1.2);

}

.top-seller-inner-one .thumbnail.varified {

  position: relative;

}

.top-seller-inner-one .thumbnail.varified::after {

  position: absolute;

  content: "\e92b";

  right: -3px;

  top: 26%;

  height: 20px;

  width: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  transform: translateY(-50%);

  font-family: "feather" !important;

  z-index: 1;

  color: var(--color-white);

  background: var(--color-primary);

  border-radius: 50%;

  line-height: 0;

}



.rn-creator-title-area .nice-select::after {

  right: 18px;

}



.rn-top-top-seller-area h3.title {

  margin-right: 10px;

}



.nice-selector-transparent .nice-select {

  background: transparent;

}

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

  .nice-selector-transparent .nice-select {

    position: relative;

    top: -6px;

  }

}

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

  .nice-selector-transparent .nice-select {

    position: relative;

    top: -8px;

  }

}

.nice-selector-transparent .nice-select span {

  font-size: 32px;

  font-weight: 600;

  color: var(--color-primary);

}

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

  .nice-selector-transparent .nice-select span {

    font-size: 24px;

  }

}

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

  .nice-selector-transparent .nice-select .list {

    left: auto;

    right: 0;

  }

}

.nice-selector-transparent .nice-select::after {

  border-bottom: 2px solid var(--color-primary);

  border-right: 2px solid var(--color-primary);

  right: 3px;

  height: 10px;

  width: 10px;

  top: 47%;

}



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

  .justify-sm-center {

    justify-content: center;

  }

}



.top-seller-inner-one .top-seller-wrapper {

  display: flex;

  align-items: center;

}

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

  .top-seller-inner-one .top-seller-wrapper {

    flex-direction: column;

    text-align: center;

  }

}

.top-seller-inner-one .top-seller-wrapper .thumbnail {

  max-width: 60px;

}

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

  .top-seller-inner-one .top-seller-wrapper .thumbnail {

    margin-bottom: 5px;

  }

}

.top-seller-inner-one .top-seller-wrapper .thumbnail a {

  display: block;

  border-radius: 50%;

  border: 3px solid var(--color-border);

}

.top-seller-inner-one .top-seller-wrapper .thumbnail a img {

  overflow: hidden;

  transition: 0.3s;

  border-radius: 100%;

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content {

  margin-left: 12px;

}

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

  .top-seller-inner-one .top-seller-wrapper .top-seller-content {

    margin-left: 0;

  }

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content a h6 {

  margin-bottom: 0;

  font-size: 20px;

  font-weight: 500;

  transition: var(--transition);

}

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

  .top-seller-inner-one .top-seller-wrapper .top-seller-content a h6 {

    font-size: 16px;

    margin-top: 10px;

  }

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content a h6:hover {

  color: var(--color-primary);

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content span {

  font-size: 14px;

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content span.count-number {

  display: block;

}

.top-seller-inner-one .top-seller-wrapper .top-seller-content span a {

  margin-left: 7px;

  text-transform: capitalize;

}

.top-seller-inner-one .top-seller-wrapper:hover .thumbnail a img {

  transform: scale(1.2);

}



.rn-collection-inner-one .collection-wrapper {

  position: relative;

  padding: 18px;

  background: var(--background-color-1);

  border-radius: 5px;

}

.rn-collection-inner-one .collection-wrapper .collection-big-thumbnail {

  overflow: hidden;

  border-radius: 5px;

}

.rn-collection-inner-one .collection-wrapper .collection-big-thumbnail img {

  border-radius: 5px;

  object-fit: cover;

  width: 100%;

  height: auto;

  transition: var(--transition);

}

.rn-collection-inner-one .collection-wrapper .collenction-small-thumbnail {

  display: flex;

  justify-content: space-between;

  margin: -4px;

  margin-top: 4px;

}

.rn-collection-inner-one .collection-wrapper .collenction-small-thumbnail img {

  display: inline-block;

  width: 33.33%;

  padding: 4px;

  border-radius: 10px;

}

.rn-collection-inner-one .collection-wrapper .collection-profile {

  position: absolute;

  top: 48%;

  left: 50%;

  transform: translate(-50%, 0);

}

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

  .rn-collection-inner-one .collection-wrapper .collection-profile {

    top: 56%;

  }

}

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

  .rn-collection-inner-one .collection-wrapper .collection-profile {

    top: 53%;

  }

}

.rn-collection-inner-one .collection-wrapper .collection-profile img {

  max-width: 80px;

  height: 80px;

  border-radius: 50%;

  border: 5px solid var(--color-primary-alta);

  transition: var(--transition);

}

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

  .rn-collection-inner-one .collection-wrapper .collection-profile img {

    max-width: 60px;

    height: 60px;

  }

}

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

  .rn-collection-inner-one .collection-wrapper .collection-profile img {

    max-width: 60px;

    height: 60px;

  }

}

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

  .rn-collection-inner-one .collection-wrapper .collection-profile img {

    max-width: 80px;

    height: 80px;

  }

}

.rn-collection-inner-one .collection-wrapper .collection-deg {

  display: flex;

  margin-top: 15px;

  justify-content: space-between;

  align-items: center;

}

.rn-collection-inner-one .collection-wrapper .collection-deg h6 {

  margin: 0;

  font-weight: 400;

  transition: var(--transition);

}

.rn-collection-inner-one .collection-wrapper .collection-deg h6:hover {

  color: var(--color-primary);

}

.rn-collection-inner-one .collection-wrapper .collection-deg span.items {

  padding: 5px 8px;

  background: var(--color-primary-alta);

  border-radius: 3px;

  color: var(--color-white);

  transition: var(--transition);

}

.rn-collection-inner-one .collection-wrapper .collection-deg span.items:hover {

  background: var(--color-primary) !important;

  color: var(--color-white) !important;

}

.rn-collection-inner-one .collection-wrapper:hover .collection-big-thumbnail img {

  transform: scale(1.1);

}



.creator-list-wrapper {

  counter-reset: rn-list-counter;

}

.creator-list-wrapper .creator-single {

  counter-increment: rn-list-counter;

  position: relative;

}

.creator-list-wrapper .creator-single::before {

  content: counter(rn-list-counter);

  font-weight: 700;

  font-size: 61px;

  margin-right: 0.5rem;

  line-height: 1;

  position: absolute;

  right: 30px;

  z-index: 3;

  color: var(--color-body);

  opacity: 0.1;

  top: 50%;

  transform: translateY(-50%);

}



.top-seller-list-wrapper {

  counter-reset: rn-list-counter;

}

.top-seller-list-wrapper .top-seller-list {

  counter-increment: rn-list-counter;

  position: relative;

}

.top-seller-list-wrapper .top-seller-list::before {

  content: counter(rn-list-counter);

  font-weight: 700;

  font-size: 61px;

  margin-right: 0.5rem;

  line-height: 1;

  position: absolute;

  right: 30px;

  z-index: 3;

  color: var(--color-body);

  opacity: 0.1;

  top: 50%;

  transform: translateY(-50%);

  transition: 0.4s;

}

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

  .top-seller-list-wrapper .top-seller-list::before {

    font-size: 40px;

    right: 0;

  }

}

.top-seller-list-wrapper .top-seller-list:hover::before {

  font-size: 45px;

}



.input-group {

  max-width: 360px;

}



.rn-footer-one .footer-left .rn-footer-describe {

  font-size: 18px;

  margin-top: 20px;

  padding: 0 30px 0 0;

}

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

  .rn-footer-one .footer-left .rn-footer-describe {

    padding: 0;

  }

}

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

  .rn-footer-one .footer-left .rn-footer-describe {

    padding: 0;

  }

}

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

  .rn-footer-one .footer-left .rn-footer-describe {

    padding: 0;

  }

}



.footer-list-one {

  margin: 0;

  list-style: none;

  padding: 0;

}

.footer-list-one .single-list {

  margin: 11px 0;

}

.footer-list-one .single-list a {

  font-size: 16px;

  color: var(--color-body);

  font-weight: 400;

  transition: var(--transition);

  position: relative;

}

.footer-list-one .single-list a::after {

  position: absolute;

  content: "";

  left: auto;

  bottom: 0;

  background: var(--color-primary);

  width: 0;

  height: 2px;

  transition: 0.3s;

  right: 0;

}

.footer-list-one .single-list a:hover {

  color: var(--color-primary) !important;

}

.footer-list-one .single-list a:hover::after {

  width: 100%;

  left: 0;

  right: auto;

}



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

 Footer Widget  

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

.footer-widget .widget-title {

  font-size: 24px;

  margin-bottom: 25px;

}

.footer-widget.widget-quicklink {

  margin-left: 100px;

}

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

  .footer-widget.widget-quicklink {

    margin-left: 0;

  }

}

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

  .footer-widget.widget-quicklink {

    margin-left: 0;

  }

}

.footer-widget.widget-information {

  margin-left: 50px;

}

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

  .footer-widget.widget-information {

    margin-left: 0;

  }

}

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

  .footer-widget.widget-information {

    margin-left: 0;

  }

}



.widget-content-wrapper .title {

  font-weight: 500;

  font-size: 16px;

}

.widget-content-wrapper .input-group .input-group-append {

  position: relative;

  left: -5px;

  z-index: 5;

}

.widget-content-wrapper .input-group .input-group-append button {

  border-radius: 0 5px 5px 0;

}

.widget-content-wrapper .input-group input {

  color: var(--color-body);

  position: relative;

  z-index: 1;

  font-size: 16px;

  border-radius: 5px 0 0 5px;

  background: var(--background-color-2);

  outline: none;

  box-shadow: none;

}

.widget-content-wrapper .input-group input:focus {

  box-shadow: none;

}

.widget-content-wrapper .newsletter-dsc p {

  margin-top: 10px;

  font-size: 14px;

  letter-spacing: 0.2px;

}

.widget-content-wrapper .widget-bottom {

  border-top: 1px solid var(--background-color-2);

}



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

    Footer Slicky Header Area  

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

.footer-for-left-sticky-header {

  padding-left: 320px;

  padding-right: 420px;

  margin-top: 50px;

}

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

  .footer-for-left-sticky-header {

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .footer-for-left-sticky-header {

    padding-left: 320px;

    padding-right: 30px;

  }

}

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

  .footer-for-left-sticky-header {

    padding-left: 30px;

    padding-right: 30px;

  }

}

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

  .footer-for-left-sticky-header {

    padding-left: 30px;

    padding-right: 30px;

  }

}

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

  .footer-for-left-sticky-header {

    padding-left: 0;

    padding-right: 0;

  }

}

.footer-for-left-sticky-header .logo a img {

  max-width: 120px;

}

.footer-for-left-sticky-header .inner {

  border-top: 1px solid var(--color-border);

  padding-top: 50px;

  padding-bottom: 50px;

}

.footer-for-left-sticky-header .inner p a {

  color: var(--color-body);

  transition: 0.4s;

}

.footer-for-left-sticky-header .inner p a:hover {

  color: var(--color-primary) !important;

}



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

    Recent Post  

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

.footer-recent-post {

  list-style: none;

  padding: 0;

  margin: 0;

}

.footer-recent-post li.recent-post {

  display: flex;

  align-items: center;

  padding: 10px 0;

  margin: 0;

}

.footer-recent-post li.recent-post .thumbnail {

  margin-right: 12px;

}

.footer-recent-post li.recent-post .thumbnail a img {

  max-height: 60px;

  border-radius: 100%;

  object-fit: cover;

}

.footer-recent-post li.recent-post .content .title {

  font-size: 14px;

  margin-bottom: 4px;

}

.footer-recent-post li.recent-post .content p {

  margin-bottom: 3px;

  font-size: 13px;

}

.footer-recent-post li.recent-post .content .price {

  color: var(--color-primary);

  font-weight: 700;

}

.footer-recent-post li + li.recent-post {

  border-top: 1px solid var(--background-color-2);

}

.footer-recent-post li:first-child.recent-post {

  padding-top: 0;

}



.footer-top {

  border-bottom: 1px solid var(--color-border);

  padding-bottom: 0;

  margin-bottom: 50px;

}

.footer-top .nu-brand-area {

  list-style: none;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  margin: 0;

  padding: 30px 0;

  margin-right: -15px;

}

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

  .footer-top .nu-brand-area {

    margin-bottom: -15px;

  }

}

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

  .footer-top .nu-brand-area {

    margin-bottom: -15px;

  }

}

.footer-top .nu-brand-area li {

  width: 160px;

  text-align: center;

  margin: 0;

  background: var(--background-color-1);

  height: 90px;

  margin-right: 15px;

  border-radius: 6px;

  border: 1px solid var(--color-border);

  cursor: pointer;

}

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

  .footer-top .nu-brand-area li {

    margin-bottom: 15px;

  }

}

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

  .footer-top .nu-brand-area li {

    margin-bottom: 15px;

  }

}

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

  .footer-top .nu-brand-area li {

    margin-bottom: 15px;

  }

}

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

  .footer-top .nu-brand-area li {

    margin-bottom: 15px;

  }

}

.footer-top .nu-brand-area li img {

  opacity: 0.8;

  transition: 0.3s;

  max-height: 85px;

  max-width: 109px;

  filter: grayscale(1);

  cursor: pointer;

  transition: var(--transition);

  padding: 20px;

}

.footer-top .nu-brand-area li:hover img {

  opacity: 1;

  filter: grayscale(0);

}



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

    Copyright Area  

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

.copy-right-one {

  border-top: 1px solid var(--color-border);

}

.copy-right-one .copyright-left {

  display: flex;

}

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

  .copy-right-one .copyright-left {

    justify-content: center;

    margin-bottom: 15px;

  }

}

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

  .copy-right-one .copyright-left {

    display: block;

    text-align: center;

  }

}

.copy-right-one .copyright-left span {

  font-size: 16px;

  font-weight: 400;

  color: var(--color-body);

}

.copy-right-one .copyright-left .privacy {

  display: flex;

  list-style: none;

  margin: 0;

  padding-left: 18px;

  position: relative;

  margin-left: 30px;

}

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

  .copy-right-one .copyright-left .privacy {

    padding-left: 7px;

    margin-left: 7px;

  }

}

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

  .copy-right-one .copyright-left .privacy {

    padding-left: 7px;

    margin-left: 7px;

  }

}

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

  .copy-right-one .copyright-left .privacy {

    padding-left: 0;

    justify-content: center;

    margin: 10px 0;

  }

}

.copy-right-one .copyright-left .privacy::before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  width: 1px;

  height: 25px;

  background: var(--color-border);

  transform: translateY(-50%);

}

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

  .copy-right-one .copyright-left .privacy::before {

    display: none;

  }

}

.copy-right-one .copyright-left .privacy li {

  margin: 0;

  padding: 0 12px;

}

.copy-right-one .copyright-left .privacy li a {

  position: relative;

  color: var(--color-body);

  font-size: 16px;

  font-weight: 400;

}

.copy-right-one .copyright-left .privacy li a::after {

  position: absolute;

  content: "";

  left: auto;

  bottom: 0;

  background: var(--color-primary);

  width: 0;

  height: 2px;

  transition: 0.3s;

  right: 0;

}

.copy-right-one .copyright-left .privacy li a:hover {

  color: var(--color-primary) !important;

}

.copy-right-one .copyright-left .privacy li a:hover::after {

  width: 100%;

  left: 0;

  right: auto;

}

.copy-right-one .copyright-left .privacy li + li {

  position: relative;

}

.copy-right-one .copyright-left .privacy li + li::before {

  position: absolute;

  content: "";

  height: 3px;

  width: 3px;

  background: var(--color-body);

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  border-radius: 50%;

}

.copy-right-one .copyright-right {

  margin: 0;

  display: flex;

  justify-content: flex-end;

}

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

  .copy-right-one .copyright-right {

    margin: 0;

    padding: 0;

    justify-content: center;

  }

}

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

  .copy-right-one .copyright-right {

    margin: 0;

    padding: 0;

    justify-content: center;

  }

}

.copy-right-one .copyright-right .social-copyright {

  list-style: none;

  display: flex;

  margin: 0 -5px;

  padding: 0;

}

.copy-right-one .copyright-right .social-copyright li {

  margin: 0 5px;

}

.copy-right-one .copyright-right .social-copyright li a {

  color: var(--color-body);

  transition: 0.4s;

  background: var(--background-color-4);

  display: inline-block;

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border-radius: 100%;

}

.copy-right-one .copyright-right .social-copyright li a svg {

  width: 16px;

  transition: 0.4s;

}

.copy-right-one .copyright-right .social-copyright li a:hover {

  color: var(--color-white) !important;

  background: var(--color-primary) !important;

}

.copy-right-one .copyright-right .social-copyright li a:hover svg {

  color: var(--color-white);

}



.product-style-one {

  padding: 20px;

  border-radius: 10px;

  background: var(--background-color-4);

  height: 100%;

  position: relative;

  z-index: 5;

}

.product-style-one::before {

  content: "";

  position: absolute;

  top: auto;

  bottom: 0;

  left: 0;

  border-radius: 15px;

  background-image: linear-gradient(100deg, #13131d, #0398ed);

  background-repeat: repeat-x;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  width: 100%;

  height: 100%;

  z-index: -2;

}

.product-style-one::after {

  content: "";

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: #242435;

  position: absolute;

  border-radius: 10px;

  z-index: -1;

}

.product-style-one:hover::before {

  transform: rotate(2deg) translateX(-7px) translateY(11px);

}

.product-style-one.with-placeBid .card-thumbnail {

  position: relative;

}

.product-style-one.with-placeBid .card-thumbnail a.btn,

.product-style-one.with-placeBid .card-thumbnail span.btn {

  position: absolute;

  top: 50%;

  left: 33%;

  transform: scale(0);

  border-radius: 3px;

  padding: 7px 10px;

  transition: var(--transition);

}

.product-style-one.with-placeBid .card-thumbnail a.btn:hover,

.product-style-one.with-placeBid .card-thumbnail span.btn:hover {

  color: var(--color-white) !important;

}

.product-style-one.with-placeBid:hover .card-thumbnail a.btn,

.product-style-one.with-placeBid:hover .card-thumbnail span.btn {

  transform: scale(1);

}

.product-style-one .card-thumbnail {

  overflow: hidden;

  border-radius: 5px;

  position: relative;

  margin: -15px;

}

.product-style-one .card-thumbnail a img {

  border-radius: 5px;

  object-fit: cover;

  width: 100%;

  height: auto;

  transition: 0.5s;

}

.product-style-one .card-thumbnail::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  background-image: linear-gradient(180deg, transparent, black);

  height: 50%;

  position: absolute;

  width: 100%;

  z-index: 1;

}

.product-style-one a .product-name {

  display: block;

  margin-top: 10px;

  font-weight: 500;

  font-size: 18px;

  transition: 0.4s;

}

.product-style-one a .product-name:hover {

  color: var(--color-primary) !important;

}

.product-style-one a .product-name.large-product-title {

  font-size: 26px;

}

.product-style-one .latest-bid {

  font-weight: 400;

  font-size: 16px;

  margin-top: 10px;

}

.product-style-one .bid-react-area {

  display: flex;

  justify-content: space-between;

  margin-top: 10px;

}

.product-style-one .bid-react-area .last-bid {

  font-weight: 500;

  color: var(--color-primary);

}

.product-style-one .bid-react-area .react-area {

  cursor: pointer;

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  transition: var(--transition);

  padding: 2px 8px;

  border-radius: 6px;

}

.product-style-one .bid-react-area .react-area span.number {

  font-size: 14px;

  position: relative;

}

.product-style-one .bid-react-area .react-area svg {

  margin-right: 3px;

  position: relative;

  width: 14px;

}

.product-style-one .bid-react-area .react-area::after {

  background: var(--color-primary-alta);

  position: absolute;

  content: "";

  top: 0;

  z-index: -1;

  border-radius: 6px;

  transition: var(--transition);

  opacity: 0;

  width: 100%;

  left: 0;

  height: 100%;

}

.product-style-one .bid-react-area .react-area:hover {

  color: var(--color-white);

}

.product-style-one .bid-react-area .react-area:hover::after {

  opacity: 1;

  background: var(--color-primary);

}

.product-style-one.no-overlay .card-thumbnail::before {

  display: none;

}

.product-style-one:hover .card-thumbnail a img {

  transform: scale(1.1);

}



.product-share-wrapper {

  display: flex;

  justify-content: space-between;

  margin-top: 30px;

  align-items: center;

}

.product-share-wrapper .profile-share {

  display: flex;

  align-items: center;

}

.product-share-wrapper .profile-share a {

  position: relative;

  z-index: 1;

  transition: var(--transition);

}

.product-share-wrapper .profile-share a:nth-child(2) {

  margin-left: -12px;

}

.product-share-wrapper .profile-share a:nth-child(3) {

  margin-left: -12px;

}

.product-share-wrapper .profile-share a:nth-child(4) {

  margin-left: -12px;

}

.product-share-wrapper .profile-share a:nth-child(5) {

  margin-left: -12px;

}

.product-share-wrapper .profile-share a:nth-child(6) {

  margin-left: -12px;

}

.product-share-wrapper .profile-share a img {

  max-width: 30px;

  border-radius: 50%;

  border: 2px solid var(--color-border);

  transition: var(--transition);

}

.product-share-wrapper .profile-share a img.large {

  max-width: 43px;

}

.product-share-wrapper .profile-share a.more-author-text {

  color: var(--color-body);

  display: inline-block;

  padding-left: 7px;

  margin-left: 0;

}

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

  .product-share-wrapper .profile-share a.more-author-text {

    padding-left: 16px;

  }

}

.product-share-wrapper .profile-share a.more-author-text:hover {

  transform: none;

  color: var(--color-primary);

}

.product-share-wrapper .profile-share a:hover {

  z-index: 2;

  transform: translateY(-3px) scale(1.1);

}

.product-share-wrapper .share-btn {

  cursor: pointer;

  position: relative;

  z-index: 1;

  transition: var(--transition);

  height: 35px;

  display: flex;

  align-items: center;

}

.product-share-wrapper .share-btn .icon {

  padding: 0;

  margin: 0;

  border: 0;

}

.product-share-wrapper .share-btn::after {

  position: absolute;

  content: "";

  height: 35px;

  width: 35px;

  background: var(--color-primary-alta);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;

  border-radius: 50%;

  transition: var(--transition);

  opacity: 0;

}

.product-share-wrapper .share-btn:hover {

  color: var(--color-white);

}

.product-share-wrapper .share-btn:hover::after {

  opacity: 1;

}



.border-right {

  position: relative;

  padding-right: 30px !important;

}

.border-right::after {

  position: absolute;

  content: "";

  right: 0;

  bottom: 0;

  height: 100%;

  background: #333131;

  width: 1px;

}



.product-style-one .card-thumbnail {

  position: relative;

}

.product-style-one .card-thumbnail .countdown {

  position: absolute;

  display: flex;

  bottom: 0;

  left: 50%;

  transform: translate(-50%);

  bottom: 12px;

  cursor: pointer;

  padding: 5px 8px;

  border-radius: 5px;

  z-index: 2;

}



.rn-support-read .read-card {

  padding-right: 15px;

  margin-bottom: 30px;

}

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

  .rn-support-read .read-card {

    padding-right: 0;

  }

}

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

  .rn-support-read .read-card {

    padding-right: 0;

  }

}

.rn-support-read .read-card h4 {

  margin-bottom: 15px;

}

.rn-support-read .read-card .content p {

  margin-bottom: 10px;

}



.isotop-filter {

  background: transparent;

  flex-wrap: wrap;

  margin: -5px;

}

.isotop-filter button {

  font-size: 16px;

  width: auto;

  border: 1px solid var(--color-border);

  height: 47px;

  display: inline-block;

  padding: 0 26px;

  border-radius: 500px;

  min-width: 95px;

  text-align: center;

  margin: 5px;

  line-height: 42px;

}

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

  .isotop-filter button {

    font-size: 14px;

    padding: 0 10px;

  }

}

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

  .isotop-filter button {

    font-size: 14px;

    height: 44px;

    padding: 0 14px;

    line-height: 37px;

  }

}

.isotop-filter button.is-checked, .isotop-filter button:hover, .isotop-filter button:focus {

  color: var(--color-primary) !important;

  background: var(--color-primary-alta);

  border-color: var(--color-primary-alta);

}



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

    Filter Exanded  

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

.default-exp-wrapper {

  border-top: 1px solid var(--color-border);

}

.default-exp-wrapper .inner {

  display: flex;

  padding: 40px 0;

  justify-content: flex-end;

  margin: -10px;

  flex-wrap: wrap;

}

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

  .default-exp-wrapper .inner {

    justify-content: flex-start;

  }

}

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

  .default-exp-wrapper .inner {

    justify-content: start;

  }

}

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

  .default-exp-wrapper .inner {

    justify-content: start;

  }

}

.default-exp-wrapper .inner .filter-select-option {

  flex-basis: 20%;

  padding: 10px;

}

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

  .default-exp-wrapper .inner .filter-select-option {

    flex-basis: 33.33%;

  }

}

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

  .default-exp-wrapper .inner .filter-select-option {

    flex-basis: 50%;

  }

}

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

  .default-exp-wrapper .inner .filter-select-option {

    flex-basis: 50%;

  }

}

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

  .default-exp-wrapper .inner .filter-select-option {

    flex-basis: 100%;

  }

}

.default-exp-wrapper .inner .filter-select-option .filter-leble {

  display: block;

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  margin-bottom: 10px;

}

.default-exp-wrapper .inner .filter-select-option .nice-select {

  width: 100%;

  padding-left: 20px;

  padding-right: 40px;

}

.default-exp-wrapper .inner .filter-select-option .nice-select::after {

  right: 22px;

  height: 8px;

  width: 8px;

  opacity: 0.5;

}

.default-exp-wrapper .inner .filter-select-option .nice-select .list {

  min-width: 100%;

  max-height: 300px;

  overflow-y: auto;

}



.default-exp-expand {

  display: none;

}



.product-tab-nav .nav {

  background: var(--background-color-1);

  padding: 10px;

  border-radius: 5px 5px 0 0;

  border-right: 1px solid var(--color-border);

  border-left: 1px solid var(--color-border);

  border-top: 1px solid var(--color-border);

}

.product-tab-nav .nav button {

  width: auto;

}

.product-tab-nav .nav button.nav-link {

  padding: 13px 30px;

  margin-right: 20px;

  border-radius: 5px;

  color: var(--color-white);

  border: 1px dashed var(--color-border);

  transition: var(--transition);

  font-size: 16px;

}

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

  .product-tab-nav .nav button.nav-link {

    margin-bottom: 20px;

  }

  .product-tab-nav .nav button.nav-link:last-child {

    margin-bottom: 0;

  }

}

.product-tab-nav .nav button.nav-link.active {

  background: var(--color-primary-alta);

  border: 1px dashed transparent;

}

.product-tab-nav .nav button.nav-link:hover {

  border: 1px dashed var(--color-white);

  color: var(--color-white);

}

.product-tab-nav .nav button.nav-link:active {

  border: 1px dashed transparent;

  color: var(--color-white);

}

.product-tab-nav .nav button.nav-link:focus {

  border: 1px dashed transparent;

  color: var(--color-white);

}



.lg-product_tab-pane {

  padding: 30px;

  border-left: 1px solid var(--color-border);

  border-right: 1px solid var(--color-border);

  border-bottom: 1px solid var(--color-border);

  border-radius: 0 0 5px 5px;

}

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

  .lg-product_tab-pane {

    padding: 10px;

  }

}



.lg-product-col-2 {

  padding: 15px;

}



.lg-product-wrapper {

  padding: 15px 15px;

  background: var(--background-color-1);

  margin-top: 30px;

  border-radius: 5px;

  border: 1px solid var(--color-border);

  width: 100%;

}

.lg-product-wrapper.colum-2.two-colum-parent-product {

  margin-top: -25px;

  padding: 0;

  background: transparent;

  border: none;

  padding: 15px;

  width: 50%;

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product {

    width: 100%;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {

    flex-direction: column;

    align-items: flex-start;

  }

}

.lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {

  max-width: 168px;

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {

    max-width: 100%;

    width: 680px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {

    max-width: 100%;

    width: 680px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {

    max-width: 100%;

    width: 680px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {

    max-width: 100%;

    width: 680px;

  }

}

.lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {

  margin-left: 25px;

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {

    margin-left: 0;

    margin-top: 30px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {

    margin-left: 0;

    margin-top: 30px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {

    margin-left: 0;

    margin-top: 30px;

  }

}

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

  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {

    margin-left: 0;

    margin-top: 30px;

  }

}

.lg-product-wrapper.colum-2 .inner {

  padding: 15px 15px;

  background: var(--background-color-1);

  margin-top: 30px;

  border-radius: 5px;

  border: 1px solid var(--color-border);

}

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

  .lg-product-wrapper.colum-2 .inner {

    flex-direction: column;

    align-items: flex-end;

  }

}

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

  .lg-product-wrapper.colum-2 .inner {

    flex-direction: column;

    align-items: flex-end;

  }

}

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

  .lg-product-wrapper.colum-2 .inner {

    flex-direction: column;

    align-items: flex-end;

  }

}

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

  .lg-product-wrapper.colum-2 .inner {

    flex-direction: column;

    align-items: flex-end;

  }

}

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

  .lg-product-wrapper.colum-2 .inner button.btn {

    margin-top: -43px;

  }

}

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

  .lg-product-wrapper.colum-2 .inner button.btn {

    margin-top: -43px;

  }

}

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

  .lg-product-wrapper.colum-2 .inner button.btn {

    margin-top: -43px;

  }

}

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

  .lg-product-wrapper.colum-2 .inner button.btn {

    margin-top: -43px;

  }

}

.lg-product-wrapper:first-child {

  margin-top: 0;

}

.lg-product-wrapper .inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  align-items: center;

}

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

  .lg-product-wrapper .inner {

    flex-direction: column;

    align-items: flex-end;

  }

}

.lg-product-wrapper .inner .lg-left-content {

  display: flex;

  align-items: center;

}

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

  .lg-product-wrapper .inner .lg-left-content {

    flex-direction: column;

    align-items: flex-start;

  }

}

.lg-product-wrapper .inner .thumbnail {

  overflow: hidden;

  border-radius: 5px;

}

.lg-product-wrapper .inner .thumbnail img {

  border-radius: 5px;

  transition: var(--transition);

}

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

  .lg-product-wrapper .inner .thumbnail img {

    max-width: 190px;

  }

}

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

  .lg-product-wrapper .inner .thumbnail img {

    max-width: 170px;

  }

}

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

  .lg-product-wrapper .inner .thumbnail img {

    width: 430px;

    height: auto;

  }

}

.lg-product-wrapper .inner .thumbnail img:hover {

  transform: scale(1.04);

}

.lg-product-wrapper .inner .read-content {

  margin-left: 30px;

}

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

  .lg-product-wrapper .inner .read-content {

    margin-left: 25px;

  }

}

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

  .lg-product-wrapper .inner .read-content {

    margin-left: 0;

    margin-top: 25px;

  }

}

.lg-product-wrapper .inner .read-content .profile-share {

  margin-right: 30px;

}

.lg-product-wrapper .inner .read-content .product-share-wrapper {

  margin-top: 0;

  margin-bottom: 15px;

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper {

    margin-bottom: 5px;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper {

    flex-direction: column;

    align-items: flex-start;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper {

    flex-direction: column;

    align-items: flex-start;

  }

}

.lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {

  font-weight: 500;

  color: var(--color-primary);

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {

    margin-top: 10px;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {

    margin-top: 10px;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {

    margin-top: 5px;

  }

}

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

  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {

    margin-top: 5px;

  }

}

.lg-product-wrapper .inner .read-content a h6 {

  display: block;

  font-weight: 500;

  font-size: 18px;

  transition: var(--transition);

  margin-bottom: 15px;

}

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

  .lg-product-wrapper .inner .read-content a h6 {

    margin-bottom: 5px;

  }

}

.lg-product-wrapper .inner .read-content a:hover h6 {

  color: var(--color-primary);

}

.lg-product-wrapper .inner .read-content .share-wrapper {

  margin-top: 15px;

  align-items: center;

}

.lg-product-wrapper .inner .read-content .share-wrapper .share-btn {

  position: relative;

  z-index: 1;

}

.lg-product-wrapper .inner .read-content .share-wrapper .share-btn button {

  border: 0;

}

.lg-product-wrapper .inner .read-content .share-wrapper .share-btn button svg {

  color: var(--color-white);

}

.lg-product-wrapper .inner .read-content .share-wrapper .share-btn::after {

  position: absolute;

  content: "";

  height: 30px;

  width: 34px;

  background: var(--color-primary-alta);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;

  border-radius: 5px;

  transition: var(--transition);

}

.lg-product-wrapper .inner .read-content .share-wrapper .share-btn:hover::after {

  background: var(--color-primary);

}

.lg-product-wrapper .inner .read-content .share-wrapper .react-area {

  cursor: pointer;

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  transition: var(--transition);

  padding: 4px 10px;

  border-radius: 6px;

}

.lg-product-wrapper .inner .read-content .share-wrapper .react-area svg {

  margin-right: 3px;

  position: relative;

  width: 14px;

  color: var(--color-white);

}

.lg-product-wrapper .inner .read-content .share-wrapper .react-area span.number {

  font-size: 14px;

  position: relative;

  color: var(--color-white);

}

.lg-product-wrapper .inner .read-content .share-wrapper .react-area::after {

  background: var(--color-primary-alta);

  position: absolute;

  content: "";

  top: 0;

  z-index: -1;

  border-radius: 6px;

  transition: var(--transition);

  width: 100%;

  left: 0;

  height: 100%;

}

.lg-product-wrapper .inner .read-content .share-wrapper .react-area:hover::after {

  background: var(--color-primary);

}

.lg-product-wrapper .inner button.btn {

  border-radius: 5px;

  padding: 13px 24px;

}

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

  .lg-product-wrapper .inner button.btn {

    margin-right: 0 !important;

    margin-top: -42px;

    padding: 10px 16px;

  }

}



.lg-product-col-2.active {

  display: flex;

  flex-wrap: wrap;

}

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

  .lg-product-col-2.active {

    padding: 0;

  }

}

.lg-product-col-2 .lg-product-wrapper {

  margin-top: 0;

}



.game-banner-slick-wrapper .product-share-wrapper {

  display: flex;

  justify-content: space-between;

  margin-top: 30px;

  align-items: center;

  left: 0;

}

.game-banner-slick-wrapper .product-share-wrapper.lg-product-share a img {

  max-width: 45px;

}

.game-banner-slick-wrapper .share-react.react {

  margin-top: 30px;

  display: flex;

  align-items: center;

}

.game-banner-slick-wrapper .share-react.react .share-btn {

  margin-right: 30px;

}

.game-banner-slick-wrapper .share-react.react .share-btn button {

  border: 1px solid var(--color-border);

  border-radius: 6px;

  padding: 8px 8px;

  outline: none;

  transition: var(--transition);

}

.game-banner-slick-wrapper .share-react.react .share-btn button:hover {

  background: var(--color-primary-alta);

  border: 1px solid transparent;

}

.game-banner-slick-wrapper .share-react.react .share-btn .share-btn-setting button {

  border: none;

}

.game-banner-slick-wrapper .share-react.react .bid-react-area {

  cursor: pointer;

  border: 1px solid var(--color-border);

  border-radius: 6px;

  padding: 6px 8px;

  outline: none;

  transition: var(--transition);

}

.game-banner-slick-wrapper .share-react.react .bid-react-area:hover {

  background: var(--color-primary-alta);

  border: 1px solid transparent;

}

.game-banner-slick-wrapper .top-bid-price {

  padding: 7px 13px;

  border: 1px solid var(--color-border);

  border-radius: 6px;

  margin-bottom: 30px;

  max-width: max-content;

}



.tooltip-bottom-wrapper {

  display: flex;

  justify-content: space-between;

  transform: translateY(110px);

  align-items: center;

}

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

  .tooltip-bottom-wrapper {

    transform: none;

  }

}

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

  .tooltip-bottom-wrapper {

    transform: none;

  }

}

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

  .tooltip-bottom-wrapper {

    transform: none;

  }

}



.product-notify-wrapper {

  width: auto;

  height: auto;

  padding: 0;

}

.product-notify-wrapper .notice-heading {

  border-radius: 5px 0 0 0;

  margin-left: -25px;

}



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

  .custom-product-col {

    width: 100%;

  }

}



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

  .product-notify-wrapper {

    margin-top: 0 !important;

  }

}



.nuron-expo-filter-widget {

  background: var(--background-color-1);

  padding: 20px 30px 30px;

  border-radius: 5px;

  border: 1px solid var(--color-border);

}

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

  .nuron-expo-filter-widget {

    padding: 20px 15px;

  }

}

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

  .nuron-expo-filter-widget {

    padding: 20px 15px;

  }

}

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

  .nuron-expo-filter-widget {

    padding: 20px 15px;

  }

}

.nuron-expo-filter-widget .widget-title {

  border-bottom: 1px solid var(--color-border);

  padding-bottom: 20px;

  font-weight: 700;

  font-size: 24px;

  line-height: 36px;

}

.nuron-expo-filter-widget .content {

  margin-top: 30px;

}

.nuron-expo-filter-widget .content .nuron-form-check {

  position: relative;

}

.nuron-expo-filter-widget .content .nuron-form-check label {

  font-size: 16px;

  display: flex;

  align-items: center;

}

.nuron-expo-filter-widget input[type=checkbox]:checked ~ label::before {

  background-color: var(--color-primary);

}



.icon-Star:before {

  content: "\e9d5";

  color: #ffa41b;

  font-family: "feather" !important;

}



.off.icon-Star:before {

  font-family: "feather" !important;

  content: "\e9d5";

  color: #ffffff;

  opacity: 0.15;

}



.nuron-expo-filter-widget .content .nuron-form-check + .nuron-form-check {

  margin-top: 15px;

}



.nuron-expo-filter-widget.widget-category label {

  display: flex;

  justify-content: space-between;

}



.nuron-expo-filter-widget .content .nuron-form-check label svg {

  margin-right: 4px;

  color: #dd8f1d;

}

.nuron-expo-filter-widget .content .nuron-form-check label svg.off {

  color: #5d5d7e;

}



.product-tab-wrapper {

  position: sticky;

}

.product-tab-wrapper .pd-tab-inner {

  display: flex;

}

.product-tab-wrapper .rn-pd-nav {

  max-width: 100%;

  display: flex;

  justify-content: space-between;

  flex-basis: 25%;

  flex-direction: column;

  margin: -10px;

  padding-right: 20px;

}

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

  .product-tab-wrapper .rn-pd-nav {

    margin: -10px 0;

  }

}

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

  .product-tab-wrapper .rn-pd-nav {

    margin: -10px 0;

  }

}

.product-tab-wrapper .rn-pd-content {

  max-width: 100%;

  height: auto;

  flex-basis: 75%;

  padding-left: 20px;

}

.product-tab-wrapper .rn-pd-content .tab-pane {

  height: 100%;

}

.product-tab-wrapper .rn-pd-content .rn-pd-thumbnail {

  padding: 15px;

  background: var(--background-color-1);

  border-radius: 7px;

  border: 2px solid transparent;

}

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

  .product-tab-wrapper .rn-pd-content .rn-pd-thumbnail {

    padding: 5px;

  }

}

.product-tab-wrapper .rn-pd-content .rn-pd-thumbnail img {

  border-radius: 7px;

  object-fit: cover;

  width: -webkit-fill-available;

}

.product-tab-wrapper .rn-pd-rt-content button {

  border-radius: 5px;

  transition: var(--transition);

  height: auto;

  width: 100%;

  margin: 10px;

}

.product-tab-wrapper .rn-pd-rt-content button.nav-link {

  background: none;

  padding: 0;

}

.product-tab-wrapper .rn-pd-rt-content button.nav-link.active .rn-pd-sm-thumbnail {

  border-color: var(--color-border);

}

.product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail {

  padding: 7px;

  background: var(--background-color-1);

  border-radius: 5px;

  border: 2px solid transparent;

  display: block;

}

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

  .product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail {

    padding: 5px;

  }

}

.product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail img {

  border-radius: 5px;

  height: auto;

  width: 100%;

}



.rn-pd-sm-slick h6.title {

  margin-bottom: 0;

  font-weight: 400;

}

.rn-pd-sm-slick .pd-slide-wrapper {

  margin: 0 -10px;

  margin-top: 20px;

}

.rn-pd-sm-slick .pd-slide-wrapper .slick-list .slick-track {

  margin-top: 0;

}

.rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow {

  border: none;

  padding: 15px;

  height: 36px;

  width: 36px;

  border-radius: 5px;

  background: var(--color-primary-alta);

  display: flex;

  justify-content: center;

  align-items: center;

  top: -50px;

  right: 10px;

  position: absolute;

  color: var(--color-white);

  transition: var(--transition);

}

.rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow:hover {

  background: var(--color-primary);

}

.rn-pd-sm-slick .pd-slide-wrapper button.prev-arrow {

  right: 65px;

}

.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick {

  padding: 15px;

  background: var(--background-color-1);

  margin: 0 15px;

  border-radius: 6px;

}

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

  .rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick {

    padding: 5px;

  }

}

.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-small-thumb img {

  border-radius: 5px;

  width: 100%;

  height: auto;

}

.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-pric {

  margin-top: 10px;

  display: flex;

  justify-content: space-between;

}

.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-pric span {

  color: var(--color-body);

  font-weight: 500;

}

.rn-pd-sm-slick .pd-slide-wrapper .slick-list {

  margin: 0px -5px;

}



.rn-pd-content-area span.bid {

  font-weight: 500;

  font-size: 14px;

}

.rn-pd-content-area span.bid span.price {

  color: var(--color-primary);

}

.rn-pd-content-area h6.title-name {

  font-size: 20px;

  font-weight: 500;

  margin-top: 15px;

  margin-bottom: 30px;

}

.rn-pd-content-area .catagory-collection {

  display: flex;

  margin-bottom: 20px;

}

.rn-pd-content-area .catagory-collection .top-seller-wrapper .thumbnail {

  max-width: 50px;

}

.rn-pd-content-area .catagory-collection .catagory {

  margin-right: 50px;

}

.rn-pd-content-area .catagory-collection .catagory span {

  color: var(--color-white);

  font-size: 16px;

}

.rn-pd-content-area .catagory-collection .catagory span span.color-body {

  font-weight: 500;

}

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

  .rn-pd-content-area .catagory-collection .collection {

    text-align: center;

  }

}

.rn-pd-content-area .catagory-collection .collection span {

  color: var(--color-white);

}

.rn-pd-content-area .catagory-collection .collection span span {

  font-size: 16px;

}

.rn-pd-content-area .catagory-collection .collection span span.color-body {

  font-weight: 500;

}

.rn-pd-content-area .catagory-collection .top-seller-inner-one {

  margin-top: 5px;

}

.rn-pd-content-area .pd-title-area {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 10px;

}

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

  .rn-pd-content-area .pd-title-area {

    display: block;

  }

}

.rn-pd-content-area .pd-title-area h4.title {

  font-size: 30px;

  margin-bottom: 0;

}

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

  .rn-pd-content-area .pd-title-area h4.title {

    margin-bottom: 15px;

  }

}

.rn-pd-content-area .pd-title-area .pd-react-area {

  display: flex;

}

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

  .rn-pd-content-area .pd-title-area .pd-react-area {

    margin-bottom: 15px;

  }

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count {

  padding: 7px 12px;

  background: var(--color-primary-alta);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  border-radius: 6px;

  transition: var(--transition);

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count svg {

  width: 18px;

  margin-right: 5px;

  transition: var(--transition);

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count span {

  color: var(--color-white);

  transition: var(--transition);

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover {

  background: var(--color-primary) !important;

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover svg {

  color: var(--color-white) !important;

}

.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover span {

  color: var(--color-white) !important;

}

.rn-pd-content-area .pd-title-area .pd-react-area .count {

  padding: 7px 7px;

  background: var(--color-primary-alta);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  border-radius: 6px;

  margin-left: 15px;

  transition: var(--transition);

}

.rn-pd-content-area .pd-title-area .pd-react-area .count button {

  border: 0 none;

}

.rn-pd-content-area .pd-title-area .pd-react-area .count svg {

  width: 18px;

  transition: var(--transition);

}

.rn-pd-content-area .pd-title-area .pd-react-area .count:hover {

  background: var(--color-primary) !important;

}

.rn-pd-content-area .pd-title-area .pd-react-area .count:hover svg,

.rn-pd-content-area .pd-title-area .pd-react-area .count:hover span {

  color: var(--color-white) !important;

}



.rn-bid-details {

  margin-top: 40px;

}

.rn-bid-details .rn-bid-content {

  display: block;

}

.rn-bid-details .rn-bid-content .top-seller-inner-one {

  padding-top: 20px;

}

.rn-bid-details .rn-bid-content .top-seller-inner-one + .top-seller-inner-one {

  margin-top: 20px;

  border-top: 1px solid var(--color-border);

}

.rn-bid-details .countdown .countdown-container .countdown-value {

  background-color: var(--color-primary-alta);

  backdrop-filter: blur(15px);

}



.tab-wrapper-one {

  margin-bottom: 30px;

}

.tab-wrapper-one .top-seller-inner-one .thumbnail {

  max-width: 50px;

}



.tab-button-one {

  display: block;

  border-radius: 5px;

}

.tab-button-one .nav-tabs {

  border-bottom: none;

  display: flex;

  flex-wrap: wrap;

  transition: var(--transition);

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

}

.tab-button-one .nav-tabs button {

  width: 150px;

  height: 50px;

  border: none;

  color: var(--color-white);

  position: relative;

  margin: 6px;

  border-radius: 6px;

  border: 1px dashed var(--color-border);

  transition: 0.3s;

}

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

  .tab-button-one .nav-tabs button {

    width: 100%;

  }

}

.tab-button-one .nav-tabs button.active {

  background: var(--color-primary-alta);

  color: var(--color-white);

  border-radius: 5px;

  border: transparent;

}

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

  .tab-button-one .nav-tabs button {

    width: 130px;

  }

}



.place-bet-area {

  background: var(--background-color-1);

  padding: 30px;

  border-radius: 6px;

  height: auto;

  width: 100%;

  border: 1px solid var(--color-border);

}

.place-bet-area .rn-bet-create {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  margin: -15px;

}

.place-bet-area .rn-bet-create .bid-list {

  padding: 15px;

}

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

  .place-bet-area .rn-bet-create {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    flex-direction: column;

    justify-content: center;

    transform: translateX(25%);

    text-align: center;

  }

}

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

  .place-bet-area .rn-bet-create {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    flex-direction: column;

    justify-content: center;

    transform: translateX(14%);

    text-align: center;

  }

}

.place-bet-area .winning-bid {

  flex-basis: 60%;

}

.place-bet-area .winning-bid h6 {

  font-weight: 400;

  font-size: 18px;

}

.place-bet-area .winning-bid .thumbnail {

  max-width: 50px;

}

.place-bet-area .winning-bid .thumbnail a img {

  border-radius: 50%;

}

.place-bet-area .winning-bid .top-seller-content .heighest-bid {

  font-size: 16px;

}

.place-bet-area .winning-bid .top-seller-content .count-number {

  font-size: 14px;

}

.place-bet-area .left-bid {

  flex-basis: 40%;

}

.place-bet-area .left-bid .countdown {

  justify-content: flex-start;

}

.place-bet-area .left-bid h6 {

  font-weight: 400;

  font-size: 18px;

  margin-bottom: 0;

}

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

  .place-bet-area .left-bid {

    margin-top: 20px;

  }

}

.place-bet-area .btn {

  display: block;

  bottom: 30px;

  width: 100%;

  margin: auto;

  padding: 15px;

}



.rn-pd-bd-wrapper {

  max-width: 450px;

}

.rn-pd-bd-wrapper .top-seller-inner-one p {

  margin-bottom: 7px;

  font-size: 16px;

}

.rn-pd-bd-wrapper .top-seller-inner-one h6.name-title {

  font-size: 14px;

  font-weight: 500;

  margin-bottom: 10px;

  color: var(--color-body);

}

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

  .rn-pd-bd-wrapper .top-seller-inner-one h6.name-title {

    text-align: center;

  }

}



.rn-pd-sm-property-wrapper {

  margin-top: 30px;

}

.rn-pd-sm-property-wrapper h6.pd-property-title {

  font-size: 14px;

  font-weight: 500;

  color: var(--color-body);

  margin-bottom: 10px;

}

.rn-pd-sm-property-wrapper .property-wrapper,

.rn-pd-sm-property-wrapper .catagory-wrapper {

  display: flex;

  flex-wrap: wrap;

  margin: -7px;

}

.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner,

.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner {

  padding: 10px 15px;

  background: var(--background-color-1);

  border-radius: 6px;

  max-width: 200px;

  margin: 7px;

  border: 1px solid var(--color-border);

  backdrop-filter: blur(15px);

}

.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span,

.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span {

  display: block;

  font-size: 18px;

  margin-bottom: 7px;

}

.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span:last-child,

.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span:last-child {

  margin: 0;

}

.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.type,

.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.type {

  font-size: 12px;

}

.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.value,

.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.value {

  font-size: 14px;

  letter-spacing: 0.5px;

}



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

    Swicher Styles  

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

.active-dark-mode .my_switcher ul li .setColor.dark {

  display: none;

}



.active-light-mode .my_switcher ul li .setColor.light {

  display: none;

}



.active-light-mode .my_switcher ul li a.dark img {

  display: block;

}



.my_switcher ul li a.dark img {

  display: none;

  filter: brightness(100);

}



.active-light-mode .my_switcher ul li a.dark img {

  filter: brightness(0);

}



.my_switcher {

  border: 0 none;

  padding: 0;

  width: 40px;

  background: var(--color-secondary);

  display: flex;

  justify-content: center;

  height: 40px;

  align-items: center;

  border-radius: 100%;

  border: 1px solid var(--color-border);

  transition: 0.4s;

}

.my_switcher ul {

  margin: 0;

  padding: 0;

  list-style: none;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;

  width: 100%;

  height: 100%;

  position: relative;

  border-radius: 100%;

}

.my_switcher ul li {

  margin-top: 0;

  margin-bottom: 0;

}

.my_switcher ul li a {

  display: block;

  position: relative;

  z-index: 2;

  background: var(--color-secondary);

  width: 40px;

  height: 40px;

  border-radius: 100%;

}

.my_switcher ul li a::after {

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: var(--background-color-1);

  top: 0;

  left: 0;

  transform: scale(0.5);

  opacity: 0;

  border-radius: 100%;

  transition: 0.3s;

  z-index: -1;

}

.my_switcher ul li a:hover {

  border-color: transparent;

}

.my_switcher ul li a:hover::after {

  transform: scale(1);

  opacity: 1;

}

.my_switcher ul li a img {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  filter: brightness(0.5);

  max-height: 16px;

}

.my_switcher ul li a.active {

  display: none;

}

.my_switcher:hover {

  border-color: transparent;

}



.rn-slick-dot-style .slick-dots {

  bottom: -9;

}



.preloader {

  background: #ffffff;

  width: 100vw;

  height: 100vh;

  position: fixed;

  z-index: 9999999;

}



@keyframes bgg {

  0% {

    background: var(--color-primary-light);

  }

  50% {

    background: var(--color-primary);

  }

  100% {

    background: var(--color-primary);

  }

}

.loader {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);

  width: 70px;

  height: 70px;

  margin: auto;

}



.loader .circle {

  position: absolute;

  width: 50px;

  height: 50px;

  opacity: 0;

  transform: rotate(225deg);

  animation-iteration-count: infinite;

  animation-name: orbit;

  animation-duration: 5.5s;

  left: 3px;

  top: -5px;

}



.loader .circle:after {

  content: "";

  position: absolute;

  width: 8px;

  height: 8px;

  border-radius: 100%;

  animation: bgg 1500ms ease-in alternate infinite;

}



.loader .circle:nth-child(2) {

  animation-delay: 240ms;

}



.loader .circle:nth-child(3) {

  animation-delay: 480ms;

}



.loader .circle:nth-child(4) {

  animation-delay: 720ms;

}



.loader .circle:nth-child(5) {

  animation-delay: 960ms;

}



@keyframes orbit {

  0% {

    transform: rotate(225deg);

    opacity: 1;

    animation-timing-function: ease-out;

  }

  7% {

    transform: rotate(345deg);

    animation-timing-function: linear;

  }

  30% {

    transform: rotate(455deg);

    animation-timing-function: ease-in-out;

  }

  39% {

    transform: rotate(690deg);

    animation-timing-function: linear;

  }

  70% {

    transform: rotate(815deg);

    opacity: 1;

    animation-timing-function: ease-out;

  }

  75% {

    transform: rotate(945deg);

    animation-timing-function: ease-out;

  }

  76% {

    transform: rotate(945deg);

    opacity: 0;

  }

  100% {

    transform: rotate(945deg);

    opacity: 0;

  }

}

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

    Social Share  

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

.social-share-default {

  display: flex;

  padding: 0;

  margin: -5px;

  list-style: none;

  justify-content: center;

  flex-wrap: wrap;

}

.social-share-default li {

  margin: 5px;

}

.social-share-default li a {

  display: inline-block;

  text-align: center;

}

.social-share-default li a .icon {

  width: 50px;

  height: 50px;

  border: 2px solid var(--color-body);

  display: flex;

  border-radius: 100%;

  align-items: center;

  justify-content: center;

  transition: 0.3s;

  margin: 0 auto;

}

.social-share-default li a .icon svg {

  color: var(--color-body);

  width: 18px;

  transition: 0.3s;

}

.social-share-default li a .text {

  display: block;

  color: var(--color-body);

  margin-top: 8px;

  text-transform: capitalize;

  transition: 0.3s;

}

.social-share-default li a:hover .icon {

  background-color: var(--color-primary) !important;

  border-color: var(--color-primary) !important;

}

.social-share-default li a:hover .icon svg {

  color: var(--color-white);

}

.social-share-default li a:hover .text {

  color: var(--color-primary) !important;

}



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

 Modal Styles  

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

body.modal-open {

  padding: 0 !important;

}



.share-btn-activation .share-btn-setting {

  position: absolute;

  right: 0;

  top: 100%;

  background: var(--color-primary-alta);

  padding: 5px 0;

  border-radius: 5px;

  z-index: 2;

}

.share-btn-activation .share-btn-setting .btn-setting-text {

  border: 0;

  color: var(--color-white);

  font-weight: 400;

  font-size: 14px;

  padding: 9px 20px;

  letter-spacing: 0.5px;

  text-align: left;

  transition: 0.3s;

}

.share-btn-activation .share-btn-setting .btn-setting-text:hover {

  color: var(--color-primary);

}

.share-btn-activation .share-btn-setting .btn-setting-text + .btn-setting-text {

  border-top: 1px solid var(--color-border);

}



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

    Share Modal Wrapper  

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

.modal-backdrop {

  background-color: #000;

}



.modal-backdrop.show {

  background-color: #000;

  opacity: 0.75;

}



.rn-popup-modal .modal-content {

  background-color: var(--background-color-2);

  border: 0 none;

  padding: 40px 20px;

  border-radius: 10px;

}

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

  .rn-popup-modal .modal-content {

    padding: 20px 15px;

  }

}

.rn-popup-modal .btn-close {

  margin: 0;

  position: fixed;

  z-index: 99;

  right: 30px;

  top: 30px;

  background: rgba(255, 255, 255, 0.08);

  opacity: 1;

  padding: 0;

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 100%;

}

.rn-popup-modal .btn-close svg {

  color: #fff;

  width: 18px;

}

.rn-popup-modal .modal-header {

  border: 0 none;

  justify-content: center;

  margin-bottom: 10px;

}

@media (min-width: 576px) {

  .rn-popup-modal .modal-dialog {

    max-width: 450px;

  }

}



/* Share Modal Popup  */

.share-modal-wrapper .modal-footer {

  border: 0 none;

}



/* Report Modal Popup  */

.report-modal-wrapper .modal-header.report-modal-header {

  justify-content: flex-start !important;

}



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

    Place Bid Modal Popup  

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

.placebid-modal-wrapper p {

  color: #fff;

  font-size: 16px;

}

.placebid-modal-wrapper .bid-content-top {

  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid var(--color-border);

  padding: 10px 0;

}

.placebid-modal-wrapper .bid-content-top span {

  display: block;

  margin-bottom: 10px;

  font-size: 16px;

  color: var(--color-body);

}

.placebid-modal-wrapper .bid-content-mid {

  padding: 20px 0;

  display: flex;

  justify-content: space-between;

}

.placebid-modal-wrapper .bid-content-mid span {

  display: block;

  margin-bottom: 10px;

  font-size: 16px;

  color: var(--color-body);

}

.placebid-modal-wrapper .bid-content-mid .bid-content-right span:last-child {

  color: var(--color-primary);

}



.report-content-wrapper .modal-body {

  padding: 0;

}

.report-content-wrapper .modal-body p {

  margin-bottom: 15px;

}



.report-modal-header {

  justify-content: flex-start;

  padding: 0;

  margin: 0;

}

.report-modal-header h5 {

  margin-bottom: 10px;

}



.report-form-box h6.title {

  margin-bottom: 15px;

}

.report-form-box textarea {

  height: 100px;

  background: var(--background-color-1);

  font-size: 16px;

  border: 2px solid transparent;

  border-radius: 5px;

  margin-bottom: 15px;

  padding: 5px 10px;

}

.report-form-box textarea:focus {

  border-radius: 5px;

  border: 2px solid var(--color-primary) !important;

}



.placebid-modal-wrapper .modal-header {

  padding: 0;

  margin-bottom: 15px;

}

.placebid-modal-wrapper .modal-body p {

  margin-bottom: 15px;

}

.placebid-modal-wrapper .modal-body .placebid-form-box h5.title {

  margin-bottom: 15px;

}

.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top {

  display: block;

  border: none;

  padding: 0;

}

.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left {

  display: flex;

  position: relative;

  align-items: center;

}

.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input {

  background: var(--background-color-1);

  height: 40px;

  border-radius: 5px;

  border: 2px solid transparent;

}

.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input:focus {

  border: 2px solid var(--color-primary);

}

.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left span {

  right: 15px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

}



.single-activity-wrapper {

  margin-bottom: 30px;

  padding: 20px;

  background: var(--background-color-1);

  border-radius: 5px;

  position: relative;

}

.single-activity-wrapper .thumbnail {

  overflow: hidden;

  border-radius: 5px;

}

.single-activity-wrapper .thumbnail a {

  display: block;

  overflow: hidden;

}

.single-activity-wrapper .thumbnail a img {

  transition: 0.4s;

}

.single-activity-wrapper .inner {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.single-activity-wrapper .inner .read-content {

  display: flex;

  align-items: center;

}

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

  .single-activity-wrapper .inner .read-content {

    display: block;

  }

}

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

  .single-activity-wrapper .inner .read-content img {

    width: 100%;

  }

}

.single-activity-wrapper .inner .icone-area svg {

  width: 30px;

  height: auto;

  color: var(--color-primary);

  margin-right: 10px;

  stroke-width: 1.5px;

}

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

  .single-activity-wrapper .inner .icone-area {

    position: absolute;

    top: 50px;

    left: 50px;

  }

}

.single-activity-wrapper .inner .content {

  margin-left: 20px;

}

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

  .single-activity-wrapper .inner .content {

    margin-left: 0;

    margin-top: 20px;

  }

}

.single-activity-wrapper .inner .content h6.title {

  margin-bottom: 10px;

}

.single-activity-wrapper .inner .content p {

  margin-bottom: 5px;

  font-size: 20px;

  color: #7f859d;

}

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

  .single-activity-wrapper .inner .content p {

    margin-bottom: 20px;

    padding-right: 15px;

  }

}

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

  .single-activity-wrapper .inner .content p {

    margin-bottom: 10px;

    padding-right: 7px;

    font-size: 18px;

    line-height: 27px;

  }

}

.single-activity-wrapper .inner .content p span {

  color: var(--color-primary);

}

.single-activity-wrapper .inner .content .time-maintane {

  display: flex;

}

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

  .single-activity-wrapper .inner .content .time-maintane {

    flex-direction: column;

  }

}

.single-activity-wrapper .inner .content .time-maintane .time {

  margin-right: 10px;

}

.single-activity-wrapper .inner .content .time-maintane .data {

  display: flex;

  align-items: center;

}

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

  .single-activity-wrapper .inner .content .time-maintane .data {

    margin-bottom: 7px;

  }

}

.single-activity-wrapper .inner .content .time-maintane .data svg {

  width: 18px;

  height: auto;

  margin-right: 7px;

}

.single-activity-wrapper .inner .content .time-maintane .data a {

  color: var(--color-body);

}

.single-activity-wrapper .inner .content .time-maintane .data a:hover {

  color: var(--color-primary);

}

.single-activity-wrapper:hover .thumbnail a img {

  transform: scale(1.1);

}



.mb_dec--15 {

  margin-bottom: -15px;

}



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

  .activity-direction {

    flex-direction: column-reverse;

  }

}

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

  .activity-direction {

    flex-direction: column-reverse;

  }

}



.filter-wrapper {

  height: 100%;

}

.filter-wrapper .sing-filter {

  display: flex;

  flex-wrap: wrap;

  margin-bottom: -15px;

  margin-right: -15px;

}

.filter-wrapper .sing-filter button {

  display: inline-block;

  padding: 10px 15px;

  background: var(--background-color-1);

  cursor: pointer;

  margin-right: 15px;

  margin-bottom: 15px;

  border-radius: 5px;

  transition: var(--transition);

  font-size: 16px;

  max-width: fit-content;

}

.filter-wrapper .sing-filter button:hover {

  background: var(--color-primary-alta);

  color: var(--color-white);

}

.filter-wrapper .sing-filter button:focus {

  background: var(--color-primary-alta);

  color: var(--color-white);

}



.widge-wrapper {

  position: sticky;

  z-index: 10;

}

.widge-wrapper .inner {

  margin-bottom: 30px;

}

.widge-wrapper h3 {

  font-weight: 500;

  font-size: 18px;

}



.mb_dec--50 {

  margin-bottom: -50px;

}



.privacy-wrapper {

  margin-bottom: 50px;

}

.privacy-wrapper h4 {

  margin-bottom: 15px;

}

.privacy-wrapper ol {

  padding-left: 18px;

}

.privacy-wrapper ol li {

  font-size: 16px;

}



.forget-pass-wrapper {

  max-width: 400px;

  margin: auto;

  background: var(--background-color-1);

  padding: 25px;

  border-radius: 5px;

}

.forget-pass-wrapper .title {

  text-align: center;

}

.forget-pass-wrapper .form-label {

  margin-bottom: 15px;

}

.forget-pass-wrapper .form-control {

  background: var(--background-color-2) !important;

  height: 42px !important;

  border-radius: 5px !important;

  color: var(--color-white) !important;

  font-size: 18px;

  padding: 0 10px;

  border: 2px solid transparent !important;

}

.forget-pass-wrapper .form-control:focus {

  border: 2px solid var(--color-primary) !important;

  box-shadow: none;

}

.forget-pass-wrapper .form-check {

  margin-bottom: 30px;

}

.forget-pass-wrapper .form-check .form-check-input {

  margin-bottom: 10px;

}

.forget-pass-wrapper .form-check label {

  color: var(--color-body);

}

.forget-pass-wrapper .form-check label a {

  color: var(--color-primary);

  transition: var(--transition);

}

.forget-pass-wrapper .form-check label a:hover {

  text-decoration: underline;

}

.forget-pass-wrapper a.btn {

  display: flex;

  justify-content: center;

  align-items: center;

}

.forget-pass-wrapper .notice p {

  font-size: 14px;

  display: flex;

  justify-content: center;

  align-items: center;

}



.rn-not-found-wrapper {

  max-width: 400px;

  margin: auto;

  background: var(--background-color-1);

  padding: 25px;

  border-radius: 5px;

}

.rn-not-found-wrapper .large-title {

  text-align: center;

  font-size: 150px;

  font-weight: 400;

  margin-bottom: 0;

}

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

  .rn-not-found-wrapper .large-title {

    font-size: 120px;

  }

}

.rn-not-found-wrapper p {

  text-align: center;

  font-size: 16px;

  margin-bottom: 30px;

}

.rn-not-found-wrapper a.btn {

  display: flex;

  justify-content: center;

}



.maintanence-area .logo a img {

  margin-bottom: 50px;

}

.maintanence-area .inner {

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 50px 40px;

}

.maintanence-area .inner .content .sub-title {

  font-size: 19px;

  letter-spacing: 1px;

  font-weight: 700;

  display: inline-block;

  margin-bottom: 5px;

}

.maintanence-area .inner .content .title {

  font-size: 60px;

  color: var(--color-primary);

  margin-bottom: 10px;

  font-weight: 500;

  letter-spacing: 1px;

  margin: 15px 0;

}

.maintanence-area .inner .content p {

  color: var(--color-dark-alt);

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

}

.maintanence-area .inner .content p a {

  color: var(--color-lighter);

  position: relative;

}

.maintanence-area .inner .content p a::after {

  position: absolute;

  content: "";

  left: auto;

  bottom: 0;

  background: var(--color-primary);

  width: 0;

  height: 2px;

  transition: 0.3s;

  left: 0;

  transition: var(--transition);

}

.maintanence-area .inner .content p a:hover::after {

  width: 100%;

}



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

 Masonary Item  

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

.grid-metro3 {

  margin: 0 -15px;

}

.grid-metro3 .grid-metro-item {

  width: 33.33%;

  padding: 0 15px;

  margin-top: 30px;

}

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

  .grid-metro3 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro3 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro3 .grid-metro-item {

    width: 100%;

  }

}

.grid-metro3 .resizer {

  width: 33.33%;

}

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

  .grid-metro3 .resizer {

    width: 50%;

  }

}

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

  .grid-metro3 .resizer {

    width: 50%;

  }

}

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

  .grid-metro3 .resizer {

    width: 100%;

  }

}



.grid-metro4 {

  margin: 0 -15px;

}

.grid-metro4 .grid-metro-item {

  width: 25%;

  padding: 0 15px;

  margin-top: 30px;

}

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

  .grid-metro4 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro4 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro4 .grid-metro-item {

    width: 100%;

  }

}

.grid-metro4 .resizer {

  width: 25%;

}

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

  .grid-metro4 .resizer {

    width: 50%;

  }

}

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

  .grid-metro4 .resizer {

    width: 50%;

  }

}

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

  .grid-metro4 .resizer {

    width: 100%;

  }

}



.grid-metro5 {

  margin: 0 -15px;

}

.grid-metro5 .grid-metro-item {

  width: 20%;

  padding: 0 15px;

  margin-top: 30px;

}

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

  .grid-metro5 .grid-metro-item {

    width: 33.33%;

  }

}

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

  .grid-metro5 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro5 .grid-metro-item {

    width: 50%;

  }

}

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

  .grid-metro5 .grid-metro-item {

    width: 100%;

  }

}

.grid-metro5 .resizer {

  width: 20%;

}

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

  .grid-metro5 .resizer {

    width: 33.33%;

  }

}

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

  .grid-metro5 .resizer {

    width: 50%;

  }

}

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

  .grid-metro5 .resizer {

    width: 50%;

  }

}

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

  .grid-metro5 .resizer {

    width: 100%;

  }

}



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

  .sidebar-header .grid-metro4 .grid-metro-item {

    width: 50%;

  }

}

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

  .sidebar-header .grid-metro4 .resizer {

    width: 50%;

  }

}



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

  .nft-left-sidebar-nav .grid-metro4 .grid-metro-item {

    width: 33.33%;

  }

}

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

  .nft-left-sidebar-nav .grid-metro4 .resizer {

    width: 33.33%;

  }

}



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

    Breadcrumb Styles 

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

.rn-breadcrumb-inner {

  border-bottom: 1px solid var(--color-border);

}

.rn-breadcrumb-inner .title {

  margin-bottom: 0;

}

.rn-breadcrumb-inner .breadcrumb-list {

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  justify-content: flex-end;

  align-items: center;

}

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

  .rn-breadcrumb-inner .breadcrumb-list {

    justify-content: center;

  }

}

.rn-breadcrumb-inner .breadcrumb-list li a {

  color: var(--color-body);

  transition: 0.4s;

}

.rn-breadcrumb-inner .breadcrumb-list li a:hover {

  color: var(--color-white);

}

.rn-breadcrumb-inner .breadcrumb-list li.separator {

  margin: 0 15px;

}

.rn-breadcrumb-inner .breadcrumb-list li.current {

  color: var(--color-white);

}



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

    Slick Arrow And Dots Styles  

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

button.slide-arrow {

  height: 50px;

  width: 50px;

  border-radius: 6px;

  position: absolute;

  z-index: 2;

  opacity: 0;

  transition: 0.3s;

  color: var(--color-white);

  background: #1b1b27;

  border: none;

  transform: translateY(-50%) scale(1);

  top: 50%;

}

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

  button.slide-arrow {

    opacity: 1;

  }

}

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

  button.slide-arrow {

    opacity: 1;

  }

}

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

  button.slide-arrow {

    opacity: 1;

  }

}

button.slide-arrow i {

  font-size: 22px;

  color: var(--color-primary);

}

button.slide-arrow.slide-arrow {

  top: -30px !important;

  opacity: 1;

  border-radius: 6px;

}

button.slide-arrow.prev-arrow {

  right: 86px !important;

}

button.slide-arrow.next-arrow {

  right: 16px !important;

}

button.slide-arrow:hover {

  background: var(--color-primary) !important;

}

button.slide-arrow:hover.slide-arrow i {

  color: var(--color-white) !important;

}



.slick-arrow-between {

  position: relative;

}

.slick-arrow-between button.slide-arrow {

  height: 58px;

  width: 58px;

  border-radius: 50%;

}

.slick-arrow-between button.slide-arrow.prev-arrow {

  top: 50% !important;

  left: 40px !important;

}

.slick-arrow-between button.slide-arrow.next-arrow {

  top: 50% !important;

  right: 40px !important;

}



.slick-dots {

  position: relative;

  margin-top: -5px;

}

.slick-dots li.slick-active {

  background: transparent;

}

.slick-dots li.slick-active button {

  background: transparent !important;

  border: 2px solid var(--color-primary);

}

.slick-dots li button {

  font-size: 0;

  line-height: 0;

  display: block;

  width: 7px;

  height: 7px;

  padding: 5px;

  cursor: pointer;

  color: transparent;

  border: 0;

  outline: none;

  background: var(--color-primary-alta);

  border-radius: 50%;

}

.slick-dots li button::before {

  display: none;

}



.countdown {

  display: flex;

  margin: -4px;

  justify-content: center;

}

.countdown .countdown-container {

  margin: 4px !important;

  position: relative;

}

.countdown .countdown-container .countdown-heading {

  display: block;

  color: var(--color-body);

  font-size: 14px;

  text-align: center;

  text-transform: uppercase;

  margin-top: 0;

  display: block;

}

.countdown .countdown-container .countdown-value {

  display: block;

  font-size: 20px;

  color: var(--color-white);

  font-weight: 600;

  text-align: center;

  border-radius: 4px;

  padding: 2px 10px;

  position: relative;

  background-color: #2424354d;

  backdrop-filter: blur(15px);

}

.countdown .countdown-container .countdown-value:after {

  content: ":";

  top: 50%;

  transform: translateY(-50%);

  right: -6px;

  position: absolute;

  font-size: 20px;

  color: var(--color-body);

  font-weight: 400;

}

.countdown .countdown-container:last-child .countdown-value::after {

  display: none;

}



body.count_bg--1 .countdown .countdown-container .countdown-value {

  background-color: #0407a8;

}

body.count_bg--2 .countdown .countdown-container .countdown-value {

  background-color: var(--color-danger);

}

body.count_bg--3 .countdown .countdown-container .countdown-value {

  background-color: var(--color-primary-alta);

}

body.count_bg--4 .countdown .countdown-container .countdown-value {

  background-color: var(--color-primary);

}



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

 Comming Soon Styles  

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

.maintanance-plr {

  padding-left: 150px;

  padding-right: 150px;

}

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

  .maintanance-plr {

    padding-left: 90px;

    padding-right: 90px;

  }

}

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

  .maintanance-plr {

    padding-left: 50px;

    padding-right: 50px;

  }

}

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

  .maintanance-plr {

    padding-left: 30px;

    padding-right: 30px;

  }

}



.single-rn-slider .inner {

  padding-top: 90px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

}

.single-rn-slider .inner .title {

  font-size: 60px;

  line-height: 70px;

  font-weight: 400;

}

.single-rn-slider .inner .description {

  color: #9f9f9f;

  max-width: 80%;

  font-size: 20px;

}

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

  .single-rn-slider .inner .description {

    max-width: 100%;

  }

}

.single-rn-slider .inner .button-group .btn-primary {

  margin-right: 15px;

}



.maintanance-inner {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 85vh;

}

.maintanance-inner .wrapper p {

  margin-bottom: 8px;

  font-size: 18px;

  font-weight: 400;

  letter-spacing: 3px;

}

.maintanance-inner .wrapper h2 {

  font-size: 56px;

  margin-bottom: 0px;

  color: var(--color-white);

}

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

  .maintanance-inner .wrapper h2 {

    font-size: 36px;

  }

}

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

  .maintanance-inner .wrapper h2 {

    font-size: 32px;

  }

}

.maintanance-inner .wrapper h2 span {

  color: var(--color-primary);

}



.maintanance_countdown {

  margin-top: 30px !important;

}

.maintanance_countdown .countdown-container {

  display: flex;

  flex-direction: column-reverse;

  margin-right: 25px !important;

}

.maintanance_countdown .countdown-container span.countdown-heading {

  font-size: 16px;

  margin-bottom: 0;

  line-height: 0;

  margin-left: 4px;

  letter-spacing: 3px;

}

.maintanance_countdown .countdown-container span.countdown-value {

  font-size: 50px;

  font-weight: 400;

}

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

  .maintanance_countdown .countdown-container span.countdown-value {

    font-size: 36px;

  }

}



.countdown.maintanance_countdown .countdown-container span.countdown-heading {

  padding: 0;

  margin: 0;

}

.countdown.maintanance_countdown .countdown-container span.countdown-value {

  margin-top: 30px;

  margin-bottom: 30px;

}



.maintanance-plr .logo img {

  max-width: 120px;

}



.upload-modal-wrapper .modal-body {

  overflow-y: visible;

}

.upload-modal-wrapper .modal-content {

  background: transparent;

}



.upload-variant-title-wrapper p {

  font-size: 18px;

  width: 60%;

  margin: 0 auto;

}

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

  .upload-variant-title-wrapper p {

    width: 70%;

  }

}

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

  .upload-variant-title-wrapper p {

    width: 70%;

  }

}

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

  .upload-variant-title-wrapper p {

    width: 80%;

  }

}

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

  .upload-variant-title-wrapper p {

    width: 100%;

  }

}

.upload-variant-title-wrapper p span {

  color: var(--color-white);

}



.varient .info {

  font-size: 14px;

}



.upload-variant-wrapper {

  padding: 18px 20px;

  background: var(--background-color-1);

  border-radius: 5px;

  justify-content: center;

  display: flex;

  flex-direction: column;

}

.upload-variant-wrapper .variant-preview {

  overflow: hidden;

  border-radius: 5px;

}

.upload-variant-wrapper .variant-preview img {

  border-radius: 5px;

  transition: var(--transition);

}

.upload-variant-wrapper .variant-preview img:hover {

  transform: scale(1.02);

}

.upload-variant-wrapper a {

  border-radius: 5px;

}



.table-title-area {

  margin-bottom: 30px;

}

.table-title-area svg {

  position: relative;

  top: 5px;

  width: 35px;

  margin-right: 10px;

}



.upcoming-projects tr {

  border: none;

}

.upcoming-projects tr td {

  white-space: nowrap;

  border: none;

}

.upcoming-projects tr td span {

  color: var(--color-body);

}

.upcoming-projects tr th {

  padding: 25px 23px !important;

}

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

  .upcoming-projects tr th {

    padding: 25px 9px !important;

  }

}

.upcoming-projects tr th span {

  color: var(--color-heading);

  font-size: 20px;

  text-transform: none;

}

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

  .upcoming-projects tr th span {

    font-size: 16px !important;

  }

}



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

}



tbody tr td {

  padding: 25px 23px !important;

}

tbody tr td span {

  font-size: 16px;

}

tbody .color-light {

  background: var(--background-color-4);

  border-radius: 5px;

}



.box-table {

  padding: 0 20px 0 20px;

  background: var(--background-color-1);

  border-radius: 5px;

  border: 1px solid var(--color-border);

}



tbody.ranking tr td {

  padding: 10px 25px !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);

}



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

    404 Page Style Here  

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

.rn-not-found-wrapper {

  text-align: center;

}

.rn-not-found-wrapper .large-title {

  text-align: center;

  font-size: 150px;

  margin-bottom: 0;

  line-height: 1;

  color: var(--color-light-body);

}

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

  .rn-not-found-wrapper .large-title {

    font-size: 120px;

  }

}

.rn-not-found-wrapper .title {

  font-size: 60px;

}

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

  .rn-not-found-wrapper .title {

    font-size: 30px;

  }

}

.rn-not-found-wrapper p {

  text-align: center;

  font-size: 16px;

  margin-bottom: 30px;

}

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

    maintanance Page Style Here  

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

.maintanence-area .logo a img {

  margin-bottom: 50px;

  max-width: 120px;

}

.maintanence-area .inner {

  height: 100%;

  display: flex;

  flex-direction: column;

  padding: 100px 60px;

}

.maintanence-area .inner .content .sub-title {

  font-size: 19px;

  letter-spacing: 1px;

  font-weight: 700;

  display: inline-block;

  margin-bottom: 5px;

  margin-top: 200px;

}

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

  .maintanence-area .inner .content .sub-title {

    margin-top: 100px;

  }

}

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

  .maintanence-area .inner .content .sub-title {

    margin-top: 100px;

  }

}

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

  .maintanence-area .inner .content .sub-title {

    margin-top: 70px;

  }

}

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

    .fileuploader{width: 100%!important;}

  .maintanence-area .inner .content .sub-title {

    margin-top: 30px;

  }

}

.maintanence-area .inner .content .title {

  font-size: 45px;

  color: var(--color-primary);

  margin-bottom: 10px;

  font-weight: 500;

  letter-spacing: 1px;

  margin: 15px 0;

}

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

  .maintanence-area .inner .content .title {

    font-size: 30px;

  }

}

.maintanence-area .inner .content p {

  font-size: 20px;

  line-height: 30px;

  margin-top: 150px;

}

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

  .maintanence-area .inner .content p {

    margin-top: 100px;

  }

}

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

  .maintanence-area .inner .content p {

    margin-top: 80px;

  }

}

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

  .maintanence-area .inner .content p {

    margin-top: 60px;

    font-size: 18px;

    line-height: 25px;

  }

}

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

  .maintanence-area .inner .content p {

    margin-top: 50px;

  }

}

.maintanence-area .inner .content p a {

  color: var(--color-lighter);

  position: relative;

}

.maintanence-area .inner .content p a::after {

  position: absolute;

  content: "";

  left: auto;

  bottom: 0;

  background: var(--color-primary);

  width: 0;

  height: 2px;

  transition: 0.3s;

  left: 0;

  transition: var(--transition);

}

.maintanence-area .inner .content p a:hover::after {

  width: 100%;

}



.maintanance-heignt {

  height: 100vh;

}



.comeing-soon-slick .single-rn-slider {

  height: 101vh;

}

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

  .comeing-soon-slick .single-rn-slider {

    height: 50vh;

  }

}



.edit-profile-area .title-left {

  margin-bottom: 0;

}



.left-nav {

  padding-right: 10px;

  position: sticky;

}

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

  .left-nav {

    padding-right: 0;

  }

}

.left-nav .nav.nav-tabs {

  border-bottom: none;

  display: flex;

  flex-wrap: wrap;

  transition: var(--transition);

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

}

.left-nav .nav.nav-tabs button {

  height: max-content;

  border: none;

  color: var(--color-white);

  padding: 12px 13px;

  position: relative;

  margin: 6px;

  border-radius: 6px;

  border: 1px dashed var(--color-border);

  transition: 0.4s;

  display: block;

  text-align: left;

  transition: var(--transition);

  line-height: 22px;

  outline: none;

}

.left-nav .nav.nav-tabs button i {

  margin-right: 7px;

  color: var(--color-white);

  transition: var(--transition);

}

.left-nav .nav.nav-tabs button.active, .left-nav .nav.nav-tabs button:hover {

  background: var(--color-primary-alta);

  color: var(--color-white);

  border-radius: 5px;

  border-color: transparent;

}

.left-nav .nav.nav-tabs button:focus {

  border-color: transparent;

  outline: none;

  box-shadow: none;

}



.tab-content-edit-wrapepr .tab-pane {

  padding: 30px;

  background: var(--background-color-1);

  border-radius: 8px;

  border: 1px solid var(--color-border);

}

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

  .tab-content-edit-wrapepr .tab-pane {

    padding: 10px;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-change {

  display: flex;

  justify-content: flex-start;

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-change {

    flex-wrap: wrap;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left {

  border-right: 1px dashed var(--color-border);

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-change .profile-left {

    border: none;

    padding: 10px;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left.right {

  border: none;

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-change .profile-left.right {

    margin-top: 30px;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .profile-image img {

  border-radius: 5px;

  border: 5px solid var(--color-border);

  height: 260px;

  max-height: 260px;

  width: 100%;

  object-fit: cover;

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area {

  display: flex;

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area .btn:hover {

  background: var(--color-danger);

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area .brows-file-wrapper {

  position: relative;

  cursor: pointer;

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area .brows-file-wrapper input {

  position: absolute;

  height: 100%;

  width: 100%;

  opacity: 0;

  cursor: pointer;

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area .brows-file-wrapper label {

  width: max-content;

  padding: 0 16px;

  height: 45px;

  border-radius: 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  background: var(--color-primary);

  color: var(--color-white);

  font-weight: 500;

  font-size: 16px;

  transition: var(--transition);

  position: relative;

  z-index: 10;

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .button-area .brows-file-wrapper label:hover {

  background: var(--color-primary-alta);

}

.tab-content-edit-wrapepr .nuron-information .profile-change .profile-right .btn {

  border-radius: 5px;

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper label {

  margin-bottom: 10px;

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper {

  display: flex;

  justify-content: space-between;

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper input {

  min-width: 50%;

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .half-wid {

  width: 50%;

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .half-wid {

    width: 100%;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .first-name {

  margin-right: 15px;

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .first-name {

    margin-right: 0;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .last-name {

  margin-left: 15px;

}

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

  .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper .input-two-wrapper .last-name {

    margin-left: 0;

  }

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper input {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}

.tab-content-edit-wrapepr .nuron-information .profile-form-wrapper input:focus {

  border: 2px solid var(--color-primary);

}

.tab-content-edit-wrapepr .nuron-information .profile-picture-change .thumbnail img {

  border-radius: 5px;

  border: 3px solid var(--color-border);

  max-width: 100px;

  position: relative;

  z-index: 2;

  bottom: -40px;

}

.tab-content-edit-wrapepr .nuron-information .profile-picture-change .drag-drop-area {

  position: relative;

  height: 200px;

  background: var(--background-color-1);

  width: 75%;

  margin: 0 auto;

  border-radius: 8px;

  border: 1px dashed rgba(87, 87, 87, 0.452);

}

.tab-content-edit-wrapepr .nuron-information .profile-picture-change .drag-drop-area input {

  position: absolute;

  height: 100%;

  width: 100%;

  opacity: 0;

  cursor: pointer;

  left: 0;

}

.tab-content-edit-wrapepr .nuron-information .profile-picture-change .drag-drop-area label {

  margin-top: 70px;

}

.tab-content-edit-wrapepr .nuron-information .profile-picture-change .drag-drop-area label p {

  font-size: 15px;

}

.tab-content-edit-wrapepr .nuron-information .edit-bio-area textarea {

  background: var(--background-color-4);

  height: 150px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: var(--transition);

}



.role-area input {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}

.role-area input:focus {

  border: 2px solid var(--color-primary);

}



.input-two-wrapepr-prifile {

  display: flex;

  align-items: center;

}

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

  .input-two-wrapepr-prifile {

    flex-wrap: wrap;

  }

}

.input-two-wrapepr-prifile .role-area,

.input-two-wrapepr-prifile .profile-edit-select {

  width: 50%;

}

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

  .input-two-wrapepr-prifile .role-area,

.input-two-wrapepr-prifile .profile-edit-select {

    width: 100%;

  }

}

.input-two-wrapepr-prifile .role-area {

  margin-right: 15px;

}

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

  .input-two-wrapepr-prifile .role-area {

    margin-right: 0;

  }

}

.input-two-wrapepr-prifile .profile-edit-select {

  margin-top: 45px;

  margin-left: 15px;

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

  display: flex;

  align-items: center;

}

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

  .input-two-wrapepr-prifile .profile-edit-select {

    margin-top: 25px;

    margin-left: 0;

  }

}



.input-two-wrapper {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

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

  .input-two-wrapper {

    flex-wrap: wrap;

    margin-top: 0 !important;

  }

}

.input-two-wrapper .profile-edit-select {

  margin-top: 25px;

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

  display: flex;

  align-items: center;

  float: none;

}

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

  .input-two-wrapper .profile-edit-select {

    margin-top: 10px;

  }

}

.input-two-wrapper .phone-number {

  margin-left: 15px;

}

.input-two-wrapper .phone-number input {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}

.input-two-wrapper .currency {

  margin-right: 15px;

}

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

  .input-two-wrapper .currency {

    margin-right: 0;

  }

}

.input-two-wrapper .half-wid {

  width: 50%;

}

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

  .input-two-wrapper .half-wid {

    width: 100%;

    margin-left: 0;

    margin-top: 15px;

  }

}

.input-two-wrapper .old-password {

  margin-right: 15px;

}

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

  .input-two-wrapper .old-password {

    margin-right: 0;

  }

}

.input-two-wrapper .new-password {

  margin-left: 15px;

}

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

  .input-two-wrapper .new-password {

    margin-left: 0;

    margin-top: 15px;

  }

}



.nuron-information .save-btn-edit {

  border-radius: 5px;

  display: flex;

  max-width: max-content;

  justify-content: end;

  margin: 20px 0 0 auto;

}



.nuron-information .condition p {

  margin-bottom: 25px;

  font-size: 14px;

}

.nuron-information input {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}

.nuron-information .save-btn-edit {

  border-radius: 5px;

  display: flex;

  max-width: max-content;

  justify-content: end;

  margin: 20px 0 0 auto;

}



.nuron-information p {

  font-size: 14px;

}



.save-btn-edit {

  border-radius: 5px !important;

  display: flex !important;

  max-width: max-content;

  justify-content: end;

  margin: 20px 0 0 auto;

}

.save-btn-edit .btn {

  border-radius: 5px;

}



.nuron-information .title {

  margin-bottom: 15px;

}

.nuron-information label {

  margin: 0;

  margin-bottom: 10px;

}

.nuron-information label::before {

  display: none;

}

.nuron-information label::after {

  display: none;

}

.nuron-information .single-notice-setting {

  display: flex;

  align-content: center;

}

.nuron-information .single-notice-setting .input {

  margin-right: 10px;

}

.nuron-information .single-notice-setting .input input {

  max-width: max-content;

}

.nuron-information .single-notice-setting .content-text p {

  font-size: 18px;

  font-weight: 500;

}



.theme-switch__input:checked ~ main,

.theme-switch__input:checked ~ label {

  --text: white;

}



.theme-switch__input:checked ~ main {

  --gradDark: hsl(198, 44%, 11%);

  --gradLight: hsl(198, 39%, 29%);

}



.theme-switch__input,

.theme-switch__label {

  position: absolute;

  z-index: 1;

}



.theme-switch__input {

  opacity: 0;

}



.theme-switch__label {

  padding: 13px;

  margin: 60px;

  transition: background-color 200ms ease-in-out;

  width: 60px;

  height: 20px;

  border-radius: 50px;

  text-align: center;

  background-color: slateGray;

}

.theme-switch__label::before, .theme-switch__label::after {

  font-size: 2rem;

  position: absolute;

  transform: translate3d(0, -50%, 0);

  top: 50%;

}

.theme-switch__label::before {

  content: "☼";

  right: 100%;

  margin-right: 10px;

  color: orange;

}

.theme-switch__label::after {

  content: "☾";

  left: 100%;

  margin-left: 10px;

  color: lightSlateGray;

}

.theme-switch__label span {

  position: absolute;

  bottom: calc(100% + 10px);

  left: 0;

  width: 100%;

}

.theme-switch__label span::after {

  position: absolute;

  top: calc(100% + 13px);

  left: 4px;

  width: 20px;

  height: 20px;

  content: "";

  border-radius: 50%;

  background-color: lightBlue;

  transition: transform 200ms, background-color 200ms;

  box-shadow: -3px 3px 8px #00000066;

}



.theme-switch__input:checked ~ .theme-switch__label {

  background-color: var(--color-primary);

}

.theme-switch__input:checked ~ .theme-switch__label::before {

  color: lightSlateGray;

}

.theme-switch__input:checked ~ .theme-switch__label::after {

  color: turquoise;

}

.theme-switch__input:checked ~ .theme-switch__label span::after {

  transform: translate3d(32px, 0, 0);

}



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

  .padding-control-edit-wrapper {

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

}



/* ---------------Animation---------------- */

.slit-in-vertical {

  -webkit-animation: slit-in-vertical 0.45s ease-out both;

  animation: slit-in-vertical 0.45s ease-out both;

}



@-webkit-keyframes slit-in-vertical {

  0% {

    -webkit-transform: translateZ(-800px) rotateY(90deg);

    transform: translateZ(-800px) rotateY(90deg);

    opacity: 0;

  }

  54% {

    -webkit-transform: translateZ(-160px) rotateY(87deg);

    transform: translateZ(-160px) rotateY(87deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateZ(0) rotateY(0);

    transform: translateZ(0) rotateY(0);

  }

}

@keyframes slit-in-vertical {

  0% {

    -webkit-transform: translateZ(-800px) rotateY(90deg);

    transform: translateZ(-800px) rotateY(90deg);

    opacity: 0;

  }

  54% {

    -webkit-transform: translateZ(-160px) rotateY(87deg);

    transform: translateZ(-160px) rotateY(87deg);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateZ(0) rotateY(0);

    transform: translateZ(0) rotateY(0);

  }

}

/*---------------#region Alert--------------- */

#dialogoverlay {

  display: none;

  opacity: 0.8;

  position: fixed;

  top: 0px;

  left: 0px;

  background: transparent;

  width: 100%;

  z-index: 10;

}



#dialogbox {

  display: none;

  position: absolute;

  background: var(--background-color-4);

  border-radius: 7px;

  box-shadow: 0 4px 8px 0 #000;

  transition: 0.3s;

  width: 40%;

  z-index: 10;

  top: 0;

  left: 0;

  right: 0;

  margin: auto;

}

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

  #dialogbox {

    width: 70%;

  }

}

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

  #dialogbox {

    width: 80%;

  }

}

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

  #dialogbox {

    width: 80%;

  }

}



#dialogbox:hover {

  box-shadow: 0 8px 16px 0 #000;

}



.container {

  padding: 2px 16px;

}



.pure-material-button-contained {

  position: relative;

  display: inline-block;

  box-sizing: border-box;

  border: none;

  border-radius: 4px;

  padding: 0 16px;

  max-width: 64px;

  height: 36px;

  vertical-align: middle;

  text-align: center;

  text-overflow: ellipsis;

  text-transform: uppercase;

  color: white;

  background-color: var(--color-primary);

  /* background-color: rgb(1, 47, 61) */

  box-shadow: 0 3px 1px -2px #000, 0 2px 2px 0 #000, 0 1px 5px 0 #000;

  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);

  font-size: 14px;

  font-weight: 500;

  line-height: 36px;

  overflow: hidden;

  outline: none;

  cursor: pointer;

  transition: box-shadow 0.2s;

}



.pure-material-button-contained::-moz-focus-inner {

  border: none;

}



/* ---------------Overlay--------------- */

.pure-material-button-contained::before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: #000;

  opacity: 0;

  transition: opacity 0.2s;

}



/* Ripple */

.pure-material-button-contained::after {

  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  border-radius: 50%;

  padding: 50%;

  width: 32px;

  /* Safari */

  height: 32px;

  /* Safari */

  background-color: #000;

  opacity: 0;

  transform: translate(-50%, -50%) scale(1);

  transition: opacity 1s, transform 0.5s;

}



/* Hover, Focus */

.pure-material-button-contained:hover,

.pure-material-button-contained:focus {

  box-shadow: 0 2px 4px -1px #000, 0 4px 5px 0 #000, 0 1px 10px 0 #000;

}



.pure-material-button-contained:hover::before {

  opacity: 0.08;

}



.pure-material-button-contained:focus::before {

  opacity: 0.24;

}



.pure-material-button-contained:hover:focus::before {

  opacity: 0.3;

}



/* Active */

.pure-material-button-contained:active {

  box-shadow: 0 5px 5px -3px #000, 0 8px 10px 1px #000, 0 3px 14px 2px #000;

}



.pure-material-button-contained:active::after {

  opacity: 0.32;

  transform: translate(-50%, -50%) scale(0);

  transition: transform 0s;

}



/* Disabled */

.pure-material-button-contained:disabled {

  color: #000;

  background-color: #000;

  box-shadow: none;

  cursor: initial;

}



.pure-material-button-contained:disabled::before {

  opacity: 0;

}



.pure-material-button-contained:disabled::after {

  opacity: 0;

}



#dialogbox > div {

  background: var(--background-color-4);

  margin: 8px;

}



#dialogbox > div > #dialogboxhead {

  background: #000;

  font-size: 19px;

  padding: 10px;

  color: white;

  font-family: Verdana, Geneva, Tahoma, sans-serif;

}



#dialogbox > div > #dialogboxbody {

  background: var(--color-success);

  padding: 20px;

  color: var(--color-white) !important;

  font-size: 16px;

  border-radius: 5px;

}



#dialogbox > div > #dialogboxfoot {

  background: var(--background-color-4);

  padding: 10px;

  text-align: right;

}



/*#endregion Alert*/

.category-style-one {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  background: var(--background-color-1);

  padding: 25px;

  border-radius: 6px;

  border: 1px solid var(--color-border);

}

.category-style-one i {

  font-size: 40px;

  transition: var(--transition);

}

.category-style-one span.category-label {

  font-size: 16px;

  margin-top: 7px;

  transition: var(--transition);

  color: var(--color-body);

}

.category-style-one:hover {

  background: var(--color-primary);

}

.category-style-one:hover i {

  color: var(--color-white);

}

.category-style-one:hover span.category-label {

  color: var(--color-white);

}



.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%;

}

.video-play-button span {

  display: block;

  position: relative;

  z-index: 3;

  width: 0;

  height: 0;

  border-left: 27px solid var(--color-primary);

  border-top: 17px solid transparent;

  border-bottom: 17px solid transparent;

  top: 50%;

  transform: translate(-50%, -50%);

  left: 55%;

}

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

  .video-play-button span {

    border-left: 20px solid var(--color-primary);

    border-top: 13px solid transparent;

    border-bottom: 13px solid transparent;

  }

}

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

  .video-play-button span {

    border-left: 15px solid var(--color-primary);

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

  }

}



.video-overlay {

  position: fixed;

  z-index: -1;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: #000000cc;

  opacity: 0;

  transition: all ease 500ms;

}



.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.open {

  position: fixed;

  z-index: 1000;

  opacity: 1;

}



.vedio-wrapper img {

  border-radius: 6px;

  padding: 20px;

  background: var(--background-color-1);

  max-height: 650px;

  width: 100%;

  object-fit: cover;

}

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

  .vedio-wrapper img {

    padding: 10px;

  }

}



.video-overlay iframe {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translateX(-50%) translateY(-50%);

  box-shadow: 0 0 15px #000000bf;

  z-index: 1000;

  width: 80%;

  height: 80%;

}



p.subtitle {

  max-width: 50%;

  margin: auto;

}

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

  p.subtitle {

    max-width: 80%;

  }

}

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

  p.subtitle {

    max-width: 95%;

  }

}

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

  p.subtitle {

    max-width: 100%;

  }

}



.video-play-button.btn-large {

  width: 80px;

  height: 80px;

  background: var(--color-white);

  border-radius: 100%;

  margin-left: 0;

  margin-top: 0;

}

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

  .video-play-button.btn-large {

    height: 60px;

    width: 60px;

  }

}

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

  .video-play-button.btn-large {

    height: 40px;

    width: 40px;

  }

}

.video-play-button.with-animation::before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  z-index: -1;

  bottom: 0;

  left: 0;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  border-radius: 50%;

  border: 1px solid var(--color-white);

  animation: ripple 2s linear infinite;

}

.video-play-button.with-animation::after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  z-index: -1;

  bottom: 0;

  left: 0;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  border-radius: 50%;

  border: 1px solid var(--color-white);

  animation: ripple 2s linear 1s infinite;

}



@keyframes ripple {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  75% {

    -webkit-transform: scale(1.75);

    transform: scale(1.75);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(2);

    transform: scale(2);

    opacity: 0;

  }

}

.subscribe-wrapper_1 {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 60px 50px;

  border-radius: 6px;

  border: 10px solid var(--background-color-1);

}

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

  .subscribe-wrapper_1 {

    padding: 30px 8px;

  }

}

.subscribe-wrapper_1 .subscribe-input-wrapper {

  margin-top: 30px;

}

.subscribe-wrapper_1 .subscribe-input-wrapper .input-group {

  max-width: max-content;

}

.subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {

  width: 450px;

  background: var(--background-color-2);

  border: 1px solid var(--color-border);

  border-radius: 6px 0 0 6px;

  color: var(--color-body);

  padding-right: 110px;

}

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

  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {

    width: 250px;

  }

}

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

  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {

    width: 190px;

  }

}

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

  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {

    width: 236px;

  }

}

.subscribe-wrapper_1 .subscribe-input-wrapper .input-group input:focus {

  box-shadow: none;

  border: 1px solid var(--color-primary);

}

.subscribe-wrapper_1 .subscribe-input-wrapper .input-group .input-group-append button {

  margin-left: -98px;

  position: relative;

  z-index: 100000;

  max-width: max-content;

  border-radius: 0 6px 6px 0;

}

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

  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group .input-group-append button {

    margin-left: -107px;

  }

}

.subscribe-wrapper_1 .subscribe-input-wrapper [data-black-overlay]:before {

  border-radius: 6px;

}



.create-collection-form-wrapper {

  display: flex;

  flex-direction: column;

  padding: 25px;

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

}

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

  .create-collection-form-wrapper {

    padding: 10px;

  }

}

.create-collection-form-wrapper .button-wrapper {

  display: flex;

  flex-wrap: wrap;

}

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

  .create-collection-form-wrapper .button-wrapper .btn:last-child {

    margin-top: 15px;

  }

}



.create-collection-form-wrapper .nuron-information .single-notice-setting .content-text p {

  font-size: var(--font-size-b1);

  font-weight: 500;

}



.creat-collection-area h2 {

  margin-bottom: 50px;

}



.collection-single-wized {

  margin-bottom: 30px;

}

.collection-single-wized.banner {

  background: var(--background-color-1);

  padding: 25px;

  border-radius: 6px;

  border: 1px solid var(--color-border);

}

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

  .collection-single-wized.banner {

    padding: 15px;

  }

}

.collection-single-wized .title {

  margin-bottom: 10px;

}

.collection-single-wized .title.required {

  position: relative;

  display: table;

}

.collection-single-wized .title.required::after {

  position: absolute;

  content: "*";

  right: -13px;

  top: 0;

  color: var(--color-danger);

  font-size: 16px;

}

.collection-single-wized span.sub {

  margin-bottom: 10px;

}

.collection-single-wized .create-collection-input.logo-image .logo-c-image img {

  border: 3px dashed var(--color-border);

  object-fit: cover;

  margin-top: 15px;

  cursor: pointer;

}

.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo {

  position: relative;

  display: inline-block;

}

.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label {

  position: absolute;

  cursor: pointer;

  height: 35px;

  width: 35px;

  border-radius: 50%;

  background: var(--background-color-4);

  display: flex;

  align-items: center;

  justify-content: center;

  top: 19px;

  right: 13px;

  border: 1px solid var(--color-border);

  transition: var(--transition);

}

.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label:hover {

  background: var(--color-primary);

}

.collection-single-wized .create-collection-input .brows-file-wrapper input {

  display: none;

}

.collection-single-wized .create-collection-input.feature-image .logo-c-image img {

  object-fit: cover;

  border: 3px dashed var(--color-border);

  border-radius: 6px;

  margin-top: 15px;

  cursor: pointer;

}

.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature {

  position: relative;

  display: inline-block;

}

.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label {

  position: absolute;

  cursor: pointer;

  height: 35px;

  width: 35px;

  border-radius: 50%;

  background: var(--background-color-4);

  display: flex;

  align-items: center;

  justify-content: center;

  top: 2px;

  right: -10px;

  border: 1px solid var(--color-border);

  transition: var(--transition);

}

.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label:hover {

  background: var(--color-primary);

}

.collection-single-wized .create-collection-input.banner-image .logo-c-image img {

  width: 100%;

  object-fit: cover;

  border: 3px dashed var(--color-border);

  border-radius: 6px;

  margin-top: 15px;

  cursor: pointer;

}

.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner {

  position: relative;

  display: inline-block;

  width: 100%;

}

.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label {

  position: absolute;

  cursor: pointer;

  height: 35px;

  width: 35px;

  border-radius: 50%;

  background: var(--background-color-4);

  display: flex;

  align-items: center;

  justify-content: center;

  top: -1px;

  right: -10px;

  border: 1px solid var(--color-border);

  transition: var(--transition);

}

.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label:hover {

  background: var(--color-primary);

}

.collection-single-wized .create-collection-input input {

  background: var(--background-color-4);

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

  margin-top: 15px;

}

.collection-single-wized .create-collection-input input:focus {

  border: 2px solid var(--color-primary);

}

.collection-single-wized .create-collection-input input.name {

  height: 50px;

}

.collection-single-wized .create-collection-input input.url {

  height: 50px;

}

.collection-single-wized .create-collection-input textarea {

  background: var(--background-color-4);

  height: 210px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: var(--transition);

  margin-top: 15px;

}

.collection-single-wized .create-collection-input .nice-select {

  margin-top: 15px;

  padding: 0px 32px 0 22px;

  width: 100%;

  background: var(--background-color-4);

  border-radius: 5px;

  color: var(--color-white);

  border: 2px solid var(--color-border);

  transition: var(--transition);

  height: 50px;

  line-height: 45px;

}

.collection-single-wized .create-collection-input .nice-select::after {

  right: 18px;

  top: 55%;

}

.collection-single-wized .create-collection-input .nice-select.open .list {

  width: 100%;

}



.checkbox-group {

  display: flex;

  flex-wrap: wrap;

  user-select: none;

  border-radius: 8px;

}

.checkbox-group > * {

  margin: 0.5rem 1rem;

}



.checkbox-group-legend {

  font-size: 1.5rem;

  font-weight: 700;

  color: #9c9c9c;

  line-height: 1.125;

  margin-bottom: 1.25rem;

}



.checkbox-input {

  clip: rect(0 0 0 0);

  clip-path: inset(100%);

  height: 1px;

  overflow: hidden;

  position: absolute;

  white-space: nowrap;

  width: 1px;

}

.checkbox-input:checked + .checkbox-tile {

  border-color: var(--color-primary);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  color: var(--color-primary);

}

.checkbox-input:checked + .checkbox-tile:before {

  transform: scale(1);

  opacity: 1;

  background-color: var(--color-primary);

  border-color: var(--color-primary);

}

.checkbox-input:checked + .checkbox-tile .checkbox-icon,

.checkbox-input:checked + .checkbox-tile .checkbox-label {

  color: var(--color-primary);

}

.checkbox-input:focus + .checkbox-tile {

  border-color: var(--color-primary);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;

}

.checkbox-input:focus + .checkbox-tile:before {

  transform: scale(1);

  opacity: 1;

}



.checkbox-tile {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 200px;

  min-height: 200px;

  border-radius: 0.5rem;

  border: 2px solid #dde2f2;

  background-color: #fff;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  transition: 0.15s ease;

  cursor: pointer;

  position: relative;

}

.checkbox-tile:before {

  content: "";

  position: absolute;

  display: block;

  width: 2rem;

  height: 2rem;

  border: 2px solid #b5bfd9;

  background-color: #fff;

  border-radius: 50%;

  top: -12px;

  left: -12px;

  opacity: 0;

  transform: scale(0);

  transition: 0.25s ease;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");

  background-size: 12px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

}

.checkbox-tile:hover {

  border-color: var(--color-primary);

}

.checkbox-tile:hover:before {

  transform: scale(1);

  opacity: 1;

}



.checkbox-icon {

  transition: 0.375s ease;

  color: #494949;

}

.checkbox-icon svg {

  width: 3rem;

  height: 3rem;

}



.checkbox-label {

  color: #707070;

  transition: 0.375s ease;

  text-align: center;

  top: 30px;

  position: relative;

}



fieldset {

  padding: 0;

  border: none;

}

fieldset.checkbox-group {

  margin: 20px 0 0 0;

  margin-left: -10px;

}



.width-50-wrapper {

  display: flex;

  justify-content: space-between;

}

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

  .width-50-wrapper {

    flex-direction: column;

  }

}

.width-50-wrapper .collection-single-wized {

  width: 48.5%;

  padding: 20px;

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

}

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

  .width-50-wrapper .collection-single-wized {

    padding: 15px;

  }

}

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

  .width-50-wrapper .collection-single-wized {

    width: 100%;

  }

}



.newsletter-wrapper {

  padding: 25px;

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

  height: 100%;

}

.newsletter-wrapper input {

  background: var(--background-color-4);

  height: 50px;

  border-radius: 5px;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  border: 2px solid var(--color-border);

  transition: 0.3s;

}



.newsletter-right {

  padding: 25px;

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

  height: 100%;

}

.newsletter-right img {

  height: 100%;

  width: auto;

  object-fit: cover;

}

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

  .newsletter-right {

    margin-top: 30px;

  }

}

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

  .newsletter-right {

    margin-top: 30px;

  }

}



.forum-left {

  padding-right: 100px;

}



.forum-search .input-group {

  max-width: inherit;

  position: relative;

}

.forum-search .input-group input {

  background: var(--background-color-2);

  height: 50px;

  border-radius: 6px 10px 10px 6px !important;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  transition: 0.3s;

}

.forum-search .input-group input:focus {

  box-shadow: none;

  z-index: 1;

}

.forum-search .input-group .input-group-append {

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

}

.forum-search .input-group .input-group-append button {

  padding: 13px 15px;

  border-radius: 0 6px 6px 0;

}



.community-content-wrapper ul {

  border-bottom: none;

  display: flex;

  flex-wrap: wrap;

  transition: var(--transition);

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

  margin: 0;

  margin-bottom: 30px;

}

.community-content-wrapper ul li {

  margin: 0;

}

.community-content-wrapper ul li button {

  width: 150px;

  height: 50px;

  border: none;

  color: var(--color-white);

  position: relative;

  margin: 6px !important;

  border-radius: 6px;

  border: 1px dashed var(--color-border) !important;

  transition: 0.3s;

}

.community-content-wrapper ul li button.active {

  background: var(--color-primary-alta) !important;

  color: var(--color-white) !important;

  border-radius: 5px;

  border-color: transparent !important;

}

.community-content-wrapper ul li button:hover {

  color: var(--color-white);

  border-radius: 5px;

  border: 1px dashed var(--color-white) !important;

}

.community-content-wrapper ul li button:focus {

  background: var(--color-primary-alta);

  color: var(--color-white);

  border-radius: 5px;

  border-color: transparent;

}



.single-community-box {

  padding: 30px;

  background: var(--background-color-1);

  border-radius: 8px;

  border: 1px solid var(--color-border);

}

.single-community-box .community-bx-header {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

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

  .single-community-box .community-bx-header {

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

  }

}

.single-community-box .community-bx-header .header-left {

  display: flex;

  align-items: center;

}

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

  .single-community-box .community-bx-header .header-left {

    margin-bottom: 10px;

  }

}

.single-community-box .community-bx-header .header-left .thumbnail {

  margin-right: 15px;

}

.single-community-box .community-bx-header .header-left .thumbnail img {

  border-radius: 50%;

  border: 3px solid var(--color-border);

  max-width: 73px;

}

.single-community-box .community-bx-header .header-left .name-date {

  display: flex;

  flex-direction: column;

}

.single-community-box .community-bx-header .header-left .name-date a.name {

  margin-bottom: 5px;

}

.single-community-box .community-bx-header .header-right .product-share-wrapper {

  margin-top: 0;

}

.single-community-box .community-content {

  margin-top: 30px;

}

.single-community-box .community-content .title {

  margin-bottom: 15px;

}

.single-community-box .community-content .desc {

  margin-bottom: 15px;

}

.single-community-box .community-content img.community-img {

  margin-bottom: 15px;

  border-radius: 6px;

}

.single-community-box .community-content .tags {

  background-color: var(--color-primary-alta);

  color: var(--color-white);

  padding: 6px 16px;

  border-radius: 6px;

  font-size: 13px;

  font-weight: 500;

  border: solid 1px #0a21410d;

  width: fit-content;

  margin-bottom: 20px;

}

.single-community-box .community-content .tags span {

  margin-right: 7px;

}

.single-community-box .community-content .hr {

  height: 1px;

  width: 100%;

  background: var(--color-border);

  margin-bottom: 20px;

}

.single-community-box .rn-community-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

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

  .single-community-box .rn-community-footer {

    justify-content: center;

    flex-wrap: wrap;

  }

}

.single-community-box .rn-community-footer .community-reaction {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}

.single-community-box .rn-community-footer .community-reaction a i {

  padding: 4px 6px;

  background: var(--color-primary-alta);

  border-radius: 4px;

  transition: var(--transition);

}

.single-community-box .rn-community-footer .community-reaction a i:hover {

  background: var(--color-primary);

}

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

  .single-community-box .rn-community-footer .community-reaction {

    margin-bottom: 20px;

    justify-content: center;

  }

}

.single-community-box .rn-community-footer .community-reaction .likes {

  margin-right: 15px;

  display: flex;

  align-items: center;

}

.single-community-box .rn-community-footer .community-reaction .likes i {

  color: var(--color-white);

  margin-right: 7px;

}

.single-community-box .rn-community-footer .community-reaction .likes span {

  color: var(--color-body);

  transition: var(--transition);

}

.single-community-box .rn-community-footer .community-reaction .likes span:hover {

  color: var(--color-primary);

}

.single-community-box .rn-community-footer .community-reaction .comments {

  margin-right: 15px;

  display: flex;

  align-items: center;

}

.single-community-box .rn-community-footer .community-reaction .comments i {

  margin-right: 7px;

  color: var(--color-white);

}

.single-community-box .rn-community-footer .community-reaction .comments span {

  color: var(--color-body);

}

.single-community-box .rn-community-footer .community-reaction .comments span:hover {

  color: var(--color-primary);

  transition: var(--transition);

}

.single-community-box .rn-community-footer .community-reaction .views {

  margin-right: 15px;

  display: flex;

  align-items: center;

}

.single-community-box .rn-community-footer .community-reaction .views i {

  margin-right: 7px;

}

.single-community-box .rn-community-footer .community-reaction .time {

  display: flex;

  align-items: center;

}

.single-community-box .rn-community-footer .community-reaction .time i {

  margin-right: 7px;

}



.forum-input-ans-wrapper {

  display: flex;

  margin-top: 30px;

  padding: 30px;

  background: var(--background-color-1);

  border-radius: 8px;

  border: 1px solid var(--color-border);

  align-items: center;

}

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

  .forum-input-ans-wrapper {

    flex-direction: column;

    justify-content: center;

  }

}

.forum-input-ans-wrapper img {

  border-radius: 50%;

  width: 60px;

  height: 60px;

  border: 2px solid var(--color-border);

  margin-right: 20px;

}

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

  .forum-input-ans-wrapper img {

    height: 100px;

    width: 100px;

    margin-bottom: 15px;

    margin-right: 0;

    border-radius: 6px;

  }

}

.forum-input-ans-wrapper input {

  background: var(--background-color-2);

  height: 50px;

  border-radius: 6px 10px 10px 6px !important;

  color: var(--color-white);

  font-size: 14px;

  padding: 10px 20px;

  transition: 0.3s;

}

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

  .forum-input-ans-wrapper input {

    margin-bottom: 15px;

    margin-right: 0;

  }

}

.forum-input-ans-wrapper button {

  margin-left: 20px;

}

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

  .forum-input-ans-wrapper button {

    margin-left: 0;

  }

}



.forum-ans-box {

  margin-top: 30px;

  padding: 30px;

  background: var(--background-color-1);

  border-radius: 8px;

  border: 1px solid var(--color-border);

  align-items: center;

}



.forum-single-ans .ans-header {

  display: flex;

  align-items: center;

  margin-bottom: 25px;

}

.forum-single-ans .ans-header img {

  border-radius: 50%;

  width: 50px;

  height: 50px;

  border: 2px solid var(--color-border);

  margin-right: 10px;

}

.forum-single-ans .ans-header p.name {

  margin-bottom: 0;

  color: var(--color-primary);

  font-weight: 600;

  margin-right: 10px;

}

.forum-single-ans .ans-content p {

  margin-bottom: 25px;

}

.forum-single-ans .ans-content .reaction {

  display: flex;

  align-items: center;

}

.forum-single-ans .ans-content .reaction .like {

  margin-right: 15px;

  color: var(--color-body);

}

.forum-single-ans .ans-content .reaction .like i {

  margin-right: 5px;

  color: var(--color-primary);

  cursor: pointer;

}

.forum-single-ans .ans-content .reaction .dislike {

  margin-right: 15px;

  color: var(--color-body);

}

.forum-single-ans .ans-content .reaction .dislike i {

  margin-right: 5px;

  color: var(--color-primary);

  cursor: pointer;

}



hr.form-ans-separator {

  height: 1px;

  width: 100%;

  background: var(--color-border);

  margin-top: 20px !important;

  opacity: 1;

}



/* key feature style */

.single-key {

  background: var(--background-color-1);

  border: 1px solid var(--color-border);

  border-radius: 6px;

  text-align: center;

  color: #ffffff;

  padding: 36px 20px 36px 20px;

  height: auto;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  transition: var(--transition);

  height: 100%;

}

.single-key svg {

  display: block;

  height: 40px;

  width: 40px;

  stroke-width: 2px;

  transition: var(--transition);

}

.single-key label {

  font-weight: 500;

  font-size: 16px;

  line-height: 24px;

  margin-top: 12px;

  transition: var(--transition);

}

.single-key:hover {

  background: var(--color-primary);

}



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

    White Version Demo  

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

body.active-light-mode {

  background: #f5f8fa;

}



.active-light-mode {

  color: var(--color-light-body);

}

.active-light-mode .bg-color--3,

.active-light-mode .vedio-wrapper img {

  background: var(--color-white) !important;

}

.active-light-mode .bg-color--2 {

  background: #f5f8fa !important;

}

.active-light-mode .bg-color--1 {

  background: var(--color-white) !important;

}

.active-light-mode p,

.active-light-mode .product-share-wrapper .profile-share a.more-author-text,

.active-light-mode input,

.active-light-mode select,

.active-light-mode textarea,

.active-light-mode .active-light-mode .nice-select .current,

.active-light-mode .nice-select .option,

.active-light-mode .rn-collection-inner-one .collection-wrapper .collection-deg span.items,

.active-light-mode .footer-list-one .single-list a,

.active-light-mode .rn-icon-list .icon-box > a,

.active-light-mode .mainmenu-nav .mainmenu li a,

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a,

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a,

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg,

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i,

.active-light-mode .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span,

.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a,

.active-light-mode .widget-content-wrapper .input-group input,

.active-light-mode .copy-right-one .copyright-left span,

.active-light-mode .copy-right-one .copyright-left .privacy li a,

.active-light-mode .copy-right-one .copyright-right .social-copyright li a,

.active-light-mode .left-header-style .mainmenu-nav .mainmenu li a svg,

.active-light-mode .rn-top-bar-area .input-group input,

.active-light-mode .rn-service-one .inner .content .read-more-button i,

.active-light-mode .color-body,

.active-light-mode .tab-button-one .nav-tabs button,

.active-light-mode ol li,

.active-light-mode .rn-pd-bd-wrapper .top-seller-inner-one h6.name-title,

.active-light-mode .rn-pd-sm-property-wrapper h6.pd-property-title,

.active-light-mode .rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-pric span,

.active-light-mode .widge-tag .tag-wrapper a.badge,

.active-light-mode .widge-social .social-share-list li a svg,

.active-light-mode .popup-mobile-menu .mainmenu li a,

.active-light-mode .hamberger button.hamberger-button,

.active-light-mode .top-seller-list-wrapper .top-seller-list::before,

.active-light-mode .creator-list-wrapper .creator-single::before,

.active-light-mode .maintanence-area .inner .content p,

.active-light-mode .rbt-single-widget.widget_categories ul li span,

.active-light-mode .tagcloud a,

.active-light-mode .social-share-default li a .text,

.active-light-mode .shortby-default .filter-leble,

.active-light-mode .price__output--wrap .price--output span,

.active-light-mode .isotop-filter button,

.active-light-mode .footer-for-left-sticky-header .inner p a,

.active-light-mode .rn-check-box .rn-check-box-label,

.active-light-mode nav.pagination-wrapper .pagination,

.active-light-mode input[type=checkbox] ~ label,

.active-light-mode input[type=radio] ~ label,

.active-light-mode .single-activity-wrapper .inner .content .time-maintane .data a,

.active-light-mode .rbt-single-widget.widget_recent_entries .inner span,

.active-light-mode .comment-list .comment .comment-img .time-spent,

.active-light-mode .upcoming-projects tr td span,

.active-light-mode .banner-style-4 .sldier-content p.banner-disc-one,

.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li a,

.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li.separator,

.active-light-mode .search-form-wrapper .search-icon button i,

.active-light-mode .product-share-wrapper .share-btn .icon,

.active-light-mode .rn-search-mobile.form-group input,

.active-light-mode .slider-style-5 .banner-left-content p.banner-disc-one,

.active-light-mode .newsletter-wrapper input,

.active-light-mode .forum-search .input-group input,

.active-light-mode .community-content-wrapper ul li button,

.active-light-mode .forum-single-ans .ans-content .reaction .like,

.active-light-mode .forum-single-ans .ans-content .reaction .dislike {

  color: var(--color-light-body);

}

.active-light-mode .product-share-wrapper .profile-share a.more-author-text {

  color: var(--color-light-body) !important;

}

.active-light-mode .color-body {

  color: var(--color-light-body) !important;

}

.active-light-mode h1,

.active-light-mode h2,

.active-light-mode h3,

.active-light-mode h4,

.active-light-mode h5,

.active-light-mode h6,

.active-light-mode .h1,

.active-light-mode .h2,

.active-light-mode .h3,

.active-light-mode .h4,

.active-light-mode .h5,

.active-light-mode .h6,

.active-light-mode .rn-service-one .inner .content .title,

.active-light-mode .nice-select .current,

.active-light-mode .share-btn-activation .share-btn-setting .btn-setting-text,

.active-light-mode .product-style-one a .product-name,

.active-light-mode ul li a,

.active-light-mode .left-header-style .authore-profile .au-content p.name,

.active-light-mode .page-title-area h3,

.active-light-mode .btn-transparent,

.active-light-mode .author-wrapper .author-inner .rn-author-info-content .social-follw .user-name,

.active-light-mode .author-wrapper .author-inner .rn-author-info-content .follow-area .follow span,

.active-light-mode .wallet-wrapper .inner .content .title,

.active-light-mode .top-seller-inner-one .top-seller-wrapper .top-seller-content span a,

.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button,

.active-light-mode .banner-style-4 .sldier-content .title,

.active-light-mode .slider-style-5 .banner-left-content .title,

.active-light-mode .rn-comment-form .section-title .title,

.active-light-mode .upload-variant-title-wrapper p span,

.active-light-mode .rbt-single-widget.widget_recent_entries .inner a,

.active-light-mode .upcoming-projects tr th span,

.active-light-mode .change-pass-wrapper input,

.active-light-mode .accordion .accordion-item .accordion-header button i {

  color: var(--color-light-heading);

}

.active-light-mode .share-btn-activation .share-btn-setting .btn-setting-text:hover,

.active-light-mode ul li a:hover,

.active-light-mode .maintanence-area .inner .content p a,

.active-light-mode .category-style-one i {

  color: var(--color-primary);

}

.active-light-mode .category-style-one span.category-label {

  color: var(--color-dark) !important;

}

.active-light-mode .social-share-media .another-login {

  color: var(--color-light-heading);

}

.active-light-mode .category-style-one:hover {

  background: var(--color-primary);

}

.active-light-mode .category-style-one:hover i {

  color: var(--color-white);

}

.active-light-mode .category-style-one:hover span.category-label {

  color: var(--color-white) !important;

}

.active-light-mode .btn:focus {

  border: none;

  box-shadow: none;

}

.active-light-mode .btn:hover {

  color: var(--color-white) !important;

}

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

  .active-light-mode .rn-search-mobile.form-group {

    background: var(--color-gray-2);

  }

  .active-light-mode .rn-search-mobile.form-group input {

    background: var(--color-white);

  }

}

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

  .active-light-mode .rn-search-mobile.form-group {

    background: var(--color-gray-2);

  }

  .active-light-mode .rn-search-mobile.form-group input {

    background: var(--color-white);

  }

}

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover svg,

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover i,

.active-light-mode .maintanance-inner .wrapper p {

  color: var(--color-white);

}

.active-light-mode .nice-select,

.active-light-mode tbody .color-light {

  background: var(--color-gray-2);

}

.active-light-mode .nice-select::after,

.active-light-mode tbody .color-light::after {

  border-bottom: 2px solid var(--color-light-body);

  border-right: 2px solid var(--color-light-body);

}

.active-light-mode .ui-widget-content {

  background: var(--color-white) none repeat scroll 0 0;

}

.active-light-mode .rn-progress-parent {

  box-shadow: inset 0 0 0 2px var(--color-white);

}

.active-light-mode .nice-select.open .list,

.active-light-mode .banner-one-slick button.slide-arrow,

.active-light-mode .left-header-style .mainmenu-nav .mainmenu li a svg,

.active-light-mode .report-form-box textarea,

.active-light-mode .copy-right-one .copyright-right .social-copyright li a,

.active-light-mode button.slide-arrow,

.active-light-mode .upload-variant-wrapper,

.active-light-mode nav.pagination-wrapper .pagination,

.active-light-mode button.another-login,

.active-light-mode .author-button-area .at-follw,

.active-light-mode .change-pass-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .edit-bio-area textarea,

.active-light-mode .nuron-information input,

.active-light-mode .newsletter-wrapper input,

.active-light-mode .forum-search .input-group input {

  background: var(--color-gray-2);

}

.active-light-mode .left-header-style .authore-profile {

  background: #f0f9ff;

}

.active-light-mode .author-button-area .at-follw svg {

  color: var(--color-light-heading);

}

.active-light-mode .rn-icon-list.user-account .rn-dropdown,

.active-light-mode .popup-mobile-menu .inner,

.active-light-mode .slider-style-6,

.active-light-mode .box-table,

.active-light-mode .lg-product-wrapper,

.active-light-mode .lg-product-wrapper.colum-2 .inner,

.active-light-mode .tab-content-edit-wrapepr .tab-pane,

.active-light-mode .nuron-expo-filter-widget,

.active-light-mode .odometer-area-slide,

.active-light-mode .newsletter-right,

.active-light-mode .single-community-box,

.active-light-mode .banner-xii-wrapper .banner-content-wrapper .wallet-image-wrapper img,

.active-light-mode .community-content-wrapper ul,

.active-light-mode .forum-input-ans-wrapper,

.active-light-mode .forum-ans-box,

.active-light-mode .create-collection-form-wrapper,

.active-light-mode .footer-top .nu-brand-area li,

.active-light-mode .banner_xii .left-thumbnail-image img,

.active-light-mode .banner_xii .place-bet-area.into-banner,

.active-light-mode .expo-15-wrapper .thumb-wrapepr img.main,

.active-light-mode .single-key,

.active-light-mode .single-banner-shape-card,

.active-light-mode .single-odometer.banner {

  background: var(--color-white);

}

.active-light-mode .slick-dots li button,

.active-light-mode .left-header-style,

.active-light-mode .accordion .accordion-item .accordion-body,

.active-light-mode .newsletter-wrapper {

  background: var(--color-white);

}

.active-light-mode .rn-collection-inner-one .collection-wrapper .collection-deg span.items,

.active-light-mode .form-wrapper-one.form-create .nice-select.open .list,

.active-light-mode .collection-single-wized .create-collection-input input {

  background: var(--color-gray-2);

}

.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {

  background: var(--color-primary);

}

.active-light-mode .collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label,

.active-light-mode .collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label,

.active-light-mode .collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label {

  background: var(--color-primary);

}

.active-light-mode .collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label:hover,

.active-light-mode .collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label:hover,

.active-light-mode .collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label:hover {

  background: var(--color-primary-alta);

}

.active-light-mode .search-form-wrapper .form-control,

.active-light-mode .rn-icon-list .icon-box > a,

.active-light-mode .my_switcher,

.active-light-mode .footer-recent-post li + li.recent-post,

.active-light-mode .widget-content-wrapper .widget-bottom,

.active-light-mode .rn-icon-list.user-account .rn-dropdown .add-fund-button,

.active-light-mode .single-notice .thumbnail a img,

.active-light-mode .top-seller-inner-one .top-seller-wrapper .thumbnail a img,

.active-light-mode .right-fix-notice,

.active-light-mode .single-notice,

.active-light-mode .rn-header,

.active-light-mode .widge-post ul li,

.active-light-mode .widge-tag .tag-wrapper a.badge,

.active-light-mode .popup-mobile-menu .inner .header-top,

.active-light-mode .popup-mobile-menu .mainmenu li + li,

.active-light-mode .popup-mobile-menu .mainmenu .mega-menu-item li:last-child,

.active-light-mode .default-exp-wrapper,

.active-light-mode .rn-breadcrumb-inner,

.active-light-mode .share-btn-activation .share-btn-setting .btn-setting-text + .btn-setting-text,

.active-light-mode .top-seller-inner-one .top-seller-wrapper .thumbnail a,

.active-light-mode .title-badge,

.active-light-mode .tagcloud a,

.active-light-mode .rn-icon-list .icon-box > a, .active-light-mode .rn-icon-list .icon-box > button,

.active-light-mode input, .active-light-mode button, .active-light-mode select, .active-light-mode textarea,

.active-light-mode .social-share-default li a .icon,

.active-light-mode .copy-right-one,

.active-light-mode .nice-select .option + .option,

.active-light-mode .product-share-wrapper .profile-share a img,

.active-light-mode .upload-area label,

.active-light-mode nav.pagination-wrapper .pagination,

.active-light-mode .product-tab-wrapper .rn-pd-rt-content button.nav-link.active .rn-pd-sm-thumbnail,

.active-light-mode .rn-comment-form .inner .rnform-group textarea,

.active-light-mode .box-table,

.active-light-mode .left-header-style .authore-profile .thumbnail img,

.active-light-mode .hamberger button.hamberger-button,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .edit-bio-area textarea,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .profile-change .profile-left .profile-image img,

.active-light-mode .nuron-expo-filter-widget .widget-title,

.active-light-mode .odometer-area-slide .single-odometer,

.active-light-mode .newsletter-wrapper input,

.active-light-mode .single-community-box .community-bx-header .header-left .thumbnail img,

.active-light-mode .collection-single-wized .create-collection-input,

.active-light-mode .single-community-box .community-bx-header,

.active-light-mode .forum-ans-box,

.active-light-mode .forum-input-ans-wrapper,

.active-light-mode .forum-input-ans-wrapper img,

.active-light-mode .forum-single-ans .ans-header img,

.active-light-mode .single-community-box,

.active-light-mode .odometer-area-slide,

.active-light-mode .create-collection-form-wrapper,

.active-light-mode .collection-single-wized .create-collection-input.logo-image .logo-c-image img,

.active-light-mode .collection-single-wized .create-collection-input.feature-image .logo-c-image img,

.active-light-mode .collection-single-wized .create-collection-input.banner-image .logo-c-image img,

.active-light-mode .collection-single-wized .create-collection-input input,

.active-light-mode .newsletter-wrapper,

.active-light-mode .newsletter-right,

.active-light-mode .footer-top .nu-brand-area li,

.active-light-mode .banner_xii .left-thumbnail-image img,

.active-light-mode .banner_xii .place-bet-area.into-banner,

.active-light-mode .odometer-area-slide.jump::before,

.active-light-mode .single-key {

  border-color: var(--color-border-white);

}

.active-light-mode .game-banner-slick-wrapper .share-react.react .share-btn button:hover {

  background: transparent;

}

.active-light-mode hr.form-ans-separator {

  background: var(--color-border-white);

}

.active-light-mode .forum-input-ans-wrapper input {

  background: #ebeef0;

}

.active-light-mode .copy-right-one .copyright-left .privacy::before {

  background: var(--color-border-white);

}

.active-light-mode .rbt-single-widget.widget_categories ul li + li,

.active-light-mode .rbt-single-widget.widget_recent_entries ul li + li {

  border-top: 1px solid var(--color-border-white);

}

.active-light-mode .filter-wrapper .sing-filter button,

.active-light-mode button.another-login,

.active-light-mode tbody.ranking tr td .thumbnail img,

.active-light-mode .game-banner-slick-wrapper .product-share-wrapper.lg-product-share a img,

.active-light-mode .lg-product_tab-pane,

.active-light-mode .product-tab-nav .nav,

.active-light-mode .tab-content-edit-wrapepr .tab-pane,

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .edit-bio-area textarea,

.active-light-mode .input-two-wrapper .profile-edit-select,

.active-light-mode .input-two-wrapper .phone-number input,

.active-light-mode .input-two-wrapepr-prifile .profile-edit-select,

.active-light-mode .change-pass-wrapper input,

.active-light-mode .collection-single-wized .create-collection-input textarea,

.active-light-mode .collection-single-wized .create-collection-input .nice-select {

  border-color: var(--color-border-white) !important;

}

.active-light-mode .slider-style-3 .wrapper,

.active-light-mode .banner-style-4 .slider,

.active-light-mode .rbt-single-widget,

.active-light-mode .left-nav .nav.nav-tabs,

.active-light-mode .category-style-one {

  background: var(--color-white);

}

.active-light-mode .author-button-area .btn,

.active-light-mode .author-button-area .at-follw,

.active-light-mode .left-nav .nav.nav-tabs button,

.active-light-mode .collection-single-wized .create-collection-input input,

.active-light-mode .collection-single-wized .create-collection-input textarea,

.active-light-mode .collection-single-wized .create-collection-input .nice-select {

  background: var(--color-gray-2);

  color: var(--color-light-heading);

}

.active-light-mode .author-button-area .at-follw:hover {

  background: var(--color-primary);

}

.active-light-mode .author-button-area .at-follw:hover svg {

  color: var(--color-white);

}

.active-light-mode .filter-wrapper .sing-filter button {

  background: var(--color-gray-2);

  border-color: var(--color-gray-2);

  color: var(--color-body-white);

}

.active-light-mode .filter-wrapper .sing-filter button:hover {

  background: var(--color-primary);

  border-color: var(--color-primary);

  color: var(--color-white);

}

.active-light-mode .author-button-area .btn:hover,

.active-light-mode .left-nav .nav.nav-tabs button.active,

.active-light-mode .left-nav .nav.nav-tabs button:hover {

  background: var(--color-primary);

  color: var(--color-white);

}

.active-light-mode .author-button-area .btn:hover i,

.active-light-mode .left-nav .nav.nav-tabs button.active i,

.active-light-mode .left-nav .nav.nav-tabs button:hover i {

  color: var(--color-white);

}

.active-light-mode .theme-switch__label {

  background: #e4e4e4;

}

.active-light-mode .tab-button-one .nav-tabs button,

.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button,

.active-light-mode .form-wrapper-one input, .active-light-mode .form-wrapper-one textarea,

.active-light-mode .active-light-mode .rn-footer-one .input-group input,

.active-light-mode .rn-top-bar-area .input-group input,

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .edit-bio-area textarea,

.active-light-mode .role-area input,

.active-light-mode .input-two-wrapper .phone-number input {

  background: var(--color-gray-2);

}

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .personal-info-wrapper .edit-bio-area textarea,

.active-light-mode .role-area input,

.active-light-mode .input-two-wrapper .phone-number input,

.active-light-mode .left-nav .nav.nav-tabs button i,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .profile-form-wrapper input,

.active-light-mode .tab-content-edit-wrapepr .nuron-information .edit-bio-area textarea,

.active-light-mode .single-community-box .community-bx-header .header-left .name-date a.name {

  color: var(--color-light-heading);

}

.active-light-mode .left-nav .nav.nav-tabs button.active i,

.active-light-mode .left-banner-16-wrapepr h1.title span {

  color: var(--color-white);

}

.active-light-mode .tab-button-one .nav-tabs button.active {

  background: var(--color-primary);

  color: var(--color-white);

}

.active-light-mode .wallet-wrapper:hover .inner .icon svg,

.active-light-mode .slider-style-3 .wrapper .slider .slider-thumbnail a,

.active-light-mode .slider-style-3 .slide-small-wrapper .read-wrapper .title {

  color: var(--color-white);

}

.active-light-mode .rn-top-bar-area .my_switcher ul li a.dark img {

  filter: brightness(100);

}

.active-light-mode .rn-check-box-label a {

  color: var(--color-primary);

}

.active-light-mode .single-key {

  border-color: transparent;

}

.active-light-mode .single-key svg {

  color: var(--color-primary);

}

.active-light-mode .single-key label {

  color: var(--color-dark);

}

.active-light-mode .single-key:hover {

  border: 1px solid transparent;

  background: var(--color-primary);

}

.active-light-mode .single-key:hover svg {

  color: var(--color-white);

}

.active-light-mode .single-key:hover label {

  color: var(--color-white);

}

.active-light-mode .rn-header.rn-header-four.header--fixed {

  background: var(--color-white);

}

.active-light-mode .padding-controler-slide-product a h1.title {

  color: var(--color-white);

}

.active-light-mode .place-bet-area.into-banner {

  background: var(--background-color-1);

}

.active-light-mode .place-bet-area.into-banner .winning-bid h6 {

  color: var(--color-white);

}

.active-light-mode .place-bet-area.into-banner .left-bid h6 {

  color: var(--color-white);

}

.active-light-mode .place-bet-area.into-banner .winning-bid .top-seller-content .heighest-bid {

  color: #adadad;

}

.active-light-mode .place-bet-area.into-banner .winning-bid .top-seller-content .heighest-bid a {

  color: var(--color-white);

}

.active-light-mode .place-bet-area.into-banner .bid-list .top-seller-inner-one .top-seller-wrapper .top-seller-content .count-number {

  color: var(--color-body);

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .catagory-wrapper .pd-property-inner span.type {

  color: var(--color-body);

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .catagory-wrapper .pd-property-inner span.value {

  color: var(--color-white) !important;

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .catagory-wrapper .pd-property-inner {

  background: var(--background-color-1) !important;

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .property-wrapper .pd-property-inner {

  background: var(--background-color-1) !important;

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .property-wrapper .pd-property-inner span.type {

  color: var(--color-body) !important;

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .property-wrapper .pd-property-inner span.value {

  color: var(--color-white);

}

.active-light-mode .rn-pd-sm-property-wrapper.into-banner .pd-property-title {

  color: var(--color-body);

}

.active-light-mode .padding-controler-slide-product .top-bid-price span.latest-bid {

  color: var(--color-white);

}

.active-light-mode .form-wrapper-one input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one input::-moz-placeholder {

  /* Firefox 19+ */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one input:-ms-input-placeholder {

  /* IE 10+ */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one input:-moz-placeholder {

  /* Firefox 18- */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one textarea::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one textarea::-moz-placeholder {

  /* Firefox 19+ */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one textarea:-ms-input-placeholder {

  /* IE 10+ */

  color: var(--color-light-body);

}

.active-light-mode .form-wrapper-one textarea:-moz-placeholder {

  /* Firefox 18- */

  color: var(--color-light-body);

}

.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

.active-light-mode .product-tab-nav .nav button.nav-link.active {

  background: var(--color-primary);

  border: 1px solid transparent;

}

.active-light-mode .product-tab-nav .nav button.nav-link {

  border-color: var(--color-border-white);

  background: var(--color-primary-alta);

}



.active-light-mode .rn-header.sticky {

  background-color: #f5f8fa;

}



.active-light-mode .product-style-one,

.active-light-mode .rn-service-one,

.active-light-mode .rn-collection-inner-one .collection-wrapper,

.active-light-mode .slider-style-2 .single-slide .inner,

.active-light-mode .slider-style-3 .slide-small-wrapper,

.active-light-mode .tab-button-one .nav-tabs,

.active-light-mode nav.pagination-wrapper .pagination,

.active-light-mode .product-tab-nav .nav {

  background: var(--color-white);

}



.active-light-mode .nice-select::after {

  border-bottom: 2px solid var(--color-light-heading);

  border-right: 2px solid var(--color-light-heading);

}



.slider-style-6 .slide .banner-read-thumb-lg h4,

.slider-style-7 .rn-banner-wrapper h2.title,

.rn-top-bar-area .contact-area .setting-option .icon-box a, .rn-top-bar-area .contact-area .setting-option .icon-box button {

  color: var(--color-white);

}



.active-light-mode .product-share-wrapper .share-btn::after {

  background: var(--color-gray-2);

}

.active-light-mode .product-share-wrapper .share-btn:hover::after {

  background: var(--color-primary);

}

.active-light-mode .product-share-wrapper .share-btn:hover button.icon {

  color: var(--color-white);

}

.active-light-mode .product-style-one .bid-react-area .react-area::after {

  background: var(--color-primary);

}

.active-light-mode .single-rn-slider .inner .title {

  color: #fff;

}

.active-light-mode .slider-wrapper-two .banner-read-thumb-lg h4 {

  color: #fff;

}

.active-light-mode .wallet-wrapper {

  background: var(--color-white);

}

.active-light-mode .wallet-wrapper::before {

  background: var(--gradient-one);

}

.active-light-mode .wallet-wrapper:hover::before {

  opacity: 1;

}

.active-light-mode .wallet-wrapper:hover .inner .icon svg {

  color: var(--color-white);

}

.active-light-mode .wallet-wrapper:hover .inner .content h4.title a {

  color: var(--color-white);

}

.active-light-mode .wallet-wrapper:hover .inner .content p.description {

  color: var(--color-white);

}

.active-light-mode .wallet-wrapper:hover .inner .content a.read-more-button {

  color: var(--color-white);

  color: var(--color-white) !important;

}

.active-light-mode .nice-selector-transparent .nice-select {

  background: transparent !important;

}

.active-light-mode .nice-selector-transparent .nice-select .current {

  color: var(--color-primary);

}

.active-light-mode .nice-selector-transparent .nice-select.open .list li {

  transition: var(--transition);

}

.active-light-mode .nice-selector-transparent .nice-select.open .list li:hover {

  color: var(--color-dark);

}

.active-light-mode .nice-selector-transparent .nice-select::after {

  border-bottom: 2px solid var(--color-primary);

  border-right: 2px solid var(--color-primary);

}

.active-light-mode .rn-footer-one .input-group input {

  background: var(--color-gray-2) !important;

  border: 2px solid var(--color-primary-alta);

}

.active-light-mode .rn-footer-one .input-group input:focus {

  border: 2px solid var(--color-primary);

}

.active-light-mode .backto-top > div {

  background-color: var(--color-primary);

}

.active-light-mode .backto-top > div:hover {

  background: var(--color-primary-alta);

}

.active-light-mode .author-wrapper .author-inner .user-thumbnail img {

  border: 15px solid var(--color-white);

}

.active-light-mode nav.pagination-wrapper .pagination li a {

  background: var(--color-gray-2);

  color: var(--color-dark);

}

.active-light-mode nav.pagination-wrapper .pagination li a.active {

  background: var(--color-primary);

}

.active-light-mode nav.pagination-wrapper .pagination li a:hover {

  background: var(--color-primary);

}

.active-light-mode .form-wrapper-one {

  background: var(--color-white);

}

.active-light-mode .form-wrapper-one input.form-control,

.active-light-mode .form-wrapper-one textarea.form-control {

  background: var(--color-gray-2) !important;

  color: var(--color-dark) !important;

}

.active-light-mode .form-wrapper-one input.form-control:focus,

.active-light-mode .form-wrapper-one textarea.form-control:focus {

  border: 2px solid var(--color-primary) !important;

}

.active-light-mode .form-wrapper-one .nice-select {

  background: var(--color-gray-2);

}

.active-light-mode .product-tab-wrapper .rn-pd-content .rn-pd-thumbnail {

  background: var(--color-white);

}

.active-light-mode .product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail {

  background: var(--color-white);

}

.active-light-mode .rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner {

  background: var(--color-white);

}

.active-light-mode .rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.color-white {

  color: var(--color-dark) !important;

}

.active-light-mode .rn-pd-content-area .pd-title-area .pd-react-area .count {

  background: var(--color-gray-2);

}

.active-light-mode .rn-pd-content-area .pd-title-area .pd-react-area .count svg {

  color: var(--color-light-body);

}

.active-light-mode .rn-pd-content-area .pd-title-area .pd-react-area .heart-count {

  background: var(--color-gray-2);

}

.active-light-mode .rn-pd-content-area .pd-title-area .pd-react-area .heart-count svg {

  color: var(--color-light-body);

}

.active-light-mode .rn-pd-content-area .pd-title-area .pd-react-area .heart-count span {

  color: var(--color-light-body);

}

.active-light-mode .rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner {

  background: var(--color-white);

}

.active-light-mode .rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.color-white {

  color: var(--color-dark) !important;

}

.active-light-mode .place-bet-area {

  background: var(--color-white);

}

.active-light-mode .rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick {

  background: var(--color-white);

}

.active-light-mode .rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow {

  background: var(--color-primary);

  transition: var(--transition);

}

.active-light-mode .rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow:hover {

  background: var(--color-primary-alta);

}

.active-light-mode .rn-pd-content-area .catagory-collection .catagory span {

  color: var(--color-primary);

}

.active-light-mode .rn-pd-content-area .catagory-collection .collection span {

  color: var(--color-primary);

}

.active-light-mode .rn-blog {

  background: var(--color-white);

}

.active-light-mode .rn-blog-listen .bd-thumbnail {

  background: var(--color-white);

}

.active-light-mode .rn-blog-listen .comment-inner .rnform-group input {

  background: var(--color-white);

}

.active-light-mode .rn-blog-listen .comment-inner .rnform-group textarea {

  background: var(--color-white);

}

.active-light-mode .accordion .accordion-item {

  background: #ffffff61;

}

.active-light-mode .accordion .accordion-item .accordion-header button {

  background: var(--color-white);

}

.active-light-mode .avatar::before {

  background: var(--color-primary);

}

.active-light-mode .avatar::after {

  border-top-color: var(--color-primary);

}

.active-light-mode .connect-td a {

  color: var(--color-primary);

}

.active-light-mode .connect-td a:hover {

  color: var(--color-primary-alta) !important;

}

.active-light-mode .connect-thumbnail {

  background: var(--color-white);

}

.active-light-mode .slider-wrapper-one {

  background: var(--color-white);

}

.active-light-mode .slider-wrapper-one .banner-read-thumb h4 {

  color: var(--color-white);

}

.active-light-mode section.slider-wrapper {

  background: var(--color-white);

}

.active-light-mode section.slider-wrapper .slider .slider-thumbnail .read-wrapper h5 {

  color: var(--color-white);

}

.active-light-mode .slide-progress-small-wrapper {

  background: var(--color-white);

}

.active-light-mode .slide-progress-small-wrapper .read-wrapper h5 {

  color: var(--color-white);

}

.active-light-mode .slider-progress {

  height: 3px;

}

.active-light-mode .slider-progress .progress {

  height: 3px;

}

.active-light-mode .share-btn-activation .share-btn-setting {

  background: var(--color-gray-2) !important;

  box-shadow: none;

  border: none;

}

.active-light-mode .modal-content.share-wrapper {

  background: var(--color-white);

}

.active-light-mode .upload-modal-wrapper .modal-content.share-wrapper {

  background: transparent !important;

}

.active-light-mode .report-content-wrapper {

  background: var(--color-white);

}

.active-light-mode .report-content-wrapper .modal-body {

  padding: 0;

}

.active-light-mode .report-content-wrapper .modal-body p {

  margin-bottom: 15px;

}

.active-light-mode .report-modal-header {

  justify-content: flex-start;

  padding: 0;

  margin: 0;

}

.active-light-mode .report-modal-header h5 {

  margin-bottom: 10px;

}

.active-light-mode .placebid-modal-wrapper .modal-content {

  background: var(--color-white);

}

.active-light-mode .placebid-modal-wrapper .modal-content .modal-body p {

  color: var(--color-light-body);

}

.active-light-mode .placebid-modal-wrapper .modal-content .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input {

  background: var(--color-gray-2);

  border: 2px solid var(--color-border-white);

}

.active-light-mode .placebid-modal-wrapper .modal-content .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input:focus {

  border: 2px solid var(--color-primary);

}

.active-light-mode .placebid-modal-wrapper .bid-content-mid span {

  color: var(--color-light-body);

}

.active-light-mode input[type=checkbox] ~ label::before,

.active-light-mode input[type=radio] ~ label::before {

  background-color: var(--color-border-white);

}

.active-light-mode .forget-pass-wrapper {

  background: var(--color-white);

}

.active-light-mode .forget-pass-wrapper .form-control {

  background: var(--color-gray-2) !important;

  color: var(--color-dark) !important;

}

.active-light-mode .top-seller-inner-one.explore {

  background: var(--color-white);

  border: 1px solid transparent;

}

.active-light-mode .accordion .accordion-item .accordion-header button {

  color: var(--color-light-heading);

}

.active-light-mode .accordion .accordion-item .accordion-header button[aria-expanded=true] {

  color: var(--color-primary);

}

.active-light-mode .single-activity-wrapper {

  background: var(--color-white);

}

.active-light-mode .filter-wrapper .sing-filter span {

  background: var(--color-white);

}

.active-light-mode .filter-wrapper .sing-filter span:hover {

  background: var(--color-primary);

  color: var(--color-white);

}

.active-light-mode .rn-about-card {

  background: var(--color-white);

  border: none;

}

.active-light-mode .rn-about-wrapper {

  border: none;

  background: var(--color-white);

}

.active-light-mode .single-counter-up {

  background: var(--color-white);

  border: none;

}

.active-light-mode .single-counter-up .botton-title {

  color: var(--color-light-heading);

}

.active-light-mode .wETH::after {

  color: #ff0000bf;

}

.active-light-mode .call-to-action-wrapper h3 {

  color: var(--color-white);

}

.active-light-mode .call-to-action-wrapper P {

  color: #bdbbbb;

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu {

  background: var(--color-white);

  border-bottom: 1px solid rgba(0, 0, 0, 0.082);

  border-left: 1px solid rgba(0, 0, 0, 0.082);

  border-right: 1px solid rgba(0, 0, 0, 0.082);

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a {

  transition: var(--transition);

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a:hover svg {

  color: var(--color-white) !important;

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a svg {

  color: var(--color-white);

}

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  border-radius: 0 0 10px 10px;

  background-color: #fff;

  border-bottom: 1px solid #00000014;

  border-left: 1px solid #00000014;

  border-right: 1px solid #00000014;

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu {

  background: var(--color-white);

  border-bottom: 1px solid rgba(0, 0, 0, 0.082);

  border-left: 1px solid rgba(0, 0, 0, 0.082);

  border-right: 1px solid rgba(0, 0, 0, 0.082);

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a {

  transition: var(--transition);

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a:hover svg {

  color: var(--color-white) !important;

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a svg {

  color: var(--color-white);

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  border-radius: 0 0 10px 10px;

  background-color: #fff;

  border-bottom: 1px solid #00000014;

  border-left: 1px solid #00000014;

  border-right: 1px solid #00000014;

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .single-mega-item li a:hover {

  color: var(--color-white) !important;

  background: var(--color-primary);

}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .single-mega-item li a:hover svg {

  color: var(--color-primary);

  background: var(--color-white);

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: var(--color-body);

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i,

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg {

  color: var(--color-body);

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li .submenu {

  background: #00000042;

  border-radius: 0 0 10px 10px;

  border-bottom: 1px solid #00000014;

  border-left: 1px solid #00000014;

  border-right: 1px solid #00000014;

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li .submenu li a {

  color: #bbb9b9;

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li .submenu li a i,

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li .submenu li a svg {

  color: #bbb9b9;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: var(--color-body);

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i,

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg {

  color: var(--color-body);

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li .submenu {

  background: #fff;

  border-radius: 0 0 10px 10px;

  border-bottom: 1px solid #00000014;

  border-left: 1px solid #00000014;

  border-right: 1px solid #00000014;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li .submenu li a {

  color: #7e7b7b;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li .submenu li a i,

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li .submenu li a svg {

  color: #7e7b7b;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {

  background: var(--color-white);

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: #7e7b7b !important;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i,

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg {

  color: #7e7b7b !important;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover {

  color: var(--color-white) !important;

}

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover i,

.active-light-mode .rn-header.sticky.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover svg {

  color: var(--color-primary) !important;

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: #bbb9b9;

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a i,

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg {

  color: #bbb9b9;

}

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover {

  color: var(--color-white) !important;

  background: var(--color-primary);

}

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover svg {

  color: var(--color-white);

}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a svg,

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a i {

  color: #fff;

}

.active-light-mode .mainmenu-nav .primary-menu li .submenu {

  background: #fff !important;

  border-bottom: 1px solid #ffffff14;

  border-right: 1px solid #ffffff14;

  border-left: 1px solid #ffffff14;

}

.active-light-mode .mainmenu-nav .primary-menu li .submenu li a {

  transition: var(--transition);

}

.active-light-mode .mainmenu-nav .primary-menu li .submenu li a:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

.active-light-mode .mainmenu-nav .primary-menu li .submenu li a:hover svg {

  color: var(--color-white);

}

.active-light-mode .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper {

  background: #ffffff !important;

  border-bottom: 1px solid #ffffff14;

  border-right: 1px solid #ffffff14;

  border-left: 1px solid #ffffff14;

}

.active-light-mode .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  transition: var(--transition);

}

.active-light-mode .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover {

  background: var(--color-primary);

  color: var(--color-white) !important;

}

.active-light-mode .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover svg {

  background: var(--color-white);

  color: var(--color-primary);

}

.active-light-mode .rn-header.header--fixed.sticky .header-left .rn-search-header .input-group input {

  border-bottom: 1px solid var(--color-primary);

  color: var(--color-dark);

}

.active-light-mode .rn-header.header--fixed.sticky .header-left .rn-search-header .input-group .input-group-append button svg {

  color: var(--color-primary);

}

.active-light-mode .rn-header.header--fixed.sticky .mainmenu-nav .primary-menu li .with-megamenu .rn-megamenu .wrapper {

  background: var(--color-white) !important;

}

.active-light-mode .rn-header.header--fixed.position-absolute .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper {

  background: #00000042 !important;

}

.active-light-mode .rn-header.header--fixed.position-absolute.sticky .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper {

  background: #fff !important;

}

.active-light-mode .rn-header.header--fixed.position-absolute.sticky .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a {

  color: var(--color-dark);

}

.active-light-mode .rn-header.header--fixed.position-absolute.sticky .mainmenu-nav .primary-menu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a svg {

  color: var(--color-dark);

}

.active-light-mode .rn-header.position-absolute.header--fixed.sticky .mainmenu-nav .primary-menu li.nav-item .submenu {

  background: var(--color-white) !important;

}

.active-light-mode .rn-header.position-absolute.header--fixed.sticky .mainmenu-nav .primary-menu li.nav-item .submenu li a {

  color: var(--color-dark);

}

.active-light-mode .rn-header.position-absolute.header--fixed.sticky .mainmenu-nav .primary-menu li.nav-item .submenu li a svg {

  color: var(--color-white) !important;

}

.active-light-mode .rn-header.header--fixed.sticky .mainmenu-nav .primary-menu li.nav-item .submenu {

  background: var(--color-white) !important;

}

.active-light-mode .comment-list ul.children .comment::before {

  border-left: 1px solid #c5c5c5;

}

.active-light-mode .comment-list ul.children .comment .single-comment::before {

  border-top: 1px solid #c5c5c5;

}

.active-light-mode .comment-list .comment.byuser .single-comment {

  background-color: var(--color-primary) !important;

}

.active-light-mode .comment-list .comment.byuser .single-comment .comment-author .commenter {

  color: var(--color-white);

}

.active-light-mode .comment-list .comment.byuser .single-comment .comment-author .time-spent {

  color: var(--color-white);

}

.active-light-mode .comment-list .comment.byuser .single-comment .comment-text p {

  color: var(--color-white);

}

.active-light-mode .comment-list .comment.byuser .single-comment .reply-edit .reply .comment-reply-link {

  color: var(--color-white);

}

.active-light-mode .comment-list .comment.byuser .single-comment .reply-edit .reply .comment-reply-link:hover {

  color: var(--color-white) !important;

}

.active-light-mode .comment-list .comment.byuser .single-comment .reply-edit .reply .comment-reply-link i {

  color: var(--color-white);

}

.active-light-mode .comment-list .comment .single-comment {

  background: var(--color-white);

}

.active-light-mode .comment-list .comment .comment-img .commenter {

  color: var(--color-dark);

}

.active-light-mode.home-sticky-pin {

  background: #f5f8fa;

}

.active-light-mode .right-fix-notice {

  background: var(--color-white);

}

.active-light-mode .right-fix-notice .notice-heading {

  background: #f0f9ff;

}

.active-light-mode .right-fix-notice .notice-heading h4 {

  color: var(--color-dark);

}

.active-light-mode .right-fix-notice .notice-heading .nice-select {

  background: var(--color-primary);

}

.active-light-mode .right-fix-notice .notice-heading .nice-select .current {

  color: var(--color-white);

}

.active-light-mode .right-fix-notice .notice-heading .nice-select::after {

  border-bottom: 2px solid var(--color-white);

  border-right: 2px solid var(--color-white);

}

.active-light-mode .banner-style-three .rn-banner-wrapper h2.title {

  color: var(--color-white);

}

.active-light-mode .rn-address {

  background: var(--color-white);

}

.active-light-mode .rn-address .inner p {

  margin: 0;

}

.active-light-mode .rn-address .inner p a {

  margin: 0;

  color: var(--color-dark);

}

.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li.current {

  color: var(--color-dark);

}

.active-light-mode .product-style-one::after {

  background: #ffffff;

}

.active-light-mode .product-style-one::before {

  background-image: linear-gradient(100deg, #fff, #0398ed);

}

.active-light-mode .logo-custom-css .logo-dark {

  display: block;

}

.active-light-mode .logo-custom-css .logo-light {

  display: none;

}

.active-light-mode .logo-custom-css::after {

  background: var(--color-border-white);

}

.active-light-mode .right-fix-notice::-webkit-scrollbar {

  width: 5px;

  background: var(--color-border-white);

}

.active-light-mode .right-fix-notice::-webkit-scrollbar-thumb {

  background: var(--color-primary-alta);

  border-radius: 0;

}

.active-light-mode .slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper .profile-share a.more-author-text,

.active-light-mode .game-banner-slick-wrapper .product-share-wrapper .profile-share a.more-author-text {

  color: #b9b8b8;

}

.active-light-mode .game-banner-short-slick-wrapper .slider-style-7 .rn-banner-wrapper .item-description {

  background: #504b7852;

}

.active-light-mode .banner-gallery-wrapper::before {

  background-image: linear-gradient(to bottom, #0c0c2100 0%, #f1f3f5 95%);

}

.active-light-mode .banner-gallery-wrapper::after {

  background-image: linear-gradient(to top, #0c0c2100 0%, #f1f3f5 95%);

}

.active-light-mode .banner-right-feature-product {

  background: linear-gradient(0deg, #f1f3f5, #0397edb5);

}

.active-light-mode .banner-right-feature-product .badge-inner {

  background: #ffffff38;

}

.active-light-mode.count_bg--3 .countdown .countdown-container .countdown-value {

  background-color: var(--color-primary);

}

.active-light-mode .off.icon-Star:before {

  color: var(--color-border-white);

  opacity: 1;

}

.active-light-mode .ui-widget-content {

  background: var(--color-border-white);

}

.active-light-mode .subscribe-wrapper_1 {

  border-color: var(--color-white);

}

.active-light-mode .subscribe-wrapper_1 .subscribe-input-wrapper .input-group button {

  background: var(--color-primary);

}

.active-light-mode .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {

  background: var(--color-gray-2) !important;

  color: var(--color-dark);

}

.active-light-mode .newsletter-wrapper input:focus {

  border-color: var(--color-primary);

}

.active-light-mode .forum-search .input-group input {

  background: #ebeef0;

}

.active-light-mode .single-community-box .community-content .hr {

  background: var(--color-border-white);

}

.active-light-mode .single-community-box .community-content .tags {

  background: var(--color-primary);

}

.active-light-mode .community-content-wrapper ul li button {

  border: 1px dashed var(--color-border-white) !important;

}

.active-light-mode .community-content-wrapper ul li button:hover {

  color: var(--color-white);

  background: var(--color-primary);

  border: 1px dashed transparent !important;

}

.active-light-mode .community-content-wrapper ul li button:focus {

  background: var(--color-primary);

  border: 1px dashed transparent !important;

}

.active-light-mode .community-content-wrapper ul li button.active {

  background: var(--color-primary) !important;

  border: 1px dashed transparent !important;

}

.active-light-mode .btn.add-community {

  background: var(--color-primary);

}

.active-light-mode .collection-single-wized .create-collection-input input:focus,

.active-light-mode .collection-single-wized .create-collection-input textarea:focus {

  border-color: var(--color-primary);

}

.active-light-mode .footer-top {

  border-color: var(--color-border-white);

}

.active-light-mode .with-down-shadow::before {

  background-image: linear-gradient(to bottom, #0c0c2100 0%, #edf0f2 87%);

}

.active-light-mode .with-down-shadow::after {

  background-image: linear-gradient(to top, #0c0c2100 0%, #edf0f2 87%);

}

.active-light-mode .odometer-area-slide .single-odometer {

  background: #fff;

}

.active-light-mode .single-community-box .rn-community-footer .community-reaction a i {

  background: var(--color-primary);

}

.active-light-mode .single-community-box .rn-community-footer .community-reaction a i:hover {

  background: var(--color-primary-alta);

}

.active-light-mode .banner_xii .place-bet-area .winning-bid h6,

.active-light-mode .banner_xii .place-bet-area .left-bid h6 {

  color: var(--color-light-heading);

}

.active-light-mode .banner_xii .top-seller-inner-one .top-seller-wrapper .top-seller-content span a {

  color: var(--color-dark) !important;

}

.active-light-mode .banner_xii .place-bet-area .winning-bid .top-seller-content .heighest-bid {

  color: var(--color-light-body);

}

.active-light-mode .banner_xii .rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner, .active-light-mode .banner_xii .rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner {

  background: var(--color-white) !important;

  border-color: var(--color-border-white) !important;

}

.active-light-mode .banner_xii .rn-pd-sm-property-wrapper h6.pd-property-title {

  color: var(--color-body-white) !important;

}

.active-light-mode .banner_xii .rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.value, .active-light-mode .banner_xii .rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.value {

  color: var(--color-dark) !important;

}

.active-light-mode .slide-style-14 .banner-xii-wrapper .banner-content-wrapper .title {

  color: var(--color-white);

}

.active-light-mode .slide-style-14 .banner-xii-wrapper .banner-content-wrapper .post-title {

  color: #b7b7b7;

}

.active-light-mode .expo-15-wrapper .thumb-wrapepr img.main {

  border-color: var(--color-border-white);

}

.active-light-mode .width-50-wrapper .collection-single-wized,

.active-light-mode .collection-single-wized.banner {

  background: #f1f3f5;

  border-color: var(--color-border-white);

}

.active-light-mode .banner-15 h1.title span {

  color: var(--color-white);

}

.active-light-mode .joined-people-wrapper {

  background: var(--color-white);

  border-color: var(--color-border-white);

}

.active-light-mode .banner_xii .place-bet-area.into-banner .bid-list .countdown .countdown-container .countdown-value {

  background: var(--color-primary);

}

.active-light-mode .banner_xii .place-bet-area.into-banner .bid-list .countdown .countdown-container .countdown-heading {

  color: var(--color-body-white);

}

.active-light-mode .top-seller-inner-one .top-seller-wrapper .top-seller-content span.count-number {

  color: var(--color-body-white) !important;

}

.active-light-mode .banner-xii-wrapper .banner-content-wrapper .post-title {

  color: #212121;

}



.active-light-mode .bg-image-svg-1.with-down-shadow::before {

  background-image: linear-gradient(to bottom, #0c0c2100 0%, #edf0f2ab 87%);

}

.active-light-mode .bg-image-svg-1.with-down-shadow::after {

  background-image: linear-gradient(to top, #0c0c2100 0%, #edf0f2ab 87%);

}







div.credit-carousel div.carousel-type-1 {

  padding: 10px 0px;

  position: relative;

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 10px;

  font-size: 0;

  padding-left: 20px;

  margin-bottom: 30px;

}

div.credit-carousel div.carousel-type-1 a.button {

  position: absolute;

  top: 20px;

  right: 15px;

  width: 30px;

  height: 30px;

  background-image: url("../../assets/images/arrow-next.svg");

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

  content: "";

  z-index: 9;

}

div.credit-carousel div.carousel-type-1 div.carousel-title {

  width: 250px;

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Bold";

  font-size: 14px;

  color: #fff;

}

div.credit-carousel div.carousel-type-1 div.carousel-title.big {

  font-size: 16px;

}

div.credit-carousel div.carousel-type-1 div.carousel-block {

  width: calc(100% - 250px);

  display: inline-block;

  vertical-align: middle;

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.owl-stage-outer:after {

  position: absolute;

  top: 0;

  right: 0;

  content: "";

  width: 130px;

  height: 100%;

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.item

  div.slider-item {

  height: 50px;

  line-height: 50px;

  background-color: rgb(57 178 245 / 50%);

  width: 100%;

  border-radius: 5px;

  padding: 0px 15px;

  font-size: 0;

  cursor: pointer;

  transition-duration: 0.5s;

  text-align: center;

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.item

  div.slider-item

  div.icon {

  display: inline-block;

  vertical-align: middle;

  width: 25px;

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.item

  div.slider-item

  div.icon

  img {

  max-width: 25px;

  height: auto;

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.item

  div.slider-item

  div.name {

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat SemiBold";

  font-size: 14px;

  line-height: 14px;

  color: #39b2f5;

  width: calc(50% - 12.5px);

}

  div.credit-carousel

  div.carousel-type-1

  div.owl-carousel

  div.item

  div.slider-item

  div.value {

  width: calc(50% - 12.5px);

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Bold";

  font-size: 14px;

  line-height: 14px;

  color: #fff;

}

div.credit-carousel div.carousel-type-2 div.owl-stage {

  display: flex;

  align-items: center;

}

div.credit-carousel div.carousel-type-2 div.slider-listing {

  font-size: 0;

  text-align: center;

  display:grid;

  grid-template-columns: repeat(5, 1fr);

  gap:32px;

}

div.credit-carousel div.carousel-type-2 div.slider-listing div.item {

  width: 100% !important;

  display: inline-block;

  vertical-align: middle;

  margin-right: 20px;

}

  div.credit-carousel

  div.carousel-type-2

  div.slider-listing

  div.item:last-child {

  margin-right: 0;

}

div.credit-carousel div.carousel-type-2 div.item div.slider-item {

  min-height: 370px;

  border-radius: 10px;

  background-image: linear-gradient(

    to top,

    rgba(255, 255, 255, 0),

    rgba(255, 255, 255, 0.1)

  );

  display: flex;

  width: 100%;

  align-items: center;

  justify-content: center;

  text-align: center;

  transition-duration: 0.5s;

  cursor: pointer;

  padding: 30px;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover {

  background-image: none;

  background-color: #39b2f5;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover

  div.items

  div.popular

  div.icon

  img {

  filter: brightness(0) invert(1);

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover

  div.items

  div.popular

  div.text {

  color: #fff;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover

  div.items

  div.details

  div.button

  label.radio

  div.icon {

  border-color: #fff;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover

  div.items

  div.details

  div.button

  a.button {

  background-color: #fff;

  border-color: #fff;

  color: #39b2f5;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item:hover

  div.items

  div.info

  div.right

  div.savings {

  color: #fff;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item.slider-item-popular {

  min-height: 420px;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items {

  width: 100%;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.popular {

  margin-bottom: 40px;

  font-size: 0;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.popular

  div.icon {

  width: 26px;

  display: inline-block;

  vertical-align: middle;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.popular

  div.icon

  img {

  max-width: 100%;

  height: auto;

  transition-duration: 0.5s;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.popular

  div.text {

  display: inline-block;

  vertical-align: middle;

  margin-left: 10px;

  font-family: "Montserrat Bold";

  font-size: 14px;

  line-height: 14px;

  color: #39b2f5;

  transition-duration: 0.5s;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info {

  font-size: 0;

  text-align: left;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.left {

  text-align: left;

  width: 50%;

  display: inline-block;

  vertical-align: middle;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.left

  div.count {

  font-family: "Montserrat Medium";

  font-size: 14px;

  line-height: 14px;

  color: #fff;

  margin-bottom: 10px;

  transition-duration: 0.5s;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.left

  div.price {

  font-family: "Montserrat Bold";

  font-size: 30px;

  line-height: 30px;

  color: #fff;

  transition-duration: 0.5s;

  margin-bottom: 20px;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.left

  div.price

  sup {

  font-family: "Montserrat Medium";

  font-size: 18px;

  line-height: 18px;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.right {

  width: 50%;

  text-align: right;

  display: inline-block;

  vertical-align: middle;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.info

  div.right

  div.savings {

  font-family: "Montserrat Medium";

  font-size: 12px;

  line-height: 12px;

  color: #39b2f5;

  transition-duration: 0.5s;

  margin-bottom: 15px;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button {

  text-align: center;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio {

  margin-bottom: 15px;

  cursor: pointer;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio

  input {

  display: none;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio

  input:checked

  ~ div.icon {

  background-color: #fff;

  border: 1px solid #fff;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio

  input:checked

  ~ div.icon

  img {

  display: inline-block !important;

  filter: invert(57%) sepia(100%) saturate(2106%) hue-rotate(341deg)

    brightness(97%) contrast(110%);

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio

  div.icon {

  width: 50px;

  height: 50px;

  border-radius: 50px;

  border: 1px solid #39b2f5;

  text-align: center;

  display: block;

  margin: 0 auto;

  line-height: 45px;

  transition-duration: 0.4s;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  label.radio

  div.icon

  img {

  max-width: 30px;

  height: auto;

  margin: 0 auto;

  display: unset;

  width: unset;

  filter: brightness(0) invert(1);

  display: none;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.button

  a.button {

  display: inline-block;

  margin-bottom: 15px;

  height: 50px;

  border: 1px solid #39b2f5;

  border-radius: 5px;

  line-height: 48px;

  padding: 0px 45px;

  font-family: "Montserrat SemiBold";

  font-size: 14px;

  transition-duration: 0.5s;

  color: #fff;

}

  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.vas {

  font-family: "Montserrat Regular";

  font-size: 12px;

  line-height: 12px;

  color: #fff;

  transition-duration: 0.5s;

}



  div.credit-carousel

  div.carousel-type-2

  div.item

  div.slider-item

  div.items

  div.details

  div.vas

  span {

  font-family: "Montserrat Bold";

}







/* Max Width: 991px */

@media (max-width: 991px) {



 div.credit-carousel div.carousel-type-1 div.carousel-title {

    display: none;

  }

  div.credit-carousel div.carousel-type-1 div.carousel-block {

    width: 100%;

  }

  

}



@media (max-width: 575px) {



  div.credit-carousel div.carousel-type-1 {

    margin-bottom: 20px;

  }

  div.credit-carousel div.carousel-type-2 div.item {

    /* div.slider-item

    * max-width: 300px

    * margin: 0 auto */

  }

}



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



    div.credit-carousel

    div.carousel-type-2

    div.slider-listing

    div.item {

    width: 100% !important;

  }



}



div.credit-carousel

div.carousel-type-1

div.owl-carousel

div.item

div.slider-item

div.name.creditUPBar {

color: #fff;

width: 100px;

line-height: 18px;

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.alfa-Romeo {

  background-image: url("../../assets/images/catalog/alfa-Romeo.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.alfa-Romeo:hover {

  background-image: url("../../assets/images/catalog/alfa-Romeo-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.audi {

  background-image: url("../../assets/images/catalog/audi.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.audi:hover {

  background-image: url("../../assets/images/catalog/audi-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.bmw {

  background-image: url("../../assets/images/catalog/bmw.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.bmw:hover {

  background-image: url("../../assets/images/catalog/bmw-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.chevrolet {

  background-image: url("../../assets/images/catalog/chevrolet.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.chevrolet:hover {

  background-image: url("../../assets/images/catalog/chevrolet-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.citroen {

  background-image: url("../../assets/images/catalog/citroen.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.citroen:hover {

  background-image: url("../../assets/images/catalog/citroen-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.dacia {

  background-image: url("../../assets/images/catalog/dacia.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.dacia:hover {

  background-image: url("../../assets/images/catalog/dacia-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.dodge {

  background-image: url("../../assets/images/catalog/dodge.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.dodge:hover {

  background-image: url("../../assets/images/catalog/dodge-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ds {

  background-image: url("../../assets/images/catalog/ds.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ds:hover {

  background-image: url("../../assets/images/catalog/ds-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.fiat {

  background-image: url("../../assets/images/catalog/fiat.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.fiat:hover {

  background-image: url("../../assets/images/catalog/fiat-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ford {

  background-image: url("../../assets/images/catalog/ford.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ford:hover {

  background-image: url("../../assets/images/catalog/ford-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.honda {

  background-image: url("../../assets/images/catalog/honda.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.honda:hover {

  background-image: url("../../assets/images/catalog/honda-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hyundai {

  background-image: url("../../assets/images/catalog/hyundai.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hyundai:hover {

  background-image: url("../../assets/images/catalog/hyundai-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.infiniti {

  background-image: url("../../assets/images/catalog/infiniti.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.infiniti:hover {

  background-image: url("../../assets/images/catalog/infiniti-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.isuzu {

  background-image: url("../../assets/images/catalog/isuzu.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.isuzu:hover {

  background-image: url("../../assets/images/catalog/isuzu-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.iveco {

  background-image: url("../../assets/images/catalog/iveco.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.iveco:hover {

  background-image: url("../../assets/images/catalog/iveco-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.jaguar {

  background-image: url("../../assets/images/catalog/jaguar.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.jaguar:hover {

  background-image: url("../../assets/images/catalog/jaguar-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.jeep {

  background-image: url("../../assets/images/catalog/jeep.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.jeep:hover {

  background-image: url("../../assets/images/catalog/jeep-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.kia {

  background-image: url("../../assets/images/catalog/kia.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.kia:hover {

  background-image: url("../../assets/images/catalog/kia-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.land-Rover {

  background-image: url("../../assets/images/catalog/land-Rover.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.land-Rover:hover {

  background-image: url("../../assets/images/catalog/land-Rover-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.maserati {

  background-image: url("../../assets/images/catalog/maserati.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.maserati:hover {

  background-image: url("../../assets/images/catalog/maserati-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mazda {

  background-image: url("../../assets/images/catalog/mazda.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mazda:hover {

  background-image: url("../../assets/images/catalog/mazda-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mercedes-Benz {

  background-image: url("../../assets/images/catalog/mercedes-Benz.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mercedes-Benz:hover {

  background-image: url("../../assets/images/catalog/mercedes-Benz-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mini {

  background-image: url("../../assets/images/catalog/mini.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mini:hover {

  background-image: url("../../assets/images/catalog/mini-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mitsubishi {

  background-image: url("../../assets/images/catalog/mitsubishi.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mitsubishi:hover {

  background-image: url("../../assets/images/catalog/mitsubishi-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.nissan {

  background-image: url("../../assets/images/catalog/nissan.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.nissan:hover {

  background-image: url("../../assets/images/catalog/nissan-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.opel {

  background-image: url("../../assets/images/catalog/opel.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.opel:hover {

  background-image: url("../../assets/images/catalog/opel-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.peugeot {

  background-image: url("../../assets/images/catalog/peugeot.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.peugeot:hover {

  background-image: url("../../assets/images/catalog/peugeot-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.porsche {

  background-image: url("../../assets/images/catalog/porsche.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.porsche:hover {

  background-image: url("../../assets/images/catalog/porsche-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.renault {

  background-image: url("../../assets/images/catalog/renault.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.renault:hover {

  background-image: url("../../assets/images/catalog/renault-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.rover {

  background-image: url("../../assets/images/catalog/rover.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.rover:hover {

  background-image: url("../../assets/images/catalog/rover-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.saab {

  background-image: url("../../assets/images/catalog/saab.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.saab:hover {

  background-image: url("../../assets/images/catalog/saab-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.seat {

  background-image: url("../../assets/images/catalog/seat.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.seat:hover {

  background-image: url("../../assets/images/catalog/seat-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.skoda {

  background-image: url("../../assets/images/catalog/skoda.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.skoda:hover {

  background-image: url("../../assets/images/catalog/skoda-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.smart {

  background-image: url("../../assets/images/catalog/smart.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.smart:hover {

  background-image: url("../../assets/images/catalog/smart-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ssangyong {

  background-image: url("../../assets/images/catalog/ssangyong.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ssangyong:hover {

  background-image: url("../../assets/images/catalog/ssangyong-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.subaru {

  background-image: url("../../assets/images/catalog/subaru.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.subaru:hover {

  background-image: url("../../assets/images/catalog/subaru-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.suzuki {

  background-image: url("../../assets/images/catalog/suzuki.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.suzuki:hover {

  background-image: url("../../assets/images/catalog/suzuki-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.toyota {

  background-image: url("../../assets/images/catalog/toyota.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.toyota:hover {

  background-image: url("../../assets/images/catalog/toyota-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.volkswagen {

  background-image: url("../../assets/images/catalog/volkswagen.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.volkswagen:hover {

  background-image: url("../../assets/images/catalog/volkswagen-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.volvo {

  background-image: url("../../assets/images/catalog/volvo.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.volvo:hover {

  background-image: url("../../assets/images/catalog/volvo-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lancia {

  background-image: url("../../assets/images/catalog/lancia.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lancia:hover {

  background-image: url("../../assets/images/catalog/lancia-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.alpina {

  background-image: url("../../assets/images/catalog/alpina.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.alpina:hover {

  background-image: url("../../assets/images/catalog/alpina-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.aston-martin {

  background-image: url("../../assets/images/catalog/aston-martin.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.aston-martin:hover {

  background-image: url("../../assets/images/catalog/aston-martin-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.bentley {

  background-image: url("../../assets/images/catalog/bentley.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.bentley:hover {

  background-image: url("../../assets/images/catalog/bentley-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.buick {

  background-image: url("../../assets/images/catalog/buick.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.buick:hover {

  background-image: url("../../assets/images/catalog/buick-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.cadillac {

  background-image: url("../../assets/images/catalog/cadillac.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.cadillac:hover {

  background-image: url("../../assets/images/catalog/cadillac-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.chrysler {

  background-image: url("../../assets/images/catalog/chrysler.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.chrysler:hover {

  background-image: url("../../assets/images/catalog/chrysler-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.daewoo {

  background-image: url("../../assets/images/catalog/daewoo.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.daewoo:hover {

  background-image: url("../../assets/images/catalog/daewoo-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.daf {

  background-image: url("../../assets/images/catalog/daf.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.daf:hover {

  background-image: url("../../assets/images/catalog/daf-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ferrari {

  background-image: url("../../assets/images/catalog/ferrari.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.ferrari:hover {

  background-image: url("../../assets/images/catalog/ferrari-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.gmc {

  background-image: url("../../assets/images/catalog/gmc.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.gmc:hover {

  background-image: url("../../assets/images/catalog/gmc-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hummer {

  background-image: url("../../assets/images/catalog/hummer.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hummer:hover {

  background-image: url("../../assets/images/catalog/hummer-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hyundai {

  background-image: url("../../assets/images/catalog/hyundai.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.hyundai:hover {

  background-image: url("../../assets/images/catalog/hyundai-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.kia {

  background-image: url("../../assets/images/catalog/kia.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.kia:hover {

  background-image: url("../../assets/images/catalog/kia-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lamborghini {

  background-image: url("../../assets/images/catalog/lamborghini.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lamborghini:hover {

  background-image: url("../../assets/images/catalog/lamborghini-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lancia {

  background-image: url("../../assets/images/catalog/lancia.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lancia:hover {

  background-image: url("../../assets/images/catalog/lancia-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lexus {

  background-image: url("../../assets/images/catalog/lexus.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lexus:hover {

  background-image: url("../../assets/images/catalog/lexus-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lincoln {

  background-image: url("../../assets/images/catalog/lincoln.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lincoln:hover {

  background-image: url("../../assets/images/catalog/lincoln-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lotus {

  background-image: url("../../assets/images/catalog/lotus.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.lotus:hover {

  background-image: url("../../assets/images/catalog/lotus-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.man {

  background-image: url("../../assets/images/catalog/man.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.man:hover {

  background-image: url("../../assets/images/catalog/man-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mclaren {

  background-image: url("../../assets/images/catalog/mclaren.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mclaren:hover {

  background-image: url("../../assets/images/catalog/mclaren-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mitsubishi {

  background-image: url("../../assets/images/catalog/mitsubishi.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.mitsubishi:hover {

  background-image: url("../../assets/images/catalog/mitsubishi-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.rover {

  background-image: url("../../assets/images/catalog/rover.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.rover:hover {

  background-image: url("../../assets/images/catalog/rover-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.scania-trucks {

  background-image: url("../../assets/images/catalog/scania-trucks.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.scania-trucks:hover {

  background-image: url("../../assets/images/catalog/scania-trucks-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.subaru {

  background-image: url("../../assets/images/catalog/subaru.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.subaru:hover {

  background-image: url("../../assets/images/catalog/subaru-hover.png");

}





  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.vauxhall {

  background-image: url("../../assets/images/catalog/vauxhall.png");

}



  div.ready-ecus

  div.owl-carousel

  div.item

  div.slider-item

  div.item-head

  figure.image.vauxhall:hover {

  background-image: url("../../assets/images/catalog/vauxhall-hover.png");

}



/* Catalog */

.file {

  margin-bottom: 0;

}

 div.catalog-listing {

  margin-bottom: -45px;

}

 div.catalog-listing .row {

  margin: 0px -5px;

}

 div.catalog-listing div.listing-block {

  margin-bottom: 45px;

  padding: 0px 10px;

}

 div.catalog-listing div.listing-block div.listing-item {

  text-align: center;

}



  div.catalog-listing

  div.listing-block

  div.listing-item:hover

  div.item-name {

  color: #fff;

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image {

  height: 70px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

  background-size: contain;

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.alfa-Romeo {

  background-image: url("../../assets/images/catalog/alfa-Romeo.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.alfa-Romeo:hover {

  background-image: url("../../assets/images/catalog/alfa-Romeo-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.audi {

  background-image: url("../../assets/images/catalog/audi.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.audi:hover {

  background-image: url("../../assets/images/catalog/audi-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.bmw {

  background-image: url("../../assets/images/catalog/bmw.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.bmw:hover {

  background-image: url("../../assets/images/catalog/bmw-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.chevrolet {

  background-image: url("../../assets/images/catalog/chevrolet.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.chevrolet:hover {

  background-image: url("../../assets/images/catalog/chevrolet-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.citroen {

  background-image: url("../../assets/images/catalog/citroen.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.citroen:hover {

  background-image: url("../../assets/images/catalog/citroen-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.dacia {

  background-image: url("../../assets/images/catalog/dacia.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.dacia:hover {

  background-image: url("../../assets/images/catalog/dacia-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.dodge {

  background-image: url("../../assets/images/catalog/dodge.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.dodge:hover {

  background-image: url("../../assets/images/catalog/dodge-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ds {

  background-image: url("../../assets/images/catalog/ds.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ds:hover {

  background-image: url("../../assets/images/catalog/ds-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.fiat {

  background-image: url("../../assets/images/catalog/fiat.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.fiat:hover {

  background-image: url("../../assets/images/catalog/fiat-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ford {

  background-image: url("../../assets/images/catalog/ford.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ford:hover {

  background-image: url("../../assets/images/catalog/ford-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.honda {

  background-image: url("../../assets/images/catalog/honda.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.honda:hover {

  background-image: url("../../assets/images/catalog/honda-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hyundai {

  background-image: url("../../assets/images/catalog/hyundai.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hyundai:hover {

  background-image: url("../../assets/images/catalog/hyundai-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.infiniti {

  background-image: url("../../assets/images/catalog/infiniti.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.infiniti:hover {

  background-image: url("../../assets/images/catalog/infiniti-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.isuzu {

  background-image: url("../../assets/images/catalog/isuzu.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.isuzu:hover {

  background-image: url("../../assets/images/catalog/isuzu-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.iveco {

  background-image: url("../../assets/images/catalog/iveco.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.iveco:hover {

  background-image: url("../../assets/images/catalog/iveco-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.jaguar {

  background-image: url("../../assets/images/catalog/jaguar.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.jaguar:hover {

  background-image: url("../../assets/images/catalog/jaguar-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.jeep {

  background-image: url("../../assets/images/catalog/jeep.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.jeep:hover {

  background-image: url("../../assets/images/catalog/jeep-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.kia {

  background-image: url("../../assets/images/catalog/kia.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.kia:hover {

  background-image: url("../../assets/images/catalog/kia-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.land-Rover {

  background-image: url("../../assets/images/catalog/land-Rover.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.land-Rover:hover {

  background-image: url("../../assets/images/catalog/land-Rover-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.maserati {

  background-image: url("../../assets/images/catalog/maserati.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.maserati:hover {

  background-image: url("../../assets/images/catalog/maserati-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mazda {

  background-image: url("../../assets/images/catalog/mazda.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mazda:hover {

  background-image: url("../../assets/images/catalog/mazda-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mercedes-Benz {

  background-image: url("../../assets/images/catalog/mercedes-Benz.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mercedes-Benz:hover {

  background-image: url("../../assets/images/catalog/mercedes-Benz-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mini {

  background-image: url("../../assets/images/catalog/mini.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mini:hover {

  background-image: url("../../assets/images/catalog/mini-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mitsubishi {

  background-image: url("../../assets/images/catalog/mitsubishi.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mitsubishi:hover {

  background-image: url("../../assets/images/catalog/mitsubishi-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.nissan {

  background-image: url("../../assets/images/catalog/nissan.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.nissan:hover {

  background-image: url("../../assets/images/catalog/nissan-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.opel {

  background-image: url("../../assets/images/catalog/opel.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.opel:hover {

  background-image: url("../../assets/images/catalog/opel-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.peugeot {

  background-image: url("../../assets/images/catalog/peugeot.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.peugeot:hover {

  background-image: url("../../assets/images/catalog/peugeot-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.porsche {

  background-image: url("../../assets/images/catalog/porsche.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.porsche:hover {

  background-image: url("../../assets/images/catalog/porsche-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.renault {

  background-image: url("../../assets/images/catalog/renault.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.renault:hover {

  background-image: url("../../assets/images/catalog/renault-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.rover {

  background-image: url("../../assets/images/catalog/rover.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.rover:hover {

  background-image: url("../../assets/images/catalog/rover-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.saab {

  background-image: url("../../assets/images/catalog/saab.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.saab:hover {

  background-image: url("../../assets/images/catalog/saab-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.seat {

  background-image: url("../../assets/images/catalog/seat.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.seat:hover {

  background-image: url("../../assets/images/catalog/seat-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.skoda {

  background-image: url("../../assets/images/catalog/skoda.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.skoda:hover {

  background-image: url("../../assets/images/catalog/skoda-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.smart {

  background-image: url("../../assets/images/catalog/smart.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.smart:hover {

  background-image: url("../../assets/images/catalog/smart-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ssangyong {

  background-image: url("../../assets/images/catalog/ssangyong.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ssangyong:hover {

  background-image: url("../../assets/images/catalog/ssangyong-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.subaru {

  background-image: url("../../assets/images/catalog/subaru.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.subaru:hover {

  background-image: url("../../assets/images/catalog/subaru-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.suzuki {

  background-image: url("../../assets/images/catalog/suzuki.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.suzuki:hover {

  background-image: url("../../assets/images/catalog/suzuki-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.toyota {

  background-image: url("../../assets/images/catalog/toyota.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.toyota:hover {

  background-image: url("../../assets/images/catalog/toyota-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.volkswagen {

  background-image: url("../../assets/images/catalog/volkswagen.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.volkswagen:hover {

  background-image: url("../../assets/images/catalog/volkswagen-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.volvo {

  background-image: url("../../assets/images/catalog/volvo.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.volvo:hover {

  background-image: url("../../assets/images/catalog/volvo-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lancia {

  background-image: url("../../assets/images/catalog/lancia.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lancia:hover {

  background-image: url("../../assets/images/catalog/lancia-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.alpina {

  background-image: url("../../assets/images/catalog/alpina.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.alpina:hover {

  background-image: url("../../assets/images/catalog/alpina-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.aston-martin {

  background-image: url("../../assets/images/catalog/aston-martin.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.aston-martin:hover {

  background-image: url("../../assets/images/catalog/aston-martin-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.bentley {

  background-image: url("../../assets/images/catalog/bentley.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.bentley:hover {

  background-image: url("../../assets/images/catalog/bentley-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.buick {

  background-image: url("../../assets/images/catalog/buick.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.buick:hover {

  background-image: url("../../assets/images/catalog/buick-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.cadillac {

  background-image: url("../../assets/images/catalog/cadillac.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.cadillac:hover {

  background-image: url("../../assets/images/catalog/cadillac-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.chrysler {

  background-image: url("../../assets/images/catalog/chrysler.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.chrysler:hover {

  background-image: url("../../assets/images/catalog/chrysler-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.daewoo {

  background-image: url("../../assets/images/catalog/daewoo.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.daewoo:hover {

  background-image: url("../../assets/images/catalog/daewoo-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.daf {

  background-image: url("../../assets/images/catalog/daf.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.daf:hover {

  background-image: url("../../assets/images/catalog/daf-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ferrari {

  background-image: url("../../assets/images/catalog/ferrari.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.ferrari:hover {

  background-image: url("../../assets/images/catalog/ferrari-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.gmc {

  background-image: url("../../assets/images/catalog/gmc.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.gmc:hover {

  background-image: url("../../assets/images/catalog/gmc-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hummer {

  background-image: url("../../assets/images/catalog/hummer.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hummer:hover {

  background-image: url("../../assets/images/catalog/hummer-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hyundai {

  background-image: url("../../assets/images/catalog/hyundai.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.hyundai:hover {

  background-image: url("../../assets/images/catalog/hyundai-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.kia {

  background-image: url("../../assets/images/catalog/kia.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.kia:hover {

  background-image: url("../../assets/images/catalog/kia-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lamborghini {

  background-image: url("../../assets/images/catalog/lamborghini.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lamborghini:hover {

  background-image: url("../../assets/images/catalog/lamborghini-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lancia {

  background-image: url("../../assets/images/catalog/lancia.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lancia:hover {

  background-image: url("../../assets/images/catalog/lancia-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lexus {

  background-image: url("../../assets/images/catalog/lexus.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lexus:hover {

  background-image: url("../../assets/images/catalog/lexus-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lincoln {

  background-image: url("../../assets/images/catalog/lincoln.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lincoln:hover {

  background-image: url("../../assets/images/catalog/lincoln-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lotus {

  background-image: url("../../assets/images/catalog/lotus.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.lotus:hover {

  background-image: url("../../assets/images/catalog/lotus-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.man {

  background-image: url("../../assets/images/catalog/man.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.man:hover {

  background-image: url("../../assets/images/catalog/man-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mclaren {

  background-image: url("../../assets/images/catalog/mclaren.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mclaren:hover {

  background-image: url("../../assets/images/catalog/mclaren-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mitsubishi {

  background-image: url("../../assets/images/catalog/mitsubishi.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.mitsubishi:hover {

  background-image: url("../../assets/images/catalog/mitsubishi-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.rover {

  background-image: url("../../assets/images/catalog/rover.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.rover:hover {

  background-image: url("../../assets/images/catalog/rover-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.scania-trucks {

  background-image: url("../../assets/images/catalog/scania-trucks.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.scania-trucks:hover {

  background-image: url("../../assets/images/catalog/scania-trucks-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.subaru {

  background-image: url("../../assets/images/catalog/subaru.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.subaru:hover {

  background-image: url("../../assets/images/catalog/subaru-hover.png");

}





  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.vauxhall {

  background-image: url("../../assets/images/catalog/vauxhall.png");

}



  div.catalog-listing

  div.listing-block

  div.listing-item

  figure.item-image.vauxhall:hover {

  background-image: url("../../assets/images/catalog/vauxhall-hover.png");

}



 div.catalog-options {

  margin-bottom: -30px;

}

 div.catalog-options div.option-block {

  margin-bottom: 30px;

}

 div.catalog-options div.option-block div.option-head {

  background-color: #39b2f5;

  padding: 20px 30px;

  border-radius: 5px;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}

 div.catalog-options div.option-block div.option-values {

  background-color: rgba(117, 131, 147, 0.1);

  border-radius: 5px;

  padding: 30px;

}



  div.catalog-options

  div.option-block

  div.option-values

  div.value {

  font-family: "Montserrat Medium";

  font-size: 14px;

  line-height: 14px;

  color: #fff;

  margin-bottom: 20px;

  opacity: 0.5;

}



  div.catalog-options

  div.option-block

  div.option-values

  div.value:last-child {

  margin-bottom: 0;

}



  div.catalog-options

  div.option-block

  div.option-values

  div.value.active {

  opacity: 1;

}



  div.catalog-options

  div.option-block

  div.option-values

  div.value:hover {

  opacity: 1;

}



 div.page-header {

  text-align: center;

  color: #fff;

  padding: 70px 0px;

}

div.page-header {

  padding: 70px 0px 0px 0px;

}

div.page-header {

  padding: 70px 0px 0px 0px;

}

div.page-header {

  padding: 70px 0px 0px 0px;

}

div.page-header nav.page-breadcrumb {

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  padding: 20px 30px;

  text-align: left;

  margin-bottom: 70px;

  font-size: 0;

}

div.page-header nav.page-breadcrumb ul {

  padding: 0;

  margin: 0;

}

div.page-header nav.page-breadcrumb ul li {

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Medium";

  font-size: 18px;

  color: #fff;

}

div.page-header nav.page-breadcrumb ul li:after {

  content: "";

  margin: 0px 20px;

  display: inline-block;

  vertical-align: middle;

  width: 7px;

  height: 13px;

  background-image: url("../../assets/images/breadcrumb-arrow.svg");

  background-repeat: no-repeat;

  background-position: 50% 50%;

  background-size: cover;

}

div.page-header nav.page-breadcrumb ul li:last-child:after {

  display: none;

}

div.page-header nav.page-breadcrumb ul li a.active {

  color: #758393;

}



 div.catalog-results {

  margin-bottom: 50px;

}

 div.catalog-results div.results-header {

  margin-bottom: 50px;

}

 div.catalog-results div.results-header div.results-car {

  font-size: 0;

  width: 33.3%;

  display: inline-block;

  vertical-align: middle;

}



  div.catalog-results

  div.results-header

  div.results-car

  figure.image {

  width: 70px;

  margin-bottom: 0;

  display: inline-block;

  vertical-align: middle;

}



  div.catalog-results

  div.results-header

  div.results-car

  figure.image

  img {

  max-width: 100%;

  height: auto;

}



  div.catalog-results

  div.results-header

  div.results-car

  div.details {

  width: calc(100% - 70px);

  display: inline-block;

  vertical-align: middle;

  padding-left: 15px;

}



  div.catalog-results

  div.results-header

  div.results-car

  div.details

  div.name {

  font-family: "Montserrat Bold";

  font-size: 36px;

  line-height: 36px;

  color: #fff;

  margin-bottom: 5px;

}



  div.catalog-results

  div.results-header

  div.results-car

  div.details

  div.model {

  font-family: "Montserrat Medium";

  font-size: 14px;

  line-height: 14px;

  color: #ccd7e3;

}

 div.catalog-results div.results-header div.results-choice {

  width: 33.3%;

  display: inline-block;

  vertical-align: middle;

  text-align: center;

}



  div.catalog-results

  div.results-header

  div.results-choice

  div.title {

  font-family: "Montserrat Medium";

  font-size: 14px;

  line-height: 14px;

  color: #fff;

  margin-bottom: 15px;

}

 div.catalog-results div.results-header div.results-choice ul {

  display: inline-block;

  vertical-align: middle;

  border-radius: 5px;

  background-color: rgba(117, 131, 147, 0.1);

  padding: 5px;

}



  div.catalog-results

  div.results-header

  div.results-choice

  ul

  li {

  display: inline-block;

  vertical-align: middle;

  color: #fff;

  font-family: "Montserrat Bold";

  font-size: 16px;

  line-height: 16px;

}



  div.catalog-results

  div.results-header

  div.results-choice

  ul

  li

  a {

  padding: 15px !important;

}



  div.catalog-results

  div.results-header

  div.results-choice

  ul

  li

  a.active {

  background-color: #39b2f5;

}

 div.catalog-results div.results-area {

  color: #fff;

}

 div.catalog-results div.results-area div.area-tables {

  font-size: 0;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table {

  width: 800px;

  display: inline-block;

  vertical-align: top;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-head {

  text-align: right;

  font-size: 0;

  margin-bottom: 20px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-head

  div.table-items {

  width: calc(100% - 240px);

  display: inline-block;

  vertical-align: middle;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-head

  div.table-items

  div.table-item {

  width: 33.3%;

  display: inline-block;

  vertical-align: middle;

  text-align: center;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block {

  margin-bottom: 20px;

  font-size: 0;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.name {

  width: 210px;

  margin-right: 30px;

  height: 100px;

  display: inline-flex;

  vertical-align: middle;

  border-radius: 5px;

  background-color: #39b2f5;

  align-items: center;

  padding: 0px 30px;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values {

  width: calc(100% - 240px);

  display: inline-block;

  vertical-align: middle;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.row {

  margin: 0px -10px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.col-12 {

  padding: 0px 10px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.value {

  height: 100px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 15px;

  font-family: "Montserrat Bold";

  font-size: 36px;

  line-height: 36px;

  color: #fff;

  background-color: rgba(117, 131, 147, 0.1);

  border-radius: 5px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.value.small-value {

  font-size: 24px;

  line-height: 24px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.value.orange {

  color: #39b2f5;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.value.green {

  color: #00ff31;

  border: 1px solid #00ff31;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.classic-table

  div.table-listing

  div.listing-block

  div.values

  div.value

  span {

  font-size: 16px;

  margin-left: 5px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table {

  width: 800px;

  display: inline-block;

  vertical-align: top;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head {

  background-color: #39b2f5;

  height: 60px;

  line-height: 60px;

  padding: 0px 30px;

  border-radius: 5px;

  font-size: 0;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head

  div.head-item {

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head

  div.head-item.name {

  width: calc(100% - 390px);

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head

  div.head-item.standart {

  width: 160px;

  text-align: left;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head

  div.head-item.raise {

  width: 110px;

  text-align: center;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-head

  div.head-item.difference {

  width: 120px;

  text-align: right;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing {

  padding: 30px;

  background-color: rgba(117, 131, 147, 0.1);

  border-radius: 5px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block {

  margin-bottom: 20px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item {

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Medium";

  font-size: 18px;

  color: rgba(255, 255, 255, 0.5);

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item.name {

  width: calc(100% - 390px);

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item.standart {

  width: 160px;

  text-align: left;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item.raise {

  width: 110px;

  text-align: center;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #39b2f5;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item.difference {

  width: 120px;

  text-align: right;

  font-family: "Montserrat Bold";

  font-size: 18px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  div.table-listing

  div.listing-block

  div.listing-item.difference

  span {

  color: #00ff31;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table {

  width: calc(100% - 830px);

  display: inline-block;

  vertical-align: top;

  margin-left: 30px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-head {

  height: 60px;

  display: block;

  align-items: center;

  padding: 0px 30px;

  border-radius: 5px;

  background-color: #39b2f5;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-head

  div.head-title {

  font-family: "Montserrat Bold";

  font-size: 16px;

  line-height: 60px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-head

  div.head-title.last {

  text-align: right;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content {

  background-color: rgba(117, 131, 147, 0.1);

  border-radius: 5px;

  padding: 40px 30px 10px;

  font-size: 14px;

  color: #fff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area {

  font-size: 0;

  margin-bottom: 30px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.titles {

  width: 65px;

  height: 290px;

  text-align: right;

  color: #fff;

  display: inline-block;

  vertical-align: top;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.titles

  div.title {

  height: 33.3%;

  font-family: "Montserrat Medium";

  font-size: 14px;

  display: flex;

  justify-content: flex-end;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.titles

  div.title:nth-child(2) {

  align-items: center;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.titles

  div.title:last-child {

  align-items: flex-end;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values {

  width: calc(100% - 80px);

  margin-left: 15px;

  display: inline-block;

  vertical-align: top;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area {

  height: 290px;

  position: relative;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders

  div.border {

  width: 100%;

  height: 1px;

  background-color: #ccd7e3;

  position: absolute;

  left: 0;

  opacity: 0.2;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders

  div.border:nth-child(1) {

  top: 0;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders

  div.border:nth-child(2) {

  top: 33.3%;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders

  div.border:nth-child(3) {

  top: 66.6%;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.borders

  div.border:nth-child(4) {

  top: 100%;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.bars {

  height: 100%;

  text-align: center;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.bars

  div.bar {

  width: calc(50% - 15px);

  display: inline-flex;

  align-items: flex-end;

  height: 100%;

  line-height: 129px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.bars

  div.bar:first-child {

  margin-right: 30px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.bars

  div.bar

  div.height-bar {

  width: 100%;

  max-width: 50px;

  margin: 0 auto;

  border-radius: 5px;

  background-color: #758393;

  opacity: 0.8;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area

  div.bars

  div.bar

  div.height-bar.orange {

  background-color: #39b2f5;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.names {

  margin-top: 15px;

  font-size: 0;

  text-align: center;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.names

  div.title {

  width: 50%;

  display: inline-block;

  vertical-align: middle;

  font-family: "Montserrat Medium";

  font-size: 12px;

  line-height: 18px;

  color: #ffffff;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  ~ div.graphic-table

  div.table-content

  div.bar-area

  div.titles {

  height: 150px;

}



  div.catalog-results

  div.results-area

  div.area-tables

  div.model-table

  ~ div.graphic-table

  div.table-content

  div.bar-area

  div.values

  div.values-area {

  height: 150px;

}



div.catalog-results

div.results-area

div.area-tables

div.model-table {

width: 100%;

margin-bottom: 30px;

}

  

div.result-to div.section-listing div.listing-block div.listing-item {

background-color: rgba(117, 131, 147, 0.1);

height: 210px;

border-radius: 5px;

display: flex;

align-items: center;

justify-content: center;

}



div.result-to div.section-title {

    font-size: 24px;

    line-height: 24px;

    color: #fff;

    margin-bottom: 35px;

}



div.result-content {

    margin-bottom: 30px;

    background-color: rgba(117, 131, 147, 0.1);

    padding: 30px;

    border-radius: 5px;

    margin-bottom: 30px;

    font-family: "Montserrat Regular";

    font-size: 14px;

    line-height: 24px;

    color: #ccd7e3;

}



div.result-content div.section-title {

    font-size: 24px;

    line-height: 34px;

    color: #fff;

    margin-bottom: 20px;

}



 div.result-reads {

  background-color: rgba(117, 131, 147, 0.1);

  padding: 30px 30px 0px 30px;

  border-radius: 5px;

  margin-bottom: 30px;

}

 div.result-reads div.section-title {

  font-family: "Montserrat Bold";

  font-size: 24px;

  line-height: 24px;

  color: #fff;

  margin-bottom: 25px;

}

 div.result-reads div.section-listing div.listing-block {

  padding: 10px 30px 10px 10px;

  background-color: rgba(117, 131, 147, 0.1);

  border-radius: 5px;

  display: inline-block;

  margin-right: 30px;

  margin-bottom: 30px;

  font-size: 0;

  cursor: pointer;

}



  div.result-reads

  div.section-listing

  div.listing-block

  figure.image {

  margin-bottom: 0;

  max-width: 150px;

  display: inline-block;

  vertical-align: middle;

}



  div.result-reads

  div.section-listing

  div.listing-block

  figure.image

  img {

  max-width: 100%;

  height: auto;

  max-height: 50px;

  filter: brightness(0) invert(1);

}



  div.result-reads

  div.section-listing

  div.listing-block

  figure.image-hover {

  margin-bottom: 0;

  max-width: 150px;

  display: inline-block;

  vertical-align: middle;

}



  div.result-reads

  div.section-listing

  div.listing-block

  figure.image-hover

  img {

  max-width: 100%;

  height: auto;

  max-height: 50px;

  filter: none;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details {

  display: inline-block;

  vertical-align: middle;

  padding-left: 20px;

  color: #fff;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details

  div.author {

  font-family: "Montserrat Medium";

  font-size: 16px;

  line-height: 16px;

  margin-bottom: 10px;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details

  div.name {

  font-family: "Montserrat Bold";

  font-size: 18px;

  line-height: 18px;

  cursor: pointer;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details

  div.brand {

  font-family: "Montserrat Regular";

  font-size: 18px;

  line-height: 18px;

  margin-bottom: 6px;

  cursor: pointer;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details

  div.type {

  font-family: "Montserrat Bold";

  font-size: 18px;

  line-height: 18px;

  cursor: pointer;

}



  div.result-reads

  div.section-listing

  div.listing-block

  div.details

  div.type-hover {

  font-family: "Montserrat Bold";

  font-size: 18px;

  line-height: 18px;

  color: #39b2f5;

  cursor: pointer;

}



div.result-reads div.section-listing div.listing-block figure.image img:hover{

    filter: brightness(1) invert(0);

}



@media (max-width: 767px) {



  div.catalog-results div.results-header {

    font-size: 0;

  }

 div.catalog-results div.results-header div.results-car {

    width: 50%;

  }

 div.catalog-results div.results-header div.results-choice {

    width: 50%;

    text-align: right;

  }

}

@media (max-width: 1500px) {

     div.catalog-results {

    margin-bottom: 25px;

  }

div.catalog-results div.results-area div.area-tables div.classic-table {

    width: 100%;

}

div.catalog-results div.results-area div.area-tables div.graphic-table {

    width: 100%;

    margin-left: 0;

}

.popup-box{

 width: calc(100% - 64px)!important;

}

.popup-content {

width: 100%;

height: 450px;

overflow-y: scroll;

}



}



.popup-box {

  display: flex;

  flex-direction: column;

  max-width: 100%;

}



.popup-content {

  display: flex;

  flex-wrap: wrap;

}



.popup-left,

.popup-right {

  width: 100%;

}



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

  .popup-content {

    flex-direction: row;

  }

  .popup-left,

  .popup-right {

    width: 50%;

  }

 



}



@media (max-width: 767px) {



div.catalog-results div.results-area div.area-tables div.classic-table div.table-listing div.listing-block div.values {

    width: 100%;

}

div.catalog-results div.results-area div.area-tables div.classic-table div.table-listing div.listing-block div.name {

    display: block;

    width: 100%;

    height: unset;

    padding: 15px;

    font-size: 14px;

    margin-bottom: 15px;

}

div.catalog-results div.results-header div.results-car {

    width: 50%;

}



div.catalog-results div.results-header div.results-choice {

    width: 50%;

    text-align: right;

}

div.catalog-results div.results-area div.area-tables div.classic-table div.table-head div.table-items {

    width: 100%;

}





}



@media (max-width: 575px){

div.catalog-results div.results-header div.results-car {

    width: 100%;

    text-align: center;

}

div.catalog-results div.results-header div.results-car div.details {

    width: unset;

}



div.catalog-results div.results-header div.results-choice {

    width: 100%;

    text-align: center;

    margin-top: 15px;

}



}







.popup {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: #00000094;

  z-index: 999;

  display: none;

  align-items: center;

  justify-content: center;

}

.popup-box {

  margin: 3% auto;

  background-color: #03051291;

  backdrop-filter: blur(10px);

  border-radius: 12px;

  width: 1200px;

  min-height: 580px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  padding: 46px 46px;

  display: grid;

  grid-template-columns: auto 1fr;

   min-height: 450px;

   position: absolute;

   top: 45%;

   left: 50%;

   transform: translate(-50%, -50%);

   text-align: center;

    

}



.popup-left {

  display: flex;

  flex-direction: column;

  gap: 2rem;
  width: 30%;

}



.popup-left h4 {

  color: #fff;

  font-size: 20px;

}



.popup-left ul {

  display: flex;

  flex-direction: column;

  margin: 0;

  padding: 0;

  gap: 6px;

  border-right: 1px solid rgb(143 140 140 / 10%);

  width: 300px;

}



.popup-left ul li {

  display: flex;


}

.popup-left ul li svg {

  margin-left: 6px;

}

.popup-left ul li strong {

  color: #fff;

}

.popup-left ul li span {

  color: #fff;

  margin-left: 4px;
text-align:left;

}



.popup-right {

  display: flex;

  flex-direction: column;

  gap: 2rem;

  padding-left: 64px;

}



.popup-right h4 {

  color: #fff;

  font-size: 20px;

}



.popup-vehicles {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  position: relative;

  gap: 84px 80px;

  padding-top: 64px;

}



.popup-vehicle-item {

  background-color: #00000033;

  backdrop-filter: blur(10px);

  border-radius: 12px;

  display: flex;

  flex-direction: column;

  padding: 20px 24px 16px 24px;

  align-items: center;

  justify-content: center;

  gap: 6px;

  position: relative;

  cursor: help;

  transition: 400ms;

}



.popup-vehicle-item:hover {

  box-shadow: 0px 0px 30px 1px rgb(255 255 255 / 27%);

  transition: 400ms;

}



.popup-vehicle-item-details {

  display: flex;

  align-items: center;

}



.popup-vehicle-item-logo {

  width: 46px;

  height: 46px;

}



.popup-vehicle-item-logo svg {

  width: 46px;

  height: 46px;

}



.popup-vehicle-item-detail-text {

  width: calc(100% - 46px);

  padding-left: 1.2rem;

  display: flex;

  flex-direction: column;

  color: #fff;

}



.popup-vehicle-item-base {

  font-size: 20px;

    color: #fff;

}



.vehicle-image {

  position: absolute;

  left: 0;

  right: 0;

  top: -27%;

  display: flex;

  justify-content: center;

}



.vehicle-image img {

  max-width: 142px;

}



.close {

position: absolute;

top: -8px;

right: 10px;

cursor: pointer;

font-size: 40px;

}

    

    

div.prices-tables div.credits-area {

  margin-top: 30px;

}

div.prices-tables div.credits-area div.credits-title {

  font-family: "Montserrat Medium";

  font-size: 48px;

  line-height: 48px;

  color: #fff;

  margin-bottom: 60px;

  margin-top: 15px;

  text-align: center;

}

div.prices-tables div.credits-area div.credits-box div.box-header {

  font-size: 0;

  margin-bottom: 10px;

}

div.prices-tables div.credits-area div.credits-box div.box-header div.head-item {

  font-family: "Montserrat Regular";

  font-size: 14px;

  color: #758393;

  display: inline-block;

  vertical-align: middle;

  padding: 0px 10px;

}

div.prices-tables div.credits-area div.credits-box div.box-header div.head-item.id {

  width: 50px;

}

div.prices-tables div.credits-area div.credits-box div.box-header div.head-item.name {

  width: calc(100% - 260px);

}

div.prices-tables div.credits-area div.credits-box div.box-header div.head-item.credit {

  width: 75px;

}

div.prices-tables div.credits-area div.credits-box div.box-header div.head-item.price {

  width: 100px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block.active div.listing-head {

  background-color: #39b2f5;

  border-radius: 5px 5px 0px 0px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block.active div.listing-head div.listing-item.icon img {

  filter: brightness(0) invert(1);

  opacity: 1;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block.active div.listing-head div.listing-item.down img {

  transform: rotate(180deg);

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block.active div.listing-details {

  display: block;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head {

  font-size: 0;

  height: 45px;

  line-height: 45px;

  cursor: pointer;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item {

  font-family: "Montserrat Bold";

  font-size: 14px;

  color: #fff;

  display: inline-block;

  vertical-align: middle;

  padding: 0px 10px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.icon {

  width: 50px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.icon img {

  max-width: 20px;

  height: auto;

  filter: invert(1%) sepia(1%) saturate(300%) hue-rotate(171deg) brightness(10%) contrast(0%);

  opacity: 0.25;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.name {

  width: calc(100% - 260px);

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.credit {

  width: 75px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.price {

  width: 100px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.down {

  width: 35px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.down img {

  display: block;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details {

  display: none;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block {

  margin-bottom: 0;

  width: 100%;

  cursor: pointer;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block input {

  display: none;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block:nth-child(odd) div.block {

  background-color: rgba(255, 255, 255, 0.2);

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block:nth-child(even) div.block {

  background-color: rgba(255, 255, 255, 0.1);

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block:last-child div.block {

  border-radius: 0px 0px 5px 5px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block input:checked ~ div.block div.listing-item.icon img {

 filter: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(651%) hue-rotate(174deg) brightness(102%) contrast(92%);

  opacity: 1;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block {

  height: 45px;

  line-height: 45px;

  font-size: 0;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item {

  font-family: "Montserrat Bold";

  font-size: 14px;

  color: #fff;

  display: inline-block;

  vertical-align: middle;

  padding: 0px 10px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.icon {

  width: 50px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.icon img {

  max-width: 20px;

  height: auto;

  filter: invert(1%) sepia(1%) saturate(300%) hue-rotate(171deg) brightness(10%) contrast(0%);

  opacity: 0.25;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.name {

  width: calc(100% - 260px);

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.credit {

  width: 75px;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.price {

  width: 100px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.down {

  width: 35px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side {

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  padding: 30px;

  margin-bottom: 30px;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-title {

  font-family: "Montserrat Bold";

  font-size: 14px;

  line-height: 14px;

  color: #fff;

  margin-bottom: 20px;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table {

  width: 100%;

  border-collapse: separate;

  border-spacing: 0 7.5px;

  margin-bottom: 15px;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead tr {

  font-size: 0;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead tr th {

  font-family: "Montserrat Regular";

  font-size: 12px;

  color: #758393;

  display: inline-block;

  vertical-align: middle;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead tr th.product {

  width: calc(100% - 150px);

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead tr th.credit {

  width: 60px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead tr th.price {

  width: 90px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td {

  font-family: "Montserrat Bold";

  font-size: 14px;

  color: #fff;

  display: inline-block;

  vertical-align: middle;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td.product {

  width: calc(100% - 150px);

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td.credit {

  width: 60px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td.price {

  width: 90px;

  text-align: right;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-footer div.footer-title {

  font-family: "Montserrat Bold";

  font-size: 14px;

  line-height: 14px;

  color: #39b2f5;

  margin-bottom: 20px;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-footer div.footer-price {

  padding: 30px;

  border-radius: 5px;

  background-color: #39b2f5;

  padding: 30px;

  font-family: "Montserrat Bold";

  font-size: 36px;

  line-height: 36px;

  color: #fff;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-campaign {

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  padding: 30px;

  background-image: url("../../images/campaign-bg.png");

  background-repeat: no-repeat;

  background-position: 100% 50%;

  background-size: contain;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-campaign div.title {

  font-family: "Montserrat Bold";

  font-size: 14px;

  line-height: 14px;

  color: #39b2f5;

  margin-bottom: 20px;

}

div.prices-tables div.credits-area div.credits-sidebar div.credits-campaign div.value {

  font-family: "Montserrat Bold";

  font-size: 24px;

  line-height: 30px;

  color: #fff;

  max-width: 300px;

}



@media (max-width: 575px) {



      main#main.home div.credits-area {

    padding: 30px 15px;

  }

  main#main.home div.blog-area {

    padding-top: 0;

    padding-bottom: 50px;

  }

  main#main.home div#market-area div.market-area {

    border-radius: 30px 30px 0px 0px;

    padding: 30px 15px 0;

  }

  main#main.home div#who-we-are {

    padding: 45px 15px 30px;

  }

  main#main.home div#who-we-are div.section-content div.map-area div.map-code iframe {

    height: 250px;

  }



   {

    margin-bottom: 30px;

  }

   div.page-content {

    padding: 20px;

  }

   div.prices-tables div.credits-area div.credits-title {

    font-size: 32px;

    line-height: 32px;

    margin-bottom: 30px;

  }

   div.prices-tables div.credits-area div.credits-box div.box-header {

    display: none;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    margin-bottom: 15px;

    padding-bottom: 15px;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head {

    line-height: unset;

    height: unset;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item {

    width: 100% !important;

    text-align: left !important;

    padding: 15px 15px;

    font-family: "Montserrat Regular";

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item:before {

    content: attr(data-name) ":";

    width: 100px;

    display: inline-block;

    vertical-align: middle;

    font-family: "Montserrat SemiBold";

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.name {

    font-family: "Montserrat Regular";

    font-size: 14px;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-head div.listing-item.down {

    display: none;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block {

    padding: 0px 5px;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.icon {

    width: 35px;

    text-align: center;

    padding: 0;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.name {

    width: calc(100% - 120px);

    font-family: "Montserrat Regular";

    font-size: 14px;

  }

   div.prices-tables div.credits-area div.credits-box div.box-listing div.listing-block div.listing-details label.details-block div.block div.listing-item.credit {

    text-align: right;

    width: 30px;

    padding: 0;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table {

    display: block;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table thead {

    display: none;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody {

    width: 100%;

    display: block;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr {

    display: block;

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    padding-bottom: 15px;

    margin-bottom: 15px;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td {

    display: block;

    text-align: left !important;

    width: 100% !important;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-body table.side-table tbody tr td:before {

    content: attr(data-name) ":";

    width: 50px;

    font-size: 14px;

    font-family: "Montserrat Regular";

    color: #758393;

    display: inline-block !important;

    vertical-align: middle;

  }

   div.prices-tables div.credits-area div.credits-sidebar div.credits-side div.side-footer div.footer-price {

    padding: 25px;

    font-size: 24px;

    line-height: 24px;

  }

}

/*# sourceMappingURL=../maps/style.css.map */

/* car-result-box */
.car-filtering {display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;}
.car-filtering h4 {margin-bottom:30px;}
.car-filtering .nice-select {width:100%;border-radius:10px;height:46px;line-height:46px;padding-left:16px;margin-bottom:16px;}
.car-filtering .nice-select .list {max-height:300px;overflow:auto;}
.car-filtering .nice-select .option {padding:0px 12px;font-weight:400;font-size:14px;}
.car-filtering .nice-select .option.selected {font-weight:400;}
.car-filtering .nice-select:after  {right:16px;margin-top:-2px;}
.car-result-box {background-color:#24243557;padding:60px 32px 32px 32px;
  border-radius:10px;position:relative;display:flex;flex-direction:column;align-items: center;justify-content: center;}
.car-result-image {position:absolute;top:-72px}
.car-result-image img {max-height:119px;}
.car-result-content {display:flex;align-items: center;justify-content:center;gap:32px;}
.car-result-brand-logo {}
.car-result-brand-logo>img {width:60px;}
.car-result-text {display:flex;flex-direction:column;}
.car-result-brand {font-size:20px;color:#fff;}
.car-result-model {font-size:16px;margin-top:6px;color:#fff;}
.car-result-power {border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 16px;
  margin-top: 24px;color:#39b2f5;    font-size: 20px;
  font-weight: 700;}

.car-filtering-right {padding-right:36px;}
.car-filtering-right a.btn {font-size:14px;padding:13px 16px;height:46px;}

.car-filtering .nice-select .list::-webkit-scrollbar {
  width: 6px;
  border-radius:10px;
}

.car-filtering .nice-select .list::-webkit-scrollbar-track {
  background: #00000024;
  border-radius:10px;
}

.car-filtering .nice-select .list::-webkit-scrollbar-thumb {
  background: #00000046;
}

@media (max-width: 1024px) {
  .fileuploader {width:100% !important;}
  .slider-one .container>.row {justify-content: center;}
}

@media (max-width: 1400px) {
  .mainmenu-nav .mainmenu li.evcwinols {display:none}
}

@media (max-width: 600px) {
  .car-filtering {flex-direction: column-reverse;}
  .car-filtering-right  {padding-right:0;padding-bottom:52px;}
}

@media (max-width: 1200px) {
  div.credit-carousel div.carousel-type-2 div.slider-listing {grid-template-columns: repeat(3, 1fr);}
  div.credit-carousel div.carousel-type-2 div.item div.slider-item {min-height:auto !important;align-items:center;justify-content:center;text-align:center;}
  div.credit-carousel div.carousel-type-2 div.item div.slider-item div.items div.info {display:flex;align-items:center;flex-direction: column;text-align:center;justify-content: center;}
  div.credit-carousel div.carousel-type-2 div.item div.slider-item div.items div.info div.right {text-align:center;}
  div.credit-carousel div.carousel-type-2 div.item div.slider-item div.items div.info div.left {text-align:center !important;}

}

@media (max-width: 1024px) {

  div.credit-carousel div.carousel-type-2 div.item div.slider-item  {  min-height: 240px !important;}

}

@media (max-width: 768px) {
  div.credit-carousel div.carousel-type-2 div.slider-listing {grid-template-columns: repeat(2, 1fr);}


}
@media (max-width: 1500px) {
  .evc-img-wrapper {padding:0 32px}


}

.product-share-wrapper {display:flex;align-items:center;gap:24px;margin-top:0;margin-bottom:12px;}
.product-style-one {border:4px solid #39b2f5}
.product-style-one::before {display:none;}
.product-style-one:hover {background:rgba(255, 255, 255, 0.1) !important}
.product-style-one:hover::after {background:rgba(255, 255, 255, 0.1);}
.product-style-one:hover .profile-title span {color:#39b2f5 !important;}

body.active-light-mode {background-image:url("https://autofileservice.com/assets/images/bg/auto-bg-light.png") !important}

body.active-light-mode .fileuploader-theme-dragdrop .fileuploader-input h3 {color:#454141}
body.active-light-mode .fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner > * {color:#454141}
body.active-light-mode .fileuploader-theme-dragdrop .fileuploader-input a {color:#454141 !important}